https://github.com/whilo/cnc
Raw File
Tip revision: 158ca24fdcd30d26ffe44afe7d360fd164203ccb authored by Christian Weilbach on 07 October 2015, 14:03:17 UTC
Bump replikativ.
Tip revision: 158ca24
tiny_bars.clj
;; gorilla-repl.fileformat = 1

;; **
;;; # Tiny Bars
;; **

;; @@
(ns tiny-bars
  (:require [gorilla-plot.core :as plot]
            [gg4clj.core :as gg4clj]
            [clojure.math.combinatorics :refer [cartesian-product]]
            [cnc.analytics :as a]
            [cnc.execute :as exe]
            [clojure.pprint :refer [pprint]]
            [hasch.core :refer [uuid]]
            [boltzmann.matrix :refer [full-matrix]]
            [clojure.java.shell :refer [sh]]
            [cnc.core :refer [state]]
            [cnc.execute :refer [slurp-bytes]]
            [clojure.core.matrix :as mat]
            [clj-hdf5.core :as hdf5]
            [konserve.protocols :refer [-get-in -bget -exists?]]
            [geschichte.platform :refer [<!?]]
            [boltzmann.core :refer [train-cd sample-gibbs]]
            [boltzmann.theoretical :refer [create-theoretical-rbm]]
            [boltzmann.formulas :as f]
            [boltzmann.protocols :refer [-weights -biases]]
            [clojure.core.matrix :refer [dot matrix]]
            [clojure.core.async :refer [chan] :as async]))
(def store (get-in @state [:repo :store]))
(def states (cartesian-product [0 1] [0 1] [0 1] [0 1]))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/states</span>","value":"#'tiny-bars/states"}
;; <=

;; @@
(def bars (<!? (-bget store #uuid "0bd17cd8-237b-5ecd-987a-033ca22ea6f1"  #(-> % :input-stream slurp read-string))))
bars
;; @@
;; =>
;;; {"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"[1 0 1 0]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"[0 1 0 1]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"[1 1 0 0]"}],"value":"[[1 0 1 0] [0 1 0 1] [1 1 0 0]]"}
;; <=

;; @@
(first bars)
;; @@
;; =>
;;; {"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"[1 0 1 0]"}
;; <=

;; @@
(def weight-blobs [#uuid "3c986e1e-253e-5957-9ab8-ef6677eb8a95" #uuid "05c60dc6-e5eb-5c03-9693-b96c6d228ca1" #uuid "2d7e5a39-99df-5628-b39d-51ea436b844d" #uuid "121cf4f9-196f-5100-bd29-e9b65f6a5e4b" #uuid "3d5d12f1-9667-57a4-a784-9890f7e00c35" #uuid "2ba17e00-1b5d-55be-bcb6-4e17b5609677" #uuid "3cd6547d-583b-5b24-ab56-86e23c81cc0f" #uuid "2ed7c11f-036a-5c3d-bea4-0b896353fe0f" #uuid "17d806ba-147c-5f20-a1ca-1fcb35b63369" #uuid "2dcb97aa-80b7-5308-98d4-96c6fff29e7f"])
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/weight-blobs</span>","value":"#'tiny-bars/weight-blobs"}
;; <=

;; @@
(def weights (map #(-> (a/get-hdf5-tensor store % "/weight") last) weight-blobs))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/weights</span>","value":"#'tiny-bars/weights"}
;; <=

;; @@
(def bias-blobs [#uuid "318bee68-4418-5468-96fd-afefef21972e" #uuid "053ba1e6-c453-569e-9d02-bfaf100bd0e3" #uuid "06646b67-554e-510e-b930-af640dc32031" #uuid "2cc0f323-5057-5285-8ac0-8e0657e29c9a" #uuid "1c4191db-8b42-5d95-b459-b57e78bd5fc0" #uuid "136e663b-2d29-5588-b492-a5320b81298d" #uuid "1c404cec-155e-5f72-8661-e4fe258e9b84" #uuid "061d8885-d7e2-5e96-b43b-2a0b2e201655" #uuid "06360b2e-9ed9-5090-a01e-682060aab104" #uuid "32143207-fdf3-5685-a6e9-b1e82a9912ad"])
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/bias-blobs</span>","value":"#'tiny-bars/bias-blobs"}
;; <=

;; @@
(def biases (map #(-> (a/get-hdf5-tensor store % "/weight") last) bias-blobs))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/biases</span>","value":"#'tiny-bars/biases"}
;; <=

;; @@
(def ev-theos 
  (map (fn [w b]
       (let [c (/ (count w) 2)
             vc 4
             ev-rbm (create-theoretical-rbm (mapv vec (partition vc (drop c w))) (vec (take vc b)) (vec (drop vc b)))]
       (reduce (fn [f s] (update-in f [(take vc s)] 
                             (fnil + 0)
                             (f/prob ev-rbm s)))
        {}
     (f/state-space 10))))
     weights biases))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/ev-theos</span>","value":"#'tiny-bars/ev-theos"}
;; <=

;; @@
(def ev-theo (reduce (fn [f s] (update-in f [(take 4 s)] 
                             (fnil + 0)
                             (f/prob (full-matrix (:restricted-weights ev-rbm)) 
                           (concat (:v-biases ev-rbm) (:h-biases ev-rbm)) s)))
        {}
     (f/state-space 10)))
;; @@
;; ->
;;; &quot;Elapsed time: 334.58392 msecs&quot;
;;; 
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/ev-theo</span>","value":"#'tiny-bars/ev-theo"}
;; <=

;; @@
(sort-by val > ev-theo)
;; @@
;; =>
;;; {"type":"list-like","open":"<span class='clj-list'>(</span>","close":"<span class='clj-list'>)</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(1 0 1 0)"},{"type":"html","content":"<span class='clj-double'>0.15110725972247607</span>","value":"0.15110725972247607"}],"value":"[(1 0 1 0) 0.15110725972247607]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(0 1 0 1)"},{"type":"html","content":"<span class='clj-double'>0.1347705145428786</span>","value":"0.1347705145428786"}],"value":"[(0 1 0 1) 0.1347705145428786]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(1 1 0 0)"},{"type":"html","content":"<span class='clj-double'>0.12764858659744488</span>","value":"0.12764858659744488"}],"value":"[(1 1 0 0) 0.12764858659744488]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(1 0 0 0)"},{"type":"html","content":"<span class='clj-double'>0.10088426837213119</span>","value":"0.10088426837213119"}],"value":"[(1 0 0 0) 0.10088426837213119]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(0 1 0 0)"},{"type":"html","content":"<span class='clj-double'>0.09966070562968508</span>","value":"0.09966070562968508"}],"value":"[(0 1 0 0) 0.09966070562968508]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(0 0 1 0)"},{"type":"html","content":"<span class='clj-double'>0.06872435510254442</span>","value":"0.06872435510254442"}],"value":"[(0 0 1 0) 0.06872435510254442]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(0 0 0 0)"},{"type":"html","content":"<span class='clj-double'>0.06163496230369488</span>","value":"0.06163496230369488"}],"value":"[(0 0 0 0) 0.06163496230369488]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(0 0 0 1)"},{"type":"html","content":"<span class='clj-double'>0.0483886155737601</span>","value":"0.0483886155737601"}],"value":"[(0 0 0 1) 0.0483886155737601]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(1 1 1 0)"},{"type":"html","content":"<span class='clj-double'>0.04257987019453487</span>","value":"0.04257987019453487"}],"value":"[(1 1 1 0) 0.04257987019453487]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(1 1 0 1)"},{"type":"html","content":"<span class='clj-double'>0.0407581455546054</span>","value":"0.0407581455546054"}],"value":"[(1 1 0 1) 0.0407581455546054]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(0 0 1 1)"},{"type":"html","content":"<span class='clj-double'>0.0344179766846384</span>","value":"0.0344179766846384"}],"value":"[(0 0 1 1) 0.0344179766846384]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"}],"value":"(0 1 1 0)"},{"type":"html","content":"<span class='clj-double'>0.02252252257367106</span>","value":"0.02252252257367106"}],"value":"[(0 1 1 0) 0.02252252257367106]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(0 1 1 1)"},{"type":"html","content":"<span class='clj-double'>0.021181136295995728</span>","value":"0.021181136295995728"}],"value":"[(0 1 1 1) 0.021181136295995728]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(1 0 1 1)"},{"type":"html","content":"<span class='clj-double'>0.019124362327028955</span>","value":"0.019124362327028955"}],"value":"[(1 0 1 1) 0.019124362327028955]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>0</span>","value":"0"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(1 0 0 1)"},{"type":"html","content":"<span class='clj-double'>0.017847759091823994</span>","value":"0.017847759091823994"}],"value":"[(1 0 0 1) 0.017847759091823994]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"},{"type":"html","content":"<span class='clj-long'>1</span>","value":"1"}],"value":"(1 1 1 1)"},{"type":"html","content":"<span class='clj-double'>0.008748959433086368</span>","value":"0.008748959433086368"}],"value":"[(1 1 1 1) 0.008748959433086368]"}],"value":"([(1 0 1 0) 0.15110725972247607] [(0 1 0 1) 0.1347705145428786] [(1 1 0 0) 0.12764858659744488] [(1 0 0 0) 0.10088426837213119] [(0 1 0 0) 0.09966070562968508] [(0 0 1 0) 0.06872435510254442] [(0 0 0 0) 0.06163496230369488] [(0 0 0 1) 0.0483886155737601] [(1 1 1 0) 0.04257987019453487] [(1 1 0 1) 0.0407581455546054] [(0 0 1 1) 0.0344179766846384] [(0 1 1 0) 0.02252252257367106] [(0 1 1 1) 0.021181136295995728] [(1 0 1 1) 0.019124362327028955] [(1 0 0 1) 0.017847759091823994] [(1 1 1 1) 0.008748959433086368])"}
;; <=

;; @@
(gg4clj/view 
  [[:<- :d (gg4clj/data-frame {:x (map (comp str vec) 
                      (apply concat (repeat 1 states)))    
                               :y (vec (concat (map ev-theo states)))
                               :z (vec (concat (repeat (count states) "theo")))})]
  (gg4clj/r+ [:ggplot :d [:aes {:x :x :y :y :fill :z}]]
                        [:geom_bar {:stat "identity"}])]
  {:width 10})
;; @@
;; =>
;;; {"type":"html","content":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"720pt\" height=\"444pt\" viewBox=\"0 0 720 444\" version=\"1.1\">\n<defs>\n<g>\n<symbol overflow=\"visible\" id=\"b5dce083-9402-4a6f-8567-5e1b12fd7bf1\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"93c8b3cd-f170-487f-acec-5aabe3b217b1\">\n<path style=\"stroke:none;\" d=\"M 5 -3.390625 C 5 -5.75 4.109375 -7.0625 2.640625 -7.0625 C 1.171875 -7.0625 0.265625 -5.734375 0.265625 -3.453125 C 0.265625 -1.15625 1.1875 0.140625 2.640625 0.140625 C 4.078125 0.140625 5 -1.15625 5 -3.390625 Z M 3.859375 -3.46875 C 3.859375 -1.546875 3.5625 -0.8125 2.625 -0.8125 C 1.734375 -0.8125 1.40625 -1.578125 1.40625 -3.4375 C 1.40625 -5.3125 1.734375 -6.046875 2.640625 -6.046875 C 3.546875 -6.046875 3.859375 -5.296875 3.859375 -3.46875 Z M 3.859375 -3.46875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"9467264f-9fd6-4e3a-be1d-9a3d32e23556\">\n<path style=\"stroke:none;\" d=\"M 1.96875 -0.125 L 1.96875 -1.25 L 0.6875 -1.25 L 0.6875 0 L 1.96875 0 Z M 1.96875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"8af68cff-9bc8-4bda-bc0a-b33af9ae26cb\">\n<path style=\"stroke:none;\" d=\"M 5.0625 -2.375 C 5.0625 -3.71875 4.03125 -4.734375 2.71875 -4.734375 C 2.25 -4.734375 1.75 -4.578125 1.65625 -4.5 L 1.859375 -5.828125 L 4.703125 -5.828125 L 4.703125 -6.921875 L 0.9375 -6.921875 L 0.390625 -3.09375 L 1.375 -3.09375 C 1.8125 -3.609375 2.046875 -3.734375 2.578125 -3.734375 C 3.484375 -3.734375 3.921875 -3.265625 3.921875 -2.265625 C 3.921875 -1.28125 3.484375 -0.859375 2.578125 -0.859375 C 1.828125 -0.859375 1.515625 -1.109375 1.28125 -2 L 0.15625 -2 C 0.46875 -0.515625 1.375 0.140625 2.59375 0.140625 C 3.96875 0.140625 5.0625 -0.9375 5.0625 -2.375 Z M 5.0625 -2.375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"6af3f8ba-954c-4878-8c2b-791d64e4d810\">\n<path style=\"stroke:none;\" d=\"M 3.46875 -0.125 L 3.46875 -7.0625 L 2.671875 -7.0625 C 2.328125 -5.890625 2.28125 -5.875 0.828125 -5.6875 L 0.828125 -4.84375 L 2.34375 -4.84375 L 2.34375 0 L 3.46875 0 Z M 3.46875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"572c0d00-1394-4cd0-ac81-a36e29485846\">\n<path style=\"stroke:none;\" d=\"M 2.53125 1.90625 L 2.53125 1.078125 L 1.546875 1.078125 L 1.546875 -6.296875 L 2.53125 -6.296875 L 2.53125 -7.25 L 0.46875 -7.25 L 0.46875 2.03125 L 2.53125 2.03125 Z M 2.53125 1.90625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"98cf8592-8182-4090-a70a-0ffc488d6bc0\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"e15243dd-118d-4ac4-aecd-abc8f871c0c2\">\n<path style=\"stroke:none;\" d=\"M 2.140625 1.90625 L 2.140625 -7.25 L 0.078125 -7.25 L 0.078125 -6.296875 L 1.0625 -6.296875 L 1.0625 1.078125 L 0.078125 1.078125 L 0.078125 2.03125 L 2.140625 2.03125 Z M 2.140625 1.90625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"8b254150-c9f2-4954-a9d6-75dc31002e65\">\n<path style=\"stroke:none;\" d=\"M 2.578125 -0.125 L 2.578125 -0.96875 C 2.328125 -0.90625 2.203125 -0.890625 2.046875 -0.890625 C 1.703125 -0.890625 1.75 -0.859375 1.75 -1.203125 L 1.75 -4.375 L 2.578125 -4.375 L 2.578125 -5.28125 L 1.75 -5.28125 L 1.75 -6.671875 L 0.671875 -6.671875 L 0.671875 -5.28125 L -0.015625 -5.28125 L -0.015625 -4.375 L 0.671875 -4.375 L 0.671875 -0.859375 C 0.671875 -0.34375 1.15625 0.0625 1.78125 0.0625 C 1.96875 0.0625 2.171875 0.046875 2.578125 -0.015625 Z M 2.578125 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"cb8848c4-e8ca-4e71-9f9c-65ef9c2b99d4\">\n<path style=\"stroke:none;\" d=\"M 4.796875 -0.125 L 4.796875 -3.921875 C 4.796875 -4.765625 4.0625 -5.4375 3.078125 -5.4375 C 2.375 -5.4375 1.828125 -5.171875 1.359375 -4.5625 L 1.609375 -4.46875 L 1.609375 -7.25 L 0.53125 -7.25 L 0.53125 0 L 1.609375 0 L 1.609375 -2.890625 C 1.609375 -3.921875 2 -4.46875 2.828125 -4.46875 C 3.390625 -4.46875 3.71875 -4.265625 3.71875 -3.609375 L 3.71875 0 L 4.796875 0 Z M 4.796875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"1c7d32d3-f6a7-416a-9952-662c5f07925c\">\n<path style=\"stroke:none;\" d=\"M 5.0625 -2.40625 C 5.0625 -3.140625 5 -3.59375 4.859375 -3.96875 C 4.53125 -4.796875 3.625 -5.4375 2.6875 -5.4375 C 1.28125 -5.4375 0.234375 -4.265625 0.234375 -2.609375 C 0.234375 -0.953125 1.25 0.140625 2.671875 0.140625 C 3.8125 0.140625 4.75 -0.640625 4.984375 -1.78125 L 3.90625 -1.78125 C 3.640625 -1 3.34375 -0.859375 2.703125 -0.859375 C 1.859375 -0.859375 1.375 -1.25 1.359375 -2.28125 L 5.0625 -2.28125 Z M 4.15625 -3.03125 C 4.15625 -3.03125 3.96875 -3.171875 3.96875 -3.1875 L 1.375 -3.1875 C 1.4375 -3.953125 1.875 -4.4375 2.671875 -4.4375 C 3.46875 -4.4375 3.921875 -3.90625 3.921875 -3.125 Z M 4.15625 -3.03125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"6d35f07d-40f1-439d-a914-14ed89b0cd2f\">\n<path style=\"stroke:none;\" d=\"M 5.03125 -2.59375 C 5.03125 -4.34375 4.0625 -5.4375 2.609375 -5.4375 C 1.203125 -5.4375 0.203125 -4.328125 0.203125 -2.640625 C 0.203125 -0.953125 1.1875 0.140625 2.625 0.140625 C 4.03125 0.140625 5.03125 -0.953125 5.03125 -2.59375 Z M 3.921875 -2.609375 C 3.921875 -1.421875 3.5 -0.859375 2.625 -0.859375 C 1.734375 -0.859375 1.3125 -1.421875 1.3125 -2.640625 C 1.3125 -3.84375 1.734375 -4.4375 2.625 -4.4375 C 3.515625 -4.4375 3.921875 -3.859375 3.921875 -2.609375 Z M 3.921875 -2.609375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"d7320283-a013-4b83-8db9-510cbe3bc0cf\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"d979da54-f795-4ca6-a99e-9353ae22aa1f\">\n<path style=\"stroke:none;\" d=\"M 5.765625 -0.234375 L 3.65625 -3.390625 L 5.875 -6.546875 L 4.421875 -6.546875 L 2.96875 -4.375 L 1.53125 -6.546875 L 0.0625 -6.546875 L 2.25 -3.34375 L -0.0625 0 L 1.40625 0 L 2.921875 -2.296875 L 4.4375 0 L 5.921875 0 Z M 5.765625 -0.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"a622c7de-11f6-4cd5-aa5f-6ec264dfbd8c\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"17e63d4a-083c-47a5-9ac6-f689ec8f3f69\">\n<path style=\"stroke:none;\" d=\"M -6.546875 -5.734375 L -6.546875 -4.5625 L -1.53125 -2.765625 L -1.53125 -3.046875 L -6.546875 -1.390625 L -6.546875 -0.046875 L -0.109375 -2.21875 L 0.890625 -1.84375 C 1.328125 -1.671875 1.375 -1.609375 1.375 -1.171875 C 1.375 -1.03125 1.34375 -0.859375 1.265625 -0.5 L 2.40625 -0.5 C 2.53125 -0.75 2.609375 -1.0625 2.609375 -1.3125 C 2.609375 -2.03125 2.09375 -2.734375 1.1875 -3.078125 L -6.546875 -5.921875 Z M -6.546875 -5.734375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"3623b8fa-897c-483f-bc40-002777ea076e\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"1d79403f-5790-430d-b218-ea62dfb96494\">\n<path style=\"stroke:none;\" d=\"M 4.609375 -0.125 L 4.609375 -1.34375 L 2.140625 -1.34375 L 4.53125 -4.1875 L 4.53125 -5.4375 L 0.234375 -5.4375 L 0.234375 -4.09375 L 2.46875 -4.09375 L 0.0625 -1.25 L 0.0625 0 L 4.609375 0 Z M 4.609375 -0.125 \"/>\n</symbol>\n</g>\n<clipPath id=\"3625fc45-bfec-4eac-90bd-5429e37060a6\">\n  <path d=\"M 50.488281 14.398438 L 639 14.398438 L 639 405 L 50.488281 405 Z M 50.488281 14.398438 \"/>\n</clipPath>\n<clipPath id=\"f61663c1-f9fb-44a5-a94b-715976b41b2a\">\n  <path d=\"M 50.488281 327 L 639 327 L 639 329 L 50.488281 329 Z M 50.488281 327 \"/>\n</clipPath>\n<clipPath id=\"1ec94f49-b2ef-4c84-852d-c17eca8014ff\">\n  <path d=\"M 50.488281 210 L 639 210 L 639 212 L 50.488281 212 Z M 50.488281 210 \"/>\n</clipPath>\n<clipPath id=\"da0e5bf2-58ac-4196-9a2b-aaf0c4532629\">\n  <path d=\"M 50.488281 93 L 639 93 L 639 94 L 50.488281 94 Z M 50.488281 93 \"/>\n</clipPath>\n<clipPath id=\"252990af-84c4-495b-8b6e-caded91d85fc\">\n  <path d=\"M 50.488281 386 L 639.589844 386 L 639.589844 388 L 50.488281 388 Z M 50.488281 386 \"/>\n</clipPath>\n<clipPath id=\"a34380ce-2e15-4c1d-942e-997efaa77f56\">\n  <path d=\"M 50.488281 268 L 639.589844 268 L 639.589844 270 L 50.488281 270 Z M 50.488281 268 \"/>\n</clipPath>\n<clipPath id=\"fa6e88e3-a37c-4510-811b-53ca6a067862\">\n  <path d=\"M 50.488281 151 L 639.589844 151 L 639.589844 153 L 50.488281 153 Z M 50.488281 151 \"/>\n</clipPath>\n<clipPath id=\"4f66df1c-098f-444d-9d86-e19be8c355a6\">\n  <path d=\"M 50.488281 34 L 639.589844 34 L 639.589844 36 L 50.488281 36 Z M 50.488281 34 \"/>\n</clipPath>\n<clipPath id=\"d4725e00-3509-4490-a62a-cce49d1c0863\">\n  <path d=\"M 71 14.398438 L 73 14.398438 L 73 405.511719 L 71 405.511719 Z M 71 14.398438 \"/>\n</clipPath>\n<clipPath id=\"b2157b87-72ac-4069-a66b-89cb7ee62a38\">\n  <path d=\"M 108 14.398438 L 110 14.398438 L 110 405.511719 L 108 405.511719 Z M 108 14.398438 \"/>\n</clipPath>\n<clipPath id=\"ac481aa8-f598-4b64-96c9-1e2f43f48e14\">\n  <path d=\"M 144 14.398438 L 146 14.398438 L 146 405.511719 L 144 405.511719 Z M 144 14.398438 \"/>\n</clipPath>\n<clipPath id=\"fde341da-4ffb-4f10-89d2-face0eb3f985\">\n  <path d=\"M 180 14.398438 L 182 14.398438 L 182 405.511719 L 180 405.511719 Z M 180 14.398438 \"/>\n</clipPath>\n<clipPath id=\"097512b6-2265-43b9-acc5-8176cc95ce71\">\n  <path d=\"M 216 14.398438 L 219 14.398438 L 219 405.511719 L 216 405.511719 Z M 216 14.398438 \"/>\n</clipPath>\n<clipPath id=\"8ee4a285-5d10-431d-9479-8d4c0953460d\">\n  <path d=\"M 253 14.398438 L 255 14.398438 L 255 405.511719 L 253 405.511719 Z M 253 14.398438 \"/>\n</clipPath>\n<clipPath id=\"0763102f-d550-4763-b8a1-213a98595e5d\">\n  <path d=\"M 289 14.398438 L 291 14.398438 L 291 405.511719 L 289 405.511719 Z M 289 14.398438 \"/>\n</clipPath>\n<clipPath id=\"219d9163-954c-43b5-b3b2-35fdfd701331\">\n  <path d=\"M 325 14.398438 L 327 14.398438 L 327 405.511719 L 325 405.511719 Z M 325 14.398438 \"/>\n</clipPath>\n<clipPath id=\"ed148547-cd0e-4d5b-9d7f-b1a595e4c14c\">\n  <path d=\"M 362 14.398438 L 364 14.398438 L 364 405.511719 L 362 405.511719 Z M 362 14.398438 \"/>\n</clipPath>\n<clipPath id=\"f42ba334-09f4-48f1-8bf8-17fc76af1576\">\n  <path d=\"M 398 14.398438 L 400 14.398438 L 400 405.511719 L 398 405.511719 Z M 398 14.398438 \"/>\n</clipPath>\n<clipPath id=\"b7b7de70-66b8-47be-b94a-1a78e4df3009\">\n  <path d=\"M 434 14.398438 L 436 14.398438 L 436 405.511719 L 434 405.511719 Z M 434 14.398438 \"/>\n</clipPath>\n<clipPath id=\"8a6deb86-0a18-452b-8e1a-a3f179bfaf69\">\n  <path d=\"M 471 14.398438 L 473 14.398438 L 473 405.511719 L 471 405.511719 Z M 471 14.398438 \"/>\n</clipPath>\n<clipPath id=\"0992d2b0-624a-45f3-bbe4-43cbd5f856b7\">\n  <path d=\"M 507 14.398438 L 509 14.398438 L 509 405.511719 L 507 405.511719 Z M 507 14.398438 \"/>\n</clipPath>\n<clipPath id=\"76daad2f-051e-4e0c-9f0a-9738d582ff2e\">\n  <path d=\"M 543 14.398438 L 545 14.398438 L 545 405.511719 L 543 405.511719 Z M 543 14.398438 \"/>\n</clipPath>\n<clipPath id=\"d80c5b88-d106-4ce9-9f10-c6e557eb32a9\">\n  <path d=\"M 579 14.398438 L 582 14.398438 L 582 405.511719 L 579 405.511719 Z M 579 14.398438 \"/>\n</clipPath>\n<clipPath id=\"de56bf45-02a2-49ed-a71d-98733e34d5f1\">\n  <path d=\"M 616 14.398438 L 618 14.398438 L 618 405.511719 L 616 405.511719 Z M 616 14.398438 \"/>\n</clipPath>\n</defs>\n<g id=\"cb5db91f-e467-48e8-a6f2-aeaa7efb6ed6\">\n<rect x=\"0\" y=\"0\" width=\"720\" height=\"444\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<rect x=\"0\" y=\"0\" width=\"720\" height=\"444\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0 444 L 720 444 L 720 0 L 0 0 Z M 0 444 \"/>\n<g clip-path=\"url(#3625fc45-bfec-4eac-90bd-5429e37060a6)\" clip-rule=\"nonzero\">\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(89.803922%,89.803922%,89.803922%);fill-opacity:1;\" d=\"M 50.488281 404.511719 L 638.589844 404.511719 L 638.589844 14.398438 L 50.488281 14.398438 Z M 50.488281 404.511719 \"/>\n</g>\n<g clip-path=\"url(#f61663c1-f9fb-44a5-a94b-715976b41b2a)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 328.105469 L 638.585938 328.105469 \"/>\n</g>\n<g clip-path=\"url(#1ec94f49-b2ef-4c84-852d-c17eca8014ff)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 210.757812 L 638.585938 210.757812 \"/>\n</g>\n<g clip-path=\"url(#da0e5bf2-58ac-4196-9a2b-aaf0c4532629)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 93.40625 L 638.585938 93.40625 \"/>\n</g>\n<g clip-path=\"url(#252990af-84c4-495b-8b6e-caded91d85fc)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 386.78125 L 638.585938 386.78125 \"/>\n</g>\n<g clip-path=\"url(#a34380ce-2e15-4c1d-942e-997efaa77f56)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 269.429688 L 638.585938 269.429688 \"/>\n</g>\n<g clip-path=\"url(#fa6e88e3-a37c-4510-811b-53ca6a067862)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 152.082031 L 638.585938 152.082031 \"/>\n</g>\n<g clip-path=\"url(#4f66df1c-098f-444d-9d86-e19be8c355a6)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 50.488281 34.730469 L 638.585938 34.730469 \"/>\n</g>\n<g clip-path=\"url(#d4725e00-3509-4490-a62a-cce49d1c0863)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 72.269531 404.511719 L 72.269531 14.398438 \"/>\n</g>\n<g clip-path=\"url(#b2157b87-72ac-4069-a66b-89cb7ee62a38)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 108.570312 404.511719 L 108.570312 14.398438 \"/>\n</g>\n<g clip-path=\"url(#ac481aa8-f598-4b64-96c9-1e2f43f48e14)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 144.875 404.511719 L 144.875 14.398438 \"/>\n</g>\n<g clip-path=\"url(#fde341da-4ffb-4f10-89d2-face0eb3f985)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 181.175781 404.511719 L 181.175781 14.398438 \"/>\n</g>\n<g clip-path=\"url(#097512b6-2265-43b9-acc5-8176cc95ce71)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 217.476562 404.511719 L 217.476562 14.398438 \"/>\n</g>\n<g clip-path=\"url(#8ee4a285-5d10-431d-9479-8d4c0953460d)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 253.78125 404.511719 L 253.78125 14.398438 \"/>\n</g>\n<g clip-path=\"url(#0763102f-d550-4763-b8a1-213a98595e5d)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 290.082031 404.511719 L 290.082031 14.398438 \"/>\n</g>\n<g clip-path=\"url(#219d9163-954c-43b5-b3b2-35fdfd701331)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 326.386719 404.511719 L 326.386719 14.398438 \"/>\n</g>\n<g clip-path=\"url(#ed148547-cd0e-4d5b-9d7f-b1a595e4c14c)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 362.6875 404.511719 L 362.6875 14.398438 \"/>\n</g>\n<g clip-path=\"url(#f42ba334-09f4-48f1-8bf8-17fc76af1576)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 398.992188 404.511719 L 398.992188 14.398438 \"/>\n</g>\n<g clip-path=\"url(#b7b7de70-66b8-47be-b94a-1a78e4df3009)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 435.292969 404.511719 L 435.292969 14.398438 \"/>\n</g>\n<g clip-path=\"url(#8a6deb86-0a18-452b-8e1a-a3f179bfaf69)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 471.59375 404.511719 L 471.59375 14.398438 \"/>\n</g>\n<g clip-path=\"url(#0992d2b0-624a-45f3-bbe4-43cbd5f856b7)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 507.898438 404.511719 L 507.898438 14.398438 \"/>\n</g>\n<g clip-path=\"url(#76daad2f-051e-4e0c-9f0a-9738d582ff2e)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 544.199219 404.511719 L 544.199219 14.398438 \"/>\n</g>\n<g clip-path=\"url(#d80c5b88-d106-4ce9-9f10-c6e557eb32a9)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 580.503906 404.511719 L 580.503906 14.398438 \"/>\n</g>\n<g clip-path=\"url(#de56bf45-02a2-49ed-a71d-98733e34d5f1)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 616.804688 404.511719 L 616.804688 14.398438 \"/>\n</g>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 55.933594 386.78125 L 88.605469 386.78125 L 88.605469 242.125 L 55.933594 242.125 Z M 55.933594 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 92.234375 386.78125 L 124.90625 386.78125 L 124.90625 273.214844 L 92.234375 273.214844 Z M 92.234375 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 128.535156 386.78125 L 161.207031 386.78125 L 161.207031 225.484375 L 128.535156 225.484375 Z M 128.535156 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 164.839844 386.78125 L 197.511719 386.78125 L 197.511719 306.003906 L 164.839844 306.003906 Z M 164.839844 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 201.140625 386.78125 L 233.8125 386.78125 L 233.8125 152.878906 L 201.140625 152.878906 Z M 201.140625 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 237.445312 386.78125 L 270.117188 386.78125 L 270.117188 70.476562 L 237.445312 70.476562 Z M 237.445312 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 273.746094 386.78125 L 306.417969 386.78125 L 306.417969 333.921875 L 273.746094 333.921875 Z M 273.746094 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 310.050781 386.78125 L 342.722656 386.78125 L 342.722656 337.070312 L 310.050781 337.070312 Z M 310.050781 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 346.351562 386.78125 L 379.023438 386.78125 L 379.023438 150.007812 L 346.351562 150.007812 Z M 346.351562 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 382.652344 386.78125 L 415.324219 386.78125 L 415.324219 344.894531 L 382.652344 344.894531 Z M 382.652344 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 418.957031 386.78125 L 451.628906 386.78125 L 451.628906 32.132812 L 418.957031 32.132812 Z M 418.957031 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 455.257812 386.78125 L 487.929688 386.78125 L 487.929688 341.894531 L 455.257812 341.894531 Z M 455.257812 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 491.5625 386.78125 L 524.234375 386.78125 L 524.234375 87.191406 L 491.5625 87.191406 Z M 491.5625 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 527.863281 386.78125 L 560.535156 386.78125 L 560.535156 291.121094 L 527.863281 291.121094 Z M 527.863281 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 564.167969 386.78125 L 596.839844 386.78125 L 596.839844 286.847656 L 564.167969 286.847656 Z M 564.167969 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 600.46875 386.78125 L 633.140625 386.78125 L 633.140625 366.246094 L 600.46875 366.246094 Z M 600.46875 386.78125 \"/>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"24.398438\" y=\"389.800781\"/>\n  <use xlink:href=\"#9467264f-9fd6-4e3a-be1d-9a3d32e23556\" x=\"29.732422\" y=\"389.800781\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"32.399414\" y=\"389.800781\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"37.733398\" y=\"389.800781\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"24.398438\" y=\"272.449219\"/>\n  <use xlink:href=\"#9467264f-9fd6-4e3a-be1d-9a3d32e23556\" x=\"29.732422\" y=\"272.449219\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"32.399414\" y=\"272.449219\"/>\n  <use xlink:href=\"#8af68cff-9bc8-4bda-bc0a-b33af9ae26cb\" x=\"37.733398\" y=\"272.449219\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"24.398438\" y=\"155.101562\"/>\n  <use xlink:href=\"#9467264f-9fd6-4e3a-be1d-9a3d32e23556\" x=\"29.732422\" y=\"155.101562\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"32.399414\" y=\"155.101562\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"37.733398\" y=\"155.101562\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"24.398438\" y=\"37.75\"/>\n  <use xlink:href=\"#9467264f-9fd6-4e3a-be1d-9a3d32e23556\" x=\"29.732422\" y=\"37.75\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"32.399414\" y=\"37.75\"/>\n  <use xlink:href=\"#8af68cff-9bc8-4bda-bc0a-b33af9ae26cb\" x=\"37.733398\" y=\"37.75\"/>\n</g>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 46.234375 386.78125 L 50.488281 386.78125 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 46.234375 269.429688 L 50.488281 269.429688 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 46.234375 152.082031 L 50.488281 152.082031 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 46.234375 34.730469 L 50.488281 34.730469 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 72.269531 408.765625 L 72.269531 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 108.570312 408.765625 L 108.570312 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 144.875 408.765625 L 144.875 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 181.175781 408.765625 L 181.175781 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 217.476562 408.765625 L 217.476562 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 253.78125 408.765625 L 253.78125 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 290.082031 408.765625 L 290.082031 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 326.386719 408.765625 L 326.386719 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 362.6875 408.765625 L 362.6875 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 398.992188 408.765625 L 398.992188 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 435.292969 408.765625 L 435.292969 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 471.59375 408.765625 L 471.59375 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 507.898438 408.765625 L 507.898438 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 544.199219 408.765625 L 544.199219 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 580.503906 408.765625 L 580.503906 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 616.804688 408.765625 L 616.804688 404.511719 \"/>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"54.769531\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"57.436523\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"62.770508\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"65.4375\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"70.771484\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"73.438477\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"78.772461\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"81.439453\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"86.773438\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"91.070312\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"93.737305\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"99.071289\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"101.738281\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"107.072266\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"109.739258\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"115.073242\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"117.740234\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"123.074219\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"127.375\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"130.041992\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"135.375977\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"138.042969\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"143.376953\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"146.043945\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"151.37793\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"154.044922\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"159.378906\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"163.675781\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"166.342773\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"171.676758\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"174.34375\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"179.677734\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"182.344727\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"187.678711\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"190.345703\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"195.679688\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"199.976562\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"202.643555\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"207.977539\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"210.644531\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"215.978516\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"218.645508\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"223.979492\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"226.646484\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"231.980469\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"236.28125\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"238.948242\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"244.282227\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"246.949219\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"252.283203\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"254.950195\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"260.28418\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"262.951172\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"268.285156\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"272.582031\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"275.249023\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"280.583008\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"283.25\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"288.583984\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"291.250977\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"296.584961\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"299.251953\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"304.585938\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"308.886719\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"311.553711\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"316.887695\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"319.554688\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"324.888672\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"327.555664\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"332.889648\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"335.556641\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"340.890625\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"345.1875\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"347.854492\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"353.188477\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"355.855469\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"361.189453\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"363.856445\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"369.19043\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"371.857422\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"377.191406\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"381.492188\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"384.15918\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"389.493164\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"392.160156\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"397.494141\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"400.161133\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"405.495117\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"408.162109\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"413.496094\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"417.792969\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"420.459961\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"425.793945\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"428.460938\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"433.794922\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"436.461914\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"441.795898\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"444.462891\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"449.796875\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"454.09375\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"456.760742\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"462.094727\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"464.761719\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"470.095703\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"472.762695\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"478.09668\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"480.763672\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"486.097656\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"490.398438\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"493.06543\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"498.399414\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"501.066406\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"506.400391\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"509.067383\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"514.401367\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"517.068359\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"522.402344\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"526.699219\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"529.366211\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"534.700195\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"537.367188\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"542.701172\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"545.368164\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"550.702148\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"553.369141\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"558.703125\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"563.003906\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"565.670898\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"571.004883\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"573.671875\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"579.005859\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"581.672852\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"587.006836\" y=\"418.621094\"/>\n  <use xlink:href=\"#93c8b3cd-f170-487f-acec-5aabe3b217b1\" x=\"589.673828\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"595.007812\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#572c0d00-1394-4cd0-ac81-a36e29485846\" x=\"599.304688\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"601.97168\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"607.305664\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"609.972656\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"615.306641\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"617.973633\" y=\"418.621094\"/>\n  <use xlink:href=\"#98cf8592-8182-4090-a70a-0ffc488d6bc0\" x=\"623.307617\" y=\"418.621094\"/>\n  <use xlink:href=\"#6af3f8ba-954c-4878-8c2b-791d64e4d810\" x=\"625.974609\" y=\"418.621094\"/>\n  <use xlink:href=\"#e15243dd-118d-4ac4-aecd-abc8f871c0c2\" x=\"631.308594\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#d979da54-f795-4ca6-a99e-9353ae22aa1f\" x=\"341.535156\" y=\"432.975586\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#17e63d4a-083c-47a5-9ac6-f689ec8f3f69\" x=\"20.577148\" y=\"212.457031\"/>\n</g>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 648.621094 228.507812 L 695.566406 228.507812 L 695.566406 190.402344 L 648.621094 190.402344 Z M 648.621094 228.507812 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#1d79403f-5790-430d-b218-ea62dfb96494\" x=\"652.875\" y=\"202.455078\"/>\n</g>\n<path style=\"fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 652.875 224.257812 L 670.15625 224.257812 L 670.15625 206.976562 L 652.875 206.976562 Z M 652.875 224.257812 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 652.875 224.257812 L 670.15625 224.257812 L 670.15625 206.976562 L 652.875 206.976562 Z M 652.875 224.257812 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#8b254150-c9f2-4954-a9d6-75dc31002e65\" x=\"672.3125\" y=\"218.636719\"/>\n  <use xlink:href=\"#cb8848c4-e8ca-4e71-9f9c-65ef9c2b99d4\" x=\"674.931641\" y=\"218.636719\"/>\n  <use xlink:href=\"#1c7d32d3-f6a7-416a-9952-662c5f07925c\" x=\"680.265625\" y=\"218.636719\"/>\n  <use xlink:href=\"#6d35f07d-40f1-439d-a914-14ed89b0cd2f\" x=\"685.599609\" y=\"218.636719\"/>\n</g>\n</g>\n</svg>\n","value":"#gg4clj.core.GGView{:plot-command [[:<- :d [:data.frame {:y [:c 0.06163496230369488 0.0483886155737601 0.06872435510254442 0.0344179766846384 0.09966070562968508 0.1347705145428786 0.02252252257367106 0.021181136295995728 0.10088426837213119 0.017847759091823994 0.15110725972247607 0.019124362327028955 0.12764858659744488 0.0407581455546054 0.04257987019453487 0.008748959433086368], :z [:c \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\" \"theo\"], :x [:c \"[0 0 0 0]\" \"[0 0 0 1]\" \"[0 0 1 0]\" \"[0 0 1 1]\" \"[0 1 0 0]\" \"[0 1 0 1]\" \"[0 1 1 0]\" \"[0 1 1 1]\" \"[1 0 0 0]\" \"[1 0 0 1]\" \"[1 0 1 0]\" \"[1 0 1 1]\" \"[1 1 0 0]\" \"[1 1 0 1]\" \"[1 1 1 0]\" \"[1 1 1 1]\"]}]] [:+ [:ggplot :d [:aes {:y :y, :fill :z, :x :x}]] [:geom_bar {:stat \"identity\"}]]], :options {:width 10}}"}
;; <=

;; @@
(def back-ch (chan 3e4))
(def trad-rbm (train-cd (create-theoretical-rbm 4 6)
          bars
          :epochs 10000
          :init-learning-rate 0.01
          :learning-rate-fn (fn [i s] i)
          :back-ch back-ch))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/trad-rbm</span>","value":"#'tiny-bars/trad-rbm"}
;; <=

;; @@
(async/close! back-ch)
(def history (<!? (async/into [] back-ch)))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/history</span>","value":"#'tiny-bars/history"}
;; <=

;; @@
(def trad-weight-traces (take-nth 100 (map (comp flatten first) history)))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;tiny-bars/trad-weight-traces</span>","value":"#'tiny-bars/trad-weight-traces"}
;; <=

;; @@
(apply plot/compose 
       (map #(plot/list-plot %1 :color %2 :joined true
                             :plot-range [[0 300] [-15 15]] :plot-size 600)
       (mat/transpose trad-weight-traces)
       ["red" "green" "blue" "orange" "brown" "black" "grey"]))
;; @@
;; =>
;;; {"type":"vega","content":{"width":600,"height":370.82818603515625,"padding":{"bottom":20,"top":10,"right":10,"left":50},"scales":[{"name":"x","type":"linear","range":"width","zero":false,"domain":[0,300]},{"name":"y","type":"linear","range":"height","nice":true,"zero":false,"domain":[-15,15]}],"axes":[{"scale":"x","type":"x"},{"scale":"y","type":"y"}],"data":[{"name":"08dc3319-2c88-45f2-96ee-eed8f2588556","values":[{"x":0,"y":0.0012715781110157738},{"x":1,"y":0.06326054599359462},{"x":2,"y":0.10636804190143025},{"x":3,"y":0.13114304482090247},{"x":4,"y":0.1385641005337427},{"x":5,"y":0.1491458391750292},{"x":6,"y":0.1553115534139409},{"x":7,"y":0.1579521985584381},{"x":8,"y":0.1664734310646116},{"x":9,"y":0.17105326608849333},{"x":10,"y":0.17013220451479533},{"x":11,"y":0.17682254212251505},{"x":12,"y":0.1845035855942639},{"x":13,"y":0.1809103374478778},{"x":14,"y":0.18720717398483502},{"x":15,"y":0.19619175142206943},{"x":16,"y":0.19608864273346144},{"x":17,"y":0.1965669249494687},{"x":18,"y":0.1998922649528251},{"x":19,"y":0.19510315615110496},{"x":20,"y":0.20400796400476803},{"x":21,"y":0.20228186444033353},{"x":22,"y":0.20673756742108182},{"x":23,"y":0.2234550452820853},{"x":24,"y":0.234152923253154},{"x":25,"y":0.2364201127568206},{"x":26,"y":0.23670725755210784},{"x":27,"y":0.24237870050113836},{"x":28,"y":0.241652971686816},{"x":29,"y":0.2572144010759945},{"x":30,"y":0.2705627449948698},{"x":31,"y":0.2703230341762873},{"x":32,"y":0.2793498815770605},{"x":33,"y":0.29202956724704804},{"x":34,"y":0.28484795357353493},{"x":35,"y":0.2989957638087924},{"x":36,"y":0.3056515105248965},{"x":37,"y":0.3165863715517244},{"x":38,"y":0.3333237661582304},{"x":39,"y":0.35479813202998334},{"x":40,"y":0.3633661942277997},{"x":41,"y":0.3852165590881007},{"x":42,"y":0.40039708163084436},{"x":43,"y":0.4176691521344786},{"x":44,"y":0.44996942692079367},{"x":45,"y":0.4762808215604516},{"x":46,"y":0.5016652806568782},{"x":47,"y":0.5363860229486372},{"x":48,"y":0.5725775973019268},{"x":49,"y":0.6255328271592794},{"x":50,"y":0.668074717180372},{"x":51,"y":0.7229218072954885},{"x":52,"y":0.7681857145837444},{"x":53,"y":0.8070817786832287},{"x":54,"y":0.866064025997428},{"x":55,"y":0.9179419462743346},{"x":56,"y":0.9742322271300006},{"x":57,"y":1.0188072720323527},{"x":58,"y":1.0579573254707528},{"x":59,"y":1.114203811304812},{"x":60,"y":1.1835241696886838},{"x":61,"y":1.2192902929749942},{"x":62,"y":1.2676703954535098},{"x":63,"y":1.3132331309839966},{"x":64,"y":1.3544591872745866},{"x":65,"y":1.4010621605243982},{"x":66,"y":1.4290531412867296},{"x":67,"y":1.4830313508746846},{"x":68,"y":1.51511852423765},{"x":69,"y":1.55199466898836},{"x":70,"y":1.602026424555389},{"x":71,"y":1.6178602537429165},{"x":72,"y":1.6402129602513396},{"x":73,"y":1.7036991813913847},{"x":74,"y":1.7304349346718082},{"x":75,"y":1.7618794788976235},{"x":76,"y":1.7943536576660806},{"x":77,"y":1.8041592763132523},{"x":78,"y":1.83740571802456},{"x":79,"y":1.861124334061885},{"x":80,"y":1.9024908531852462},{"x":81,"y":1.9249312453998642},{"x":82,"y":1.9739188883638281},{"x":83,"y":1.998714753271497},{"x":84,"y":2.002527143499103},{"x":85,"y":2.031905546656676},{"x":86,"y":2.0444841510869076},{"x":87,"y":2.0845559283770667},{"x":88,"y":2.1038546199137476},{"x":89,"y":2.122197356605011},{"x":90,"y":2.1378875310645653},{"x":91,"y":2.1671561777362864},{"x":92,"y":2.189475517659215},{"x":93,"y":2.2090271111138517},{"x":94,"y":2.240238145469257},{"x":95,"y":2.2500120553327823},{"x":96,"y":2.2620502204179824},{"x":97,"y":2.271699321084821},{"x":98,"y":2.3031974597512206},{"x":99,"y":2.3054439218979925},{"x":100,"y":2.3354587034470375},{"x":101,"y":2.362639620065057},{"x":102,"y":2.397450539990569},{"x":103,"y":2.406308106134381},{"x":104,"y":2.4168352925203163},{"x":105,"y":2.4252369956814945},{"x":106,"y":2.442413252715814},{"x":107,"y":2.459978145823946},{"x":108,"y":2.4743330382547772},{"x":109,"y":2.4935014534463495},{"x":110,"y":2.5048568908037776},{"x":111,"y":2.533112534271488},{"x":112,"y":2.540467182371288},{"x":113,"y":2.5619717521934504},{"x":114,"y":2.571023705528865},{"x":115,"y":2.5730147911020524},{"x":116,"y":2.5895555859767834},{"x":117,"y":2.610184552164595},{"x":118,"y":2.633161617105698},{"x":119,"y":2.6548202589835403},{"x":120,"y":2.663448113118199},{"x":121,"y":2.6686038489653363},{"x":122,"y":2.694395977426081},{"x":123,"y":2.715220285021325},{"x":124,"y":2.7248168517544804},{"x":125,"y":2.728484375341078},{"x":126,"y":2.734663396902752},{"x":127,"y":2.767938032257453},{"x":128,"y":2.7930782471229025},{"x":129,"y":2.8087843256745786},{"x":130,"y":2.8109764668047195},{"x":131,"y":2.8201280095108068},{"x":132,"y":2.847479532196214},{"x":133,"y":2.8522096567152193},{"x":134,"y":2.855711289916246},{"x":135,"y":2.8573175259709105},{"x":136,"y":2.8787560163059744},{"x":137,"y":2.8929501062201943},{"x":138,"y":2.911211421610065},{"x":139,"y":2.9307389884776334},{"x":140,"y":2.939334264672053},{"x":141,"y":2.950108389526492},{"x":142,"y":2.9529238920331258},{"x":143,"y":2.9556123131778445},{"x":144,"y":2.962895393584339},{"x":145,"y":2.969213970398947},{"x":146,"y":2.9740594400707},{"x":147,"y":2.985227817077561},{"x":148,"y":3.001288346427169},{"x":149,"y":3.0162902119770427},{"x":150,"y":3.016962790156964},{"x":151,"y":3.017700360815774},{"x":152,"y":3.033044670355079},{"x":153,"y":3.034459983139517},{"x":154,"y":3.034836170656108},{"x":155,"y":3.038320427558081},{"x":156,"y":3.03838558616842},{"x":157,"y":3.0392005762681014},{"x":158,"y":3.051987425792455},{"x":159,"y":3.0544251911464273},{"x":160,"y":3.0676224850210536},{"x":161,"y":3.086281039214496},{"x":162,"y":3.0780708213292876},{"x":163,"y":3.08670506018555},{"x":164,"y":3.097248786010092},{"x":165,"y":3.1096871753569904},{"x":166,"y":3.111248749774852},{"x":167,"y":3.1145007957404127},{"x":168,"y":3.1278928764987235},{"x":169,"y":3.130299218796017},{"x":170,"y":3.148371136714194},{"x":171,"y":3.1492084428052585},{"x":172,"y":3.159600263709873},{"x":173,"y":3.16020384858724},{"x":174,"y":3.176690010574623},{"x":175,"y":3.1925191078820134},{"x":176,"y":3.1995901986423227},{"x":177,"y":3.2086116274127208},{"x":178,"y":3.20904478781059},{"x":179,"y":3.2100607353816355},{"x":180,"y":3.2211559249936665},{"x":181,"y":3.2228725053817353},{"x":182,"y":3.231809701483786},{"x":183,"y":3.244082378449252},{"x":184,"y":3.250994235470811},{"x":185,"y":3.247693816762099},{"x":186,"y":3.2482493323716954},{"x":187,"y":3.250719318954417},{"x":188,"y":3.2520348952091953},{"x":189,"y":3.259810250750695},{"x":190,"y":3.2651064505330685},{"x":191,"y":3.266173887080764},{"x":192,"y":3.267714139299831},{"x":193,"y":3.2762495552019013},{"x":194,"y":3.277624876471736},{"x":195,"y":3.277712497320793},{"x":196,"y":3.286015241922916},{"x":197,"y":3.3034958333133373},{"x":198,"y":3.3130553058958476},{"x":199,"y":3.321692307502797},{"x":200,"y":3.3218459025448075},{"x":201,"y":3.323142326166603},{"x":202,"y":3.3382667047404846},{"x":203,"y":3.340213225760503},{"x":204,"y":3.358408918204686},{"x":205,"y":3.3594965080092583},{"x":206,"y":3.3667075783584104},{"x":207,"y":3.367643264935775},{"x":208,"y":3.3681652234747914},{"x":209,"y":3.375091985271355},{"x":210,"y":3.376084902714217},{"x":211,"y":3.385243671515432},{"x":212,"y":3.385776874219929},{"x":213,"y":3.3886624979368634},{"x":214,"y":3.395726370059142},{"x":215,"y":3.403189370619593},{"x":216,"y":3.40323495781014},{"x":217,"y":3.4121246923994897},{"x":218,"y":3.4113182137509397},{"x":219,"y":3.4107482887099754},{"x":220,"y":3.4137433849414416},{"x":221,"y":3.423027677073566},{"x":222,"y":3.423769233385429},{"x":223,"y":3.4295155493009775},{"x":224,"y":3.433079325659587},{"x":225,"y":3.434845288717479},{"x":226,"y":3.4353393829156347},{"x":227,"y":3.4357563822436687},{"x":228,"y":3.436720596555531},{"x":229,"y":3.4378325933389484},{"x":230,"y":3.437079604992057},{"x":231,"y":3.4388648227254732},{"x":232,"y":3.4390036523790934},{"x":233,"y":3.4400040885462455},{"x":234,"y":3.445693302365772},{"x":235,"y":3.4618230502694796},{"x":236,"y":3.4724727540710254},{"x":237,"y":3.4746125621652406},{"x":238,"y":3.4751706938743503},{"x":239,"y":3.4750382461675344},{"x":240,"y":3.4852649906108826},{"x":241,"y":3.485997813316175},{"x":242,"y":3.486760202390991},{"x":243,"y":3.4883006812434867},{"x":244,"y":3.498168789342644},{"x":245,"y":3.5052366795972647},{"x":246,"y":3.5067274665635257},{"x":247,"y":3.50500388677261},{"x":248,"y":3.5130179090852565},{"x":249,"y":3.5218756404515044},{"x":250,"y":3.522301787462697},{"x":251,"y":3.5245079352612563},{"x":252,"y":3.5318002181121533},{"x":253,"y":3.539978156608284},{"x":254,"y":3.5446208819748537},{"x":255,"y":3.556686836504713},{"x":256,"y":3.5577387892180035},{"x":257,"y":3.5593675375890954},{"x":258,"y":3.5674334424483467},{"x":259,"y":3.5688562990371158},{"x":260,"y":3.5702379262239905},{"x":261,"y":3.57065615492727},{"x":262,"y":3.571820916824786},{"x":263,"y":3.580383941752729},{"x":264,"y":3.5887492356380797},{"x":265,"y":3.589419575664541},{"x":266,"y":3.590089114637221},{"x":267,"y":3.591305175869319},{"x":268,"y":3.5927682085466754},{"x":269,"y":3.60076723521014},{"x":270,"y":3.6017428789596377},{"x":271,"y":3.6017602005226554},{"x":272,"y":3.6049627412329115},{"x":273,"y":3.6037008052243773},{"x":274,"y":3.605478818486128},{"x":275,"y":3.6148275806589774},{"x":276,"y":3.61812521979303},{"x":277,"y":3.6187438308843958},{"x":278,"y":3.6193001386013344},{"x":279,"y":3.619821137508928},{"x":280,"y":3.6207890653667407},{"x":281,"y":3.629802885004431},{"x":282,"y":3.637180024723322},{"x":283,"y":3.6371207890388115},{"x":284,"y":3.6372979722680507},{"x":285,"y":3.6361339611472876},{"x":286,"y":3.63628147774185},{"x":287,"y":3.637935379795779},{"x":288,"y":3.637860144091133},{"x":289,"y":3.6385155873108905},{"x":290,"y":3.6386129466464525},{"x":291,"y":3.648724053705463},{"x":292,"y":3.6666433340252222},{"x":293,"y":3.6668111611777108},{"x":294,"y":3.668103197176331},{"x":295,"y":3.668762634155515},{"x":296,"y":3.6939702312555864},{"x":297,"y":3.69486576412282},{"x":298,"y":3.6957128698755666},{"x":299,"y":3.707685620570725}]},{"name":"4a686a2b-9484-48ef-9d98-f68b92d4b596","values":[{"x":0,"y":-0.003450896319175067},{"x":1,"y":0.06394168765110149},{"x":2,"y":0.1071951677020993},{"x":3,"y":0.12687694872875088},{"x":4,"y":0.1392279480562518},{"x":5,"y":0.14962697443578046},{"x":6,"y":0.15047859908894037},{"x":7,"y":0.15788117730036966},{"x":8,"y":0.16611061287210035},{"x":9,"y":0.16536745277615592},{"x":10,"y":0.1690426291606925},{"x":11,"y":0.17525003495519217},{"x":12,"y":0.17740617322674332},{"x":13,"y":0.17826499526063833},{"x":14,"y":0.1839528727552579},{"x":15,"y":0.1872493946447748},{"x":16,"y":0.1912570495249129},{"x":17,"y":0.1909457366333904},{"x":18,"y":0.18837708458646743},{"x":19,"y":0.18727579909270775},{"x":20,"y":0.19471618485870573},{"x":21,"y":0.18732917506950106},{"x":22,"y":0.1945929989161837},{"x":23,"y":0.20998176998724793},{"x":24,"y":0.21301916291649306},{"x":25,"y":0.2174111613721357},{"x":26,"y":0.21546446409186643},{"x":27,"y":0.21255216929239285},{"x":28,"y":0.21323748025405379},{"x":29,"y":0.22659645652860394},{"x":30,"y":0.22945005507693664},{"x":31,"y":0.22848979982370443},{"x":32,"y":0.22935041773503476},{"x":33,"y":0.2284310571226843},{"x":34,"y":0.21840979730891544},{"x":35,"y":0.2274202893656975},{"x":36,"y":0.21495436637727733},{"x":37,"y":0.21209669438467754},{"x":38,"y":0.21713075789944597},{"x":39,"y":0.2123173992065111},{"x":40,"y":0.20210896203853235},{"x":41,"y":0.2014836289496694},{"x":42,"y":0.18974298480147075},{"x":43,"y":0.17825371752489091},{"x":44,"y":0.17410667033966365},{"x":45,"y":0.1450109250924164},{"x":46,"y":0.1206185100917641},{"x":47,"y":0.11335246154790596},{"x":48,"y":0.09069580731218573},{"x":49,"y":0.08642585118994588},{"x":50,"y":0.07596778716267837},{"x":51,"y":0.05325578362675797},{"x":52,"y":0.02321584974667013},{"x":53,"y":-0.013879668004837318},{"x":54,"y":-0.03706375678380778},{"x":55,"y":-0.06257362187146823},{"x":56,"y":-0.0827643112085953},{"x":57,"y":-0.10946976240298811},{"x":58,"y":-0.13531523969040649},{"x":59,"y":-0.146430474407737},{"x":60,"y":-0.14631395619433887},{"x":61,"y":-0.17641887972431397},{"x":62,"y":-0.1832120429101345},{"x":63,"y":-0.2151591022229578},{"x":64,"y":-0.21494894725210162},{"x":65,"y":-0.22817471944595394},{"x":66,"y":-0.2536661032848689},{"x":67,"y":-0.2758789300518097},{"x":68,"y":-0.31052970141116687},{"x":69,"y":-0.3246133704563005},{"x":70,"y":-0.3267982765626015},{"x":71,"y":-0.3926698773933744},{"x":72,"y":-0.3977091690717842},{"x":73,"y":-0.3963745151627611},{"x":74,"y":-0.42038233119276186},{"x":75,"y":-0.44144273702768333},{"x":76,"y":-0.43843833203927474},{"x":77,"y":-0.4614471961156772},{"x":78,"y":-0.48726207974351027},{"x":79,"y":-0.4980358185298042},{"x":80,"y":-0.5109967272767912},{"x":81,"y":-0.5005082921355937},{"x":82,"y":-0.4994964253429582},{"x":83,"y":-0.5204145597465739},{"x":84,"y":-0.5522221168779514},{"x":85,"y":-0.5777775977964632},{"x":86,"y":-0.6119722657539822},{"x":87,"y":-0.6049409239256218},{"x":88,"y":-0.6242703796429998},{"x":89,"y":-0.6305048152380056},{"x":90,"y":-0.6489048332465855},{"x":91,"y":-0.6855052720217378},{"x":92,"y":-0.6977146948639013},{"x":93,"y":-0.70757458644201},{"x":94,"y":-0.6961041242506408},{"x":95,"y":-0.7098418096470356},{"x":96,"y":-0.7251687014517975},{"x":97,"y":-0.7323370778479842},{"x":98,"y":-0.7368964638654161},{"x":99,"y":-0.7413519936752881},{"x":100,"y":-0.7402823783983744},{"x":101,"y":-0.7293894005268193},{"x":102,"y":-0.7333988899558156},{"x":103,"y":-0.7536949875105873},{"x":104,"y":-0.7685769565424867},{"x":105,"y":-0.7907866959843467},{"x":106,"y":-0.7874293640905435},{"x":107,"y":-0.7922418764013521},{"x":108,"y":-0.794396064799868},{"x":109,"y":-0.8095917974266692},{"x":110,"y":-0.824340761088666},{"x":111,"y":-0.8110718034302361},{"x":112,"y":-0.8161342401330285},{"x":113,"y":-0.8295424544023724},{"x":114,"y":-0.8349940729244596},{"x":115,"y":-0.8805168326356668},{"x":116,"y":-0.8817945840223945},{"x":117,"y":-0.8827293180109451},{"x":118,"y":-0.8820474356775079},{"x":119,"y":-0.864834688239268},{"x":120,"y":-0.870461162456622},{"x":121,"y":-0.8721222566579072},{"x":122,"y":-0.8800693418471797},{"x":123,"y":-0.8793919886042487},{"x":124,"y":-0.8873272777365593},{"x":125,"y":-0.8996876106130546},{"x":126,"y":-0.8995937800031851},{"x":127,"y":-0.881392241058148},{"x":128,"y":-0.8680139566981032},{"x":129,"y":-0.8679855434594825},{"x":130,"y":-0.8780237688644534},{"x":131,"y":-0.8734472626864116},{"x":132,"y":-0.8769861459180532},{"x":133,"y":-0.8913274617434624},{"x":134,"y":-0.9126733169676805},{"x":135,"y":-0.9117776927614689},{"x":136,"y":-0.9056275362946478},{"x":137,"y":-0.909007519422264},{"x":138,"y":-0.9223188523132976},{"x":139,"y":-0.9149469866662503},{"x":140,"y":-0.914091894366398},{"x":141,"y":-0.9184738561649874},{"x":142,"y":-0.9238666262914514},{"x":143,"y":-0.9267495938623685},{"x":144,"y":-0.935661568554063},{"x":145,"y":-0.9392154348030884},{"x":146,"y":-0.9415574595041775},{"x":147,"y":-0.9415443037545776},{"x":148,"y":-0.94290640094471},{"x":149,"y":-0.9458991917124375},{"x":150,"y":-0.9509049450919932},{"x":151,"y":-0.9651579713400432},{"x":152,"y":-0.944507379735689},{"x":153,"y":-0.951030549223636},{"x":154,"y":-0.955038115038618},{"x":155,"y":-0.978505712095668},{"x":156,"y":-0.975981158674032},{"x":157,"y":-0.9835775079540725},{"x":158,"y":-0.98602578431379},{"x":159,"y":-0.9938915542219218},{"x":160,"y":-0.9948656689284612},{"x":161,"y":-0.9765498937833137},{"x":162,"y":-0.9968874021240446},{"x":163,"y":-0.9987062776263281},{"x":164,"y":-0.9928126311013973},{"x":165,"y":-0.9787720727191804},{"x":166,"y":-0.9937423039550877},{"x":167,"y":-1.0042790822236194},{"x":168,"y":-1.004547197790068},{"x":169,"y":-1.0099341616832396},{"x":170,"y":-1.0013920657763709},{"x":171,"y":-1.0079577052897344},{"x":172,"y":-1.0173496244875955},{"x":173,"y":-1.0309736836353478},{"x":174,"y":-1.0226492232035154},{"x":175,"y":-1.0147521567445317},{"x":176,"y":-1.0176622540926497},{"x":177,"y":-1.0192842488355596},{"x":178,"y":-1.0233770209523214},{"x":179,"y":-1.026752859238139},{"x":180,"y":-1.032377486061448},{"x":181,"y":-1.0406406146321723},{"x":182,"y":-1.050302935697812},{"x":183,"y":-1.0479312344429024},{"x":184,"y":-1.047764687930916},{"x":185,"y":-1.0509452894880127},{"x":186,"y":-1.057250985041428},{"x":187,"y":-1.06199231116859},{"x":188,"y":-1.0649269313338612},{"x":189,"y":-1.0674636569466434},{"x":190,"y":-1.0653624292633956},{"x":191,"y":-1.069964775257604},{"x":192,"y":-1.077053869501714},{"x":193,"y":-1.0739876658042034},{"x":194,"y":-1.0707630187162411},{"x":195,"y":-1.0757500376583706},{"x":196,"y":-1.0760937465693434},{"x":197,"y":-1.0671503135041671},{"x":198,"y":-1.0726473184016583},{"x":199,"y":-1.0791478734281554},{"x":200,"y":-1.0842815777992754},{"x":201,"y":-1.0883563422866998},{"x":202,"y":-1.0849745057437412},{"x":203,"y":-1.0872392150757628},{"x":204,"y":-1.0908484268037846},{"x":205,"y":-1.0914755620574947},{"x":206,"y":-1.0896508605604553},{"x":207,"y":-1.0910312966239797},{"x":208,"y":-1.1055398462482133},{"x":209,"y":-1.099968044539424},{"x":210,"y":-1.1021309114416091},{"x":211,"y":-1.1072569707029214},{"x":212,"y":-1.1014692142324958},{"x":213,"y":-1.1067075920349545},{"x":214,"y":-1.1017492991394389},{"x":215,"y":-1.103648626962509},{"x":216,"y":-1.1250682060032975},{"x":217,"y":-1.1264290078150552},{"x":218,"y":-1.111058793273022},{"x":219,"y":-1.1137735455481221},{"x":220,"y":-1.1146979876295966},{"x":221,"y":-1.1107783119098404},{"x":222,"y":-1.1094043546001622},{"x":223,"y":-1.1081881174433306},{"x":224,"y":-1.1126633011612166},{"x":225,"y":-1.124617373056002},{"x":226,"y":-1.1321578409339823},{"x":227,"y":-1.1384631064337767},{"x":228,"y":-1.152780539148614},{"x":229,"y":-1.1606866633136916},{"x":230,"y":-1.1656218011352495},{"x":231,"y":-1.1705517716549716},{"x":232,"y":-1.1719921068217418},{"x":233,"y":-1.173066973292247},{"x":234,"y":-1.1749886213055492},{"x":235,"y":-1.1605212975285393},{"x":236,"y":-1.1588992687354722},{"x":237,"y":-1.1626599740358312},{"x":238,"y":-1.162735168540056},{"x":239,"y":-1.164768761016564},{"x":240,"y":-1.1614503893070072},{"x":241,"y":-1.1639646712081253},{"x":242,"y":-1.1664062365690802},{"x":243,"y":-1.1683594400874908},{"x":244,"y":-1.163335450217049},{"x":245,"y":-1.164548156263831},{"x":246,"y":-1.163918231130159},{"x":247,"y":-1.1733855974067158},{"x":248,"y":-1.1693705491239073},{"x":249,"y":-1.1677770505384573},{"x":250,"y":-1.1729271207155922},{"x":251,"y":-1.17786921179889},{"x":252,"y":-1.1720325127852356},{"x":253,"y":-1.1700564515649066},{"x":254,"y":-1.171940985536904},{"x":255,"y":-1.1682032002451184},{"x":256,"y":-1.1745195839101092},{"x":257,"y":-1.1825799805320103},{"x":258,"y":-1.1756777954398971},{"x":259,"y":-1.1770525369752116},{"x":260,"y":-1.1867214391025787},{"x":261,"y":-1.1894928290667244},{"x":262,"y":-1.1938628634672017},{"x":263,"y":-1.1880501657772349},{"x":264,"y":-1.1887656453045947},{"x":265,"y":-1.1979324052868816},{"x":266,"y":-1.199485602363035},{"x":267,"y":-1.2025019981198846},{"x":268,"y":-1.2075656996188004},{"x":269,"y":-1.204166408757636},{"x":270,"y":-1.2107705645007096},{"x":271,"y":-1.213791053185612},{"x":272,"y":-1.2159434846879893},{"x":273,"y":-1.2187030177499496},{"x":274,"y":-1.2179225296420058},{"x":275,"y":-1.2142505720190826},{"x":276,"y":-1.221436526563491},{"x":277,"y":-1.2249359969580818},{"x":278,"y":-1.2261794320269643},{"x":279,"y":-1.2296495676730412},{"x":280,"y":-1.23725185294919},{"x":281,"y":-1.2326820286234015},{"x":282,"y":-1.2285285392329728},{"x":283,"y":-1.2343858971013775},{"x":284,"y":-1.2387273171411066},{"x":285,"y":-1.239560689861041},{"x":286,"y":-1.2438751445511713},{"x":287,"y":-1.2416990994960142},{"x":288,"y":-1.239396312570101},{"x":289,"y":-1.2415226442263791},{"x":290,"y":-1.2467416698565428},{"x":291,"y":-1.2381236371003124},{"x":292,"y":-1.2312621594819353},{"x":293,"y":-1.2438970928596431},{"x":294,"y":-1.2453487106538217},{"x":295,"y":-1.2467764646644086},{"x":296,"y":-1.2330015697925651},{"x":297,"y":-1.2350619207730105},{"x":298,"y":-1.2412722727411996},{"x":299,"y":-1.235025901916846}]},{"name":"d003bea7-1302-48a4-acc9-f57e7209f22f","values":[{"x":0,"y":0.002029901474486994},{"x":1,"y":-0.060895066615014926},{"x":2,"y":-0.098282840663042},{"x":3,"y":-0.11705498869814557},{"x":4,"y":-0.13229667766759018},{"x":5,"y":-0.14563260737056977},{"x":6,"y":-0.15258322881481176},{"x":7,"y":-0.16056553524657646},{"x":8,"y":-0.16929753687921856},{"x":9,"y":-0.17080698552521895},{"x":10,"y":-0.17562454553512902},{"x":11,"y":-0.18010484735128346},{"x":12,"y":-0.18188678464335395},{"x":13,"y":-0.18368930690716612},{"x":14,"y":-0.18835650193927603},{"x":15,"y":-0.18847615727880407},{"x":16,"y":-0.1950677192453554},{"x":17,"y":-0.20090713309186886},{"x":18,"y":-0.2033747813628416},{"x":19,"y":-0.2098610613845815},{"x":20,"y":-0.21293872290525137},{"x":21,"y":-0.2138887241275012},{"x":22,"y":-0.22092571469709116},{"x":23,"y":-0.2246126314282872},{"x":24,"y":-0.2238370658113118},{"x":25,"y":-0.22682268229909322},{"x":26,"y":-0.2327003161693301},{"x":27,"y":-0.2363411025512998},{"x":28,"y":-0.23943559844295387},{"x":29,"y":-0.24777271769456097},{"x":30,"y":-0.2511916053125897},{"x":31,"y":-0.2573783400372188},{"x":32,"y":-0.26014765163702513},{"x":33,"y":-0.2558046672042375},{"x":34,"y":-0.25170625396017976},{"x":35,"y":-0.26094690675436527},{"x":36,"y":-0.2583909714036022},{"x":37,"y":-0.2645338362300891},{"x":38,"y":-0.2671535451023136},{"x":39,"y":-0.26022650827290883},{"x":40,"y":-0.2588387644441021},{"x":41,"y":-0.2529762249984318},{"x":42,"y":-0.2514554798794402},{"x":43,"y":-0.257540963168471},{"x":44,"y":-0.24235736398336985},{"x":45,"y":-0.21876840675429746},{"x":46,"y":-0.20700341397313218},{"x":47,"y":-0.2042635058251809},{"x":48,"y":-0.19012193118581705},{"x":49,"y":-0.16945045509359963},{"x":50,"y":-0.15808566599373097},{"x":51,"y":-0.13891383352658304},{"x":52,"y":-0.11613213802541374},{"x":53,"y":-0.09372904207474575},{"x":54,"y":-0.06732104586254545},{"x":55,"y":-0.03911901041858713},{"x":56,"y":-0.01276709323789655},{"x":57,"y":0.008462999916143696},{"x":58,"y":0.02519529310712629},{"x":59,"y":0.046567532192474864},{"x":60,"y":0.07296198385238951},{"x":61,"y":0.09619676339842174},{"x":62,"y":0.1003234372053974},{"x":63,"y":0.12802698665148848},{"x":64,"y":0.11907559161484055},{"x":65,"y":0.14181813805604337},{"x":66,"y":0.14660210266982998},{"x":67,"y":0.1777808999394406},{"x":68,"y":0.1996679871522144},{"x":69,"y":0.21469045566906386},{"x":70,"y":0.22664336305960686},{"x":71,"y":0.25355647311955354},{"x":72,"y":0.25341418968717455},{"x":73,"y":0.27514450212987007},{"x":74,"y":0.29907528077887713},{"x":75,"y":0.3252178911301949},{"x":76,"y":0.3313545347588664},{"x":77,"y":0.3358434048688358},{"x":78,"y":0.3672395627376596},{"x":79,"y":0.38087903979551174},{"x":80,"y":0.4039548365951526},{"x":81,"y":0.3952771798546066},{"x":82,"y":0.414632619832248},{"x":83,"y":0.42834960505674985},{"x":84,"y":0.4382244436754907},{"x":85,"y":0.46473728401290326},{"x":86,"y":0.4704684963044958},{"x":87,"y":0.48848662650794245},{"x":88,"y":0.5055965396407427},{"x":89,"y":0.507753403762857},{"x":90,"y":0.5208668963278109},{"x":91,"y":0.5515057574032083},{"x":92,"y":0.5633903829551863},{"x":93,"y":0.5660513788978543},{"x":94,"y":0.5706211115690094},{"x":95,"y":0.5737398965664707},{"x":96,"y":0.5938775029852581},{"x":97,"y":0.5990561545091834},{"x":98,"y":0.6147799699500381},{"x":99,"y":0.6112476020249343},{"x":100,"y":0.6165693843396407},{"x":101,"y":0.6129410828267114},{"x":102,"y":0.628841148655205},{"x":103,"y":0.6308818914476233},{"x":104,"y":0.6331354352563866},{"x":105,"y":0.6405356254448163},{"x":106,"y":0.642826184231994},{"x":107,"y":0.643506429948102},{"x":108,"y":0.6443843588499442},{"x":109,"y":0.6596946822310845},{"x":110,"y":0.669597177302909},{"x":111,"y":0.6720797255214086},{"x":112,"y":0.6705735716639987},{"x":113,"y":0.6841337237050141},{"x":114,"y":0.6876387362927256},{"x":115,"y":0.7095531474547453},{"x":116,"y":0.7110912342985143},{"x":117,"y":0.7246138362999739},{"x":118,"y":0.7356625768213735},{"x":119,"y":0.7275161059352346},{"x":120,"y":0.7289267331487487},{"x":121,"y":0.726042491036016},{"x":122,"y":0.735215136036063},{"x":123,"y":0.7409965246823945},{"x":124,"y":0.7524281547353249},{"x":125,"y":0.7580474686483741},{"x":126,"y":0.7603366344959794},{"x":127,"y":0.765800295487065},{"x":128,"y":0.7670675670773368},{"x":129,"y":0.7730480335640452},{"x":130,"y":0.7738189272136822},{"x":131,"y":0.7693677873713094},{"x":132,"y":0.7815340366543131},{"x":133,"y":0.786287193101111},{"x":134,"y":0.7954874480726627},{"x":135,"y":0.7936022346983854},{"x":136,"y":0.8011154312728549},{"x":137,"y":0.8002710835268556},{"x":138,"y":0.8231864963789555},{"x":139,"y":0.829562062316733},{"x":140,"y":0.8347857872349397},{"x":141,"y":0.8397498581070525},{"x":142,"y":0.8444529447568546},{"x":143,"y":0.8464887645171575},{"x":144,"y":0.8546905786885796},{"x":145,"y":0.8572582614197244},{"x":146,"y":0.8526652782347612},{"x":147,"y":0.8586697104271337},{"x":148,"y":0.8636939623758244},{"x":149,"y":0.8751168325790425},{"x":150,"y":0.8753013817880502},{"x":151,"y":0.8811361837504467},{"x":152,"y":0.8720851704780783},{"x":153,"y":0.874788667048335},{"x":154,"y":0.8769886319503818},{"x":155,"y":0.8887131897309113},{"x":156,"y":0.8781912803769131},{"x":157,"y":0.8765108637887868},{"x":158,"y":0.8832841642869301},{"x":159,"y":0.8891736302597492},{"x":160,"y":0.9008833129249546},{"x":161,"y":0.8898478352641543},{"x":162,"y":0.8866380215630597},{"x":163,"y":0.8892115006627811},{"x":164,"y":0.8923308655367705},{"x":165,"y":0.8837600502090487},{"x":166,"y":0.8892193982970792},{"x":167,"y":0.897644529537121},{"x":168,"y":0.9062070273126379},{"x":169,"y":0.9084527859385012},{"x":170,"y":0.9101330874788285},{"x":171,"y":0.9119385735380169},{"x":172,"y":0.9213695708782124},{"x":173,"y":0.9334575353296973},{"x":174,"y":0.9381464560703039},{"x":175,"y":0.9427674633509179},{"x":176,"y":0.9483413004196806},{"x":177,"y":0.949155113044419},{"x":178,"y":0.9505975647785222},{"x":179,"y":0.951296017580837},{"x":180,"y":0.9634125668657592},{"x":181,"y":0.9682071818109428},{"x":182,"y":0.9722072644140983},{"x":183,"y":0.9736293636488699},{"x":184,"y":0.978277868154449},{"x":185,"y":0.9656835878909964},{"x":186,"y":0.9629161846071839},{"x":187,"y":0.9650701579663661},{"x":188,"y":0.9654146940516413},{"x":189,"y":0.9715984973834841},{"x":190,"y":0.9661497017427492},{"x":191,"y":0.9680117471973647},{"x":192,"y":0.9732469089931427},{"x":193,"y":0.9745178137333669},{"x":194,"y":0.9713770782725022},{"x":195,"y":0.9728775875077328},{"x":196,"y":0.9790352184810268},{"x":197,"y":0.9828587040114193},{"x":198,"y":0.9873599902315316},{"x":199,"y":0.9856142514611131},{"x":200,"y":0.9844855783024958},{"x":201,"y":0.9857507288378369},{"x":202,"y":0.9894618501649948},{"x":203,"y":0.9888363220681715},{"x":204,"y":0.9983402526673409},{"x":205,"y":0.9987441199867488},{"x":206,"y":1.0011872609205366},{"x":207,"y":1.0024664830596721},{"x":208,"y":1.0118407076782086},{"x":209,"y":1.008027127888702},{"x":210,"y":1.0075998729045363},{"x":211,"y":1.0130952396945847},{"x":212,"y":1.0065163798974284},{"x":213,"y":1.0098268978192118},{"x":214,"y":1.0106117982556648},{"x":215,"y":1.010931477042171},{"x":216,"y":1.0212093918422165},{"x":217,"y":1.0280585678489136},{"x":218,"y":1.0088676259490892},{"x":219,"y":1.0109030515937862},{"x":220,"y":1.007691103563913},{"x":221,"y":1.0132174545702464},{"x":222,"y":1.0112990647163107},{"x":223,"y":1.0058980540804088},{"x":224,"y":1.0087903240541076},{"x":225,"y":1.0181265268883728},{"x":226,"y":1.0256829535519276},{"x":227,"y":1.0300013317256727},{"x":228,"y":1.0392567320894972},{"x":229,"y":1.0443335884150884},{"x":230,"y":1.0441424529629004},{"x":231,"y":1.0475899377093798},{"x":232,"y":1.0475924439835635},{"x":233,"y":1.0479159360115904},{"x":234,"y":1.0454854226560093},{"x":235,"y":1.0449035674747154},{"x":236,"y":1.0490170488287127},{"x":237,"y":1.049366853245727},{"x":238,"y":1.0500982435432544},{"x":239,"y":1.0509505554012957},{"x":240,"y":1.0565694370965804},{"x":241,"y":1.059534584350358},{"x":242,"y":1.0588612614425854},{"x":243,"y":1.0600577615866753},{"x":244,"y":1.0625350158126083},{"x":245,"y":1.0662749868329868},{"x":246,"y":1.0636842642120445},{"x":247,"y":1.0595267549626475},{"x":248,"y":1.0630717936089231},{"x":249,"y":1.0693299991226828},{"x":250,"y":1.0725071102038837},{"x":251,"y":1.0752790645189811},{"x":252,"y":1.0746333692977668},{"x":253,"y":1.0748599940111003},{"x":254,"y":1.0722780547010362},{"x":255,"y":1.072298285121633},{"x":256,"y":1.0770391354193414},{"x":257,"y":1.0815024271456026},{"x":258,"y":1.0774826264959847},{"x":259,"y":1.0795185302348456},{"x":260,"y":1.0844390258164545},{"x":261,"y":1.0832014746801444},{"x":262,"y":1.0857573047278004},{"x":263,"y":1.0866285168398238},{"x":264,"y":1.08917703563311},{"x":265,"y":1.0949628639433566},{"x":266,"y":1.0963280201372352},{"x":267,"y":1.099050306257308},{"x":268,"y":1.1042935107362384},{"x":269,"y":1.1064512393700556},{"x":270,"y":1.1100203806507283},{"x":271,"y":1.1099228219149964},{"x":272,"y":1.1101531648390062},{"x":273,"y":1.1061236122643445},{"x":274,"y":1.1057303117944646},{"x":275,"y":1.1072866009650968},{"x":276,"y":1.1119556102775727},{"x":277,"y":1.1139358650484008},{"x":278,"y":1.115162167951139},{"x":279,"y":1.1164108313023775},{"x":280,"y":1.1223022084427623},{"x":281,"y":1.1252837229543773},{"x":282,"y":1.1251950143817369},{"x":283,"y":1.125701467558676},{"x":284,"y":1.1286477670849786},{"x":285,"y":1.127773854267771},{"x":286,"y":1.1242809485058118},{"x":287,"y":1.1214014894435282},{"x":288,"y":1.116305495794383},{"x":289,"y":1.1189911446307983},{"x":290,"y":1.1168584062725413},{"x":291,"y":1.1178818743586392},{"x":292,"y":1.127936080274461},{"x":293,"y":1.1298210403786226},{"x":294,"y":1.1318819708698524},{"x":295,"y":1.1314896352634582},{"x":296,"y":1.1345768618950198},{"x":297,"y":1.136971351069324},{"x":298,"y":1.1413847650586992},{"x":299,"y":1.1419609026266853}]},{"name":"7511808a-23d7-4e05-a9e2-8b11e33f9880","values":[{"x":0,"y":-0.004072656759296148},{"x":1,"y":-0.06151229775314492},{"x":2,"y":-0.09869629465355584},{"x":3,"y":-0.12254908704003299},{"x":4,"y":-0.13286767900288873},{"x":5,"y":-0.14637963711982444},{"x":6,"y":-0.15864649870637532},{"x":7,"y":-0.1618672597655006},{"x":8,"y":-0.17086678688999343},{"x":9,"y":-0.1777102196917506},{"x":10,"y":-0.17789418574088267},{"x":11,"y":-0.18287214355881135},{"x":12,"y":-0.19018143646515207},{"x":13,"y":-0.18755751002322574},{"x":14,"y":-0.1928397829537372},{"x":15,"y":-0.19863371830398946},{"x":16,"y":-0.2011266438225746},{"x":17,"y":-0.20775261562905933},{"x":18,"y":-0.21610748344283737},{"x":19,"y":-0.2189248567291072},{"x":20,"y":-0.22348735638245004},{"x":21,"y":-0.2300481630984888},{"x":22,"y":-0.23431420067933176},{"x":23,"y":-0.2392934549888274},{"x":24,"y":-0.24619992455329442},{"x":25,"y":-0.24703166171773377},{"x":26,"y":-0.2551547998477914},{"x":27,"y":-0.2673899328224372},{"x":28,"y":-0.26910651506126154},{"x":29,"y":-0.2796270343393692},{"x":30,"y":-0.293515052508763},{"x":31,"y":-0.3004789795698049},{"x":32,"y":-0.31147021442120876},{"x":33,"y":-0.3207495520634646},{"x":34,"y":-0.319570070847443},{"x":35,"y":-0.33391880524656203},{"x":36,"y":-0.3505284611367001},{"x":37,"y":-0.3705951102491458},{"x":38,"y":-0.3850797157297087},{"x":39,"y":-0.40440759890256034},{"x":40,"y":-0.4216740633434392},{"x":41,"y":-0.4383836917375852},{"x":42,"y":-0.4638419702272833},{"x":43,"y":-0.4984805491567263},{"x":44,"y":-0.5194217889315667},{"x":45,"y":-0.5513411921392972},{"x":46,"y":-0.589171231687731},{"x":47,"y":-0.6285670080199878},{"x":48,"y":-0.6736110258570122},{"x":49,"y":-0.7101392201549565},{"x":50,"y":-0.7520775872815298},{"x":51,"y":-0.8099900710745116},{"x":52,"y":-0.8642263267642057},{"x":53,"y":-0.9193091706177822},{"x":54,"y":-0.9764999895127824},{"x":55,"y":-1.0262482870717848},{"x":56,"y":-1.0768456534929056},{"x":57,"y":-1.1255142352825531},{"x":58,"y":-1.1706100450886852},{"x":59,"y":-1.2165869565031258},{"x":60,"y":-1.2574838912648543},{"x":61,"y":-1.2984712459521255},{"x":62,"y":-1.3470492446718378},{"x":63,"y":-1.3933545503170093},{"x":64,"y":-1.440235132752969},{"x":65,"y":-1.4777430345145528},{"x":66,"y":-1.5271933753474103},{"x":67,"y":-1.5704306237208547},{"x":68,"y":-1.6167198963214764},{"x":69,"y":-1.655543303607929},{"x":70,"y":-1.6915590803797773},{"x":71,"y":-1.7462513098975554},{"x":72,"y":-1.7766361485281168},{"x":73,"y":-1.8196646522732576},{"x":74,"y":-1.8479566838205352},{"x":75,"y":-1.8730696268754323},{"x":76,"y":-1.8953188345653407},{"x":77,"y":-1.9220631228696332},{"x":78,"y":-1.948944062651803},{"x":79,"y":-1.971463163481521},{"x":80,"y":-2.0007607173799515},{"x":81,"y":-2.018328317446712},{"x":82,"y":-2.0461505638004076},{"x":83,"y":-2.077168953200778},{"x":84,"y":-2.1042790673571385},{"x":85,"y":-2.1315229918911234},{"x":86,"y":-2.1713875007065373},{"x":87,"y":-2.1882938388383164},{"x":88,"y":-2.2117804937446515},{"x":89,"y":-2.234343692029135},{"x":90,"y":-2.255094442825789},{"x":91,"y":-2.2921923550806946},{"x":92,"y":-2.3164702239715704},{"x":93,"y":-2.343545421744059},{"x":94,"y":-2.3575827571827106},{"x":95,"y":-2.3750824156347434},{"x":96,"y":-2.3849165989902428},{"x":97,"y":-2.3988522802222514},{"x":98,"y":-2.4193051014582045},{"x":99,"y":-2.427439199132485},{"x":100,"y":-2.4512898872959408},{"x":101,"y":-2.471806761213425},{"x":102,"y":-2.493238441280029},{"x":103,"y":-2.519106305676485},{"x":104,"y":-2.542247804300293},{"x":105,"y":-2.565000340587688},{"x":106,"y":-2.5780726370190967},{"x":107,"y":-2.5975919287741935},{"x":108,"y":-2.612878307459794},{"x":109,"y":-2.631600419851928},{"x":110,"y":-2.651186607938448},{"x":111,"y":-2.6642312418465623},{"x":112,"y":-2.6771820218155478},{"x":113,"y":-2.698686854005506},{"x":114,"y":-2.708166152591692},{"x":115,"y":-2.734692760253444},{"x":116,"y":-2.7504250623671624},{"x":117,"y":-2.759201110271978},{"x":118,"y":-2.772069748347646},{"x":119,"y":-2.781488710275605},{"x":120,"y":-2.7941388755444585},{"x":121,"y":-2.804511895262718},{"x":122,"y":-2.8278871945208897},{"x":123,"y":-2.840576396371044},{"x":124,"y":-2.8489520589221153},{"x":125,"y":-2.858444681492417},{"x":126,"y":-2.8637013343581192},{"x":127,"y":-2.87300470418338},{"x":128,"y":-2.8838115860876536},{"x":129,"y":-2.8929755306989313},{"x":130,"y":-2.9019815445977786},{"x":131,"y":-2.908792597300771},{"x":132,"y":-2.9268416742534606},{"x":133,"y":-2.9418783669303},{"x":134,"y":-2.9567659143929834},{"x":135,"y":-2.9598310057353814},{"x":136,"y":-2.967805542456877},{"x":137,"y":-2.9843607561980567},{"x":138,"y":-2.9918508539337707},{"x":139,"y":-2.995752744793676},{"x":140,"y":-2.99815151149941},{"x":141,"y":-3.005891202818984},{"x":142,"y":-3.0084914059282046},{"x":143,"y":-3.010977066562845},{"x":144,"y":-3.0192601008421},{"x":145,"y":-3.0270443699025247},{"x":146,"y":-3.0352340109271925},{"x":147,"y":-3.0402409507583723},{"x":148,"y":-3.0534260458796165},{"x":149,"y":-3.0574521392351612},{"x":150,"y":-3.06228565428054},{"x":151,"y":-3.0714233218833997},{"x":152,"y":-3.0735005134236473},{"x":153,"y":-3.0779717468446335},{"x":154,"y":-3.079892697888118},{"x":155,"y":-3.0929371809392254},{"x":156,"y":-3.097062447863967},{"x":157,"y":-3.106777679003345},{"x":158,"y":-3.1142935943691654},{"x":159,"y":-3.1192985503000803},{"x":160,"y":-3.12100200402341},{"x":161,"y":-3.131436155338155},{"x":162,"y":-3.145398372482753},{"x":163,"y":-3.15339039400944},{"x":164,"y":-3.1563968962697175},{"x":165,"y":-3.1623731650264078},{"x":166,"y":-3.1737350981300647},{"x":167,"y":-3.1805367755049514},{"x":168,"y":-3.188072264529939},{"x":169,"y":-3.1953279746201795},{"x":170,"y":-3.205321274839165},{"x":171,"y":-3.2091398689880966},{"x":172,"y":-3.219765598935792},{"x":173,"y":-3.2214422495623753},{"x":174,"y":-3.225320152798004},{"x":175,"y":-3.228929175546909},{"x":176,"y":-3.2330239465389354},{"x":177,"y":-3.243543035941107},{"x":178,"y":-3.246623972334593},{"x":179,"y":-3.2505395456722805},{"x":180,"y":-3.255153318629951},{"x":181,"y":-3.259291422143276},{"x":182,"y":-3.2729599569122647},{"x":183,"y":-3.2834158057355967},{"x":184,"y":-3.2842150677201247},{"x":185,"y":-3.295854548694875},{"x":186,"y":-3.304632200122674},{"x":187,"y":-3.3098810877438294},{"x":188,"y":-3.314281655998631},{"x":189,"y":-3.318741135807133},{"x":190,"y":-3.326629530968087},{"x":191,"y":-3.3302945358825298},{"x":192,"y":-3.3356628013605825},{"x":193,"y":-3.3412934386528628},{"x":194,"y":-3.3427804572228244},{"x":195,"y":-3.3460211255865757},{"x":196,"y":-3.350179188439376},{"x":197,"y":-3.3547008263563205},{"x":198,"y":-3.36611341879279},{"x":199,"y":-3.3821304630770537},{"x":200,"y":-3.38809629199176},{"x":201,"y":-3.392317895561829},{"x":202,"y":-3.402403170881726},{"x":203,"y":-3.4067608558817666},{"x":204,"y":-3.4186859990685377},{"x":205,"y":-3.4197083658825838},{"x":206,"y":-3.4234338609243897},{"x":207,"y":-3.424069673781785},{"x":208,"y":-3.4290778283132126},{"x":209,"y":-3.43257047294778},{"x":210,"y":-3.436340084888423},{"x":211,"y":-3.4433702419514898},{"x":212,"y":-3.4448310862502436},{"x":213,"y":-3.4502323400004253},{"x":214,"y":-3.4515465248342454},{"x":215,"y":-3.4596800237412113},{"x":216,"y":-3.471015270266121},{"x":217,"y":-3.4737428221654407},{"x":218,"y":-3.4747974178926944},{"x":219,"y":-3.4755279070320246},{"x":220,"y":-3.4818295791432465},{"x":221,"y":-3.4829128154189215},{"x":222,"y":-3.4836764068965613},{"x":223,"y":-3.493983645448331},{"x":224,"y":-3.501372329891396},{"x":225,"y":-3.5046990005506693},{"x":226,"y":-3.5054722386719996},{"x":227,"y":-3.5090659775021624},{"x":228,"y":-3.5153859457208747},{"x":229,"y":-3.5210387864422},{"x":230,"y":-3.525655290277128},{"x":231,"y":-3.5301708207834843},{"x":232,"y":-3.5318720165396646},{"x":233,"y":-3.533659224288223},{"x":234,"y":-3.5445951257437978},{"x":235,"y":-3.5480559818203106},{"x":236,"y":-3.5542718984105104},{"x":237,"y":-3.560268346344885},{"x":238,"y":-3.561161040560708},{"x":239,"y":-3.5617518565959365},{"x":240,"y":-3.563234763839487},{"x":241,"y":-3.5639762328379225},{"x":242,"y":-3.567684740874922},{"x":243,"y":-3.5702710605144725},{"x":244,"y":-3.5733409055929948},{"x":245,"y":-3.5783308279115236},{"x":246,"y":-3.580538665658834},{"x":247,"y":-3.590699599659653},{"x":248,"y":-3.591799990087457},{"x":249,"y":-3.592988585935824},{"x":250,"y":-3.5960448358573136},{"x":251,"y":-3.600824185829207},{"x":252,"y":-3.6022956680775757},{"x":253,"y":-3.6086658754483594},{"x":254,"y":-3.6187641540055417},{"x":255,"y":-3.627279454897208},{"x":256,"y":-3.6309765312458957},{"x":257,"y":-3.6375897484893254},{"x":258,"y":-3.6410767287787738},{"x":259,"y":-3.6425065637231144},{"x":260,"y":-3.6483774912663236},{"x":261,"y":-3.653048853942546},{"x":262,"y":-3.656380124014509},{"x":263,"y":-3.6583991341424142},{"x":264,"y":-3.665154036125286},{"x":265,"y":-3.6679491644928626},{"x":266,"y":-3.6687847419690005},{"x":267,"y":-3.6702037761112853},{"x":268,"y":-3.6715378546644653},{"x":269,"y":-3.6748927843669694},{"x":270,"y":-3.6782996262741943},{"x":271,"y":-3.681659682246557},{"x":272,"y":-3.686577867747636},{"x":273,"y":-3.6909237935692856},{"x":274,"y":-3.6923444735768856},{"x":275,"y":-3.6969220978671906},{"x":276,"y":-3.703824232903914},{"x":277,"y":-3.7067246558204934},{"x":278,"y":-3.707647960088124},{"x":279,"y":-3.7104978614701523},{"x":280,"y":-3.714087415584069},{"x":281,"y":-3.7166852371038743},{"x":282,"y":-3.7200137649643326},{"x":283,"y":-3.7250774965327027},{"x":284,"y":-3.7283414346132},{"x":285,"y":-3.729828155665843},{"x":286,"y":-3.7369394977744017},{"x":287,"y":-3.7386765441169185},{"x":288,"y":-3.741514056617655},{"x":289,"y":-3.742134694336771},{"x":290,"y":-3.7491024336093686},{"x":291,"y":-3.750502618999189},{"x":292,"y":-3.7517036884105353},{"x":293,"y":-3.7629028389673933},{"x":294,"y":-3.7642047645526016},{"x":295,"y":-3.7670594372346886},{"x":296,"y":-3.7764589041950383},{"x":297,"y":-3.777352871182878},{"x":298,"y":-3.7786456401660224},{"x":299,"y":-3.7830898022559905}]},{"name":"c82552d7-19c8-4edd-9475-3c1fbc962d50","values":[{"x":0,"y":0.0030429632004305143},{"x":1,"y":0.06515946210195504},{"x":2,"y":0.10842267880206947},{"x":3,"y":0.13337084907548707},{"x":4,"y":0.14094807931877554},{"x":5,"y":0.1516740365354199},{"x":6,"y":0.15806549328121294},{"x":7,"y":0.16090212563301678},{"x":8,"y":0.16969484707578936},{"x":9,"y":0.17456099163776714},{"x":10,"y":0.17399634623634677},{"x":11,"y":0.18103025070786696},{"x":12,"y":0.18923149829747554},{"x":13,"y":0.18614919087409992},{"x":14,"y":0.19307697582353556},{"x":15,"y":0.20294765043875448},{"x":16,"y":0.2038063918868594},{"x":17,"y":0.2052654279973007},{"x":18,"y":0.21006972417386707},{"x":19,"y":0.20690694338397525},{"x":20,"y":0.21715254258984337},{"x":21,"y":0.2173812397618269},{"x":22,"y":0.2246981066037638},{"x":23,"y":0.24437798206794636},{"x":24,"y":0.2587620232605728},{"x":25,"y":0.26455643357749403},{"x":26,"y":0.2692271961352408},{"x":27,"y":0.2813846258645123},{"x":28,"y":0.2866913053334791},{"x":29,"y":0.30912103063575586},{"x":30,"y":0.3317739024427152},{"x":31,"y":0.34298059476041237},{"x":32,"y":0.3636275410180977},{"x":33,"y":0.39154074014376516},{"x":34,"y":0.402900350389227},{"x":35,"y":0.4394326901193462},{"x":36,"y":0.46899145477222776},{"x":37,"y":0.5067368235243082},{"x":38,"y":0.554267161215167},{"x":39,"y":0.6191679186178799},{"x":40,"y":0.6710300075763711},{"x":41,"y":0.7473293949707462},{"x":42,"y":0.8204295120803798},{"x":43,"y":0.9107618537394122},{"x":44,"y":1.0069717745928881},{"x":45,"y":1.114468961013523},{"x":46,"y":1.2191804298266982},{"x":47,"y":1.3377929761703107},{"x":48,"y":1.4466424871475039},{"x":49,"y":1.5738914680796896},{"x":50,"y":1.693155756286922},{"x":51,"y":1.8056843465354735},{"x":52,"y":1.9101572260070876},{"x":53,"y":2.0055376969848466},{"x":54,"y":2.102104345585074},{"x":55,"y":2.1902982709591434},{"x":56,"y":2.2989654722173096},{"x":57,"y":2.377749865468498},{"x":58,"y":2.4501731185322715},{"x":59,"y":2.538528973233098},{"x":60,"y":2.6528203516437356},{"x":61,"y":2.7077617378075622},{"x":62,"y":2.7871609903977017},{"x":63,"y":2.8578297616121318},{"x":64,"y":2.9211600188464812},{"x":65,"y":2.9811332511539734},{"x":66,"y":3.0235486636784845},{"x":67,"y":3.098018254128887},{"x":68,"y":3.1458639529613763},{"x":69,"y":3.194428521216163},{"x":70,"y":3.2589513976235263},{"x":71,"y":3.286814101763559},{"x":72,"y":3.315373600522432},{"x":73,"y":3.401626667299443},{"x":74,"y":3.432696073685694},{"x":75,"y":3.4703515509811567},{"x":76,"y":3.521053636713532},{"x":77,"y":3.5359198977850075},{"x":78,"y":3.5735531928360635},{"x":79,"y":3.6102983769646273},{"x":80,"y":3.664662209751539},{"x":81,"y":3.6963500197955397},{"x":82,"y":3.7571909344855356},{"x":83,"y":3.792738675466523},{"x":84,"y":3.7992702351622367},{"x":85,"y":3.836728508005769},{"x":86,"y":3.8513567480719373},{"x":87,"y":3.9036817630594567},{"x":88,"y":3.927936389786488},{"x":89,"y":3.952104552490028},{"x":90,"y":3.9678794010682883},{"x":91,"y":4.001224928060338},{"x":92,"y":4.029615713094331},{"x":93,"y":4.055676295655403},{"x":94,"y":4.095299786188955},{"x":95,"y":4.10779098193373},{"x":96,"y":4.121921853004124},{"x":97,"y":4.131182322022246},{"x":98,"y":4.168884212632198},{"x":99,"y":4.1725264831096815},{"x":100,"y":4.210391468324542},{"x":101,"y":4.2455322207425095},{"x":102,"y":4.285697462268565},{"x":103,"y":4.300865635051435},{"x":104,"y":4.31513303079106},{"x":105,"y":4.324826250035558},{"x":106,"y":4.3445624379453855},{"x":107,"y":4.368398087247449},{"x":108,"y":4.387288537154694},{"x":109,"y":4.409169301401287},{"x":110,"y":4.421662012026025},{"x":111,"y":4.457051461095005},{"x":112,"y":4.466602739791173},{"x":113,"y":4.490314035190805},{"x":114,"y":4.501769265084552},{"x":115,"y":4.503097422459208},{"x":116,"y":4.523555247357978},{"x":117,"y":4.545571180412458},{"x":118,"y":4.571999852697106},{"x":119,"y":4.599127484816724},{"x":120,"y":4.611607313198016},{"x":121,"y":4.619397844006299},{"x":122,"y":4.648792279988359},{"x":123,"y":4.673663966235792},{"x":124,"y":4.6848060281348705},{"x":125,"y":4.690817198592083},{"x":126,"y":4.700065334436598},{"x":127,"y":4.740563571478839},{"x":128,"y":4.76855778223419},{"x":129,"y":4.786752421223641},{"x":130,"y":4.7906650705003555},{"x":131,"y":4.801191142327684},{"x":132,"y":4.831028697168549},{"x":133,"y":4.83563256259925},{"x":134,"y":4.84048708382796},{"x":135,"y":4.840261929164968},{"x":136,"y":4.864166081792824},{"x":137,"y":4.881983411069092},{"x":138,"y":4.899531541592529},{"x":139,"y":4.920391975387605},{"x":140,"y":4.929227418294977},{"x":141,"y":4.941060791069632},{"x":142,"y":4.944300637143131},{"x":143,"y":4.947457964123296},{"x":144,"y":4.955749222986917},{"x":145,"y":4.965313652300451},{"x":146,"y":4.972188500899029},{"x":147,"y":4.984451456464304},{"x":148,"y":5.0014489320087225},{"x":149,"y":5.018767112241161},{"x":150,"y":5.019803767645191},{"x":151,"y":5.020986556210137},{"x":152,"y":5.038610366076956},{"x":153,"y":5.039937929048479},{"x":154,"y":5.041130516506919},{"x":155,"y":5.044736459326476},{"x":156,"y":5.045164686937644},{"x":157,"y":5.046730097605348},{"x":158,"y":5.060510058250699},{"x":159,"y":5.063454386783766},{"x":160,"y":5.077895461524782},{"x":161,"y":5.100854345886841},{"x":162,"y":5.092358902436321},{"x":163,"y":5.101693883117884},{"x":164,"y":5.113449822908955},{"x":165,"y":5.129329297932421},{"x":166,"y":5.131439215100966},{"x":167,"y":5.134578422627217},{"x":168,"y":5.149398720223148},{"x":169,"y":5.152714147509141},{"x":170,"y":5.172730306004198},{"x":171,"y":5.173715526033174},{"x":172,"y":5.185682005374352},{"x":173,"y":5.186655645867803},{"x":174,"y":5.203514379687272},{"x":175,"y":5.220452113423696},{"x":176,"y":5.229043249240749},{"x":177,"y":5.239376484210846},{"x":178,"y":5.239636904386429},{"x":179,"y":5.2408325603283075},{"x":180,"y":5.25227838487091},{"x":181,"y":5.2534879892071205},{"x":182,"y":5.26306956745212},{"x":183,"y":5.276591538659377},{"x":184,"y":5.283823379377485},{"x":185,"y":5.282419923961964},{"x":186,"y":5.283541114651086},{"x":187,"y":5.285805061700831},{"x":188,"y":5.2873347017950625},{"x":189,"y":5.296340853414242},{"x":190,"y":5.3024448124264465},{"x":191,"y":5.303423326833367},{"x":192,"y":5.305605549161384},{"x":193,"y":5.315492742375334},{"x":194,"y":5.316799047700287},{"x":195,"y":5.317474604873459},{"x":196,"y":5.325894162709114},{"x":197,"y":5.34422469769832},{"x":198,"y":5.354165609432434},{"x":199,"y":5.364048849530648},{"x":200,"y":5.36480031522984},{"x":201,"y":5.366283105823803},{"x":202,"y":5.382404215755446},{"x":203,"y":5.384591527919455},{"x":204,"y":5.4028633427617985},{"x":205,"y":5.403837799011021},{"x":206,"y":5.41257202771246},{"x":207,"y":5.413180849948354},{"x":208,"y":5.413328410073082},{"x":209,"y":5.420924121890597},{"x":210,"y":5.422107108197359},{"x":211,"y":5.431979623291458},{"x":212,"y":5.433080552620719},{"x":213,"y":5.436260577417749},{"x":214,"y":5.443924583215224},{"x":215,"y":5.452289170729711},{"x":216,"y":5.452612322948391},{"x":217,"y":5.461689454825731},{"x":218,"y":5.46226774637987},{"x":219,"y":5.462628825549705},{"x":220,"y":5.4658976099743},{"x":221,"y":5.476451753187277},{"x":222,"y":5.477093886890193},{"x":223,"y":5.484563551425951},{"x":224,"y":5.488440401503083},{"x":225,"y":5.489344943935391},{"x":226,"y":5.489971446645678},{"x":227,"y":5.490930178990602},{"x":228,"y":5.492228847272508},{"x":229,"y":5.493266219912432},{"x":230,"y":5.493245202914253},{"x":231,"y":5.495015464550033},{"x":232,"y":5.496193565975769},{"x":233,"y":5.4976615295360585},{"x":234,"y":5.502311511235801},{"x":235,"y":5.520116313819137},{"x":236,"y":5.532423565375245},{"x":237,"y":5.53518946825092},{"x":238,"y":5.535821564842724},{"x":239,"y":5.536183738461566},{"x":240,"y":5.5471144558450405},{"x":241,"y":5.547747675811618},{"x":242,"y":5.548628561831624},{"x":243,"y":5.5508422186907875},{"x":244,"y":5.562040835284996},{"x":245,"y":5.570096992022736},{"x":246,"y":5.572218474125628},{"x":247,"y":5.570842832756443},{"x":248,"y":5.578827631456011},{"x":249,"y":5.5867398729660405},{"x":250,"y":5.5872433005989235},{"x":251,"y":5.589652523812553},{"x":252,"y":5.59852314837663},{"x":253,"y":5.6078007616983285},{"x":254,"y":5.613584942569929},{"x":255,"y":5.626119606188979},{"x":256,"y":5.627083136450555},{"x":257,"y":5.628695718057572},{"x":258,"y":5.636693719185879},{"x":259,"y":5.637885184288106},{"x":260,"y":5.639341290587577},{"x":261,"y":5.63927979011871},{"x":262,"y":5.640222382180024},{"x":263,"y":5.649083150943425},{"x":264,"y":5.658762345260538},{"x":265,"y":5.659308170406314},{"x":266,"y":5.660047495604538},{"x":267,"y":5.661656045255107},{"x":268,"y":5.662845750639154},{"x":269,"y":5.6717383320492605},{"x":270,"y":5.672639401071654},{"x":271,"y":5.672994604324039},{"x":272,"y":5.676245261511317},{"x":273,"y":5.675891830389562},{"x":274,"y":5.677614182380571},{"x":275,"y":5.687011644212738},{"x":276,"y":5.690237700114522},{"x":277,"y":5.69092938851152},{"x":278,"y":5.691544373589469},{"x":279,"y":5.692084334554059},{"x":280,"y":5.693225662707869},{"x":281,"y":5.7026167318117595},{"x":282,"y":5.710532792402225},{"x":283,"y":5.710980126481139},{"x":284,"y":5.71168538793671},{"x":285,"y":5.710776832263919},{"x":286,"y":5.711439684259396},{"x":287,"y":5.712898970802803},{"x":288,"y":5.713504768856877},{"x":289,"y":5.714070155118934},{"x":290,"y":5.714375631679317},{"x":291,"y":5.725303598654762},{"x":292,"y":5.74415613531933},{"x":293,"y":5.744193718386788},{"x":294,"y":5.7452697463009095},{"x":295,"y":5.745989568961382},{"x":296,"y":5.772558644690647},{"x":297,"y":5.773375090225976},{"x":298,"y":5.774355198026088},{"x":299,"y":5.787225091592568}]},{"name":"c1fd7344-6166-43ff-a772-ae06be2496a3","values":[{"x":0,"y":-0.0029273305686152227},{"x":1,"y":0.06444412941624782},{"x":2,"y":0.10767437725347234},{"x":3,"y":0.12730951234198745},{"x":4,"y":0.1395682061024121},{"x":5,"y":0.1498162170624991},{"x":6,"y":0.1505344126977193},{"x":7,"y":0.15772068786156254},{"x":8,"y":0.16573566704035728},{"x":9,"y":0.16469195177731255},{"x":10,"y":0.16804134807967924},{"x":11,"y":0.17379300486856383},{"x":12,"y":0.1755067463540977},{"x":13,"y":0.1757494196652384},{"x":14,"y":0.18075345414517122},{"x":15,"y":0.18335621878191588},{"x":16,"y":0.18646961758410002},{"x":17,"y":0.18497622415099066},{"x":18,"y":0.1812903398876433},{"x":19,"y":0.17876168209280996},{"x":20,"y":0.18398578259348697},{"x":21,"y":0.17429545120383674},{"x":22,"y":0.17939329306887813},{"x":23,"y":0.19190147961913243},{"x":24,"y":0.19162738548343194},{"x":25,"y":0.19127464076345232},{"x":26,"y":0.18411008341353757},{"x":27,"y":0.17619684971441515},{"x":28,"y":0.16932463082540244},{"x":29,"y":0.17382016471299566},{"x":30,"y":0.16713611590715002},{"x":31,"y":0.15540592737990475},{"x":32,"y":0.1421402026781007},{"x":33,"y":0.12580538733806607},{"x":34,"y":0.09821517113383606},{"x":35,"y":0.08773539836281681},{"x":36,"y":0.04897638410587787},{"x":37,"y":0.015341489461332654},{"x":38,"y":-0.01467256574503132},{"x":39,"y":-0.05356827359887233},{"x":40,"y":-0.11046540499935646},{"x":41,"y":-0.15591913883967318},{"x":42,"y":-0.22480969071315413},{"x":43,"y":-0.2890509223224222},{"x":44,"y":-0.3612777326424204},{"x":45,"y":-0.45063647369853427},{"x":46,"y":-0.5485827619972687},{"x":47,"y":-0.6231007915786858},{"x":48,"y":-0.7193816045537367},{"x":49,"y":-0.7885797354148457},{"x":50,"y":-0.8512043756194376},{"x":51,"y":-0.9327808677457776},{"x":52,"y":-1.014695127840924},{"x":53,"y":-1.091472257872671},{"x":54,"y":-1.1565953646654978},{"x":55,"y":-1.2135463314218664},{"x":56,"y":-1.240733975056735},{"x":57,"y":-1.2804879618221974},{"x":58,"y":-1.3213859392350442},{"x":59,"y":-1.3407581059918354},{"x":60,"y":-1.3295327131683872},{"x":61,"y":-1.3659007690708347},{"x":62,"y":-1.360032082009298},{"x":63,"y":-1.3855885676009079},{"x":64,"y":-1.3728921226929192},{"x":65,"y":-1.3846656903880679},{"x":66,"y":-1.4128610675786282},{"x":67,"y":-1.4331111412144681},{"x":68,"y":-1.4647452354977097},{"x":69,"y":-1.46816356367169},{"x":70,"y":-1.4616856282904662},{"x":71,"y":-1.5251438284344128},{"x":72,"y":-1.5251006528957687},{"x":73,"y":-1.503384192528245},{"x":74,"y":-1.5214798668797984},{"x":75,"y":-1.539285189854972},{"x":76,"y":-1.5192366798744212},{"x":77,"y":-1.5392369181247698},{"x":78,"y":-1.5626357104972248},{"x":79,"y":-1.5626910147130388},{"x":80,"y":-1.561539425424751},{"x":81,"y":-1.541924703080827},{"x":82,"y":-1.5316916861603584},{"x":83,"y":-1.542342686242539},{"x":84,"y":-1.570760074463525},{"x":85,"y":-1.5907937946326602},{"x":86,"y":-1.6279869717042232},{"x":87,"y":-1.609093520919467},{"x":88,"y":-1.623973969968202},{"x":89,"y":-1.6252492989935379},{"x":90,"y":-1.6399212310024878},{"x":91,"y":-1.6745151929144195},{"x":92,"y":-1.6778060640716959},{"x":93,"y":-1.6820395221315518},{"x":94,"y":-1.6618049267952082},{"x":95,"y":-1.6707953004007128},{"x":96,"y":-1.6842819207813124},{"x":97,"y":-1.6918279079372651},{"x":98,"y":-1.6916474449080157},{"x":99,"y":-1.6927530343549648},{"x":100,"y":-1.6841738553089034},{"x":101,"y":-1.661921553733684},{"x":102,"y":-1.65938790877303},{"x":103,"y":-1.6732806842589987},{"x":104,"y":-1.6853061074219553},{"x":105,"y":-1.706741928881898},{"x":106,"y":-1.6985491064011824},{"x":107,"y":-1.6976671701251527},{"x":108,"y":-1.6937920140933087},{"x":109,"y":-1.705968701285405},{"x":110,"y":-1.720790664165366},{"x":111,"y":-1.6992567044333489},{"x":112,"y":-1.7034063313389782},{"x":113,"y":-1.7147908784845425},{"x":114,"y":-1.7175453154846572},{"x":115,"y":-1.764404650164325},{"x":116,"y":-1.7630982216421118},{"x":117,"y":-1.762005062485781},{"x":118,"y":-1.7582884242752632},{"x":119,"y":-1.7357794055989317},{"x":120,"y":-1.738967943775815},{"x":121,"y":-1.73495144394969},{"x":122,"y":-1.7380036188656507},{"x":123,"y":-1.7330926102839348},{"x":124,"y":-1.7391889221067618},{"x":125,"y":-1.7499673717738224},{"x":126,"y":-1.7465889965803467},{"x":127,"y":-1.7222372786669002},{"x":128,"y":-1.7057977991261764},{"x":129,"y":-1.7025459893632402},{"x":130,"y":-1.7116160782048353},{"x":131,"y":-1.7048421202286579},{"x":132,"y":-1.7070264396269412},{"x":133,"y":-1.721830598590921},{"x":134,"y":-1.7430137558265097},{"x":135,"y":-1.7412607170686243},{"x":136,"y":-1.7333279371709225},{"x":137,"y":-1.734830639380766},{"x":138,"y":-1.7473198469015825},{"x":139,"y":-1.7381348908670315},{"x":140,"y":-1.7367191776372768},{"x":141,"y":-1.7384343346674875},{"x":142,"y":-1.7437961127645811},{"x":143,"y":-1.7464767987696892},{"x":144,"y":-1.7546290140364262},{"x":145,"y":-1.7544861858598497},{"x":146,"y":-1.7554424628295746},{"x":147,"y":-1.7545368995304829},{"x":148,"y":-1.7551725468629158},{"x":149,"y":-1.7557964849813938},{"x":150,"y":-1.7608421548568218},{"x":151,"y":-1.7751538246772407},{"x":152,"y":-1.7518996378743321},{"x":153,"y":-1.7591531920300267},{"x":154,"y":-1.7621012710067145},{"x":155,"y":-1.7863846575878348},{"x":156,"y":-1.7829171268807975},{"x":157,"y":-1.7918138705512432},{"x":158,"y":-1.7939129150659598},{"x":159,"y":-1.8009596365464693},{"x":160,"y":-1.800684271054221},{"x":161,"y":-1.7784247916493663},{"x":162,"y":-1.7990774726624044},{"x":163,"y":-1.7993919797732991},{"x":164,"y":-1.7922301494533313},{"x":165,"y":-1.7750362055244566},{"x":166,"y":-1.7919365915708085},{"x":167,"y":-1.8019618447624308},{"x":168,"y":-1.8006186136648217},{"x":169,"y":-1.8060883038074622},{"x":170,"y":-1.7965436554078826},{"x":171,"y":-1.8035543214091403},{"x":172,"y":-1.8107058410786765},{"x":173,"y":-1.8240406509796194},{"x":174,"y":-1.8152523329673087},{"x":175,"y":-1.8059644187366861},{"x":176,"y":-1.807277485920238},{"x":177,"y":-1.807689393081221},{"x":178,"y":-1.8112699560584864},{"x":179,"y":-1.8151732150847613},{"x":180,"y":-1.821366378688535},{"x":181,"y":-1.8300942069142434},{"x":182,"y":-1.8390136955158727},{"x":183,"y":-1.8360156589950123},{"x":184,"y":-1.8356721478669844},{"x":185,"y":-1.8379370392395842},{"x":186,"y":-1.8426465629608195},{"x":187,"y":-1.8470534524738946},{"x":188,"y":-1.8505521680070753},{"x":189,"y":-1.852575378760187},{"x":190,"y":-1.8496721367027538},{"x":191,"y":-1.8539301737536333},{"x":192,"y":-1.8607123229187266},{"x":193,"y":-1.8571477139495347},{"x":194,"y":-1.8532881916873014},{"x":195,"y":-1.8584677038867874},{"x":196,"y":-1.858273674672494},{"x":197,"y":-1.847629987311769},{"x":198,"y":-1.8542075127512307},{"x":199,"y":-1.859428315998958},{"x":200,"y":-1.8630718786893523},{"x":201,"y":-1.8667605994856198},{"x":202,"y":-1.862192717254358},{"x":203,"y":-1.8639375036324948},{"x":204,"y":-1.86676701759609},{"x":205,"y":-1.867247105260914},{"x":206,"y":-1.8633844376861546},{"x":207,"y":-1.8646702784869151},{"x":208,"y":-1.8798495774174901},{"x":209,"y":-1.8731015635059276},{"x":210,"y":-1.8747521766389363},{"x":211,"y":-1.8792265395344354},{"x":212,"y":-1.8722162185550941},{"x":213,"y":-1.8771401163713368},{"x":214,"y":-1.871615032631634},{"x":215,"y":-1.873506429131014},{"x":216,"y":-1.8962584065880947},{"x":217,"y":-1.8977403712840164},{"x":218,"y":-1.8802348176546257},{"x":219,"y":-1.8819970685607839},{"x":220,"y":-1.883412665672408},{"x":221,"y":-1.8782608652515742},{"x":222,"y":-1.876470685419723},{"x":223,"y":-1.873427412504112},{"x":224,"y":-1.8785767065735857},{"x":225,"y":-1.890826108499775},{"x":226,"y":-1.8984116802769893},{"x":227,"y":-1.9050287796891987},{"x":228,"y":-1.9205520144382264},{"x":229,"y":-1.9289328608143568},{"x":230,"y":-1.9327819135589377},{"x":231,"y":-1.9374122549322221},{"x":232,"y":-1.9378569262138639},{"x":233,"y":-1.9383034250445967},{"x":234,"y":-1.942256333659243},{"x":235,"y":-1.9258318530133043},{"x":236,"y":-1.9226610106579678},{"x":237,"y":-1.9252520762914764},{"x":238,"y":-1.9250875326626284},{"x":239,"y":-1.9266582207129594},{"x":240,"y":-1.9225825712968652},{"x":241,"y":-1.925060161040688},{"x":242,"y":-1.9271018458213198},{"x":243,"y":-1.9285225713933463},{"x":244,"y":-1.9223390025143867},{"x":245,"y":-1.9220384938555672},{"x":246,"y":-1.9208702457503113},{"x":247,"y":-1.931349676869996},{"x":248,"y":-1.9273110831802078},{"x":249,"y":-1.9259205377153632},{"x":250,"y":-1.9314421547331204},{"x":251,"y":-1.9361017363529114},{"x":252,"y":-1.928726143621776},{"x":253,"y":-1.9250924294667173},{"x":254,"y":-1.9267500555744996},{"x":255,"y":-1.9232938863299414},{"x":256,"y":-1.929390125534392},{"x":257,"y":-1.9380348658056605},{"x":258,"y":-1.9315982798449105},{"x":259,"y":-1.9328637245967064},{"x":260,"y":-1.9420579248922474},{"x":261,"y":-1.9461422695768194},{"x":262,"y":-1.9502629435350365},{"x":263,"y":-1.9444130792125498},{"x":264,"y":-1.945801044915489},{"x":265,"y":-1.9558544639494166},{"x":266,"y":-1.9574004952414876},{"x":267,"y":-1.959970836639666},{"x":268,"y":-1.9651205750016643},{"x":269,"y":-1.9613910836142225},{"x":270,"y":-1.9677529413610824},{"x":271,"y":-1.971036609168919},{"x":272,"y":-1.9738226044714755},{"x":273,"y":-1.9760571238146463},{"x":274,"y":-1.9750942871531187},{"x":275,"y":-1.9710914134402937},{"x":276,"y":-1.9787465492991825},{"x":277,"y":-1.9829017286577313},{"x":278,"y":-1.9840879691086533},{"x":279,"y":-1.988282462081386},{"x":280,"y":-1.9961991120215605},{"x":281,"y":-1.9915811705925004},{"x":282,"y":-1.9866310441967443},{"x":283,"y":-1.9915133843890522},{"x":284,"y":-1.9951273053114276},{"x":285,"y":-1.9954640021292884},{"x":286,"y":-2.0012907674469536},{"x":287,"y":-1.9988005725556184},{"x":288,"y":-1.9965300964634225},{"x":289,"y":-1.9986603428297276},{"x":290,"y":-2.0035474713340395},{"x":291,"y":-1.9940440332128682},{"x":292,"y":-1.9860186450322423},{"x":293,"y":-1.9990593900561204},{"x":294,"y":-2.0004849526043182},{"x":295,"y":-2.0024883995152987},{"x":296,"y":-1.9879918230445373},{"x":297,"y":-1.990051881831048},{"x":298,"y":-1.9959008449716376},{"x":299,"y":-1.989639747204953}]},{"name":"ded8d322-234a-49d2-8817-f59e55ee5b24","values":[{"x":0,"y":0.0031481117710727598},{"x":1,"y":-0.05979070564886738},{"x":2,"y":-0.09712464782664598},{"x":3,"y":-0.11579567180620862},{"x":4,"y":-0.13092707021704103},{"x":5,"y":-0.14415084997590294},{"x":6,"y":-0.15092240776488577},{"x":7,"y":-0.15872471595810023},{"x":8,"y":-0.16723383081152524},{"x":9,"y":-0.1684637095100023},{"x":10,"y":-0.1729503388561792},{"x":11,"y":-0.17707550867259408},{"x":12,"y":-0.17837259404996345},{"x":13,"y":-0.17964829097421078},{"x":14,"y":-0.1836768185209449},{"x":15,"y":-0.18296977405836015},{"x":16,"y":-0.18865136720088613},{"x":17,"y":-0.1934811079494457},{"x":18,"y":-0.19456483369415903},{"x":19,"y":-0.19949589512988272},{"x":20,"y":-0.2010319198555518},{"x":21,"y":-0.1999322822217027},{"x":22,"y":-0.20430083281722378},{"x":23,"y":-0.20503860420514805},{"x":24,"y":-0.20062765719636108},{"x":25,"y":-0.19982648076235426},{"x":26,"y":-0.20109042029955457},{"x":27,"y":-0.1984694223403187},{"x":28,"y":-0.1952021189284052},{"x":29,"y":-0.19616576884936862},{"x":30,"y":-0.19015298961267785},{"x":31,"y":-0.18476179445155738},{"x":32,"y":-0.17536159442951835},{"x":33,"y":-0.15555870847315012},{"x":34,"y":-0.13311675066630116},{"x":35,"y":-0.12089143038647397},{"x":36,"y":-0.09394895025294285},{"x":37,"y":-0.07234956887466427},{"x":38,"y":-0.04260781137092061},{"x":39,"y":0.006898321541220739},{"x":40,"y":0.05301462825188375},{"x":41,"y":0.11220421111332746},{"x":42,"y":0.17222356394368848},{"x":43,"y":0.2371328183923981},{"x":44,"y":0.3202396030993831},{"x":45,"y":0.4223749657878058},{"x":46,"y":0.5148368563449005},{"x":47,"y":0.5999622912231868},{"x":48,"y":0.6915541560582249},{"x":49,"y":0.7821046485416078},{"x":50,"y":0.8628266821241425},{"x":51,"y":0.9428612716040546},{"x":52,"y":1.0265109644904493},{"x":53,"y":1.1035767942748596},{"x":54,"y":1.171505693264634},{"x":55,"y":1.2384049202495748},{"x":56,"y":1.308667129268705},{"x":57,"y":1.3573115606841188},{"x":58,"y":1.3949509020689097},{"x":59,"y":1.4389631032593924},{"x":60,"y":1.4900125742300128},{"x":61,"y":1.5281508999828508},{"x":62,"y":1.5421385622627148},{"x":63,"y":1.5785847710401073},{"x":64,"y":1.572663351054672},{"x":65,"y":1.6002701885341748},{"x":66,"y":1.6089286573899075},{"x":67,"y":1.6451580205982423},{"x":68,"y":1.6715866994161905},{"x":69,"y":1.6843773952516914},{"x":70,"y":1.6971290632822436},{"x":71,"y":1.727201006347779},{"x":72,"y":1.7238005666655742},{"x":73,"y":1.7479242832953166},{"x":74,"y":1.767979320343032},{"x":75,"y":1.7942007868192371},{"x":76,"y":1.7995276050343973},{"x":77,"y":1.8023335758453836},{"x":78,"y":1.8334179760904283},{"x":79,"y":1.8463924840238957},{"x":80,"y":1.8664860778225638},{"x":81,"y":1.8538352558751852},{"x":82,"y":1.871863597793163},{"x":83,"y":1.884178401591329},{"x":84,"y":1.8919793000974785},{"x":85,"y":1.9179080882463206},{"x":86,"y":1.920620059038661},{"x":87,"y":1.9386095428949395},{"x":88,"y":1.9534538786921682},{"x":89,"y":1.9524449684211445},{"x":90,"y":1.9607138856458788},{"x":91,"y":1.9903851993211188},{"x":92,"y":2.0002160515873726},{"x":93,"y":2.0005049015300616},{"x":94,"y":2.0027752242265016},{"x":95,"y":2.0032999908349933},{"x":96,"y":2.0220595351395736},{"x":97,"y":2.0243291333230773},{"x":98,"y":2.038991386619417},{"x":99,"y":2.0322402737287297},{"x":100,"y":2.0348051408589867},{"x":101,"y":2.028613835215367},{"x":102,"y":2.043549949843593},{"x":103,"y":2.044351041193191},{"x":104,"y":2.045175969712416},{"x":105,"y":2.05108527855799},{"x":106,"y":2.0505795768743593},{"x":107,"y":2.0502715397307543},{"x":108,"y":2.050263841400942},{"x":109,"y":2.064528855486682},{"x":110,"y":2.0728382544277935},{"x":111,"y":2.0729219163909747},{"x":112,"y":2.069779891285922},{"x":113,"y":2.081581851511298},{"x":114,"y":2.084630853458103},{"x":115,"y":2.1030581832422106},{"x":116,"y":2.103536579772786},{"x":117,"y":2.1156321036830197},{"x":118,"y":2.1256083503203755},{"x":119,"y":2.115429446101158},{"x":120,"y":2.1163964197696243},{"x":121,"y":2.111412024532152},{"x":122,"y":2.119276599474779},{"x":123,"y":2.122677502803738},{"x":124,"y":2.133023814208608},{"x":125,"y":2.138196525377025},{"x":126,"y":2.1393060842295304},{"x":127,"y":2.1447283001552693},{"x":128,"y":2.143532480591741},{"x":129,"y":2.1483912887455583},{"x":130,"y":2.1482452803510994},{"x":131,"y":2.141972321986111},{"x":132,"y":2.1532560439880277},{"x":133,"y":2.1565127413054035},{"x":134,"y":2.164675842563401},{"x":135,"y":2.1592574893243257},{"x":136,"y":2.1656062725479273},{"x":137,"y":2.1639912093715536},{"x":138,"y":2.1842809067276336},{"x":139,"y":2.189501569055806},{"x":140,"y":2.193939088097473},{"x":141,"y":2.197448129690292},{"x":142,"y":2.2020527280213122},{"x":143,"y":2.2038220012584215},{"x":144,"y":2.2109631567358825},{"x":145,"y":2.2132625620665345},{"x":146,"y":2.207837358979499},{"x":147,"y":2.213231432331464},{"x":148,"y":2.2172279577557514},{"x":149,"y":2.2278668292260364},{"x":150,"y":2.227674507684},{"x":151,"y":2.232576012611679},{"x":152,"y":2.222809815107673},{"x":153,"y":2.2250966319119625},{"x":154,"y":2.2267724548153067},{"x":155,"y":2.238024292507373},{"x":156,"y":2.225781160473733},{"x":157,"y":2.22347620571186},{"x":158,"y":2.229808262028751},{"x":159,"y":2.235184639061551},{"x":160,"y":2.2465560934955553},{"x":161,"y":2.2347375143503063},{"x":162,"y":2.230369387160347},{"x":163,"y":2.2323041489367075},{"x":164,"y":2.2351866543768617},{"x":165,"y":2.225818602259054},{"x":166,"y":2.2312282530056535},{"x":167,"y":2.238836494746778},{"x":168,"y":2.246601248488841},{"x":169,"y":2.2486019620093614},{"x":170,"y":2.2498115408804},{"x":171,"y":2.2510691731792964},{"x":172,"y":2.259968809523431},{"x":173,"y":2.2718653468863264},{"x":174,"y":2.2759325878870023},{"x":175,"y":2.2803453109004197},{"x":176,"y":2.2857980391072648},{"x":177,"y":2.286449876906964},{"x":178,"y":2.287158586980876},{"x":179,"y":2.2875720518078917},{"x":180,"y":2.299647513763105},{"x":181,"y":2.3033063352738776},{"x":182,"y":2.306683008547425},{"x":183,"y":2.307915125712953},{"x":184,"y":2.312433417846677},{"x":185,"y":2.2991169394577113},{"x":186,"y":2.295797071156144},{"x":187,"y":2.2974115366524654},{"x":188,"y":2.297536791166013},{"x":189,"y":2.3036152175639812},{"x":190,"y":2.297370615652511},{"x":191,"y":2.298887211682066},{"x":192,"y":2.3040325692804706},{"x":193,"y":2.3049178115437323},{"x":194,"y":2.3008300359995113},{"x":195,"y":2.30216688842749},{"x":196,"y":2.3077572933340793},{"x":197,"y":2.310664079211891},{"x":198,"y":2.3150625079337557},{"x":199,"y":2.3127916548977314},{"x":200,"y":2.3111288812940343},{"x":201,"y":2.3122670834581145},{"x":202,"y":2.315566291648957},{"x":203,"y":2.31466752120065},{"x":204,"y":2.3236575488433373},{"x":205,"y":2.3236575135290565},{"x":206,"y":2.325707484669053},{"x":207,"y":2.326454858263132},{"x":208,"y":2.335537323065647},{"x":209,"y":2.331205740014846},{"x":210,"y":2.33053052347418},{"x":211,"y":2.335602246573186},{"x":212,"y":2.3281134983933915},{"x":213,"y":2.331356751635105},{"x":214,"y":2.3320235411763273},{"x":215,"y":2.331788234686587},{"x":216,"y":2.3420027682050137},{"x":217,"y":2.348768514689165},{"x":218,"y":2.328666503791607},{"x":219,"y":2.3305979298394295},{"x":220,"y":2.3269238427680974},{"x":221,"y":2.332471863956179},{"x":222,"y":2.3298618595012037},{"x":223,"y":2.3242524513715277},{"x":224,"y":2.3270081342146987},{"x":225,"y":2.3357767879369065},{"x":226,"y":2.3433492042087787},{"x":227,"y":2.3475874477101106},{"x":228,"y":2.3566764106694498},{"x":229,"y":2.3615420461396326},{"x":230,"y":2.361235694034962},{"x":231,"y":2.364436207569824},{"x":232,"y":2.3643112908512642},{"x":233,"y":2.3642952609642722},{"x":234,"y":2.361484527604041},{"x":235,"y":2.3606678210643635},{"x":236,"y":2.3646074874257246},{"x":237,"y":2.3642432616440714},{"x":238,"y":2.364725449795757},{"x":239,"y":2.3654953837046984},{"x":240,"y":2.370991347255775},{"x":241,"y":2.3737263316950163},{"x":242,"y":2.3728326390164645},{"x":243,"y":2.373924376576665},{"x":244,"y":2.3763065392045974},{"x":245,"y":2.379857363607308},{"x":246,"y":2.3770836336713166},{"x":247,"y":2.3726792146058813},{"x":248,"y":2.375990121788545},{"x":249,"y":2.381349911973892},{"x":250,"y":2.3840892503027122},{"x":251,"y":2.3867825642032816},{"x":252,"y":2.3859956138911667},{"x":253,"y":2.386036503785588},{"x":254,"y":2.3830577322786977},{"x":255,"y":2.382945396870414},{"x":256,"y":2.3874840434511433},{"x":257,"y":2.3917776163015887},{"x":258,"y":2.387023209878485},{"x":259,"y":2.388578633842525},{"x":260,"y":2.3933234249044104},{"x":261,"y":2.3914607818150113},{"x":262,"y":2.393666108749103},{"x":263,"y":2.3944724324752236},{"x":264,"y":2.3968014153524795},{"x":265,"y":2.4024651008584854},{"x":266,"y":2.403806972102072},{"x":267,"y":2.4063239085283707},{"x":268,"y":2.411244062245071},{"x":269,"y":2.413129043559224},{"x":270,"y":2.4165040418980426},{"x":271,"y":2.4162864710189553},{"x":272,"y":2.416200291338422},{"x":273,"y":2.4119991870954687},{"x":274,"y":2.411240193281951},{"x":275,"y":2.412557858369967},{"x":276,"y":2.4168946895198045},{"x":277,"y":2.4187721291467654},{"x":278,"y":2.4199076382704923},{"x":279,"y":2.421128776491795},{"x":280,"y":2.426668206165966},{"x":281,"y":2.429627893301278},{"x":282,"y":2.429420332543816},{"x":283,"y":2.4298700690084307},{"x":284,"y":2.432794590737331},{"x":285,"y":2.431674261126486},{"x":286,"y":2.427934782840548},{"x":287,"y":2.424325838411728},{"x":288,"y":2.4191457100612},{"x":289,"y":2.421675778628246},{"x":290,"y":2.4191711363499246},{"x":291,"y":2.4200772315219874},{"x":292,"y":2.429910848901135},{"x":293,"y":2.431552608875594},{"x":294,"y":2.433281554593141},{"x":295,"y":2.4327498332469895},{"x":296,"y":2.4356733120336953},{"x":297,"y":2.4379117744859635},{"x":298,"y":2.4419339192636382},{"x":299,"y":2.4424496979045087}]}],"marks":[{"type":"line","from":{"data":"08dc3319-2c88-45f2-96ee-eed8f2588556"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"red"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}},{"type":"line","from":{"data":"4a686a2b-9484-48ef-9d98-f68b92d4b596"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"green"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}},{"type":"line","from":{"data":"d003bea7-1302-48a4-acc9-f57e7209f22f"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"blue"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}},{"type":"line","from":{"data":"7511808a-23d7-4e05-a9e2-8b11e33f9880"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"orange"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}},{"type":"line","from":{"data":"c82552d7-19c8-4edd-9475-3c1fbc962d50"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"brown"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}},{"type":"line","from":{"data":"c1fd7344-6166-43ff-a772-ae06be2496a3"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"black"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}},{"type":"line","from":{"data":"ded8d322-234a-49d2-8817-f59e55ee5b24"},"properties":{"enter":{"x":{"scale":"x","field":"data.x"},"y":{"scale":"y","field":"data.y"},"stroke":{"value":"grey"},"strokeWidth":{"value":2},"strokeOpacity":{"value":1}}}}]},"value":"#gorilla_repl.vega.VegaView{:content {:width 600, :height 370.8282, :padding {:bottom 20, :top 10, :right 10, :left 50}, :scales [{:name \"x\", :type \"linear\", :range \"width\", :zero false, :domain [0 300]} {:name \"y\", :type \"linear\", :range \"height\", :nice true, :zero false, :domain [-15 15]}], :axes [{:scale \"x\", :type \"x\"} {:scale \"y\", :type \"y\"}], :data ({:name \"08dc3319-2c88-45f2-96ee-eed8f2588556\", :values ({:x 0, :y 0.0012715781110157738} {:x 1, :y 0.06326054599359462} {:x 2, :y 0.10636804190143025} {:x 3, :y 0.13114304482090247} {:x 4, :y 0.1385641005337427} {:x 5, :y 0.1491458391750292} {:x 6, :y 0.1553115534139409} {:x 7, :y 0.1579521985584381} {:x 8, :y 0.1664734310646116} {:x 9, :y 0.17105326608849333} {:x 10, :y 0.17013220451479533} {:x 11, :y 0.17682254212251505} {:x 12, :y 0.1845035855942639} {:x 13, :y 0.1809103374478778} {:x 14, :y 0.18720717398483502} {:x 15, :y 0.19619175142206943} {:x 16, :y 0.19608864273346144} {:x 17, :y 0.1965669249494687} {:x 18, :y 0.1998922649528251} {:x 19, :y 0.19510315615110496} {:x 20, :y 0.20400796400476803} {:x 21, :y 0.20228186444033353} {:x 22, :y 0.20673756742108182} {:x 23, :y 0.2234550452820853} {:x 24, :y 0.234152923253154} {:x 25, :y 0.2364201127568206} {:x 26, :y 0.23670725755210784} {:x 27, :y 0.24237870050113836} {:x 28, :y 0.241652971686816} {:x 29, :y 0.2572144010759945} {:x 30, :y 0.2705627449948698} {:x 31, :y 0.2703230341762873} {:x 32, :y 0.2793498815770605} {:x 33, :y 0.29202956724704804} {:x 34, :y 0.28484795357353493} {:x 35, :y 0.2989957638087924} {:x 36, :y 0.3056515105248965} {:x 37, :y 0.3165863715517244} {:x 38, :y 0.3333237661582304} {:x 39, :y 0.35479813202998334} {:x 40, :y 0.3633661942277997} {:x 41, :y 0.3852165590881007} {:x 42, :y 0.40039708163084436} {:x 43, :y 0.4176691521344786} {:x 44, :y 0.44996942692079367} {:x 45, :y 0.4762808215604516} {:x 46, :y 0.5016652806568782} {:x 47, :y 0.5363860229486372} {:x 48, :y 0.5725775973019268} {:x 49, :y 0.6255328271592794} {:x 50, :y 0.668074717180372} {:x 51, :y 0.7229218072954885} {:x 52, :y 0.7681857145837444} {:x 53, :y 0.8070817786832287} {:x 54, :y 0.866064025997428} {:x 55, :y 0.9179419462743346} {:x 56, :y 0.9742322271300006} {:x 57, :y 1.0188072720323527} {:x 58, :y 1.0579573254707528} {:x 59, :y 1.114203811304812} {:x 60, :y 1.1835241696886838} {:x 61, :y 1.2192902929749942} {:x 62, :y 1.2676703954535098} {:x 63, :y 1.3132331309839966} {:x 64, :y 1.3544591872745866} {:x 65, :y 1.4010621605243982} {:x 66, :y 1.4290531412867296} {:x 67, :y 1.4830313508746846} {:x 68, :y 1.51511852423765} {:x 69, :y 1.55199466898836} {:x 70, :y 1.602026424555389} {:x 71, :y 1.6178602537429165} {:x 72, :y 1.6402129602513396} {:x 73, :y 1.7036991813913847} {:x 74, :y 1.7304349346718082} {:x 75, :y 1.7618794788976235} {:x 76, :y 1.7943536576660806} {:x 77, :y 1.8041592763132523} {:x 78, :y 1.83740571802456} {:x 79, :y 1.861124334061885} {:x 80, :y 1.9024908531852462} {:x 81, :y 1.9249312453998642} {:x 82, :y 1.9739188883638281} {:x 83, :y 1.998714753271497} {:x 84, :y 2.002527143499103} {:x 85, :y 2.031905546656676} {:x 86, :y 2.0444841510869076} {:x 87, :y 2.0845559283770667} {:x 88, :y 2.1038546199137476} {:x 89, :y 2.122197356605011} {:x 90, :y 2.1378875310645653} {:x 91, :y 2.1671561777362864} {:x 92, :y 2.189475517659215} {:x 93, :y 2.2090271111138517} {:x 94, :y 2.240238145469257} {:x 95, :y 2.2500120553327823} {:x 96, :y 2.2620502204179824} {:x 97, :y 2.271699321084821} {:x 98, :y 2.3031974597512206} {:x 99, :y 2.3054439218979925} {:x 100, :y 2.3354587034470375} {:x 101, :y 2.362639620065057} {:x 102, :y 2.397450539990569} {:x 103, :y 2.406308106134381} {:x 104, :y 2.4168352925203163} {:x 105, :y 2.4252369956814945} {:x 106, :y 2.442413252715814} {:x 107, :y 2.459978145823946} {:x 108, :y 2.4743330382547772} {:x 109, :y 2.4935014534463495} {:x 110, :y 2.5048568908037776} {:x 111, :y 2.533112534271488} {:x 112, :y 2.540467182371288} {:x 113, :y 2.5619717521934504} {:x 114, :y 2.571023705528865} {:x 115, :y 2.5730147911020524} {:x 116, :y 2.5895555859767834} {:x 117, :y 2.610184552164595} {:x 118, :y 2.633161617105698} {:x 119, :y 2.6548202589835403} {:x 120, :y 2.663448113118199} {:x 121, :y 2.6686038489653363} {:x 122, :y 2.694395977426081} {:x 123, :y 2.715220285021325} {:x 124, :y 2.7248168517544804} {:x 125, :y 2.728484375341078} {:x 126, :y 2.734663396902752} {:x 127, :y 2.767938032257453} {:x 128, :y 2.7930782471229025} {:x 129, :y 2.8087843256745786} {:x 130, :y 2.8109764668047195} {:x 131, :y 2.8201280095108068} {:x 132, :y 2.847479532196214} {:x 133, :y 2.8522096567152193} {:x 134, :y 2.855711289916246} {:x 135, :y 2.8573175259709105} {:x 136, :y 2.8787560163059744} {:x 137, :y 2.8929501062201943} {:x 138, :y 2.911211421610065} {:x 139, :y 2.9307389884776334} {:x 140, :y 2.939334264672053} {:x 141, :y 2.950108389526492} {:x 142, :y 2.9529238920331258} {:x 143, :y 2.9556123131778445} {:x 144, :y 2.962895393584339} {:x 145, :y 2.969213970398947} {:x 146, :y 2.9740594400707} {:x 147, :y 2.985227817077561} {:x 148, :y 3.001288346427169} {:x 149, :y 3.0162902119770427} {:x 150, :y 3.016962790156964} {:x 151, :y 3.017700360815774} {:x 152, :y 3.033044670355079} {:x 153, :y 3.034459983139517} {:x 154, :y 3.034836170656108} {:x 155, :y 3.038320427558081} {:x 156, :y 3.03838558616842} {:x 157, :y 3.0392005762681014} {:x 158, :y 3.051987425792455} {:x 159, :y 3.0544251911464273} {:x 160, :y 3.0676224850210536} {:x 161, :y 3.086281039214496} {:x 162, :y 3.0780708213292876} {:x 163, :y 3.08670506018555} {:x 164, :y 3.097248786010092} {:x 165, :y 3.1096871753569904} {:x 166, :y 3.111248749774852} {:x 167, :y 3.1145007957404127} {:x 168, :y 3.1278928764987235} {:x 169, :y 3.130299218796017} {:x 170, :y 3.148371136714194} {:x 171, :y 3.1492084428052585} {:x 172, :y 3.159600263709873} {:x 173, :y 3.16020384858724} {:x 174, :y 3.176690010574623} {:x 175, :y 3.1925191078820134} {:x 176, :y 3.1995901986423227} {:x 177, :y 3.2086116274127208} {:x 178, :y 3.20904478781059} {:x 179, :y 3.2100607353816355} {:x 180, :y 3.2211559249936665} {:x 181, :y 3.2228725053817353} {:x 182, :y 3.231809701483786} {:x 183, :y 3.244082378449252} {:x 184, :y 3.250994235470811} {:x 185, :y 3.247693816762099} {:x 186, :y 3.2482493323716954} {:x 187, :y 3.250719318954417} {:x 188, :y 3.2520348952091953} {:x 189, :y 3.259810250750695} {:x 190, :y 3.2651064505330685} {:x 191, :y 3.266173887080764} {:x 192, :y 3.267714139299831} {:x 193, :y 3.2762495552019013} {:x 194, :y 3.277624876471736} {:x 195, :y 3.277712497320793} {:x 196, :y 3.286015241922916} {:x 197, :y 3.3034958333133373} {:x 198, :y 3.3130553058958476} {:x 199, :y 3.321692307502797} {:x 200, :y 3.3218459025448075} {:x 201, :y 3.323142326166603} {:x 202, :y 3.3382667047404846} {:x 203, :y 3.340213225760503} {:x 204, :y 3.358408918204686} {:x 205, :y 3.3594965080092583} {:x 206, :y 3.3667075783584104} {:x 207, :y 3.367643264935775} {:x 208, :y 3.3681652234747914} {:x 209, :y 3.375091985271355} {:x 210, :y 3.376084902714217} {:x 211, :y 3.385243671515432} {:x 212, :y 3.385776874219929} {:x 213, :y 3.3886624979368634} {:x 214, :y 3.395726370059142} {:x 215, :y 3.403189370619593} {:x 216, :y 3.40323495781014} {:x 217, :y 3.4121246923994897} {:x 218, :y 3.4113182137509397} {:x 219, :y 3.4107482887099754} {:x 220, :y 3.4137433849414416} {:x 221, :y 3.423027677073566} {:x 222, :y 3.423769233385429} {:x 223, :y 3.4295155493009775} {:x 224, :y 3.433079325659587} {:x 225, :y 3.434845288717479} {:x 226, :y 3.4353393829156347} {:x 227, :y 3.4357563822436687} {:x 228, :y 3.436720596555531} {:x 229, :y 3.4378325933389484} {:x 230, :y 3.437079604992057} {:x 231, :y 3.4388648227254732} {:x 232, :y 3.4390036523790934} {:x 233, :y 3.4400040885462455} {:x 234, :y 3.445693302365772} {:x 235, :y 3.4618230502694796} {:x 236, :y 3.4724727540710254} {:x 237, :y 3.4746125621652406} {:x 238, :y 3.4751706938743503} {:x 239, :y 3.4750382461675344} {:x 240, :y 3.4852649906108826} {:x 241, :y 3.485997813316175} {:x 242, :y 3.486760202390991} {:x 243, :y 3.4883006812434867} {:x 244, :y 3.498168789342644} {:x 245, :y 3.5052366795972647} {:x 246, :y 3.5067274665635257} {:x 247, :y 3.50500388677261} {:x 248, :y 3.5130179090852565} {:x 249, :y 3.5218756404515044} {:x 250, :y 3.522301787462697} {:x 251, :y 3.5245079352612563} {:x 252, :y 3.5318002181121533} {:x 253, :y 3.539978156608284} {:x 254, :y 3.5446208819748537} {:x 255, :y 3.556686836504713} {:x 256, :y 3.5577387892180035} {:x 257, :y 3.5593675375890954} {:x 258, :y 3.5674334424483467} {:x 259, :y 3.5688562990371158} {:x 260, :y 3.5702379262239905} {:x 261, :y 3.57065615492727} {:x 262, :y 3.571820916824786} {:x 263, :y 3.580383941752729} {:x 264, :y 3.5887492356380797} {:x 265, :y 3.589419575664541} {:x 266, :y 3.590089114637221} {:x 267, :y 3.591305175869319} {:x 268, :y 3.5927682085466754} {:x 269, :y 3.60076723521014} {:x 270, :y 3.6017428789596377} {:x 271, :y 3.6017602005226554} {:x 272, :y 3.6049627412329115} {:x 273, :y 3.6037008052243773} {:x 274, :y 3.605478818486128} {:x 275, :y 3.6148275806589774} {:x 276, :y 3.61812521979303} {:x 277, :y 3.6187438308843958} {:x 278, :y 3.6193001386013344} {:x 279, :y 3.619821137508928} {:x 280, :y 3.6207890653667407} {:x 281, :y 3.629802885004431} {:x 282, :y 3.637180024723322} {:x 283, :y 3.6371207890388115} {:x 284, :y 3.6372979722680507} {:x 285, :y 3.6361339611472876} {:x 286, :y 3.63628147774185} {:x 287, :y 3.637935379795779} {:x 288, :y 3.637860144091133} {:x 289, :y 3.6385155873108905} {:x 290, :y 3.6386129466464525} {:x 291, :y 3.648724053705463} {:x 292, :y 3.6666433340252222} {:x 293, :y 3.6668111611777108} {:x 294, :y 3.668103197176331} {:x 295, :y 3.668762634155515} {:x 296, :y 3.6939702312555864} {:x 297, :y 3.69486576412282} {:x 298, :y 3.6957128698755666} {:x 299, :y 3.707685620570725})} {:name \"4a686a2b-9484-48ef-9d98-f68b92d4b596\", :values ({:x 0, :y -0.003450896319175067} {:x 1, :y 0.06394168765110149} {:x 2, :y 0.1071951677020993} {:x 3, :y 0.12687694872875088} {:x 4, :y 0.1392279480562518} {:x 5, :y 0.14962697443578046} {:x 6, :y 0.15047859908894037} {:x 7, :y 0.15788117730036966} {:x 8, :y 0.16611061287210035} {:x 9, :y 0.16536745277615592} {:x 10, :y 0.1690426291606925} {:x 11, :y 0.17525003495519217} {:x 12, :y 0.17740617322674332} {:x 13, :y 0.17826499526063833} {:x 14, :y 0.1839528727552579} {:x 15, :y 0.1872493946447748} {:x 16, :y 0.1912570495249129} {:x 17, :y 0.1909457366333904} {:x 18, :y 0.18837708458646743} {:x 19, :y 0.18727579909270775} {:x 20, :y 0.19471618485870573} {:x 21, :y 0.18732917506950106} {:x 22, :y 0.1945929989161837} {:x 23, :y 0.20998176998724793} {:x 24, :y 0.21301916291649306} {:x 25, :y 0.2174111613721357} {:x 26, :y 0.21546446409186643} {:x 27, :y 0.21255216929239285} {:x 28, :y 0.21323748025405379} {:x 29, :y 0.22659645652860394} {:x 30, :y 0.22945005507693664} {:x 31, :y 0.22848979982370443} {:x 32, :y 0.22935041773503476} {:x 33, :y 0.2284310571226843} {:x 34, :y 0.21840979730891544} {:x 35, :y 0.2274202893656975} {:x 36, :y 0.21495436637727733} {:x 37, :y 0.21209669438467754} {:x 38, :y 0.21713075789944597} {:x 39, :y 0.2123173992065111} {:x 40, :y 0.20210896203853235} {:x 41, :y 0.2014836289496694} {:x 42, :y 0.18974298480147075} {:x 43, :y 0.17825371752489091} {:x 44, :y 0.17410667033966365} {:x 45, :y 0.1450109250924164} {:x 46, :y 0.1206185100917641} {:x 47, :y 0.11335246154790596} {:x 48, :y 0.09069580731218573} {:x 49, :y 0.08642585118994588} {:x 50, :y 0.07596778716267837} {:x 51, :y 0.05325578362675797} {:x 52, :y 0.02321584974667013} {:x 53, :y -0.013879668004837318} {:x 54, :y -0.03706375678380778} {:x 55, :y -0.06257362187146823} {:x 56, :y -0.0827643112085953} {:x 57, :y -0.10946976240298811} {:x 58, :y -0.13531523969040649} {:x 59, :y -0.146430474407737} {:x 60, :y -0.14631395619433887} {:x 61, :y -0.17641887972431397} {:x 62, :y -0.1832120429101345} {:x 63, :y -0.2151591022229578} {:x 64, :y -0.21494894725210162} {:x 65, :y -0.22817471944595394} {:x 66, :y -0.2536661032848689} {:x 67, :y -0.2758789300518097} {:x 68, :y -0.31052970141116687} {:x 69, :y -0.3246133704563005} {:x 70, :y -0.3267982765626015} {:x 71, :y -0.3926698773933744} {:x 72, :y -0.3977091690717842} {:x 73, :y -0.3963745151627611} {:x 74, :y -0.42038233119276186} {:x 75, :y -0.44144273702768333} {:x 76, :y -0.43843833203927474} {:x 77, :y -0.4614471961156772} {:x 78, :y -0.48726207974351027} {:x 79, :y -0.4980358185298042} {:x 80, :y -0.5109967272767912} {:x 81, :y -0.5005082921355937} {:x 82, :y -0.4994964253429582} {:x 83, :y -0.5204145597465739} {:x 84, :y -0.5522221168779514} {:x 85, :y -0.5777775977964632} {:x 86, :y -0.6119722657539822} {:x 87, :y -0.6049409239256218} {:x 88, :y -0.6242703796429998} {:x 89, :y -0.6305048152380056} {:x 90, :y -0.6489048332465855} {:x 91, :y -0.6855052720217378} {:x 92, :y -0.6977146948639013} {:x 93, :y -0.70757458644201} {:x 94, :y -0.6961041242506408} {:x 95, :y -0.7098418096470356} {:x 96, :y -0.7251687014517975} {:x 97, :y -0.7323370778479842} {:x 98, :y -0.7368964638654161} {:x 99, :y -0.7413519936752881} {:x 100, :y -0.7402823783983744} {:x 101, :y -0.7293894005268193} {:x 102, :y -0.7333988899558156} {:x 103, :y -0.7536949875105873} {:x 104, :y -0.7685769565424867} {:x 105, :y -0.7907866959843467} {:x 106, :y -0.7874293640905435} {:x 107, :y -0.7922418764013521} {:x 108, :y -0.794396064799868} {:x 109, :y -0.8095917974266692} {:x 110, :y -0.824340761088666} {:x 111, :y -0.8110718034302361} {:x 112, :y -0.8161342401330285} {:x 113, :y -0.8295424544023724} {:x 114, :y -0.8349940729244596} {:x 115, :y -0.8805168326356668} {:x 116, :y -0.8817945840223945} {:x 117, :y -0.8827293180109451} {:x 118, :y -0.8820474356775079} {:x 119, :y -0.864834688239268} {:x 120, :y -0.870461162456622} {:x 121, :y -0.8721222566579072} {:x 122, :y -0.8800693418471797} {:x 123, :y -0.8793919886042487} {:x 124, :y -0.8873272777365593} {:x 125, :y -0.8996876106130546} {:x 126, :y -0.8995937800031851} {:x 127, :y -0.881392241058148} {:x 128, :y -0.8680139566981032} {:x 129, :y -0.8679855434594825} {:x 130, :y -0.8780237688644534} {:x 131, :y -0.8734472626864116} {:x 132, :y -0.8769861459180532} {:x 133, :y -0.8913274617434624} {:x 134, :y -0.9126733169676805} {:x 135, :y -0.9117776927614689} {:x 136, :y -0.9056275362946478} {:x 137, :y -0.909007519422264} {:x 138, :y -0.9223188523132976} {:x 139, :y -0.9149469866662503} {:x 140, :y -0.914091894366398} {:x 141, :y -0.9184738561649874} {:x 142, :y -0.9238666262914514} {:x 143, :y -0.9267495938623685} {:x 144, :y -0.935661568554063} {:x 145, :y -0.9392154348030884} {:x 146, :y -0.9415574595041775} {:x 147, :y -0.9415443037545776} {:x 148, :y -0.94290640094471} {:x 149, :y -0.9458991917124375} {:x 150, :y -0.9509049450919932} {:x 151, :y -0.9651579713400432} {:x 152, :y -0.944507379735689} {:x 153, :y -0.951030549223636} {:x 154, :y -0.955038115038618} {:x 155, :y -0.978505712095668} {:x 156, :y -0.975981158674032} {:x 157, :y -0.9835775079540725} {:x 158, :y -0.98602578431379} {:x 159, :y -0.9938915542219218} {:x 160, :y -0.9948656689284612} {:x 161, :y -0.9765498937833137} {:x 162, :y -0.9968874021240446} {:x 163, :y -0.9987062776263281} {:x 164, :y -0.9928126311013973} {:x 165, :y -0.9787720727191804} {:x 166, :y -0.9937423039550877} {:x 167, :y -1.0042790822236194} {:x 168, :y -1.004547197790068} {:x 169, :y -1.0099341616832396} {:x 170, :y -1.0013920657763709} {:x 171, :y -1.0079577052897344} {:x 172, :y -1.0173496244875955} {:x 173, :y -1.0309736836353478} {:x 174, :y -1.0226492232035154} {:x 175, :y -1.0147521567445317} {:x 176, :y -1.0176622540926497} {:x 177, :y -1.0192842488355596} {:x 178, :y -1.0233770209523214} {:x 179, :y -1.026752859238139} {:x 180, :y -1.032377486061448} {:x 181, :y -1.0406406146321723} {:x 182, :y -1.050302935697812} {:x 183, :y -1.0479312344429024} {:x 184, :y -1.047764687930916} {:x 185, :y -1.0509452894880127} {:x 186, :y -1.057250985041428} {:x 187, :y -1.06199231116859} {:x 188, :y -1.0649269313338612} {:x 189, :y -1.0674636569466434} {:x 190, :y -1.0653624292633956} {:x 191, :y -1.069964775257604} {:x 192, :y -1.077053869501714} {:x 193, :y -1.0739876658042034} {:x 194, :y -1.0707630187162411} {:x 195, :y -1.0757500376583706} {:x 196, :y -1.0760937465693434} {:x 197, :y -1.0671503135041671} {:x 198, :y -1.0726473184016583} {:x 199, :y -1.0791478734281554} {:x 200, :y -1.0842815777992754} {:x 201, :y -1.0883563422866998} {:x 202, :y -1.0849745057437412} {:x 203, :y -1.0872392150757628} {:x 204, :y -1.0908484268037846} {:x 205, :y -1.0914755620574947} {:x 206, :y -1.0896508605604553} {:x 207, :y -1.0910312966239797} {:x 208, :y -1.1055398462482133} {:x 209, :y -1.099968044539424} {:x 210, :y -1.1021309114416091} {:x 211, :y -1.1072569707029214} {:x 212, :y -1.1014692142324958} {:x 213, :y -1.1067075920349545} {:x 214, :y -1.1017492991394389} {:x 215, :y -1.103648626962509} {:x 216, :y -1.1250682060032975} {:x 217, :y -1.1264290078150552} {:x 218, :y -1.111058793273022} {:x 219, :y -1.1137735455481221} {:x 220, :y -1.1146979876295966} {:x 221, :y -1.1107783119098404} {:x 222, :y -1.1094043546001622} {:x 223, :y -1.1081881174433306} {:x 224, :y -1.1126633011612166} {:x 225, :y -1.124617373056002} {:x 226, :y -1.1321578409339823} {:x 227, :y -1.1384631064337767} {:x 228, :y -1.152780539148614} {:x 229, :y -1.1606866633136916} {:x 230, :y -1.1656218011352495} {:x 231, :y -1.1705517716549716} {:x 232, :y -1.1719921068217418} {:x 233, :y -1.173066973292247} {:x 234, :y -1.1749886213055492} {:x 235, :y -1.1605212975285393} {:x 236, :y -1.1588992687354722} {:x 237, :y -1.1626599740358312} {:x 238, :y -1.162735168540056} {:x 239, :y -1.164768761016564} {:x 240, :y -1.1614503893070072} {:x 241, :y -1.1639646712081253} {:x 242, :y -1.1664062365690802} {:x 243, :y -1.1683594400874908} {:x 244, :y -1.163335450217049} {:x 245, :y -1.164548156263831} {:x 246, :y -1.163918231130159} {:x 247, :y -1.1733855974067158} {:x 248, :y -1.1693705491239073} {:x 249, :y -1.1677770505384573} {:x 250, :y -1.1729271207155922} {:x 251, :y -1.17786921179889} {:x 252, :y -1.1720325127852356} {:x 253, :y -1.1700564515649066} {:x 254, :y -1.171940985536904} {:x 255, :y -1.1682032002451184} {:x 256, :y -1.1745195839101092} {:x 257, :y -1.1825799805320103} {:x 258, :y -1.1756777954398971} {:x 259, :y -1.1770525369752116} {:x 260, :y -1.1867214391025787} {:x 261, :y -1.1894928290667244} {:x 262, :y -1.1938628634672017} {:x 263, :y -1.1880501657772349} {:x 264, :y -1.1887656453045947} {:x 265, :y -1.1979324052868816} {:x 266, :y -1.199485602363035} {:x 267, :y -1.2025019981198846} {:x 268, :y -1.2075656996188004} {:x 269, :y -1.204166408757636} {:x 270, :y -1.2107705645007096} {:x 271, :y -1.213791053185612} {:x 272, :y -1.2159434846879893} {:x 273, :y -1.2187030177499496} {:x 274, :y -1.2179225296420058} {:x 275, :y -1.2142505720190826} {:x 276, :y -1.221436526563491} {:x 277, :y -1.2249359969580818} {:x 278, :y -1.2261794320269643} {:x 279, :y -1.2296495676730412} {:x 280, :y -1.23725185294919} {:x 281, :y -1.2326820286234015} {:x 282, :y -1.2285285392329728} {:x 283, :y -1.2343858971013775} {:x 284, :y -1.2387273171411066} {:x 285, :y -1.239560689861041} {:x 286, :y -1.2438751445511713} {:x 287, :y -1.2416990994960142} {:x 288, :y -1.239396312570101} {:x 289, :y -1.2415226442263791} {:x 290, :y -1.2467416698565428} {:x 291, :y -1.2381236371003124} {:x 292, :y -1.2312621594819353} {:x 293, :y -1.2438970928596431} {:x 294, :y -1.2453487106538217} {:x 295, :y -1.2467764646644086} {:x 296, :y -1.2330015697925651} {:x 297, :y -1.2350619207730105} {:x 298, :y -1.2412722727411996} {:x 299, :y -1.235025901916846})} {:name \"d003bea7-1302-48a4-acc9-f57e7209f22f\", :values ({:x 0, :y 0.002029901474486994} {:x 1, :y -0.060895066615014926} {:x 2, :y -0.098282840663042} {:x 3, :y -0.11705498869814557} {:x 4, :y -0.13229667766759018} {:x 5, :y -0.14563260737056977} {:x 6, :y -0.15258322881481176} {:x 7, :y -0.16056553524657646} {:x 8, :y -0.16929753687921856} {:x 9, :y -0.17080698552521895} {:x 10, :y -0.17562454553512902} {:x 11, :y -0.18010484735128346} {:x 12, :y -0.18188678464335395} {:x 13, :y -0.18368930690716612} {:x 14, :y -0.18835650193927603} {:x 15, :y -0.18847615727880407} {:x 16, :y -0.1950677192453554} {:x 17, :y -0.20090713309186886} {:x 18, :y -0.2033747813628416} {:x 19, :y -0.2098610613845815} {:x 20, :y -0.21293872290525137} {:x 21, :y -0.2138887241275012} {:x 22, :y -0.22092571469709116} {:x 23, :y -0.2246126314282872} {:x 24, :y -0.2238370658113118} {:x 25, :y -0.22682268229909322} {:x 26, :y -0.2327003161693301} {:x 27, :y -0.2363411025512998} {:x 28, :y -0.23943559844295387} {:x 29, :y -0.24777271769456097} {:x 30, :y -0.2511916053125897} {:x 31, :y -0.2573783400372188} {:x 32, :y -0.26014765163702513} {:x 33, :y -0.2558046672042375} {:x 34, :y -0.25170625396017976} {:x 35, :y -0.26094690675436527} {:x 36, :y -0.2583909714036022} {:x 37, :y -0.2645338362300891} {:x 38, :y -0.2671535451023136} {:x 39, :y -0.26022650827290883} {:x 40, :y -0.2588387644441021} {:x 41, :y -0.2529762249984318} {:x 42, :y -0.2514554798794402} {:x 43, :y -0.257540963168471} {:x 44, :y -0.24235736398336985} {:x 45, :y -0.21876840675429746} {:x 46, :y -0.20700341397313218} {:x 47, :y -0.2042635058251809} {:x 48, :y -0.19012193118581705} {:x 49, :y -0.16945045509359963} {:x 50, :y -0.15808566599373097} {:x 51, :y -0.13891383352658304} {:x 52, :y -0.11613213802541374} {:x 53, :y -0.09372904207474575} {:x 54, :y -0.06732104586254545} {:x 55, :y -0.03911901041858713} {:x 56, :y -0.01276709323789655} {:x 57, :y 0.008462999916143696} {:x 58, :y 0.02519529310712629} {:x 59, :y 0.046567532192474864} {:x 60, :y 0.07296198385238951} {:x 61, :y 0.09619676339842174} {:x 62, :y 0.1003234372053974} {:x 63, :y 0.12802698665148848} {:x 64, :y 0.11907559161484055} {:x 65, :y 0.14181813805604337} {:x 66, :y 0.14660210266982998} {:x 67, :y 0.1777808999394406} {:x 68, :y 0.1996679871522144} {:x 69, :y 0.21469045566906386} {:x 70, :y 0.22664336305960686} {:x 71, :y 0.25355647311955354} {:x 72, :y 0.25341418968717455} {:x 73, :y 0.27514450212987007} {:x 74, :y 0.29907528077887713} {:x 75, :y 0.3252178911301949} {:x 76, :y 0.3313545347588664} {:x 77, :y 0.3358434048688358} {:x 78, :y 0.3672395627376596} {:x 79, :y 0.38087903979551174} {:x 80, :y 0.4039548365951526} {:x 81, :y 0.3952771798546066} {:x 82, :y 0.414632619832248} {:x 83, :y 0.42834960505674985} {:x 84, :y 0.4382244436754907} {:x 85, :y 0.46473728401290326} {:x 86, :y 0.4704684963044958} {:x 87, :y 0.48848662650794245} {:x 88, :y 0.5055965396407427} {:x 89, :y 0.507753403762857} {:x 90, :y 0.5208668963278109} {:x 91, :y 0.5515057574032083} {:x 92, :y 0.5633903829551863} {:x 93, :y 0.5660513788978543} {:x 94, :y 0.5706211115690094} {:x 95, :y 0.5737398965664707} {:x 96, :y 0.5938775029852581} {:x 97, :y 0.5990561545091834} {:x 98, :y 0.6147799699500381} {:x 99, :y 0.6112476020249343} {:x 100, :y 0.6165693843396407} {:x 101, :y 0.6129410828267114} {:x 102, :y 0.628841148655205} {:x 103, :y 0.6308818914476233} {:x 104, :y 0.6331354352563866} {:x 105, :y 0.6405356254448163} {:x 106, :y 0.642826184231994} {:x 107, :y 0.643506429948102} {:x 108, :y 0.6443843588499442} {:x 109, :y 0.6596946822310845} {:x 110, :y 0.669597177302909} {:x 111, :y 0.6720797255214086} {:x 112, :y 0.6705735716639987} {:x 113, :y 0.6841337237050141} {:x 114, :y 0.6876387362927256} {:x 115, :y 0.7095531474547453} {:x 116, :y 0.7110912342985143} {:x 117, :y 0.7246138362999739} {:x 118, :y 0.7356625768213735} {:x 119, :y 0.7275161059352346} {:x 120, :y 0.7289267331487487} {:x 121, :y 0.726042491036016} {:x 122, :y 0.735215136036063} {:x 123, :y 0.7409965246823945} {:x 124, :y 0.7524281547353249} {:x 125, :y 0.7580474686483741} {:x 126, :y 0.7603366344959794} {:x 127, :y 0.765800295487065} {:x 128, :y 0.7670675670773368} {:x 129, :y 0.7730480335640452} {:x 130, :y 0.7738189272136822} {:x 131, :y 0.7693677873713094} {:x 132, :y 0.7815340366543131} {:x 133, :y 0.786287193101111} {:x 134, :y 0.7954874480726627} {:x 135, :y 0.7936022346983854} {:x 136, :y 0.8011154312728549} {:x 137, :y 0.8002710835268556} {:x 138, :y 0.8231864963789555} {:x 139, :y 0.829562062316733} {:x 140, :y 0.8347857872349397} {:x 141, :y 0.8397498581070525} {:x 142, :y 0.8444529447568546} {:x 143, :y 0.8464887645171575} {:x 144, :y 0.8546905786885796} {:x 145, :y 0.8572582614197244} {:x 146, :y 0.8526652782347612} {:x 147, :y 0.8586697104271337} {:x 148, :y 0.8636939623758244} {:x 149, :y 0.8751168325790425} {:x 150, :y 0.8753013817880502} {:x 151, :y 0.8811361837504467} {:x 152, :y 0.8720851704780783} {:x 153, :y 0.874788667048335} {:x 154, :y 0.8769886319503818} {:x 155, :y 0.8887131897309113} {:x 156, :y 0.8781912803769131} {:x 157, :y 0.8765108637887868} {:x 158, :y 0.8832841642869301} {:x 159, :y 0.8891736302597492} {:x 160, :y 0.9008833129249546} {:x 161, :y 0.8898478352641543} {:x 162, :y 0.8866380215630597} {:x 163, :y 0.8892115006627811} {:x 164, :y 0.8923308655367705} {:x 165, :y 0.8837600502090487} {:x 166, :y 0.8892193982970792} {:x 167, :y 0.897644529537121} {:x 168, :y 0.9062070273126379} {:x 169, :y 0.9084527859385012} {:x 170, :y 0.9101330874788285} {:x 171, :y 0.9119385735380169} {:x 172, :y 0.9213695708782124} {:x 173, :y 0.9334575353296973} {:x 174, :y 0.9381464560703039} {:x 175, :y 0.9427674633509179} {:x 176, :y 0.9483413004196806} {:x 177, :y 0.949155113044419} {:x 178, :y 0.9505975647785222} {:x 179, :y 0.951296017580837} {:x 180, :y 0.9634125668657592} {:x 181, :y 0.9682071818109428} {:x 182, :y 0.9722072644140983} {:x 183, :y 0.9736293636488699} {:x 184, :y 0.978277868154449} {:x 185, :y 0.9656835878909964} {:x 186, :y 0.9629161846071839} {:x 187, :y 0.9650701579663661} {:x 188, :y 0.9654146940516413} {:x 189, :y 0.9715984973834841} {:x 190, :y 0.9661497017427492} {:x 191, :y 0.9680117471973647} {:x 192, :y 0.9732469089931427} {:x 193, :y 0.9745178137333669} {:x 194, :y 0.9713770782725022} {:x 195, :y 0.9728775875077328} {:x 196, :y 0.9790352184810268} {:x 197, :y 0.9828587040114193} {:x 198, :y 0.9873599902315316} {:x 199, :y 0.9856142514611131} {:x 200, :y 0.9844855783024958} {:x 201, :y 0.9857507288378369} {:x 202, :y 0.9894618501649948} {:x 203, :y 0.9888363220681715} {:x 204, :y 0.9983402526673409} {:x 205, :y 0.9987441199867488} {:x 206, :y 1.0011872609205366} {:x 207, :y 1.0024664830596721} {:x 208, :y 1.0118407076782086} {:x 209, :y 1.008027127888702} {:x 210, :y 1.0075998729045363} {:x 211, :y 1.0130952396945847} {:x 212, :y 1.0065163798974284} {:x 213, :y 1.0098268978192118} {:x 214, :y 1.0106117982556648} {:x 215, :y 1.010931477042171} {:x 216, :y 1.0212093918422165} {:x 217, :y 1.0280585678489136} {:x 218, :y 1.0088676259490892} {:x 219, :y 1.0109030515937862} {:x 220, :y 1.007691103563913} {:x 221, :y 1.0132174545702464} {:x 222, :y 1.0112990647163107} {:x 223, :y 1.0058980540804088} {:x 224, :y 1.0087903240541076} {:x 225, :y 1.0181265268883728} {:x 226, :y 1.0256829535519276} {:x 227, :y 1.0300013317256727} {:x 228, :y 1.0392567320894972} {:x 229, :y 1.0443335884150884} {:x 230, :y 1.0441424529629004} {:x 231, :y 1.0475899377093798} {:x 232, :y 1.0475924439835635} {:x 233, :y 1.0479159360115904} {:x 234, :y 1.0454854226560093} {:x 235, :y 1.0449035674747154} {:x 236, :y 1.0490170488287127} {:x 237, :y 1.049366853245727} {:x 238, :y 1.0500982435432544} {:x 239, :y 1.0509505554012957} {:x 240, :y 1.0565694370965804} {:x 241, :y 1.059534584350358} {:x 242, :y 1.0588612614425854} {:x 243, :y 1.0600577615866753} {:x 244, :y 1.0625350158126083} {:x 245, :y 1.0662749868329868} {:x 246, :y 1.0636842642120445} {:x 247, :y 1.0595267549626475} {:x 248, :y 1.0630717936089231} {:x 249, :y 1.0693299991226828} {:x 250, :y 1.0725071102038837} {:x 251, :y 1.0752790645189811} {:x 252, :y 1.0746333692977668} {:x 253, :y 1.0748599940111003} {:x 254, :y 1.0722780547010362} {:x 255, :y 1.072298285121633} {:x 256, :y 1.0770391354193414} {:x 257, :y 1.0815024271456026} {:x 258, :y 1.0774826264959847} {:x 259, :y 1.0795185302348456} {:x 260, :y 1.0844390258164545} {:x 261, :y 1.0832014746801444} {:x 262, :y 1.0857573047278004} {:x 263, :y 1.0866285168398238} {:x 264, :y 1.08917703563311} {:x 265, :y 1.0949628639433566} {:x 266, :y 1.0963280201372352} {:x 267, :y 1.099050306257308} {:x 268, :y 1.1042935107362384} {:x 269, :y 1.1064512393700556} {:x 270, :y 1.1100203806507283} {:x 271, :y 1.1099228219149964} {:x 272, :y 1.1101531648390062} {:x 273, :y 1.1061236122643445} {:x 274, :y 1.1057303117944646} {:x 275, :y 1.1072866009650968} {:x 276, :y 1.1119556102775727} {:x 277, :y 1.1139358650484008} {:x 278, :y 1.115162167951139} {:x 279, :y 1.1164108313023775} {:x 280, :y 1.1223022084427623} {:x 281, :y 1.1252837229543773} {:x 282, :y 1.1251950143817369} {:x 283, :y 1.125701467558676} {:x 284, :y 1.1286477670849786} {:x 285, :y 1.127773854267771} {:x 286, :y 1.1242809485058118} {:x 287, :y 1.1214014894435282} {:x 288, :y 1.116305495794383} {:x 289, :y 1.1189911446307983} {:x 290, :y 1.1168584062725413} {:x 291, :y 1.1178818743586392} {:x 292, :y 1.127936080274461} {:x 293, :y 1.1298210403786226} {:x 294, :y 1.1318819708698524} {:x 295, :y 1.1314896352634582} {:x 296, :y 1.1345768618950198} {:x 297, :y 1.136971351069324} {:x 298, :y 1.1413847650586992} {:x 299, :y 1.1419609026266853})} {:name \"7511808a-23d7-4e05-a9e2-8b11e33f9880\", :values ({:x 0, :y -0.004072656759296148} {:x 1, :y -0.06151229775314492} {:x 2, :y -0.09869629465355584} {:x 3, :y -0.12254908704003299} {:x 4, :y -0.13286767900288873} {:x 5, :y -0.14637963711982444} {:x 6, :y -0.15864649870637532} {:x 7, :y -0.1618672597655006} {:x 8, :y -0.17086678688999343} {:x 9, :y -0.1777102196917506} {:x 10, :y -0.17789418574088267} {:x 11, :y -0.18287214355881135} {:x 12, :y -0.19018143646515207} {:x 13, :y -0.18755751002322574} {:x 14, :y -0.1928397829537372} {:x 15, :y -0.19863371830398946} {:x 16, :y -0.2011266438225746} {:x 17, :y -0.20775261562905933} {:x 18, :y -0.21610748344283737} {:x 19, :y -0.2189248567291072} {:x 20, :y -0.22348735638245004} {:x 21, :y -0.2300481630984888} {:x 22, :y -0.23431420067933176} {:x 23, :y -0.2392934549888274} {:x 24, :y -0.24619992455329442} {:x 25, :y -0.24703166171773377} {:x 26, :y -0.2551547998477914} {:x 27, :y -0.2673899328224372} {:x 28, :y -0.26910651506126154} {:x 29, :y -0.2796270343393692} {:x 30, :y -0.293515052508763} {:x 31, :y -0.3004789795698049} {:x 32, :y -0.31147021442120876} {:x 33, :y -0.3207495520634646} {:x 34, :y -0.319570070847443} {:x 35, :y -0.33391880524656203} {:x 36, :y -0.3505284611367001} {:x 37, :y -0.3705951102491458} {:x 38, :y -0.3850797157297087} {:x 39, :y -0.40440759890256034} {:x 40, :y -0.4216740633434392} {:x 41, :y -0.4383836917375852} {:x 42, :y -0.4638419702272833} {:x 43, :y -0.4984805491567263} {:x 44, :y -0.5194217889315667} {:x 45, :y -0.5513411921392972} {:x 46, :y -0.589171231687731} {:x 47, :y -0.6285670080199878} {:x 48, :y -0.6736110258570122} {:x 49, :y -0.7101392201549565} {:x 50, :y -0.7520775872815298} {:x 51, :y -0.8099900710745116} {:x 52, :y -0.8642263267642057} {:x 53, :y -0.9193091706177822} {:x 54, :y -0.9764999895127824} {:x 55, :y -1.0262482870717848} {:x 56, :y -1.0768456534929056} {:x 57, :y -1.1255142352825531} {:x 58, :y -1.1706100450886852} {:x 59, :y -1.2165869565031258} {:x 60, :y -1.2574838912648543} {:x 61, :y -1.2984712459521255} {:x 62, :y -1.3470492446718378} {:x 63, :y -1.3933545503170093} {:x 64, :y -1.440235132752969} {:x 65, :y -1.4777430345145528} {:x 66, :y -1.5271933753474103} {:x 67, :y -1.5704306237208547} {:x 68, :y -1.6167198963214764} {:x 69, :y -1.655543303607929} {:x 70, :y -1.6915590803797773} {:x 71, :y -1.7462513098975554} {:x 72, :y -1.7766361485281168} {:x 73, :y -1.8196646522732576} {:x 74, :y -1.8479566838205352} {:x 75, :y -1.8730696268754323} {:x 76, :y -1.8953188345653407} {:x 77, :y -1.9220631228696332} {:x 78, :y -1.948944062651803} {:x 79, :y -1.971463163481521} {:x 80, :y -2.0007607173799515} {:x 81, :y -2.018328317446712} {:x 82, :y -2.0461505638004076} {:x 83, :y -2.077168953200778} {:x 84, :y -2.1042790673571385} {:x 85, :y -2.1315229918911234} {:x 86, :y -2.1713875007065373} {:x 87, :y -2.1882938388383164} {:x 88, :y -2.2117804937446515} {:x 89, :y -2.234343692029135} {:x 90, :y -2.255094442825789} {:x 91, :y -2.2921923550806946} {:x 92, :y -2.3164702239715704} {:x 93, :y -2.343545421744059} {:x 94, :y -2.3575827571827106} {:x 95, :y -2.3750824156347434} {:x 96, :y -2.3849165989902428} {:x 97, :y -2.3988522802222514} {:x 98, :y -2.4193051014582045} {:x 99, :y -2.427439199132485} {:x 100, :y -2.4512898872959408} {:x 101, :y -2.471806761213425} {:x 102, :y -2.493238441280029} {:x 103, :y -2.519106305676485} {:x 104, :y -2.542247804300293} {:x 105, :y -2.565000340587688} {:x 106, :y -2.5780726370190967} {:x 107, :y -2.5975919287741935} {:x 108, :y -2.612878307459794} {:x 109, :y -2.631600419851928} {:x 110, :y -2.651186607938448} {:x 111, :y -2.6642312418465623} {:x 112, :y -2.6771820218155478} {:x 113, :y -2.698686854005506} {:x 114, :y -2.708166152591692} {:x 115, :y -2.734692760253444} {:x 116, :y -2.7504250623671624} {:x 117, :y -2.759201110271978} {:x 118, :y -2.772069748347646} {:x 119, :y -2.781488710275605} {:x 120, :y -2.7941388755444585} {:x 121, :y -2.804511895262718} {:x 122, :y -2.8278871945208897} {:x 123, :y -2.840576396371044} {:x 124, :y -2.8489520589221153} {:x 125, :y -2.858444681492417} {:x 126, :y -2.8637013343581192} {:x 127, :y -2.87300470418338} {:x 128, :y -2.8838115860876536} {:x 129, :y -2.8929755306989313} {:x 130, :y -2.9019815445977786} {:x 131, :y -2.908792597300771} {:x 132, :y -2.9268416742534606} {:x 133, :y -2.9418783669303} {:x 134, :y -2.9567659143929834} {:x 135, :y -2.9598310057353814} {:x 136, :y -2.967805542456877} {:x 137, :y -2.9843607561980567} {:x 138, :y -2.9918508539337707} {:x 139, :y -2.995752744793676} {:x 140, :y -2.99815151149941} {:x 141, :y -3.005891202818984} {:x 142, :y -3.0084914059282046} {:x 143, :y -3.010977066562845} {:x 144, :y -3.0192601008421} {:x 145, :y -3.0270443699025247} {:x 146, :y -3.0352340109271925} {:x 147, :y -3.0402409507583723} {:x 148, :y -3.0534260458796165} {:x 149, :y -3.0574521392351612} {:x 150, :y -3.06228565428054} {:x 151, :y -3.0714233218833997} {:x 152, :y -3.0735005134236473} {:x 153, :y -3.0779717468446335} {:x 154, :y -3.079892697888118} {:x 155, :y -3.0929371809392254} {:x 156, :y -3.097062447863967} {:x 157, :y -3.106777679003345} {:x 158, :y -3.1142935943691654} {:x 159, :y -3.1192985503000803} {:x 160, :y -3.12100200402341} {:x 161, :y -3.131436155338155} {:x 162, :y -3.145398372482753} {:x 163, :y -3.15339039400944} {:x 164, :y -3.1563968962697175} {:x 165, :y -3.1623731650264078} {:x 166, :y -3.1737350981300647} {:x 167, :y -3.1805367755049514} {:x 168, :y -3.188072264529939} {:x 169, :y -3.1953279746201795} {:x 170, :y -3.205321274839165} {:x 171, :y -3.2091398689880966} {:x 172, :y -3.219765598935792} {:x 173, :y -3.2214422495623753} {:x 174, :y -3.225320152798004} {:x 175, :y -3.228929175546909} {:x 176, :y -3.2330239465389354} {:x 177, :y -3.243543035941107} {:x 178, :y -3.246623972334593} {:x 179, :y -3.2505395456722805} {:x 180, :y -3.255153318629951} {:x 181, :y -3.259291422143276} {:x 182, :y -3.2729599569122647} {:x 183, :y -3.2834158057355967} {:x 184, :y -3.2842150677201247} {:x 185, :y -3.295854548694875} {:x 186, :y -3.304632200122674} {:x 187, :y -3.3098810877438294} {:x 188, :y -3.314281655998631} {:x 189, :y -3.318741135807133} {:x 190, :y -3.326629530968087} {:x 191, :y -3.3302945358825298} {:x 192, :y -3.3356628013605825} {:x 193, :y -3.3412934386528628} {:x 194, :y -3.3427804572228244} {:x 195, :y -3.3460211255865757} {:x 196, :y -3.350179188439376} {:x 197, :y -3.3547008263563205} {:x 198, :y -3.36611341879279} {:x 199, :y -3.3821304630770537} {:x 200, :y -3.38809629199176} {:x 201, :y -3.392317895561829} {:x 202, :y -3.402403170881726} {:x 203, :y -3.4067608558817666} {:x 204, :y -3.4186859990685377} {:x 205, :y -3.4197083658825838} {:x 206, :y -3.4234338609243897} {:x 207, :y -3.424069673781785} {:x 208, :y -3.4290778283132126} {:x 209, :y -3.43257047294778} {:x 210, :y -3.436340084888423} {:x 211, :y -3.4433702419514898} {:x 212, :y -3.4448310862502436} {:x 213, :y -3.4502323400004253} {:x 214, :y -3.4515465248342454} {:x 215, :y -3.4596800237412113} {:x 216, :y -3.471015270266121} {:x 217, :y -3.4737428221654407} {:x 218, :y -3.4747974178926944} {:x 219, :y -3.4755279070320246} {:x 220, :y -3.4818295791432465} {:x 221, :y -3.4829128154189215} {:x 222, :y -3.4836764068965613} {:x 223, :y -3.493983645448331} {:x 224, :y -3.501372329891396} {:x 225, :y -3.5046990005506693} {:x 226, :y -3.5054722386719996} {:x 227, :y -3.5090659775021624} {:x 228, :y -3.5153859457208747} {:x 229, :y -3.5210387864422} {:x 230, :y -3.525655290277128} {:x 231, :y -3.5301708207834843} {:x 232, :y -3.5318720165396646} {:x 233, :y -3.533659224288223} {:x 234, :y -3.5445951257437978} {:x 235, :y -3.5480559818203106} {:x 236, :y -3.5542718984105104} {:x 237, :y -3.560268346344885} {:x 238, :y -3.561161040560708} {:x 239, :y -3.5617518565959365} {:x 240, :y -3.563234763839487} {:x 241, :y -3.5639762328379225} {:x 242, :y -3.567684740874922} {:x 243, :y -3.5702710605144725} {:x 244, :y -3.5733409055929948} {:x 245, :y -3.5783308279115236} {:x 246, :y -3.580538665658834} {:x 247, :y -3.590699599659653} {:x 248, :y -3.591799990087457} {:x 249, :y -3.592988585935824} {:x 250, :y -3.5960448358573136} {:x 251, :y -3.600824185829207} {:x 252, :y -3.6022956680775757} {:x 253, :y -3.6086658754483594} {:x 254, :y -3.6187641540055417} {:x 255, :y -3.627279454897208} {:x 256, :y -3.6309765312458957} {:x 257, :y -3.6375897484893254} {:x 258, :y -3.6410767287787738} {:x 259, :y -3.6425065637231144} {:x 260, :y -3.6483774912663236} {:x 261, :y -3.653048853942546} {:x 262, :y -3.656380124014509} {:x 263, :y -3.6583991341424142} {:x 264, :y -3.665154036125286} {:x 265, :y -3.6679491644928626} {:x 266, :y -3.6687847419690005} {:x 267, :y -3.6702037761112853} {:x 268, :y -3.6715378546644653} {:x 269, :y -3.6748927843669694} {:x 270, :y -3.6782996262741943} {:x 271, :y -3.681659682246557} {:x 272, :y -3.686577867747636} {:x 273, :y -3.6909237935692856} {:x 274, :y -3.6923444735768856} {:x 275, :y -3.6969220978671906} {:x 276, :y -3.703824232903914} {:x 277, :y -3.7067246558204934} {:x 278, :y -3.707647960088124} {:x 279, :y -3.7104978614701523} {:x 280, :y -3.714087415584069} {:x 281, :y -3.7166852371038743} {:x 282, :y -3.7200137649643326} {:x 283, :y -3.7250774965327027} {:x 284, :y -3.7283414346132} {:x 285, :y -3.729828155665843} {:x 286, :y -3.7369394977744017} {:x 287, :y -3.7386765441169185} {:x 288, :y -3.741514056617655} {:x 289, :y -3.742134694336771} {:x 290, :y -3.7491024336093686} {:x 291, :y -3.750502618999189} {:x 292, :y -3.7517036884105353} {:x 293, :y -3.7629028389673933} {:x 294, :y -3.7642047645526016} {:x 295, :y -3.7670594372346886} {:x 296, :y -3.7764589041950383} {:x 297, :y -3.777352871182878} {:x 298, :y -3.7786456401660224} {:x 299, :y -3.7830898022559905})} {:name \"c82552d7-19c8-4edd-9475-3c1fbc962d50\", :values ({:x 0, :y 0.0030429632004305143} {:x 1, :y 0.06515946210195504} {:x 2, :y 0.10842267880206947} {:x 3, :y 0.13337084907548707} {:x 4, :y 0.14094807931877554} {:x 5, :y 0.1516740365354199} {:x 6, :y 0.15806549328121294} {:x 7, :y 0.16090212563301678} {:x 8, :y 0.16969484707578936} {:x 9, :y 0.17456099163776714} {:x 10, :y 0.17399634623634677} {:x 11, :y 0.18103025070786696} {:x 12, :y 0.18923149829747554} {:x 13, :y 0.18614919087409992} {:x 14, :y 0.19307697582353556} {:x 15, :y 0.20294765043875448} {:x 16, :y 0.2038063918868594} {:x 17, :y 0.2052654279973007} {:x 18, :y 0.21006972417386707} {:x 19, :y 0.20690694338397525} {:x 20, :y 0.21715254258984337} {:x 21, :y 0.2173812397618269} {:x 22, :y 0.2246981066037638} {:x 23, :y 0.24437798206794636} {:x 24, :y 0.2587620232605728} {:x 25, :y 0.26455643357749403} {:x 26, :y 0.2692271961352408} {:x 27, :y 0.2813846258645123} {:x 28, :y 0.2866913053334791} {:x 29, :y 0.30912103063575586} {:x 30, :y 0.3317739024427152} {:x 31, :y 0.34298059476041237} {:x 32, :y 0.3636275410180977} {:x 33, :y 0.39154074014376516} {:x 34, :y 0.402900350389227} {:x 35, :y 0.4394326901193462} {:x 36, :y 0.46899145477222776} {:x 37, :y 0.5067368235243082} {:x 38, :y 0.554267161215167} {:x 39, :y 0.6191679186178799} {:x 40, :y 0.6710300075763711} {:x 41, :y 0.7473293949707462} {:x 42, :y 0.8204295120803798} {:x 43, :y 0.9107618537394122} {:x 44, :y 1.0069717745928881} {:x 45, :y 1.114468961013523} {:x 46, :y 1.2191804298266982} {:x 47, :y 1.3377929761703107} {:x 48, :y 1.4466424871475039} {:x 49, :y 1.5738914680796896} {:x 50, :y 1.693155756286922} {:x 51, :y 1.8056843465354735} {:x 52, :y 1.9101572260070876} {:x 53, :y 2.0055376969848466} {:x 54, :y 2.102104345585074} {:x 55, :y 2.1902982709591434} {:x 56, :y 2.2989654722173096} {:x 57, :y 2.377749865468498} {:x 58, :y 2.4501731185322715} {:x 59, :y 2.538528973233098} {:x 60, :y 2.6528203516437356} {:x 61, :y 2.7077617378075622} {:x 62, :y 2.7871609903977017} {:x 63, :y 2.8578297616121318} {:x 64, :y 2.9211600188464812} {:x 65, :y 2.9811332511539734} {:x 66, :y 3.0235486636784845} {:x 67, :y 3.098018254128887} {:x 68, :y 3.1458639529613763} {:x 69, :y 3.194428521216163} {:x 70, :y 3.2589513976235263} {:x 71, :y 3.286814101763559} {:x 72, :y 3.315373600522432} {:x 73, :y 3.401626667299443} {:x 74, :y 3.432696073685694} {:x 75, :y 3.4703515509811567} {:x 76, :y 3.521053636713532} {:x 77, :y 3.5359198977850075} {:x 78, :y 3.5735531928360635} {:x 79, :y 3.6102983769646273} {:x 80, :y 3.664662209751539} {:x 81, :y 3.6963500197955397} {:x 82, :y 3.7571909344855356} {:x 83, :y 3.792738675466523} {:x 84, :y 3.7992702351622367} {:x 85, :y 3.836728508005769} {:x 86, :y 3.8513567480719373} {:x 87, :y 3.9036817630594567} {:x 88, :y 3.927936389786488} {:x 89, :y 3.952104552490028} {:x 90, :y 3.9678794010682883} {:x 91, :y 4.001224928060338} {:x 92, :y 4.029615713094331} {:x 93, :y 4.055676295655403} {:x 94, :y 4.095299786188955} {:x 95, :y 4.10779098193373} {:x 96, :y 4.121921853004124} {:x 97, :y 4.131182322022246} {:x 98, :y 4.168884212632198} {:x 99, :y 4.1725264831096815} {:x 100, :y 4.210391468324542} {:x 101, :y 4.2455322207425095} {:x 102, :y 4.285697462268565} {:x 103, :y 4.300865635051435} {:x 104, :y 4.31513303079106} {:x 105, :y 4.324826250035558} {:x 106, :y 4.3445624379453855} {:x 107, :y 4.368398087247449} {:x 108, :y 4.387288537154694} {:x 109, :y 4.409169301401287} {:x 110, :y 4.421662012026025} {:x 111, :y 4.457051461095005} {:x 112, :y 4.466602739791173} {:x 113, :y 4.490314035190805} {:x 114, :y 4.501769265084552} {:x 115, :y 4.503097422459208} {:x 116, :y 4.523555247357978} {:x 117, :y 4.545571180412458} {:x 118, :y 4.571999852697106} {:x 119, :y 4.599127484816724} {:x 120, :y 4.611607313198016} {:x 121, :y 4.619397844006299} {:x 122, :y 4.648792279988359} {:x 123, :y 4.673663966235792} {:x 124, :y 4.6848060281348705} {:x 125, :y 4.690817198592083} {:x 126, :y 4.700065334436598} {:x 127, :y 4.740563571478839} {:x 128, :y 4.76855778223419} {:x 129, :y 4.786752421223641} {:x 130, :y 4.7906650705003555} {:x 131, :y 4.801191142327684} {:x 132, :y 4.831028697168549} {:x 133, :y 4.83563256259925} {:x 134, :y 4.84048708382796} {:x 135, :y 4.840261929164968} {:x 136, :y 4.864166081792824} {:x 137, :y 4.881983411069092} {:x 138, :y 4.899531541592529} {:x 139, :y 4.920391975387605} {:x 140, :y 4.929227418294977} {:x 141, :y 4.941060791069632} {:x 142, :y 4.944300637143131} {:x 143, :y 4.947457964123296} {:x 144, :y 4.955749222986917} {:x 145, :y 4.965313652300451} {:x 146, :y 4.972188500899029} {:x 147, :y 4.984451456464304} {:x 148, :y 5.0014489320087225} {:x 149, :y 5.018767112241161} {:x 150, :y 5.019803767645191} {:x 151, :y 5.020986556210137} {:x 152, :y 5.038610366076956} {:x 153, :y 5.039937929048479} {:x 154, :y 5.041130516506919} {:x 155, :y 5.044736459326476} {:x 156, :y 5.045164686937644} {:x 157, :y 5.046730097605348} {:x 158, :y 5.060510058250699} {:x 159, :y 5.063454386783766} {:x 160, :y 5.077895461524782} {:x 161, :y 5.100854345886841} {:x 162, :y 5.092358902436321} {:x 163, :y 5.101693883117884} {:x 164, :y 5.113449822908955} {:x 165, :y 5.129329297932421} {:x 166, :y 5.131439215100966} {:x 167, :y 5.134578422627217} {:x 168, :y 5.149398720223148} {:x 169, :y 5.152714147509141} {:x 170, :y 5.172730306004198} {:x 171, :y 5.173715526033174} {:x 172, :y 5.185682005374352} {:x 173, :y 5.186655645867803} {:x 174, :y 5.203514379687272} {:x 175, :y 5.220452113423696} {:x 176, :y 5.229043249240749} {:x 177, :y 5.239376484210846} {:x 178, :y 5.239636904386429} {:x 179, :y 5.2408325603283075} {:x 180, :y 5.25227838487091} {:x 181, :y 5.2534879892071205} {:x 182, :y 5.26306956745212} {:x 183, :y 5.276591538659377} {:x 184, :y 5.283823379377485} {:x 185, :y 5.282419923961964} {:x 186, :y 5.283541114651086} {:x 187, :y 5.285805061700831} {:x 188, :y 5.2873347017950625} {:x 189, :y 5.296340853414242} {:x 190, :y 5.3024448124264465} {:x 191, :y 5.303423326833367} {:x 192, :y 5.305605549161384} {:x 193, :y 5.315492742375334} {:x 194, :y 5.316799047700287} {:x 195, :y 5.317474604873459} {:x 196, :y 5.325894162709114} {:x 197, :y 5.34422469769832} {:x 198, :y 5.354165609432434} {:x 199, :y 5.364048849530648} {:x 200, :y 5.36480031522984} {:x 201, :y 5.366283105823803} {:x 202, :y 5.382404215755446} {:x 203, :y 5.384591527919455} {:x 204, :y 5.4028633427617985} {:x 205, :y 5.403837799011021} {:x 206, :y 5.41257202771246} {:x 207, :y 5.413180849948354} {:x 208, :y 5.413328410073082} {:x 209, :y 5.420924121890597} {:x 210, :y 5.422107108197359} {:x 211, :y 5.431979623291458} {:x 212, :y 5.433080552620719} {:x 213, :y 5.436260577417749} {:x 214, :y 5.443924583215224} {:x 215, :y 5.452289170729711} {:x 216, :y 5.452612322948391} {:x 217, :y 5.461689454825731} {:x 218, :y 5.46226774637987} {:x 219, :y 5.462628825549705} {:x 220, :y 5.4658976099743} {:x 221, :y 5.476451753187277} {:x 222, :y 5.477093886890193} {:x 223, :y 5.484563551425951} {:x 224, :y 5.488440401503083} {:x 225, :y 5.489344943935391} {:x 226, :y 5.489971446645678} {:x 227, :y 5.490930178990602} {:x 228, :y 5.492228847272508} {:x 229, :y 5.493266219912432} {:x 230, :y 5.493245202914253} {:x 231, :y 5.495015464550033} {:x 232, :y 5.496193565975769} {:x 233, :y 5.4976615295360585} {:x 234, :y 5.502311511235801} {:x 235, :y 5.520116313819137} {:x 236, :y 5.532423565375245} {:x 237, :y 5.53518946825092} {:x 238, :y 5.535821564842724} {:x 239, :y 5.536183738461566} {:x 240, :y 5.5471144558450405} {:x 241, :y 5.547747675811618} {:x 242, :y 5.548628561831624} {:x 243, :y 5.5508422186907875} {:x 244, :y 5.562040835284996} {:x 245, :y 5.570096992022736} {:x 246, :y 5.572218474125628} {:x 247, :y 5.570842832756443} {:x 248, :y 5.578827631456011} {:x 249, :y 5.5867398729660405} {:x 250, :y 5.5872433005989235} {:x 251, :y 5.589652523812553} {:x 252, :y 5.59852314837663} {:x 253, :y 5.6078007616983285} {:x 254, :y 5.613584942569929} {:x 255, :y 5.626119606188979} {:x 256, :y 5.627083136450555} {:x 257, :y 5.628695718057572} {:x 258, :y 5.636693719185879} {:x 259, :y 5.637885184288106} {:x 260, :y 5.639341290587577} {:x 261, :y 5.63927979011871} {:x 262, :y 5.640222382180024} {:x 263, :y 5.649083150943425} {:x 264, :y 5.658762345260538} {:x 265, :y 5.659308170406314} {:x 266, :y 5.660047495604538} {:x 267, :y 5.661656045255107} {:x 268, :y 5.662845750639154} {:x 269, :y 5.6717383320492605} {:x 270, :y 5.672639401071654} {:x 271, :y 5.672994604324039} {:x 272, :y 5.676245261511317} {:x 273, :y 5.675891830389562} {:x 274, :y 5.677614182380571} {:x 275, :y 5.687011644212738} {:x 276, :y 5.690237700114522} {:x 277, :y 5.69092938851152} {:x 278, :y 5.691544373589469} {:x 279, :y 5.692084334554059} {:x 280, :y 5.693225662707869} {:x 281, :y 5.7026167318117595} {:x 282, :y 5.710532792402225} {:x 283, :y 5.710980126481139} {:x 284, :y 5.71168538793671} {:x 285, :y 5.710776832263919} {:x 286, :y 5.711439684259396} {:x 287, :y 5.712898970802803} {:x 288, :y 5.713504768856877} {:x 289, :y 5.714070155118934} {:x 290, :y 5.714375631679317} {:x 291, :y 5.725303598654762} {:x 292, :y 5.74415613531933} {:x 293, :y 5.744193718386788} {:x 294, :y 5.7452697463009095} {:x 295, :y 5.745989568961382} {:x 296, :y 5.772558644690647} {:x 297, :y 5.773375090225976} {:x 298, :y 5.774355198026088} {:x 299, :y 5.787225091592568})} {:name \"c1fd7344-6166-43ff-a772-ae06be2496a3\", :values ({:x 0, :y -0.0029273305686152227} {:x 1, :y 0.06444412941624782} {:x 2, :y 0.10767437725347234} {:x 3, :y 0.12730951234198745} {:x 4, :y 0.1395682061024121} {:x 5, :y 0.1498162170624991} {:x 6, :y 0.1505344126977193} {:x 7, :y 0.15772068786156254} {:x 8, :y 0.16573566704035728} {:x 9, :y 0.16469195177731255} {:x 10, :y 0.16804134807967924} {:x 11, :y 0.17379300486856383} {:x 12, :y 0.1755067463540977} {:x 13, :y 0.1757494196652384} {:x 14, :y 0.18075345414517122} {:x 15, :y 0.18335621878191588} {:x 16, :y 0.18646961758410002} {:x 17, :y 0.18497622415099066} {:x 18, :y 0.1812903398876433} {:x 19, :y 0.17876168209280996} {:x 20, :y 0.18398578259348697} {:x 21, :y 0.17429545120383674} {:x 22, :y 0.17939329306887813} {:x 23, :y 0.19190147961913243} {:x 24, :y 0.19162738548343194} {:x 25, :y 0.19127464076345232} {:x 26, :y 0.18411008341353757} {:x 27, :y 0.17619684971441515} {:x 28, :y 0.16932463082540244} {:x 29, :y 0.17382016471299566} {:x 30, :y 0.16713611590715002} {:x 31, :y 0.15540592737990475} {:x 32, :y 0.1421402026781007} {:x 33, :y 0.12580538733806607} {:x 34, :y 0.09821517113383606} {:x 35, :y 0.08773539836281681} {:x 36, :y 0.04897638410587787} {:x 37, :y 0.015341489461332654} {:x 38, :y -0.01467256574503132} {:x 39, :y -0.05356827359887233} {:x 40, :y -0.11046540499935646} {:x 41, :y -0.15591913883967318} {:x 42, :y -0.22480969071315413} {:x 43, :y -0.2890509223224222} {:x 44, :y -0.3612777326424204} {:x 45, :y -0.45063647369853427} {:x 46, :y -0.5485827619972687} {:x 47, :y -0.6231007915786858} {:x 48, :y -0.7193816045537367} {:x 49, :y -0.7885797354148457} {:x 50, :y -0.8512043756194376} {:x 51, :y -0.9327808677457776} {:x 52, :y -1.014695127840924} {:x 53, :y -1.091472257872671} {:x 54, :y -1.1565953646654978} {:x 55, :y -1.2135463314218664} {:x 56, :y -1.240733975056735} {:x 57, :y -1.2804879618221974} {:x 58, :y -1.3213859392350442} {:x 59, :y -1.3407581059918354} {:x 60, :y -1.3295327131683872} {:x 61, :y -1.3659007690708347} {:x 62, :y -1.360032082009298} {:x 63, :y -1.3855885676009079} {:x 64, :y -1.3728921226929192} {:x 65, :y -1.3846656903880679} {:x 66, :y -1.4128610675786282} {:x 67, :y -1.4331111412144681} {:x 68, :y -1.4647452354977097} {:x 69, :y -1.46816356367169} {:x 70, :y -1.4616856282904662} {:x 71, :y -1.5251438284344128} {:x 72, :y -1.5251006528957687} {:x 73, :y -1.503384192528245} {:x 74, :y -1.5214798668797984} {:x 75, :y -1.539285189854972} {:x 76, :y -1.5192366798744212} {:x 77, :y -1.5392369181247698} {:x 78, :y -1.5626357104972248} {:x 79, :y -1.5626910147130388} {:x 80, :y -1.561539425424751} {:x 81, :y -1.541924703080827} {:x 82, :y -1.5316916861603584} {:x 83, :y -1.542342686242539} {:x 84, :y -1.570760074463525} {:x 85, :y -1.5907937946326602} {:x 86, :y -1.6279869717042232} {:x 87, :y -1.609093520919467} {:x 88, :y -1.623973969968202} {:x 89, :y -1.6252492989935379} {:x 90, :y -1.6399212310024878} {:x 91, :y -1.6745151929144195} {:x 92, :y -1.6778060640716959} {:x 93, :y -1.6820395221315518} {:x 94, :y -1.6618049267952082} {:x 95, :y -1.6707953004007128} {:x 96, :y -1.6842819207813124} {:x 97, :y -1.6918279079372651} {:x 98, :y -1.6916474449080157} {:x 99, :y -1.6927530343549648} {:x 100, :y -1.6841738553089034} {:x 101, :y -1.661921553733684} {:x 102, :y -1.65938790877303} {:x 103, :y -1.6732806842589987} {:x 104, :y -1.6853061074219553} {:x 105, :y -1.706741928881898} {:x 106, :y -1.6985491064011824} {:x 107, :y -1.6976671701251527} {:x 108, :y -1.6937920140933087} {:x 109, :y -1.705968701285405} {:x 110, :y -1.720790664165366} {:x 111, :y -1.6992567044333489} {:x 112, :y -1.7034063313389782} {:x 113, :y -1.7147908784845425} {:x 114, :y -1.7175453154846572} {:x 115, :y -1.764404650164325} {:x 116, :y -1.7630982216421118} {:x 117, :y -1.762005062485781} {:x 118, :y -1.7582884242752632} {:x 119, :y -1.7357794055989317} {:x 120, :y -1.738967943775815} {:x 121, :y -1.73495144394969} {:x 122, :y -1.7380036188656507} {:x 123, :y -1.7330926102839348} {:x 124, :y -1.7391889221067618} {:x 125, :y -1.7499673717738224} {:x 126, :y -1.7465889965803467} {:x 127, :y -1.7222372786669002} {:x 128, :y -1.7057977991261764} {:x 129, :y -1.7025459893632402} {:x 130, :y -1.7116160782048353} {:x 131, :y -1.7048421202286579} {:x 132, :y -1.7070264396269412} {:x 133, :y -1.721830598590921} {:x 134, :y -1.7430137558265097} {:x 135, :y -1.7412607170686243} {:x 136, :y -1.7333279371709225} {:x 137, :y -1.734830639380766} {:x 138, :y -1.7473198469015825} {:x 139, :y -1.7381348908670315} {:x 140, :y -1.7367191776372768} {:x 141, :y -1.7384343346674875} {:x 142, :y -1.7437961127645811} {:x 143, :y -1.7464767987696892} {:x 144, :y -1.7546290140364262} {:x 145, :y -1.7544861858598497} {:x 146, :y -1.7554424628295746} {:x 147, :y -1.7545368995304829} {:x 148, :y -1.7551725468629158} {:x 149, :y -1.7557964849813938} {:x 150, :y -1.7608421548568218} {:x 151, :y -1.7751538246772407} {:x 152, :y -1.7518996378743321} {:x 153, :y -1.7591531920300267} {:x 154, :y -1.7621012710067145} {:x 155, :y -1.7863846575878348} {:x 156, :y -1.7829171268807975} {:x 157, :y -1.7918138705512432} {:x 158, :y -1.7939129150659598} {:x 159, :y -1.8009596365464693} {:x 160, :y -1.800684271054221} {:x 161, :y -1.7784247916493663} {:x 162, :y -1.7990774726624044} {:x 163, :y -1.7993919797732991} {:x 164, :y -1.7922301494533313} {:x 165, :y -1.7750362055244566} {:x 166, :y -1.7919365915708085} {:x 167, :y -1.8019618447624308} {:x 168, :y -1.8006186136648217} {:x 169, :y -1.8060883038074622} {:x 170, :y -1.7965436554078826} {:x 171, :y -1.8035543214091403} {:x 172, :y -1.8107058410786765} {:x 173, :y -1.8240406509796194} {:x 174, :y -1.8152523329673087} {:x 175, :y -1.8059644187366861} {:x 176, :y -1.807277485920238} {:x 177, :y -1.807689393081221} {:x 178, :y -1.8112699560584864} {:x 179, :y -1.8151732150847613} {:x 180, :y -1.821366378688535} {:x 181, :y -1.8300942069142434} {:x 182, :y -1.8390136955158727} {:x 183, :y -1.8360156589950123} {:x 184, :y -1.8356721478669844} {:x 185, :y -1.8379370392395842} {:x 186, :y -1.8426465629608195} {:x 187, :y -1.8470534524738946} {:x 188, :y -1.8505521680070753} {:x 189, :y -1.852575378760187} {:x 190, :y -1.8496721367027538} {:x 191, :y -1.8539301737536333} {:x 192, :y -1.8607123229187266} {:x 193, :y -1.8571477139495347} {:x 194, :y -1.8532881916873014} {:x 195, :y -1.8584677038867874} {:x 196, :y -1.858273674672494} {:x 197, :y -1.847629987311769} {:x 198, :y -1.8542075127512307} {:x 199, :y -1.859428315998958} {:x 200, :y -1.8630718786893523} {:x 201, :y -1.8667605994856198} {:x 202, :y -1.862192717254358} {:x 203, :y -1.8639375036324948} {:x 204, :y -1.86676701759609} {:x 205, :y -1.867247105260914} {:x 206, :y -1.8633844376861546} {:x 207, :y -1.8646702784869151} {:x 208, :y -1.8798495774174901} {:x 209, :y -1.8731015635059276} {:x 210, :y -1.8747521766389363} {:x 211, :y -1.8792265395344354} {:x 212, :y -1.8722162185550941} {:x 213, :y -1.8771401163713368} {:x 214, :y -1.871615032631634} {:x 215, :y -1.873506429131014} {:x 216, :y -1.8962584065880947} {:x 217, :y -1.8977403712840164} {:x 218, :y -1.8802348176546257} {:x 219, :y -1.8819970685607839} {:x 220, :y -1.883412665672408} {:x 221, :y -1.8782608652515742} {:x 222, :y -1.876470685419723} {:x 223, :y -1.873427412504112} {:x 224, :y -1.8785767065735857} {:x 225, :y -1.890826108499775} {:x 226, :y -1.8984116802769893} {:x 227, :y -1.9050287796891987} {:x 228, :y -1.9205520144382264} {:x 229, :y -1.9289328608143568} {:x 230, :y -1.9327819135589377} {:x 231, :y -1.9374122549322221} {:x 232, :y -1.9378569262138639} {:x 233, :y -1.9383034250445967} {:x 234, :y -1.942256333659243} {:x 235, :y -1.9258318530133043} {:x 236, :y -1.9226610106579678} {:x 237, :y -1.9252520762914764} {:x 238, :y -1.9250875326626284} {:x 239, :y -1.9266582207129594} {:x 240, :y -1.9225825712968652} {:x 241, :y -1.925060161040688} {:x 242, :y -1.9271018458213198} {:x 243, :y -1.9285225713933463} {:x 244, :y -1.9223390025143867} {:x 245, :y -1.9220384938555672} {:x 246, :y -1.9208702457503113} {:x 247, :y -1.931349676869996} {:x 248, :y -1.9273110831802078} {:x 249, :y -1.9259205377153632} {:x 250, :y -1.9314421547331204} {:x 251, :y -1.9361017363529114} {:x 252, :y -1.928726143621776} {:x 253, :y -1.9250924294667173} {:x 254, :y -1.9267500555744996} {:x 255, :y -1.9232938863299414} {:x 256, :y -1.929390125534392} {:x 257, :y -1.9380348658056605} {:x 258, :y -1.9315982798449105} {:x 259, :y -1.9328637245967064} {:x 260, :y -1.9420579248922474} {:x 261, :y -1.9461422695768194} {:x 262, :y -1.9502629435350365} {:x 263, :y -1.9444130792125498} {:x 264, :y -1.945801044915489} {:x 265, :y -1.9558544639494166} {:x 266, :y -1.9574004952414876} {:x 267, :y -1.959970836639666} {:x 268, :y -1.9651205750016643} {:x 269, :y -1.9613910836142225} {:x 270, :y -1.9677529413610824} {:x 271, :y -1.971036609168919} {:x 272, :y -1.9738226044714755} {:x 273, :y -1.9760571238146463} {:x 274, :y -1.9750942871531187} {:x 275, :y -1.9710914134402937} {:x 276, :y -1.9787465492991825} {:x 277, :y -1.9829017286577313} {:x 278, :y -1.9840879691086533} {:x 279, :y -1.988282462081386} {:x 280, :y -1.9961991120215605} {:x 281, :y -1.9915811705925004} {:x 282, :y -1.9866310441967443} {:x 283, :y -1.9915133843890522} {:x 284, :y -1.9951273053114276} {:x 285, :y -1.9954640021292884} {:x 286, :y -2.0012907674469536} {:x 287, :y -1.9988005725556184} {:x 288, :y -1.9965300964634225} {:x 289, :y -1.9986603428297276} {:x 290, :y -2.0035474713340395} {:x 291, :y -1.9940440332128682} {:x 292, :y -1.9860186450322423} {:x 293, :y -1.9990593900561204} {:x 294, :y -2.0004849526043182} {:x 295, :y -2.0024883995152987} {:x 296, :y -1.9879918230445373} {:x 297, :y -1.990051881831048} {:x 298, :y -1.9959008449716376} {:x 299, :y -1.989639747204953})} {:name \"ded8d322-234a-49d2-8817-f59e55ee5b24\", :values ({:x 0, :y 0.0031481117710727598} {:x 1, :y -0.05979070564886738} {:x 2, :y -0.09712464782664598} {:x 3, :y -0.11579567180620862} {:x 4, :y -0.13092707021704103} {:x 5, :y -0.14415084997590294} {:x 6, :y -0.15092240776488577} {:x 7, :y -0.15872471595810023} {:x 8, :y -0.16723383081152524} {:x 9, :y -0.1684637095100023} {:x 10, :y -0.1729503388561792} {:x 11, :y -0.17707550867259408} {:x 12, :y -0.17837259404996345} {:x 13, :y -0.17964829097421078} {:x 14, :y -0.1836768185209449} {:x 15, :y -0.18296977405836015} {:x 16, :y -0.18865136720088613} {:x 17, :y -0.1934811079494457} {:x 18, :y -0.19456483369415903} {:x 19, :y -0.19949589512988272} {:x 20, :y -0.2010319198555518} {:x 21, :y -0.1999322822217027} {:x 22, :y -0.20430083281722378} {:x 23, :y -0.20503860420514805} {:x 24, :y -0.20062765719636108} {:x 25, :y -0.19982648076235426} {:x 26, :y -0.20109042029955457} {:x 27, :y -0.1984694223403187} {:x 28, :y -0.1952021189284052} {:x 29, :y -0.19616576884936862} {:x 30, :y -0.19015298961267785} {:x 31, :y -0.18476179445155738} {:x 32, :y -0.17536159442951835} {:x 33, :y -0.15555870847315012} {:x 34, :y -0.13311675066630116} {:x 35, :y -0.12089143038647397} {:x 36, :y -0.09394895025294285} {:x 37, :y -0.07234956887466427} {:x 38, :y -0.04260781137092061} {:x 39, :y 0.006898321541220739} {:x 40, :y 0.05301462825188375} {:x 41, :y 0.11220421111332746} {:x 42, :y 0.17222356394368848} {:x 43, :y 0.2371328183923981} {:x 44, :y 0.3202396030993831} {:x 45, :y 0.4223749657878058} {:x 46, :y 0.5148368563449005} {:x 47, :y 0.5999622912231868} {:x 48, :y 0.6915541560582249} {:x 49, :y 0.7821046485416078} {:x 50, :y 0.8628266821241425} {:x 51, :y 0.9428612716040546} {:x 52, :y 1.0265109644904493} {:x 53, :y 1.1035767942748596} {:x 54, :y 1.171505693264634} {:x 55, :y 1.2384049202495748} {:x 56, :y 1.308667129268705} {:x 57, :y 1.3573115606841188} {:x 58, :y 1.3949509020689097} {:x 59, :y 1.4389631032593924} {:x 60, :y 1.4900125742300128} {:x 61, :y 1.5281508999828508} {:x 62, :y 1.5421385622627148} {:x 63, :y 1.5785847710401073} {:x 64, :y 1.572663351054672} {:x 65, :y 1.6002701885341748} {:x 66, :y 1.6089286573899075} {:x 67, :y 1.6451580205982423} {:x 68, :y 1.6715866994161905} {:x 69, :y 1.6843773952516914} {:x 70, :y 1.6971290632822436} {:x 71, :y 1.727201006347779} {:x 72, :y 1.7238005666655742} {:x 73, :y 1.7479242832953166} {:x 74, :y 1.767979320343032} {:x 75, :y 1.7942007868192371} {:x 76, :y 1.7995276050343973} {:x 77, :y 1.8023335758453836} {:x 78, :y 1.8334179760904283} {:x 79, :y 1.8463924840238957} {:x 80, :y 1.8664860778225638} {:x 81, :y 1.8538352558751852} {:x 82, :y 1.871863597793163} {:x 83, :y 1.884178401591329} {:x 84, :y 1.8919793000974785} {:x 85, :y 1.9179080882463206} {:x 86, :y 1.920620059038661} {:x 87, :y 1.9386095428949395} {:x 88, :y 1.9534538786921682} {:x 89, :y 1.9524449684211445} {:x 90, :y 1.9607138856458788} {:x 91, :y 1.9903851993211188} {:x 92, :y 2.0002160515873726} {:x 93, :y 2.0005049015300616} {:x 94, :y 2.0027752242265016} {:x 95, :y 2.0032999908349933} {:x 96, :y 2.0220595351395736} {:x 97, :y 2.0243291333230773} {:x 98, :y 2.038991386619417} {:x 99, :y 2.0322402737287297} {:x 100, :y 2.0348051408589867} {:x 101, :y 2.028613835215367} {:x 102, :y 2.043549949843593} {:x 103, :y 2.044351041193191} {:x 104, :y 2.045175969712416} {:x 105, :y 2.05108527855799} {:x 106, :y 2.0505795768743593} {:x 107, :y 2.0502715397307543} {:x 108, :y 2.050263841400942} {:x 109, :y 2.064528855486682} {:x 110, :y 2.0728382544277935} {:x 111, :y 2.0729219163909747} {:x 112, :y 2.069779891285922} {:x 113, :y 2.081581851511298} {:x 114, :y 2.084630853458103} {:x 115, :y 2.1030581832422106} {:x 116, :y 2.103536579772786} {:x 117, :y 2.1156321036830197} {:x 118, :y 2.1256083503203755} {:x 119, :y 2.115429446101158} {:x 120, :y 2.1163964197696243} {:x 121, :y 2.111412024532152} {:x 122, :y 2.119276599474779} {:x 123, :y 2.122677502803738} {:x 124, :y 2.133023814208608} {:x 125, :y 2.138196525377025} {:x 126, :y 2.1393060842295304} {:x 127, :y 2.1447283001552693} {:x 128, :y 2.143532480591741} {:x 129, :y 2.1483912887455583} {:x 130, :y 2.1482452803510994} {:x 131, :y 2.141972321986111} {:x 132, :y 2.1532560439880277} {:x 133, :y 2.1565127413054035} {:x 134, :y 2.164675842563401} {:x 135, :y 2.1592574893243257} {:x 136, :y 2.1656062725479273} {:x 137, :y 2.1639912093715536} {:x 138, :y 2.1842809067276336} {:x 139, :y 2.189501569055806} {:x 140, :y 2.193939088097473} {:x 141, :y 2.197448129690292} {:x 142, :y 2.2020527280213122} {:x 143, :y 2.2038220012584215} {:x 144, :y 2.2109631567358825} {:x 145, :y 2.2132625620665345} {:x 146, :y 2.207837358979499} {:x 147, :y 2.213231432331464} {:x 148, :y 2.2172279577557514} {:x 149, :y 2.2278668292260364} {:x 150, :y 2.227674507684} {:x 151, :y 2.232576012611679} {:x 152, :y 2.222809815107673} {:x 153, :y 2.2250966319119625} {:x 154, :y 2.2267724548153067} {:x 155, :y 2.238024292507373} {:x 156, :y 2.225781160473733} {:x 157, :y 2.22347620571186} {:x 158, :y 2.229808262028751} {:x 159, :y 2.235184639061551} {:x 160, :y 2.2465560934955553} {:x 161, :y 2.2347375143503063} {:x 162, :y 2.230369387160347} {:x 163, :y 2.2323041489367075} {:x 164, :y 2.2351866543768617} {:x 165, :y 2.225818602259054} {:x 166, :y 2.2312282530056535} {:x 167, :y 2.238836494746778} {:x 168, :y 2.246601248488841} {:x 169, :y 2.2486019620093614} {:x 170, :y 2.2498115408804} {:x 171, :y 2.2510691731792964} {:x 172, :y 2.259968809523431} {:x 173, :y 2.2718653468863264} {:x 174, :y 2.2759325878870023} {:x 175, :y 2.2803453109004197} {:x 176, :y 2.2857980391072648} {:x 177, :y 2.286449876906964} {:x 178, :y 2.287158586980876} {:x 179, :y 2.2875720518078917} {:x 180, :y 2.299647513763105} {:x 181, :y 2.3033063352738776} {:x 182, :y 2.306683008547425} {:x 183, :y 2.307915125712953} {:x 184, :y 2.312433417846677} {:x 185, :y 2.2991169394577113} {:x 186, :y 2.295797071156144} {:x 187, :y 2.2974115366524654} {:x 188, :y 2.297536791166013} {:x 189, :y 2.3036152175639812} {:x 190, :y 2.297370615652511} {:x 191, :y 2.298887211682066} {:x 192, :y 2.3040325692804706} {:x 193, :y 2.3049178115437323} {:x 194, :y 2.3008300359995113} {:x 195, :y 2.30216688842749} {:x 196, :y 2.3077572933340793} {:x 197, :y 2.310664079211891} {:x 198, :y 2.3150625079337557} {:x 199, :y 2.3127916548977314} {:x 200, :y 2.3111288812940343} {:x 201, :y 2.3122670834581145} {:x 202, :y 2.315566291648957} {:x 203, :y 2.31466752120065} {:x 204, :y 2.3236575488433373} {:x 205, :y 2.3236575135290565} {:x 206, :y 2.325707484669053} {:x 207, :y 2.326454858263132} {:x 208, :y 2.335537323065647} {:x 209, :y 2.331205740014846} {:x 210, :y 2.33053052347418} {:x 211, :y 2.335602246573186} {:x 212, :y 2.3281134983933915} {:x 213, :y 2.331356751635105} {:x 214, :y 2.3320235411763273} {:x 215, :y 2.331788234686587} {:x 216, :y 2.3420027682050137} {:x 217, :y 2.348768514689165} {:x 218, :y 2.328666503791607} {:x 219, :y 2.3305979298394295} {:x 220, :y 2.3269238427680974} {:x 221, :y 2.332471863956179} {:x 222, :y 2.3298618595012037} {:x 223, :y 2.3242524513715277} {:x 224, :y 2.3270081342146987} {:x 225, :y 2.3357767879369065} {:x 226, :y 2.3433492042087787} {:x 227, :y 2.3475874477101106} {:x 228, :y 2.3566764106694498} {:x 229, :y 2.3615420461396326} {:x 230, :y 2.361235694034962} {:x 231, :y 2.364436207569824} {:x 232, :y 2.3643112908512642} {:x 233, :y 2.3642952609642722} {:x 234, :y 2.361484527604041} {:x 235, :y 2.3606678210643635} {:x 236, :y 2.3646074874257246} {:x 237, :y 2.3642432616440714} {:x 238, :y 2.364725449795757} {:x 239, :y 2.3654953837046984} {:x 240, :y 2.370991347255775} {:x 241, :y 2.3737263316950163} {:x 242, :y 2.3728326390164645} {:x 243, :y 2.373924376576665} {:x 244, :y 2.3763065392045974} {:x 245, :y 2.379857363607308} {:x 246, :y 2.3770836336713166} {:x 247, :y 2.3726792146058813} {:x 248, :y 2.375990121788545} {:x 249, :y 2.381349911973892} {:x 250, :y 2.3840892503027122} {:x 251, :y 2.3867825642032816} {:x 252, :y 2.3859956138911667} {:x 253, :y 2.386036503785588} {:x 254, :y 2.3830577322786977} {:x 255, :y 2.382945396870414} {:x 256, :y 2.3874840434511433} {:x 257, :y 2.3917776163015887} {:x 258, :y 2.387023209878485} {:x 259, :y 2.388578633842525} {:x 260, :y 2.3933234249044104} {:x 261, :y 2.3914607818150113} {:x 262, :y 2.393666108749103} {:x 263, :y 2.3944724324752236} {:x 264, :y 2.3968014153524795} {:x 265, :y 2.4024651008584854} {:x 266, :y 2.403806972102072} {:x 267, :y 2.4063239085283707} {:x 268, :y 2.411244062245071} {:x 269, :y 2.413129043559224} {:x 270, :y 2.4165040418980426} {:x 271, :y 2.4162864710189553} {:x 272, :y 2.416200291338422} {:x 273, :y 2.4119991870954687} {:x 274, :y 2.411240193281951} {:x 275, :y 2.412557858369967} {:x 276, :y 2.4168946895198045} {:x 277, :y 2.4187721291467654} {:x 278, :y 2.4199076382704923} {:x 279, :y 2.421128776491795} {:x 280, :y 2.426668206165966} {:x 281, :y 2.429627893301278} {:x 282, :y 2.429420332543816} {:x 283, :y 2.4298700690084307} {:x 284, :y 2.432794590737331} {:x 285, :y 2.431674261126486} {:x 286, :y 2.427934782840548} {:x 287, :y 2.424325838411728} {:x 288, :y 2.4191457100612} {:x 289, :y 2.421675778628246} {:x 290, :y 2.4191711363499246} {:x 291, :y 2.4200772315219874} {:x 292, :y 2.429910848901135} {:x 293, :y 2.431552608875594} {:x 294, :y 2.433281554593141} {:x 295, :y 2.4327498332469895} {:x 296, :y 2.4356733120336953} {:x 297, :y 2.4379117744859635} {:x 298, :y 2.4419339192636382} {:x 299, :y 2.4424496979045087})}), :marks ({:type \"line\", :from {:data \"08dc3319-2c88-45f2-96ee-eed8f2588556\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"red\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}} {:type \"line\", :from {:data \"4a686a2b-9484-48ef-9d98-f68b92d4b596\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"green\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}} {:type \"line\", :from {:data \"d003bea7-1302-48a4-acc9-f57e7209f22f\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"blue\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}} {:type \"line\", :from {:data \"7511808a-23d7-4e05-a9e2-8b11e33f9880\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"orange\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}} {:type \"line\", :from {:data \"c82552d7-19c8-4edd-9475-3c1fbc962d50\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"brown\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}} {:type \"line\", :from {:data \"c1fd7344-6166-43ff-a772-ae06be2496a3\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"black\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}} {:type \"line\", :from {:data \"ded8d322-234a-49d2-8817-f59e55ee5b24\"}, :properties {:enter {:x {:scale \"x\", :field \"data.x\"}, :y {:scale \"y\", :field \"data.y\"}, :stroke {:value \"grey\"}, :strokeWidth {:value 2}, :strokeOpacity {:value 1}}}})}}"}
;; <=

;; @@
(def trad-theo (reduce (fn [f s] (update-in f [(take 4 s)] 
                             (fnil + 0)
                             (f/prob (full-matrix (:restricted-weights trad-rbm)) 
                           (concat (:v-biases trad-rbm) (:h-biases trad-rbm)) s)))
        {}
     (f/state-space 10)))
(map trad-theo states)
;; @@
;; ->
;;; &quot;Elapsed time: 104.778336 msecs&quot;
;;; 
;; <-
;; =>
;;; {"type":"list-like","open":"<span class='clj-lazy-seq'>(</span>","close":"<span class='clj-lazy-seq'>)</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-double'>1.406811067123133E-6</span>","value":"1.406811067123133E-6"},{"type":"html","content":"<span class='clj-double'>1.08180460775332E-5</span>","value":"1.08180460775332E-5"},{"type":"html","content":"<span class='clj-double'>8.110785113603775E-6</span>","value":"8.110785113603775E-6"},{"type":"html","content":"<span class='clj-double'>1.5129160452139388E-7</span>","value":"1.5129160452139388E-7"},{"type":"html","content":"<span class='clj-double'>0.006208638448105806</span>","value":"0.006208638448105806"},{"type":"html","content":"<span class='clj-double'>0.3957313981328288</span>","value":"0.3957313981328288"},{"type":"html","content":"<span class='clj-double'>2.1373490657012347E-6</span>","value":"2.1373490657012347E-6"},{"type":"html","content":"<span class='clj-double'>1.7638015859291134E-5</span>","value":"1.7638015859291134E-5"},{"type":"html","content":"<span class='clj-double'>0.004598192527456779</span>","value":"0.004598192527456779"},{"type":"html","content":"<span class='clj-double'>1.8702213046000355E-6</span>","value":"1.8702213046000355E-6"},{"type":"html","content":"<span class='clj-double'>0.34862899114299395</span>","value":"0.34862899114299395"},{"type":"html","content":"<span class='clj-double'>8.779971182326339E-6</span>","value":"8.779971182326339E-6"},{"type":"html","content":"<span class='clj-double'>0.23333820578600384</span>","value":"0.23333820578600384"},{"type":"html","content":"<span class='clj-double'>0.006442400552682884</span>","value":"0.006442400552682884"},{"type":"html","content":"<span class='clj-double'>0.00499789150679751</span>","value":"0.00499789150679751"},{"type":"html","content":"<span class='clj-double'>3.36941185718072E-6</span>","value":"3.36941185718072E-6"}],"value":"(1.406811067123133E-6 1.08180460775332E-5 8.110785113603775E-6 1.5129160452139388E-7 0.006208638448105806 0.3957313981328288 2.1373490657012347E-6 1.7638015859291134E-5 0.004598192527456779 1.8702213046000355E-6 0.34862899114299395 8.779971182326339E-6 0.23333820578600384 0.006442400552682884 0.00499789150679751 3.36941185718072E-6)"}
;; <=

;; @@
(gg4clj/view 
  [[:<- :d (gg4clj/data-frame {:x (map (comp str vec) 
                      (apply concat (repeat 2 states)))    
                               :y (vec (concat (map ev-theo states) (map trad-theo states)))
                               :z (vec (concat (repeat (count states) "ev-theo") (repeat (count states) "trad-theo")))})]
  (gg4clj/r+ [:ggplot :d [:aes {:x :x :y :y :fill :z}]]
                        [:geom_bar {:stat "identity" :position (keyword "position_dodge()")}])]
  {:width 10})
;; @@
;; =>
;;; {"type":"html","content":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"720pt\" height=\"444pt\" viewBox=\"0 0 720 444\" version=\"1.1\">\n<defs>\n<g>\n<symbol overflow=\"visible\" id=\"29f9d729-a648-438d-af04-d068b8e3744d\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"ef3b7c4e-deac-4901-9a58-5a023e64a921\">\n<path style=\"stroke:none;\" d=\"M 5 -3.390625 C 5 -5.75 4.109375 -7.0625 2.640625 -7.0625 C 1.171875 -7.0625 0.265625 -5.734375 0.265625 -3.453125 C 0.265625 -1.15625 1.1875 0.140625 2.640625 0.140625 C 4.078125 0.140625 5 -1.15625 5 -3.390625 Z M 3.859375 -3.46875 C 3.859375 -1.546875 3.5625 -0.8125 2.625 -0.8125 C 1.734375 -0.8125 1.40625 -1.578125 1.40625 -3.4375 C 1.40625 -5.3125 1.734375 -6.046875 2.640625 -6.046875 C 3.546875 -6.046875 3.859375 -5.296875 3.859375 -3.46875 Z M 3.859375 -3.46875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"2ac1b610-00fe-432b-be21-4fb3d5228e5f\">\n<path style=\"stroke:none;\" d=\"M 1.96875 -0.125 L 1.96875 -1.25 L 0.6875 -1.25 L 0.6875 0 L 1.96875 0 Z M 1.96875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"04ab91cc-aea5-4da2-810e-255b1e6a7e08\">\n<path style=\"stroke:none;\" d=\"M 3.46875 -0.125 L 3.46875 -7.0625 L 2.671875 -7.0625 C 2.328125 -5.890625 2.28125 -5.875 0.828125 -5.6875 L 0.828125 -4.84375 L 2.34375 -4.84375 L 2.34375 0 L 3.46875 0 Z M 3.46875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"af011cda-efb1-4ebb-81e9-438224dfd504\">\n<path style=\"stroke:none;\" d=\"M 5.03125 -4.9375 C 5.03125 -6.078125 4.015625 -7.0625 2.71875 -7.0625 C 1.328125 -7.0625 0.390625 -6.21875 0.328125 -4.4375 L 1.453125 -4.4375 C 1.53125 -5.703125 1.859375 -6.0625 2.703125 -6.0625 C 3.46875 -6.0625 3.890625 -5.640625 3.890625 -4.90625 C 3.890625 -4.375 3.609375 -4.015625 3.015625 -3.671875 L 2.125 -3.171875 C 0.703125 -2.359375 0.265625 -1.625 0.171875 0 L 4.984375 0 L 4.984375 -1.09375 L 1.421875 -1.09375 C 1.5 -1.515625 1.765625 -1.78125 2.59375 -2.28125 L 3.5625 -2.796875 C 4.515625 -3.296875 5.03125 -4.09375 5.03125 -4.9375 Z M 5.03125 -4.9375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"ca7a31f5-99e8-4a9b-92ff-1cf158ea4614\">\n<path style=\"stroke:none;\" d=\"M 4.984375 -2.09375 C 4.984375 -2.921875 4.515625 -3.546875 3.703125 -3.8125 L 3.703125 -3.5625 C 4.34375 -3.8125 4.78125 -4.375 4.78125 -5.0625 C 4.78125 -6.21875 3.875 -7.0625 2.578125 -7.0625 C 1.203125 -7.0625 0.328125 -6.1875 0.3125 -4.609375 L 1.421875 -4.609375 C 1.453125 -5.734375 1.734375 -6.0625 2.59375 -6.0625 C 3.34375 -6.0625 3.640625 -5.75 3.640625 -5.03125 C 3.640625 -4.296875 3.46875 -4.140625 1.96875 -4.140625 L 1.96875 -3.171875 L 2.578125 -3.171875 C 3.515625 -3.171875 3.84375 -2.84375 3.84375 -2.09375 C 3.84375 -1.234375 3.46875 -0.859375 2.578125 -0.859375 C 1.65625 -0.859375 1.34375 -1.1875 1.28125 -2.3125 L 0.15625 -2.3125 C 0.265625 -0.65625 1.15625 0.140625 2.546875 0.140625 C 3.953125 0.140625 4.984375 -0.8125 4.984375 -2.09375 Z M 4.984375 -2.09375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"20c7ab27-16a3-4786-92e1-c9cc54a0864f\">\n<path style=\"stroke:none;\" d=\"M 5.125 -1.75 L 5.125 -2.640625 L 4.109375 -2.640625 L 4.109375 -7.0625 L 3.28125 -7.0625 L 0.125 -2.6875 L 0.125 -1.625 L 3 -1.625 L 3 0 L 4.109375 0 L 4.109375 -1.625 L 5.125 -1.625 Z M 3.140625 -2.640625 L 1.25 -2.640625 L 3.234375 -5.40625 L 3 -5.484375 L 3 -2.640625 Z M 3.140625 -2.640625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"3f5ede8e-6e92-4ed6-ba38-04209af76fb7\">\n<path style=\"stroke:none;\" d=\"M 2.53125 1.90625 L 2.53125 1.078125 L 1.546875 1.078125 L 1.546875 -6.296875 L 2.53125 -6.296875 L 2.53125 -7.25 L 0.46875 -7.25 L 0.46875 2.03125 L 2.53125 2.03125 Z M 2.53125 1.90625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"521342b1-e8f2-43bd-bc00-d4dc276b3542\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"823d2899-f3e1-495f-ac5b-27ac6d655f55\">\n<path style=\"stroke:none;\" d=\"M 2.140625 1.90625 L 2.140625 -7.25 L 0.078125 -7.25 L 0.078125 -6.296875 L 1.0625 -6.296875 L 1.0625 1.078125 L 0.078125 1.078125 L 0.078125 2.03125 L 2.140625 2.03125 Z M 2.140625 1.90625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"ec2144bf-d4fd-42c4-b76c-44032b15530b\">\n<path style=\"stroke:none;\" d=\"M 5.0625 -2.40625 C 5.0625 -3.140625 5 -3.59375 4.859375 -3.96875 C 4.53125 -4.796875 3.625 -5.4375 2.6875 -5.4375 C 1.28125 -5.4375 0.234375 -4.265625 0.234375 -2.609375 C 0.234375 -0.953125 1.25 0.140625 2.671875 0.140625 C 3.8125 0.140625 4.75 -0.640625 4.984375 -1.78125 L 3.90625 -1.78125 C 3.640625 -1 3.34375 -0.859375 2.703125 -0.859375 C 1.859375 -0.859375 1.375 -1.25 1.359375 -2.28125 L 5.0625 -2.28125 Z M 4.15625 -3.03125 C 4.15625 -3.03125 3.96875 -3.171875 3.96875 -3.1875 L 1.375 -3.1875 C 1.4375 -3.953125 1.875 -4.4375 2.671875 -4.4375 C 3.46875 -4.4375 3.921875 -3.90625 3.921875 -3.125 Z M 4.15625 -3.03125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"ea5c4f54-69f5-48a8-b9ae-2942963a478c\">\n<path style=\"stroke:none;\" d=\"M 4.65625 -5.28125 L 3.65625 -5.28125 L 2.203125 -1.078125 L 2.46875 -1.078125 L 1.09375 -5.28125 L -0.09375 -5.28125 L 1.765625 0 L 2.828125 0 L 4.84375 -5.28125 Z M 4.65625 -5.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"bc3a424c-9260-4574-abc4-85ff9aa6121c\">\n<path style=\"stroke:none;\" d=\"M 2.859375 -2.421875 L 2.859375 -3.25 L 0.296875 -3.25 L 0.296875 -2.296875 L 2.859375 -2.296875 Z M 2.859375 -2.421875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"b4e44d2b-67b0-43ce-a30c-a24ff57ad014\">\n<path style=\"stroke:none;\" d=\"M 2.578125 -0.125 L 2.578125 -0.96875 C 2.328125 -0.90625 2.203125 -0.890625 2.046875 -0.890625 C 1.703125 -0.890625 1.75 -0.859375 1.75 -1.203125 L 1.75 -4.375 L 2.578125 -4.375 L 2.578125 -5.28125 L 1.75 -5.28125 L 1.75 -6.671875 L 0.671875 -6.671875 L 0.671875 -5.28125 L -0.015625 -5.28125 L -0.015625 -4.375 L 0.671875 -4.375 L 0.671875 -0.859375 C 0.671875 -0.34375 1.15625 0.0625 1.78125 0.0625 C 1.96875 0.0625 2.171875 0.046875 2.578125 -0.015625 Z M 2.578125 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"77da378f-051a-4355-960e-5d52235f3fab\">\n<path style=\"stroke:none;\" d=\"M 4.796875 -0.125 L 4.796875 -3.921875 C 4.796875 -4.765625 4.0625 -5.4375 3.078125 -5.4375 C 2.375 -5.4375 1.828125 -5.171875 1.359375 -4.5625 L 1.609375 -4.46875 L 1.609375 -7.25 L 0.53125 -7.25 L 0.53125 0 L 1.609375 0 L 1.609375 -2.890625 C 1.609375 -3.921875 2 -4.46875 2.828125 -4.46875 C 3.390625 -4.46875 3.71875 -4.265625 3.71875 -3.609375 L 3.71875 0 L 4.796875 0 Z M 4.796875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"3831a84d-6cff-49cc-afb7-8c21b7345858\">\n<path style=\"stroke:none;\" d=\"M 5.03125 -2.59375 C 5.03125 -4.34375 4.0625 -5.4375 2.609375 -5.4375 C 1.203125 -5.4375 0.203125 -4.328125 0.203125 -2.640625 C 0.203125 -0.953125 1.1875 0.140625 2.625 0.140625 C 4.03125 0.140625 5.03125 -0.953125 5.03125 -2.59375 Z M 3.921875 -2.609375 C 3.921875 -1.421875 3.5 -0.859375 2.625 -0.859375 C 1.734375 -0.859375 1.3125 -1.421875 1.3125 -2.640625 C 1.3125 -3.84375 1.734375 -4.4375 2.625 -4.4375 C 3.515625 -4.4375 3.921875 -3.859375 3.921875 -2.609375 Z M 3.921875 -2.609375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"6df3faf4-16e4-4f04-bccc-3170b27ed279\">\n<path style=\"stroke:none;\" d=\"M 3.21875 -4.453125 L 3.21875 -5.375 C 2.9375 -5.421875 2.875 -5.4375 2.765625 -5.4375 C 2.25 -5.4375 1.75 -5.078125 1.296875 -4.34375 L 1.53125 -4.234375 L 1.53125 -5.28125 L 0.53125 -5.28125 L 0.53125 0 L 1.609375 0 L 1.609375 -2.734375 C 1.609375 -3.859375 1.84375 -4.3125 3.21875 -4.328125 Z M 3.21875 -4.453125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"a1ba17bf-86a2-4ddf-b140-0601747bf287\">\n<path style=\"stroke:none;\" d=\"M 5.265625 -0.140625 L 5.265625 -0.90625 C 5.046875 -0.859375 5.015625 -0.859375 4.953125 -0.859375 C 4.6875 -0.859375 4.65625 -0.875 4.65625 -1.125 L 4.65625 -3.921875 C 4.65625 -4.8125 3.875 -5.4375 2.640625 -5.4375 C 1.421875 -5.4375 0.53125 -4.828125 0.46875 -3.546875 L 1.546875 -3.546875 C 1.625 -4.28125 1.859375 -4.4375 2.609375 -4.4375 C 3.328125 -4.4375 3.59375 -4.28125 3.59375 -3.8125 L 3.59375 -3.59375 C 3.59375 -3.265625 3.53125 -3.25 2.890625 -3.171875 C 1.765625 -3.03125 1.59375 -3 1.28125 -2.875 C 0.703125 -2.625 0.265625 -2.046875 0.265625 -1.421875 C 0.265625 -0.515625 1.03125 0.140625 2.046875 0.140625 C 2.703125 0.140625 3.421875 -0.15625 3.671875 -0.4375 C 3.703125 -0.328125 4.1875 0.0625 4.578125 0.0625 C 4.75 0.0625 4.875 0.046875 5.265625 -0.046875 Z M 3.59375 -1.859375 C 3.59375 -1.140625 3 -0.8125 2.21875 -0.8125 C 1.609375 -0.8125 1.375 -0.90625 1.375 -1.453125 C 1.375 -1.96875 1.59375 -2.078125 2.453125 -2.203125 C 3.296875 -2.328125 3.46875 -2.359375 3.59375 -2.421875 Z M 3.59375 -1.859375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"622081ea-5934-4e0d-8f7f-6eda871d1ed0\">\n<path style=\"stroke:none;\" d=\"M 4.890625 -0.125 L 4.890625 -7.25 L 3.8125 -7.25 L 3.8125 -4.515625 L 4.046875 -4.609375 C 3.71875 -5.125 3.078125 -5.4375 2.40625 -5.4375 C 1.109375 -5.4375 0.109375 -4.28125 0.109375 -2.6875 C 0.109375 -0.984375 1.078125 0.140625 2.4375 0.140625 C 3.125 0.140625 3.703125 -0.15625 4.140625 -0.78125 L 3.890625 -0.859375 L 3.890625 0 L 4.890625 0 Z M 3.8125 -2.625 C 3.8125 -1.453125 3.390625 -0.859375 2.546875 -0.859375 C 1.671875 -0.859375 1.21875 -1.46875 1.21875 -2.640625 C 1.21875 -3.8125 1.671875 -4.421875 2.546875 -4.421875 C 3.40625 -4.421875 3.8125 -3.78125 3.8125 -2.625 Z M 3.8125 -2.625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"de47bcdf-8abd-4ae7-86d6-818fcf060e0c\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"d1e745ad-1280-486c-9074-3ef964a4117f\">\n<path style=\"stroke:none;\" d=\"M 5.765625 -0.234375 L 3.65625 -3.390625 L 5.875 -6.546875 L 4.421875 -6.546875 L 2.96875 -4.375 L 1.53125 -6.546875 L 0.0625 -6.546875 L 2.25 -3.34375 L -0.0625 0 L 1.40625 0 L 2.921875 -2.296875 L 4.4375 0 L 5.921875 0 Z M 5.765625 -0.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"2b7edeac-3f3b-4a6b-8745-b381cec309b4\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"c71663b3-2857-4177-be7f-6d8f9b4a48bc\">\n<path style=\"stroke:none;\" d=\"M -6.546875 -5.734375 L -6.546875 -4.5625 L -1.53125 -2.765625 L -1.53125 -3.046875 L -6.546875 -1.390625 L -6.546875 -0.046875 L -0.109375 -2.21875 L 0.890625 -1.84375 C 1.328125 -1.671875 1.375 -1.609375 1.375 -1.171875 C 1.375 -1.03125 1.34375 -0.859375 1.265625 -0.5 L 2.40625 -0.5 C 2.53125 -0.75 2.609375 -1.0625 2.609375 -1.3125 C 2.609375 -2.03125 2.09375 -2.734375 1.1875 -3.078125 L -6.546875 -5.921875 Z M -6.546875 -5.734375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"a0f0a27f-33c4-47f7-831d-53f676ebe88d\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"3bcd74e9-b830-4f95-96cb-8628211a68ed\">\n<path style=\"stroke:none;\" d=\"M 4.609375 -0.125 L 4.609375 -1.34375 L 2.140625 -1.34375 L 4.53125 -4.1875 L 4.53125 -5.4375 L 0.234375 -5.4375 L 0.234375 -4.09375 L 2.46875 -4.09375 L 0.0625 -1.25 L 0.0625 0 L 4.609375 0 Z M 4.609375 -0.125 \"/>\n</symbol>\n</g>\n<clipPath id=\"bf88fdef-27e6-4309-8110-ca853da172f1\">\n  <path d=\"M 45.488281 14.398438 L 619 14.398438 L 619 405 L 45.488281 405 Z M 45.488281 14.398438 \"/>\n</clipPath>\n<clipPath id=\"1da72959-f373-4a14-bed3-56b8d2ef41ad\">\n  <path d=\"M 45.488281 341 L 619 341 L 619 343 L 45.488281 343 Z M 45.488281 341 \"/>\n</clipPath>\n<clipPath id=\"3ee3f161-9e56-446e-9fef-444cb32b11e9\">\n  <path d=\"M 45.488281 252 L 619 252 L 619 253 L 45.488281 253 Z M 45.488281 252 \"/>\n</clipPath>\n<clipPath id=\"82b35c3a-d38c-411c-9485-7bbdc593beb0\">\n  <path d=\"M 45.488281 162 L 619 162 L 619 163 L 45.488281 163 Z M 45.488281 162 \"/>\n</clipPath>\n<clipPath id=\"95880817-058f-4969-9bb3-683255ac6299\">\n  <path d=\"M 45.488281 72 L 619 72 L 619 74 L 45.488281 74 Z M 45.488281 72 \"/>\n</clipPath>\n<clipPath id=\"500e66cc-fe22-4502-b4af-54fd17024402\">\n  <path d=\"M 45.488281 386 L 619.589844 386 L 619.589844 388 L 45.488281 388 Z M 45.488281 386 \"/>\n</clipPath>\n<clipPath id=\"1cddf67a-abdf-4c13-936f-6266d54e4abe\">\n  <path d=\"M 45.488281 296 L 619.589844 296 L 619.589844 298 L 45.488281 298 Z M 45.488281 296 \"/>\n</clipPath>\n<clipPath id=\"89b25214-6078-45fc-b2e5-a27af9c9ee12\">\n  <path d=\"M 45.488281 207 L 619.589844 207 L 619.589844 209 L 45.488281 209 Z M 45.488281 207 \"/>\n</clipPath>\n<clipPath id=\"9fdf2984-f0e2-4ada-9a31-76abb1d40002\">\n  <path d=\"M 45.488281 117 L 619.589844 117 L 619.589844 119 L 45.488281 119 Z M 45.488281 117 \"/>\n</clipPath>\n<clipPath id=\"1d46498a-75b1-4c84-987c-ced92a059e7d\">\n  <path d=\"M 45.488281 27 L 619.589844 27 L 619.589844 29 L 45.488281 29 Z M 45.488281 27 \"/>\n</clipPath>\n<clipPath id=\"7bd99562-6ff7-4ea8-8ca8-91ff3a017c9f\">\n  <path d=\"M 66 14.398438 L 68 14.398438 L 68 405.511719 L 66 405.511719 Z M 66 14.398438 \"/>\n</clipPath>\n<clipPath id=\"2e1c4f72-83ec-4354-beb6-3a734dc33235\">\n  <path d=\"M 101 14.398438 L 103 14.398438 L 103 405.511719 L 101 405.511719 Z M 101 14.398438 \"/>\n</clipPath>\n<clipPath id=\"b6ac64f1-f87f-4a30-afdf-ef7fce87f997\">\n  <path d=\"M 136 14.398438 L 138 14.398438 L 138 405.511719 L 136 405.511719 Z M 136 14.398438 \"/>\n</clipPath>\n<clipPath id=\"c9de9cb8-77ce-4d14-b29b-92ef4b194903\">\n  <path d=\"M 172 14.398438 L 174 14.398438 L 174 405.511719 L 172 405.511719 Z M 172 14.398438 \"/>\n</clipPath>\n<clipPath id=\"fa65dd9f-f74e-4c7d-9d11-c96fc67c630b\">\n  <path d=\"M 207 14.398438 L 209 14.398438 L 209 405.511719 L 207 405.511719 Z M 207 14.398438 \"/>\n</clipPath>\n<clipPath id=\"33b196b2-fe2f-423b-aab3-1d60293a2bdc\">\n  <path d=\"M 243 14.398438 L 245 14.398438 L 245 405.511719 L 243 405.511719 Z M 243 14.398438 \"/>\n</clipPath>\n<clipPath id=\"e0729f59-b126-4f90-a76d-bcd56a838f0b\">\n  <path d=\"M 278 14.398438 L 280 14.398438 L 280 405.511719 L 278 405.511719 Z M 278 14.398438 \"/>\n</clipPath>\n<clipPath id=\"e59e3dd5-8a53-4f13-a37f-6b10364ba557\">\n  <path d=\"M 313 14.398438 L 315 14.398438 L 315 405.511719 L 313 405.511719 Z M 313 14.398438 \"/>\n</clipPath>\n<clipPath id=\"f34c366a-965a-4c71-89f6-16a6f0d15403\">\n  <path d=\"M 349 14.398438 L 351 14.398438 L 351 405.511719 L 349 405.511719 Z M 349 14.398438 \"/>\n</clipPath>\n<clipPath id=\"79de9295-c597-4eeb-8f46-0d09fafbae65\">\n  <path d=\"M 384 14.398438 L 386 14.398438 L 386 405.511719 L 384 405.511719 Z M 384 14.398438 \"/>\n</clipPath>\n<clipPath id=\"c915964e-56a9-41a3-b06e-cdd03e5be61f\">\n  <path d=\"M 419 14.398438 L 422 14.398438 L 422 405.511719 L 419 405.511719 Z M 419 14.398438 \"/>\n</clipPath>\n<clipPath id=\"246ddaf0-8ddc-4508-84be-dd001262f87a\">\n  <path d=\"M 455 14.398438 L 457 14.398438 L 457 405.511719 L 455 405.511719 Z M 455 14.398438 \"/>\n</clipPath>\n<clipPath id=\"6924d66d-df34-4c04-bb9a-9d7b31430750\">\n  <path d=\"M 490 14.398438 L 492 14.398438 L 492 405.511719 L 490 405.511719 Z M 490 14.398438 \"/>\n</clipPath>\n<clipPath id=\"30d0f59a-d682-4c8f-865f-15fede195a16\">\n  <path d=\"M 526 14.398438 L 528 14.398438 L 528 405.511719 L 526 405.511719 Z M 526 14.398438 \"/>\n</clipPath>\n<clipPath id=\"dcd8808a-efae-48f6-89ed-d19c73873c5a\">\n  <path d=\"M 561 14.398438 L 563 14.398438 L 563 405.511719 L 561 405.511719 Z M 561 14.398438 \"/>\n</clipPath>\n<clipPath id=\"256c2029-a9b8-40f8-9028-2a1a53da5c71\">\n  <path d=\"M 596 14.398438 L 598 14.398438 L 598 405.511719 L 596 405.511719 Z M 596 14.398438 \"/>\n</clipPath>\n</defs>\n<g id=\"7ad0379c-2488-4fce-bcb1-86d446ca3574\">\n<rect x=\"0\" y=\"0\" width=\"720\" height=\"444\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<rect x=\"0\" y=\"0\" width=\"720\" height=\"444\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0 444 L 720 444 L 720 0 L 0 0 Z M 0 444 \"/>\n<g clip-path=\"url(#bf88fdef-27e6-4309-8110-ca853da172f1)\" clip-rule=\"nonzero\">\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(89.803922%,89.803922%,89.803922%);fill-opacity:1;\" d=\"M 45.488281 404.511719 L 618.589844 404.511719 L 618.589844 14.398438 L 45.488281 14.398438 Z M 45.488281 404.511719 \"/>\n</g>\n<g clip-path=\"url(#1da72959-f373-4a14-bed3-56b8d2ef41ad)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 341.972656 L 618.585938 341.972656 \"/>\n</g>\n<g clip-path=\"url(#3ee3f161-9e56-446e-9fef-444cb32b11e9)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 252.351562 L 618.585938 252.351562 \"/>\n</g>\n<g clip-path=\"url(#82b35c3a-d38c-411c-9485-7bbdc593beb0)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 162.734375 L 618.585938 162.734375 \"/>\n</g>\n<g clip-path=\"url(#95880817-058f-4969-9bb3-683255ac6299)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 73.117188 L 618.585938 73.117188 \"/>\n</g>\n<g clip-path=\"url(#500e66cc-fe22-4502-b4af-54fd17024402)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 386.78125 L 618.585938 386.78125 \"/>\n</g>\n<g clip-path=\"url(#1cddf67a-abdf-4c13-936f-6266d54e4abe)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 297.164062 L 618.585938 297.164062 \"/>\n</g>\n<g clip-path=\"url(#89b25214-6078-45fc-b2e5-a27af9c9ee12)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 207.542969 L 618.585938 207.542969 \"/>\n</g>\n<g clip-path=\"url(#9fdf2984-f0e2-4ada-9a31-76abb1d40002)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 117.925781 L 618.585938 117.925781 \"/>\n</g>\n<g clip-path=\"url(#1d46498a-75b1-4c84-987c-ced92a059e7d)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 45.488281 28.308594 L 618.585938 28.308594 \"/>\n</g>\n<g clip-path=\"url(#7bd99562-6ff7-4ea8-8ca8-91ff3a017c9f)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 66.710938 404.511719 L 66.710938 14.398438 \"/>\n</g>\n<g clip-path=\"url(#2e1c4f72-83ec-4354-beb6-3a734dc33235)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 102.089844 404.511719 L 102.089844 14.398438 \"/>\n</g>\n<g clip-path=\"url(#b6ac64f1-f87f-4a30-afdf-ef7fce87f997)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 137.464844 404.511719 L 137.464844 14.398438 \"/>\n</g>\n<g clip-path=\"url(#c9de9cb8-77ce-4d14-b29b-92ef4b194903)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 172.84375 404.511719 L 172.84375 14.398438 \"/>\n</g>\n<g clip-path=\"url(#fa65dd9f-f74e-4c7d-9d11-c96fc67c630b)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 208.21875 404.511719 L 208.21875 14.398438 \"/>\n</g>\n<g clip-path=\"url(#33b196b2-fe2f-423b-aab3-1d60293a2bdc)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 243.59375 404.511719 L 243.59375 14.398438 \"/>\n</g>\n<g clip-path=\"url(#e0729f59-b126-4f90-a76d-bcd56a838f0b)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 278.972656 404.511719 L 278.972656 14.398438 \"/>\n</g>\n<g clip-path=\"url(#e59e3dd5-8a53-4f13-a37f-6b10364ba557)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 314.347656 404.511719 L 314.347656 14.398438 \"/>\n</g>\n<g clip-path=\"url(#f34c366a-965a-4c71-89f6-16a6f0d15403)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 349.726562 404.511719 L 349.726562 14.398438 \"/>\n</g>\n<g clip-path=\"url(#79de9295-c597-4eeb-8f46-0d09fafbae65)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 385.101562 404.511719 L 385.101562 14.398438 \"/>\n</g>\n<g clip-path=\"url(#c915964e-56a9-41a3-b06e-cdd03e5be61f)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 420.476562 404.511719 L 420.476562 14.398438 \"/>\n</g>\n<g clip-path=\"url(#246ddaf0-8ddc-4508-84be-dd001262f87a)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 455.855469 404.511719 L 455.855469 14.398438 \"/>\n</g>\n<g clip-path=\"url(#6924d66d-df34-4c04-bb9a-9d7b31430750)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 491.230469 404.511719 L 491.230469 14.398438 \"/>\n</g>\n<g clip-path=\"url(#30d0f59a-d682-4c8f-865f-15fede195a16)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 526.609375 404.511719 L 526.609375 14.398438 \"/>\n</g>\n<g clip-path=\"url(#dcd8808a-efae-48f6-89ed-d19c73873c5a)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 561.984375 404.511719 L 561.984375 14.398438 \"/>\n</g>\n<g clip-path=\"url(#256c2029-a9b8-40f8-9028-2a1a53da5c71)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 597.359375 404.511719 L 597.359375 14.398438 \"/>\n</g>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 50.792969 386.78125 L 66.710938 386.78125 L 66.710938 331.546875 L 50.792969 331.546875 Z M 50.792969 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 86.167969 386.78125 L 102.085938 386.78125 L 102.085938 343.417969 L 86.167969 343.417969 Z M 86.167969 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 102.089844 386.78125 L 118.007812 386.78125 L 118.007812 386.773438 L 102.089844 386.773438 Z M 102.089844 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 121.546875 386.78125 L 137.464844 386.78125 L 137.464844 325.191406 L 121.546875 325.191406 Z M 121.546875 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 137.464844 386.78125 L 153.382812 386.78125 L 153.382812 386.773438 L 137.464844 386.773438 Z M 137.464844 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 156.921875 386.78125 L 172.839844 386.78125 L 172.839844 355.9375 L 156.921875 355.9375 Z M 156.921875 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 192.300781 386.78125 L 208.21875 386.78125 L 208.21875 297.46875 L 192.300781 297.46875 Z M 192.300781 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 208.21875 386.78125 L 224.136719 386.78125 L 224.136719 381.21875 L 208.21875 381.21875 Z M 208.21875 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 227.675781 386.78125 L 243.59375 386.78125 L 243.59375 266 L 227.675781 266 Z M 227.675781 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 243.59375 386.78125 L 259.511719 386.78125 L 259.511719 32.132812 L 243.59375 32.132812 Z M 243.59375 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 263.050781 386.78125 L 278.96875 386.78125 L 278.96875 366.597656 L 263.050781 366.597656 Z M 263.050781 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 298.429688 386.78125 L 314.347656 386.78125 L 314.347656 367.800781 L 298.429688 367.800781 Z M 298.429688 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 314.347656 386.78125 L 330.265625 386.78125 L 330.265625 386.765625 L 314.347656 386.765625 Z M 314.347656 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 333.804688 386.78125 L 349.722656 386.78125 L 349.722656 296.371094 L 333.804688 296.371094 Z M 333.804688 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 349.726562 386.78125 L 365.644531 386.78125 L 365.644531 382.660156 L 349.726562 382.660156 Z M 349.726562 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 369.183594 386.78125 L 385.101562 386.78125 L 385.101562 370.785156 L 369.183594 370.785156 Z M 369.183594 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 404.558594 386.78125 L 420.476562 386.78125 L 420.476562 251.359375 L 404.558594 251.359375 Z M 404.558594 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 420.476562 386.78125 L 436.394531 386.78125 L 436.394531 74.34375 L 420.476562 74.34375 Z M 420.476562 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 439.933594 386.78125 L 455.851562 386.78125 L 455.851562 369.640625 L 439.933594 369.640625 Z M 439.933594 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 455.855469 386.78125 L 471.773438 386.78125 L 471.773438 386.773438 L 455.855469 386.773438 Z M 455.855469 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 475.3125 386.78125 L 491.230469 386.78125 L 491.230469 272.382812 L 475.3125 272.382812 Z M 475.3125 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 491.230469 386.78125 L 507.148438 386.78125 L 507.148438 177.667969 L 491.230469 177.667969 Z M 491.230469 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 510.6875 386.78125 L 526.605469 386.78125 L 526.605469 350.253906 L 510.6875 350.253906 Z M 510.6875 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 526.609375 386.78125 L 542.527344 386.78125 L 542.527344 381.007812 L 526.609375 381.007812 Z M 526.609375 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 546.066406 386.78125 L 561.984375 386.78125 L 561.984375 348.621094 L 546.066406 348.621094 Z M 546.066406 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 561.984375 386.78125 L 577.902344 386.78125 L 577.902344 382.300781 L 561.984375 382.300781 Z M 561.984375 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 581.441406 386.78125 L 597.359375 386.78125 L 597.359375 378.941406 L 581.441406 378.941406 Z M 581.441406 386.78125 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 597.359375 386.78125 L 613.277344 386.78125 L 613.277344 386.777344 L 597.359375 386.777344 Z M 597.359375 386.78125 \"/>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"24.398438\" y=\"389.800781\"/>\n  <use xlink:href=\"#2ac1b610-00fe-432b-be21-4fb3d5228e5f\" x=\"29.732422\" y=\"389.800781\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"32.399414\" y=\"389.800781\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"24.398438\" y=\"300.183594\"/>\n  <use xlink:href=\"#2ac1b610-00fe-432b-be21-4fb3d5228e5f\" x=\"29.732422\" y=\"300.183594\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"32.399414\" y=\"300.183594\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"24.398438\" y=\"210.5625\"/>\n  <use xlink:href=\"#2ac1b610-00fe-432b-be21-4fb3d5228e5f\" x=\"29.732422\" y=\"210.5625\"/>\n  <use xlink:href=\"#af011cda-efb1-4ebb-81e9-438224dfd504\" x=\"32.399414\" y=\"210.5625\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"24.398438\" y=\"120.945312\"/>\n  <use xlink:href=\"#2ac1b610-00fe-432b-be21-4fb3d5228e5f\" x=\"29.732422\" y=\"120.945312\"/>\n  <use xlink:href=\"#ca7a31f5-99e8-4a9b-92ff-1cf158ea4614\" x=\"32.399414\" y=\"120.945312\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"24.398438\" y=\"31.328125\"/>\n  <use xlink:href=\"#2ac1b610-00fe-432b-be21-4fb3d5228e5f\" x=\"29.732422\" y=\"31.328125\"/>\n  <use xlink:href=\"#20c7ab27-16a3-4786-92e1-c9cc54a0864f\" x=\"32.399414\" y=\"31.328125\"/>\n</g>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 41.234375 386.78125 L 45.488281 386.78125 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 41.234375 297.164062 L 45.488281 297.164062 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 41.234375 207.542969 L 45.488281 207.542969 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 41.234375 117.925781 L 45.488281 117.925781 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 41.234375 28.308594 L 45.488281 28.308594 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 66.710938 408.765625 L 66.710938 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 102.089844 408.765625 L 102.089844 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 137.464844 408.765625 L 137.464844 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 172.84375 408.765625 L 172.84375 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 208.21875 408.765625 L 208.21875 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 243.59375 408.765625 L 243.59375 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 278.972656 408.765625 L 278.972656 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 314.347656 408.765625 L 314.347656 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 349.726562 408.765625 L 349.726562 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 385.101562 408.765625 L 385.101562 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 420.476562 408.765625 L 420.476562 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 455.855469 408.765625 L 455.855469 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 491.230469 408.765625 L 491.230469 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 526.609375 408.765625 L 526.609375 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 561.984375 408.765625 L 561.984375 404.511719 \"/>\n<path style=\"fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 597.359375 408.765625 L 597.359375 404.511719 \"/>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"49.210938\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"51.87793\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"57.211914\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"59.878906\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"65.212891\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"67.879883\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"73.213867\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"75.880859\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"81.214844\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"84.589844\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"87.256836\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"92.59082\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"95.257812\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"100.591797\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"103.258789\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"108.592773\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"111.259766\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"116.59375\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"119.964844\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"122.631836\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"127.96582\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"130.632812\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"135.966797\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"138.633789\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"143.967773\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"146.634766\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"151.96875\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"155.34375\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"158.010742\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"163.344727\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"166.011719\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"171.345703\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"174.012695\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"179.34668\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"182.013672\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"187.347656\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"190.71875\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"193.385742\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"198.719727\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"201.386719\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"206.720703\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"209.387695\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"214.72168\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"217.388672\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"222.722656\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"226.09375\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"228.760742\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"234.094727\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"236.761719\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"242.095703\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"244.762695\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"250.09668\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"252.763672\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"258.097656\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"261.472656\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"264.139648\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"269.473633\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"272.140625\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"277.474609\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"280.141602\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"285.475586\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"288.142578\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"293.476562\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"296.847656\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"299.514648\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"304.848633\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"307.515625\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"312.849609\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"315.516602\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"320.850586\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"323.517578\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"328.851562\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"332.226562\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"334.893555\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"340.227539\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"342.894531\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"348.228516\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"350.895508\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"356.229492\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"358.896484\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"364.230469\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"367.601562\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"370.268555\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"375.602539\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"378.269531\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"383.603516\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"386.270508\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"391.604492\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"394.271484\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"399.605469\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"402.976562\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"405.643555\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"410.977539\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"413.644531\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"418.978516\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"421.645508\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"426.979492\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"429.646484\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"434.980469\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"438.355469\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"441.022461\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"446.356445\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"449.023438\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"454.357422\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"457.024414\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"462.358398\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"465.025391\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"470.359375\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"473.730469\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"476.397461\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"481.731445\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"484.398438\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"489.732422\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"492.399414\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"497.733398\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"500.400391\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"505.734375\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"509.109375\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"511.776367\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"517.110352\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"519.777344\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"525.111328\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"527.77832\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"533.112305\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"535.779297\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"541.113281\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"544.484375\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"547.151367\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"552.485352\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"555.152344\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"560.486328\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"563.15332\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"568.487305\" y=\"418.621094\"/>\n  <use xlink:href=\"#ef3b7c4e-deac-4901-9a58-5a023e64a921\" x=\"571.154297\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"576.488281\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3f5ede8e-6e92-4ed6-ba38-04209af76fb7\" x=\"579.859375\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"582.526367\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"587.860352\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"590.527344\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"595.861328\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"598.52832\" y=\"418.621094\"/>\n  <use xlink:href=\"#521342b1-e8f2-43bd-bc00-d4dc276b3542\" x=\"603.862305\" y=\"418.621094\"/>\n  <use xlink:href=\"#04ab91cc-aea5-4da2-810e-255b1e6a7e08\" x=\"606.529297\" y=\"418.621094\"/>\n  <use xlink:href=\"#823d2899-f3e1-495f-ac5b-27ac6d655f55\" x=\"611.863281\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#d1e745ad-1280-486c-9074-3ef964a4117f\" x=\"329.035156\" y=\"432.975586\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#c71663b3-2857-4177-be7f-6d8f9b4a48bc\" x=\"20.577148\" y=\"212.457031\"/>\n</g>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 628.621094 237.148438 L 695.566406 237.148438 L 695.566406 181.765625 L 628.621094 181.765625 Z M 628.621094 237.148438 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#3bcd74e9-b830-4f95-96cb-8628211a68ed\" x=\"632.875\" y=\"193.814453\"/>\n</g>\n<path style=\"fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 632.875 215.617188 L 650.15625 215.617188 L 650.15625 198.335938 L 632.875 198.335938 Z M 632.875 215.617188 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;\" d=\"M 632.875 215.617188 L 650.15625 215.617188 L 650.15625 198.335938 L 632.875 198.335938 Z M 632.875 215.617188 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 632.875 232.898438 L 650.15625 232.898438 L 650.15625 215.617188 L 632.875 215.617188 Z M 632.875 232.898438 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.901961%,76.862745%);fill-opacity:1;\" d=\"M 632.875 232.898438 L 650.15625 232.898438 L 650.15625 215.617188 L 632.875 215.617188 Z M 632.875 232.898438 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#ec2144bf-d4fd-42c4-b76c-44032b15530b\" x=\"652.3125\" y=\"209.996094\"/>\n  <use xlink:href=\"#ea5c4f54-69f5-48a8-b9ae-2942963a478c\" x=\"657.50293\" y=\"209.996094\"/>\n  <use xlink:href=\"#bc3a424c-9260-4574-abc4-85ff9aa6121c\" x=\"662.204102\" y=\"209.996094\"/>\n  <use xlink:href=\"#b4e44d2b-67b0-43ce-a30c-a24ff57ad014\" x=\"665.398438\" y=\"209.996094\"/>\n  <use xlink:href=\"#77da378f-051a-4355-960e-5d52235f3fab\" x=\"668.017578\" y=\"209.996094\"/>\n  <use xlink:href=\"#ec2144bf-d4fd-42c4-b76c-44032b15530b\" x=\"673.351562\" y=\"209.996094\"/>\n  <use xlink:href=\"#3831a84d-6cff-49cc-afb7-8c21b7345858\" x=\"678.685547\" y=\"209.996094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#b4e44d2b-67b0-43ce-a30c-a24ff57ad014\" x=\"652.3125\" y=\"227.277344\"/>\n  <use xlink:href=\"#6df3faf4-16e4-4f04-bccc-3170b27ed279\" x=\"654.979492\" y=\"227.277344\"/>\n  <use xlink:href=\"#a1ba17bf-86a2-4ddf-b140-0601747bf287\" x=\"658.125977\" y=\"227.277344\"/>\n  <use xlink:href=\"#622081ea-5934-4e0d-8f7f-6eda871d1ed0\" x=\"663.459961\" y=\"227.277344\"/>\n  <use xlink:href=\"#bc3a424c-9260-4574-abc4-85ff9aa6121c\" x=\"668.793945\" y=\"227.277344\"/>\n  <use xlink:href=\"#b4e44d2b-67b0-43ce-a30c-a24ff57ad014\" x=\"671.988281\" y=\"227.277344\"/>\n  <use xlink:href=\"#77da378f-051a-4355-960e-5d52235f3fab\" x=\"674.607422\" y=\"227.277344\"/>\n  <use xlink:href=\"#ec2144bf-d4fd-42c4-b76c-44032b15530b\" x=\"679.941406\" y=\"227.277344\"/>\n  <use xlink:href=\"#3831a84d-6cff-49cc-afb7-8c21b7345858\" x=\"685.275391\" y=\"227.277344\"/>\n</g>\n</g>\n</svg>\n","value":"#gg4clj.core.GGView{:plot-command [[:<- :d [:data.frame {:y [:c 0.06163496230369488 0.0483886155737601 0.06872435510254442 0.0344179766846384 0.09966070562968508 0.1347705145428786 0.02252252257367106 0.021181136295995728 0.10088426837213119 0.017847759091823994 0.15110725972247607 0.019124362327028955 0.12764858659744488 0.0407581455546054 0.04257987019453487 0.008748959433086368 1.406811067123133E-6 1.08180460775332E-5 8.110785113603775E-6 1.5129160452139388E-7 0.006208638448105806 0.3957313981328288 2.1373490657012347E-6 1.7638015859291134E-5 0.004598192527456779 1.8702213046000355E-6 0.34862899114299395 8.779971182326339E-6 0.23333820578600384 0.006442400552682884 0.00499789150679751 3.36941185718072E-6], :z [:c \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"ev-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\" \"trad-theo\"], :x [:c \"[0 0 0 0]\" \"[0 0 0 1]\" \"[0 0 1 0]\" \"[0 0 1 1]\" \"[0 1 0 0]\" \"[0 1 0 1]\" \"[0 1 1 0]\" \"[0 1 1 1]\" \"[1 0 0 0]\" \"[1 0 0 1]\" \"[1 0 1 0]\" \"[1 0 1 1]\" \"[1 1 0 0]\" \"[1 1 0 1]\" \"[1 1 1 0]\" \"[1 1 1 1]\" \"[0 0 0 0]\" \"[0 0 0 1]\" \"[0 0 1 0]\" \"[0 0 1 1]\" \"[0 1 0 0]\" \"[0 1 0 1]\" \"[0 1 1 0]\" \"[0 1 1 1]\" \"[1 0 0 0]\" \"[1 0 0 1]\" \"[1 0 1 0]\" \"[1 0 1 1]\" \"[1 1 0 0]\" \"[1 1 0 1]\" \"[1 1 1 0]\" \"[1 1 1 1]\"]}]] [:+ [:ggplot :d [:aes {:y :y, :fill :z, :x :x}]] [:geom_bar {:stat \"identity\", :position :position_dodge()}]]], :options {:width 10}}"}
;; <=

;; @@

;; @@
back to top