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
compare_stdp_burnin.clj
;; gorilla-repl.fileformat = 1

;; **
;;; # Compare STDP burnin
;;; on 3x3 bars
;; **

;; @@
(ns compare-stdp-burnin
  (: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]]
            [boltzmann.visualize :as v]
            [clojure.core.matrix :refer [dot matrix]]
            [datomic.api :as d]
            [clojure.core.async :refer [chan] :as async]
            [quil.core :as q]))
(def store (get-in @state [:repo :store]))
(def states (apply cartesian-product (repeat 9 [0 1])))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;compare-stdp-burnin/states</span>","value":"#'compare-stdp-burnin/states"}
;; <=

;; @@
(def exps [{:exp-params {:git-commit-id "2d96fc2983f748f8b327c7f2fd3fdaa4f23cd169", :training-params {:h_count 15, :dt 0.1, :epochs 30000, :burn_in_time 0.0, :learning_rate 5.0E-8, :phase_duration 100.0, :weight_recording_interval 100.0, :sim_setup_kwargs {:grng_seed 42, :rng_seeds_seed 42}, :stdp_burnin 25}, :calibration-id #uuid "22f685d0-ea7f-53b5-97d7-c6d6cadc67d3", :data-id #uuid "0b619370-6716-5ae8-89b6-9c38b4e11e94", :source-path "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py", :args ["srun-log" "python" "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py"]}, :base-directory "experiments/Sun Mar 15 20:46:37 CET 2015_9f8ca64e/", :output {:bias_theo_history.h5 #uuid "07ef4422-85e0-5267-a96f-c04ad5359751", :weight_theo_history.h5 #uuid "1ebb2f33-5fdc-5876-ab1e-09b126c10e70"}} {:exp-params {:git-commit-id "2d96fc2983f748f8b327c7f2fd3fdaa4f23cd169", :training-params {:h_count 15, :dt 0.1, :epochs 30000, :burn_in_time 0.0, :learning_rate 5.0E-8, :phase_duration 100.0, :weight_recording_interval 100.0, :sim_setup_kwargs {:grng_seed 42, :rng_seeds_seed 42}, :stdp_burnin 5}, :calibration-id #uuid "22f685d0-ea7f-53b5-97d7-c6d6cadc67d3", :data-id #uuid "0b619370-6716-5ae8-89b6-9c38b4e11e94", :source-path "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py", :args ["srun-log" "python" "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py"]}, :base-directory "experiments/Sun Mar 15 20:46:37 CET 2015_15603e6d/", :output {:bias_theo_history.h5 #uuid "3d4620fa-eb39-58d2-a17a-367fc185ca92", :weight_theo_history.h5 #uuid "260cc520-8467-564c-a6f9-ff6e2c12d358"}} {:exp-params {:git-commit-id "2d96fc2983f748f8b327c7f2fd3fdaa4f23cd169", :training-params {:h_count 15, :dt 0.1, :epochs 30000, :burn_in_time 0.0, :learning_rate 5.0E-8, :phase_duration 100.0, :weight_recording_interval 100.0, :sim_setup_kwargs {:grng_seed 42, :rng_seeds_seed 42}, :stdp_burnin 20}, :calibration-id #uuid "22f685d0-ea7f-53b5-97d7-c6d6cadc67d3", :data-id #uuid "0b619370-6716-5ae8-89b6-9c38b4e11e94", :source-path "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py", :args ["srun-log" "python" "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py"]}, :base-directory "experiments/Sun Mar 15 20:46:37 CET 2015_7089d643/", :output {:bias_theo_history.h5 #uuid "10b49890-3cdc-5c65-85ef-cc4a31d9b80d", :weight_theo_history.h5 #uuid "13ee77e5-600d-53ef-b5bd-8bbe608e3ea1"}} {:exp-params {:git-commit-id "2d96fc2983f748f8b327c7f2fd3fdaa4f23cd169", :training-params {:h_count 15, :dt 0.1, :epochs 30000, :burn_in_time 0.0, :learning_rate 5.0E-8, :phase_duration 100.0, :weight_recording_interval 100.0, :sim_setup_kwargs {:grng_seed 42, :rng_seeds_seed 42}, :stdp_burnin 15}, :calibration-id #uuid "22f685d0-ea7f-53b5-97d7-c6d6cadc67d3", :data-id #uuid "0b619370-6716-5ae8-89b6-9c38b4e11e94", :source-path "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py", :args ["srun-log" "python" "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py"]}, :base-directory "experiments/Sun Mar 15 20:46:37 CET 2015_1ccc309d/", :output {:bias_theo_history.h5 #uuid "3feeb64a-1d8d-5fde-a042-d19c12b6526e", :weight_theo_history.h5 #uuid "000f9f77-10b4-5284-9de6-7fbd9f91a8fd"}} {:exp-params {:git-commit-id "2d96fc2983f748f8b327c7f2fd3fdaa4f23cd169", :training-params {:h_count 15, :dt 0.1, :epochs 30000, :burn_in_time 0.0, :learning_rate 5.0E-8, :phase_duration 100.0, :weight_recording_interval 100.0, :sim_setup_kwargs {:grng_seed 42, :rng_seeds_seed 42}, :stdp_burnin 10}, :calibration-id #uuid "22f685d0-ea7f-53b5-97d7-c6d6cadc67d3", :data-id #uuid "0b619370-6716-5ae8-89b6-9c38b4e11e94", :source-path "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py", :args ["srun-log" "python" "/wang/users/weilbach/cluster_home/model-nmsampling/code/ev_cd/train.py"]}, :base-directory "experiments/Sun Mar 15 20:46:37 CET 2015_d85df423/", :output {:bias_theo_history.h5 #uuid "0c0855ac-e8e2-5706-a5e0-e3bd6b5909cc", :weight_theo_history.h5 #uuid "054dbd97-c328-51c7-87e1-de59e5385603"}}])
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;compare-stdp-burnin/exps</span>","value":"#'compare-stdp-burnin/exps"}
;; <=

;; @@
(def bars (<!? (-bget store #uuid "0b619370-6716-5ae8-89b6-9c38b4e11e94"  
                      #(-> % :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'>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"},{"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 0 0 1 0 0 1 0 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'>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"},{"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":"[0 0 1 0 0 1 0 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'>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"},{"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 1 1 0 0 0 0 0 0]"}],"value":"[[1 0 0 1 0 0 1 0 0] [0 0 1 0 0 1 0 0 1] [1 1 1 0 0 0 0 0 0]]"}
;; <=

;; @@
(def weight-blobs (map #(get-in % [:output :weight_theo_history.h5]) exps))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;compare-stdp-burnin/weight-blobs</span>","value":"#'compare-stdp-burnin/weight-blobs"}
;; <=

;; @@
(def weights (map #(->> (a/get-hdf5-tensor store % "/weight") 
                       last
                       (drop 135)
                       (partition 9)
                       (mapv vec)
                       ) weight-blobs))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;compare-stdp-burnin/weights</span>","value":"#'compare-stdp-burnin/weights"}
;; <=

;; @@
(def bias-blobs (map #(get-in % [:output :bias_theo_history.h5]) exps))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;compare-stdp-burnin/bias-blobs</span>","value":"#'compare-stdp-burnin/bias-blobs"}
;; <=

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

;; @@
(def burnin-vs-probs
  (let [vc 9]
    (sort-by 
      first
      (map (fn [e w b] [(get-in e [:exp-params :training-params :stdp_burnin]) 
                    (map #(f/prob-visi (create-theoretical-rbm w (vec (take vc b)) (vec (drop vc b))) %) bars)])
         exps weights biases))))
;; @@
;; =>
;;; {"type":"html","content":"<span class='clj-var'>#&#x27;compare-stdp-burnin/burnin-vs-probs</span>","value":"#'compare-stdp-burnin/burnin-vs-probs"}
;; <=

;; @@
burnin-vs-probs
;; @@
;; =>
;;; {"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":"html","content":"<span class='clj-long'>5</span>","value":"5"},{"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'>0.05516851489391908</span>","value":"0.05516851489391908"},{"type":"html","content":"<span class='clj-double'>0.056215792331943126</span>","value":"0.056215792331943126"},{"type":"html","content":"<span class='clj-double'>0.037849278852078824</span>","value":"0.037849278852078824"}],"value":"(0.05516851489391908 0.056215792331943126 0.037849278852078824)"}],"value":"[5 (0.05516851489391908 0.056215792331943126 0.037849278852078824)]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>10</span>","value":"10"},{"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'>0.04542765078634867</span>","value":"0.04542765078634867"},{"type":"html","content":"<span class='clj-double'>0.048941718657084486</span>","value":"0.048941718657084486"},{"type":"html","content":"<span class='clj-double'>0.045076413477517674</span>","value":"0.045076413477517674"}],"value":"(0.04542765078634867 0.048941718657084486 0.045076413477517674)"}],"value":"[10 (0.04542765078634867 0.048941718657084486 0.045076413477517674)]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>15</span>","value":"15"},{"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'>0.038265530617591144</span>","value":"0.038265530617591144"},{"type":"html","content":"<span class='clj-double'>0.04341918259678101</span>","value":"0.04341918259678101"},{"type":"html","content":"<span class='clj-double'>0.05171921329628492</span>","value":"0.05171921329628492"}],"value":"(0.038265530617591144 0.04341918259678101 0.05171921329628492)"}],"value":"[15 (0.038265530617591144 0.04341918259678101 0.05171921329628492)]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>20</span>","value":"20"},{"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'>0.03814203500853439</span>","value":"0.03814203500853439"},{"type":"html","content":"<span class='clj-double'>0.0417769960127175</span>","value":"0.0417769960127175"},{"type":"html","content":"<span class='clj-double'>0.036818517253269664</span>","value":"0.036818517253269664"}],"value":"(0.03814203500853439 0.0417769960127175 0.036818517253269664)"}],"value":"[20 (0.03814203500853439 0.0417769960127175 0.036818517253269664)]"},{"type":"list-like","open":"<span class='clj-vector'>[</span>","close":"<span class='clj-vector'>]</span>","separator":" ","items":[{"type":"html","content":"<span class='clj-long'>25</span>","value":"25"},{"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'>0.03783837442340431</span>","value":"0.03783837442340431"},{"type":"html","content":"<span class='clj-double'>0.026729319306543372</span>","value":"0.026729319306543372"},{"type":"html","content":"<span class='clj-double'>0.03521809805403415</span>","value":"0.03521809805403415"}],"value":"(0.03783837442340431 0.026729319306543372 0.03521809805403415)"}],"value":"[25 (0.03783837442340431 0.026729319306543372 0.03521809805403415)]"}],"value":"([5 (\"Elapsed time: 23.970636 msecs\"\n0.05516851489391908 0.056215792331943126 0.037849278852078824)] [10 (\"Elapsed time: 18.009156 msecs\"\n0.04542765078634867 0.048941718657084486 0.045076413477517674)] [15 (\"Elapsed time: 17.194852 msecs\"\n0.038265530617591144 0.04341918259678101 0.05171921329628492)] [20 (\"Elapsed time: 17.096679 msecs\"\n0.03814203500853439 0.0417769960127175 0.036818517253269664)] [25 (\"Elapsed time: 18.50585 msecs\"\n0.03783837442340431 0.026729319306543372 0.03521809805403415)])"}
;; <=

;; @@
(do (gg4clj/view 
  [[:<- :d (gg4clj/data-frame {:burnin_duration (map (comp first) burnin-vs-probs)    
                               :sum (vec (map #(apply + (second %)) burnin-vs-probs))
                               :z (vec (concat (repeat (count burnin-vs-probs) "ev-cd")))})]
  (gg4clj/r+ [:ggplot :d [:aes {:x (keyword "factor(burnin_duration)") :y :sum :fill :z}]]
                        [:geom_point {: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=\"1726ffba-f591-4d66-a636-372c6b9dbaeb\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"66439556-46bb-4bc2-8c90-06b352abeeb6\">\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=\"8eaded05-abd5-4c77-92ba-ba20f30c4a31\">\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=\"40a173b8-4194-40ce-bbfb-50805cb6e8ca\">\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=\"a55ed640-9843-490e-a474-8305d224c765\">\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=\"73fda637-3f38-4335-bbfe-3572844266cc\">\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=\"0a895718-2822-4505-b184-8a2b44db1d05\">\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=\"3a08f492-3034-4027-bc9d-9437f2ff9dc5\">\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=\"0c119f88-03d7-4713-a093-5dea61c35425\">\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=\"6bafab27-182c-42a9-9dd2-c6c546643313\">\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=\"c402661c-e0b3-4b58-9b6e-5d21b52737b9\">\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=\"289dab22-e853-439a-8887-9ca55b535e49\">\n<path style=\"stroke:none;\" d=\"M 4.578125 -1.984375 L 3.640625 -1.984375 C 3.484375 -1.0625 3.21875 -0.859375 2.546875 -0.859375 C 1.65625 -0.859375 1.265625 -1.40625 1.265625 -2.59375 C 1.265625 -3.84375 1.65625 -4.4375 2.515625 -4.4375 C 3.1875 -4.4375 3.46875 -4.15625 3.59375 -3.34375 L 4.65625 -3.34375 C 4.5625 -4.6875 3.65625 -5.4375 2.53125 -5.4375 C 1.1875 -5.4375 0.15625 -4.265625 0.15625 -2.59375 C 0.15625 -0.96875 1.15625 0.140625 2.515625 0.140625 C 3.71875 0.140625 4.609375 -0.703125 4.71875 -1.984375 Z M 4.578125 -1.984375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"8e901c90-888a-434e-8b1e-d08747dad5b0\">\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=\"9afb1b14-10c9-4372-a5ca-e29b2d98cbd7\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"7706e7dc-1318-4154-98f2-bb43c8417e84\">\n<path style=\"stroke:none;\" d=\"M 3.234375 -5.609375 L 3.234375 -6.546875 L 2.1875 -6.546875 L 2.1875 -7.40625 C 2.1875 -7.828125 2.296875 -7.90625 2.75 -7.90625 C 2.828125 -7.90625 2.875 -7.90625 3.234375 -7.890625 L 3.234375 -8.96875 C 2.875 -9.03125 2.734375 -9.046875 2.53125 -9.046875 C 1.609375 -9.046875 0.90625 -8.390625 0.90625 -7.484375 L 0.90625 -6.546875 L 0.078125 -6.546875 L 0.078125 -5.46875 L 0.90625 -5.46875 L 0.90625 0 L 2.1875 0 L 2.1875 -5.46875 L 3.234375 -5.46875 Z M 3.234375 -5.609375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"a41c5479-2612-4f7f-bf19-a5ef2e77d1ab\">\n<path style=\"stroke:none;\" d=\"M 6.546875 -0.15625 L 6.546875 -1.078125 C 6.3125 -1.015625 6.265625 -1.015625 6.203125 -1.015625 C 5.859375 -1.015625 5.796875 -1.0625 5.796875 -1.375 L 5.796875 -4.890625 C 5.796875 -6 4.84375 -6.734375 3.296875 -6.734375 C 1.78125 -6.734375 0.703125 -6.015625 0.640625 -4.421875 L 1.90625 -4.421875 C 2 -5.328125 2.328125 -5.546875 3.265625 -5.546875 C 4.15625 -5.546875 4.53125 -5.34375 4.53125 -4.734375 L 4.53125 -4.46875 C 4.53125 -4.0625 4.421875 -4.015625 3.625 -3.90625 C 2.203125 -3.734375 1.984375 -3.6875 1.609375 -3.53125 C 0.875 -3.234375 0.359375 -2.53125 0.359375 -1.765625 C 0.359375 -0.625 1.296875 0.1875 2.5625 0.1875 C 3.375 0.1875 4.25 -0.1875 4.625 -0.59375 C 4.671875 -0.390625 5.25 0.078125 5.734375 0.078125 C 5.9375 0.078125 6.09375 0.0625 6.546875 -0.046875 Z M 4.53125 -2.296875 C 4.53125 -1.40625 3.75 -0.953125 2.78125 -0.953125 C 2 -0.953125 1.6875 -1.109375 1.6875 -1.78125 C 1.6875 -2.453125 1.984375 -2.609375 3.0625 -2.765625 C 4.109375 -2.90625 4.328125 -2.953125 4.53125 -3.03125 Z M 4.53125 -2.296875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"16f6e6f1-646a-4240-9267-8f63a09c7116\">\n<path style=\"stroke:none;\" d=\"M 5.71875 -2.421875 L 4.59375 -2.421875 C 4.40625 -1.28125 4.03125 -1.015625 3.1875 -1.015625 C 2.078125 -1.015625 1.546875 -1.734375 1.546875 -3.21875 C 1.546875 -4.78125 2.0625 -5.546875 3.15625 -5.546875 C 4 -5.546875 4.375 -5.1875 4.53125 -4.171875 L 5.796875 -4.171875 C 5.65625 -5.84375 4.578125 -6.734375 3.171875 -6.734375 C 1.46875 -6.734375 0.234375 -5.296875 0.234375 -3.21875 C 0.234375 -1.1875 1.453125 0.1875 3.15625 0.1875 C 4.65625 0.1875 5.734375 -0.859375 5.875 -2.421875 Z M 5.71875 -2.421875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"1604522b-8ea2-4b0f-9cb4-2c9d612266aa\">\n<path style=\"stroke:none;\" d=\"M 3.1875 -0.125 L 3.1875 -1.15625 C 2.921875 -1.0625 2.765625 -1.0625 2.5625 -1.0625 C 2.140625 -1.0625 2.140625 -1.046875 2.140625 -1.484375 L 2.140625 -5.46875 L 3.1875 -5.46875 L 3.1875 -6.546875 L 2.140625 -6.546875 L 2.140625 -8.28125 L 0.875 -8.28125 L 0.875 -6.546875 L 0.03125 -6.546875 L 0.03125 -5.46875 L 0.875 -5.46875 L 0.875 -1.046875 C 0.875 -0.40625 1.453125 0.078125 2.234375 0.078125 C 2.46875 0.078125 2.71875 0.0625 3.1875 -0.03125 Z M 3.1875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"f217a317-079c-46d3-969e-344e2dd5e4aa\">\n<path style=\"stroke:none;\" d=\"M 6.25 -3.234375 C 6.25 -5.40625 5.078125 -6.734375 3.265625 -6.734375 C 1.5 -6.734375 0.28125 -5.390625 0.28125 -3.28125 C 0.28125 -1.15625 1.484375 0.1875 3.28125 0.1875 C 5.046875 0.1875 6.25 -1.15625 6.25 -3.234375 Z M 4.9375 -3.234375 C 4.9375 -1.765625 4.375 -1.015625 3.28125 -1.015625 C 2.15625 -1.015625 1.609375 -1.75 1.609375 -3.28125 C 1.609375 -4.78125 2.15625 -5.546875 3.28125 -5.546875 C 4.40625 -5.546875 4.9375 -4.796875 4.9375 -3.234375 Z M 4.9375 -3.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"d897b8e0-cee1-4926-ab29-ba2f47db6ccd\">\n<path style=\"stroke:none;\" d=\"M 3.984375 -5.546875 L 3.984375 -6.6875 C 3.6875 -6.71875 3.59375 -6.734375 3.46875 -6.734375 C 2.8125 -6.734375 2.21875 -6.3125 1.640625 -5.375 L 1.890625 -5.28125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 L 1.96875 -3.390625 C 1.96875 -4.8125 2.296875 -5.390625 3.984375 -5.40625 Z M 3.984375 -5.546875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"e9853b54-b98e-4243-a93f-5055ee405030\">\n<path style=\"stroke:none;\" d=\"M 3.59375 2.3125 C 2.53125 0.59375 1.984375 -1.3125 1.984375 -3.234375 C 1.984375 -5.140625 2.53125 -7.078125 3.734375 -9.015625 L 2.765625 -9.015625 C 1.53125 -7.40625 0.734375 -5.125 0.734375 -3.234375 C 0.734375 -1.34375 1.53125 0.9375 2.765625 2.546875 L 3.734375 2.546875 Z M 3.59375 2.3125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"66f554cc-f679-43c4-9215-a30b1e575941\">\n<path style=\"stroke:none;\" d=\"M 6.40625 -3.34375 C 6.40625 -5.390625 5.25 -6.734375 3.59375 -6.734375 C 2.71875 -6.734375 2 -6.375 1.53125 -5.65625 L 1.78125 -5.5625 L 1.78125 -9.015625 L 0.5 -9.015625 L 0.5 0 L 1.6875 0 L 1.6875 -1.03125 L 1.4375 -0.9375 C 1.921875 -0.203125 2.65625 0.1875 3.546875 0.1875 C 5.203125 0.1875 6.40625 -1.3125 6.40625 -3.34375 Z M 5.09375 -3.28125 C 5.09375 -1.859375 4.484375 -1.015625 3.390625 -1.015625 C 2.34375 -1.015625 1.78125 -1.84375 1.78125 -3.28125 C 1.78125 -4.75 2.34375 -5.578125 3.390625 -5.53125 C 4.515625 -5.53125 5.09375 -4.6875 5.09375 -3.28125 Z M 5.09375 -3.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"76f311d6-bff7-4930-a09d-1209eba9cc49\">\n<path style=\"stroke:none;\" d=\"M 5.921875 -0.125 L 5.921875 -6.546875 L 4.640625 -6.546875 L 4.640625 -2.953125 C 4.640625 -1.671875 4.109375 -0.953125 3.078125 -0.953125 C 2.28125 -0.953125 1.90625 -1.3125 1.90625 -2.0625 L 1.90625 -6.546875 L 0.640625 -6.546875 L 0.640625 -1.671875 C 0.640625 -0.625 1.5625 0.1875 2.78125 0.1875 C 3.703125 0.1875 4.390625 -0.1875 4.984375 -1.015625 L 4.734375 -1.109375 L 4.734375 0 L 5.921875 0 Z M 5.921875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"1e765d32-1a3f-479f-a3f7-281bc470c617\">\n<path style=\"stroke:none;\" d=\"M 5.96875 -0.125 L 5.96875 -4.890625 C 5.96875 -5.921875 5.0625 -6.734375 3.859375 -6.734375 C 2.921875 -6.734375 2.203125 -6.34375 1.65625 -5.453125 L 1.890625 -5.359375 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 L 1.96875 -3.59375 C 1.96875 -4.890625 2.53125 -5.59375 3.546875 -5.59375 C 4.34375 -5.59375 4.703125 -5.25 4.703125 -4.484375 L 4.703125 0 L 5.96875 0 Z M 5.96875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"83f54c7f-9be2-4b46-a744-501f81b3b5e1\">\n<path style=\"stroke:none;\" d=\"M 1.96875 -0.125 L 1.96875 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 Z M 2.09375 -7.375 L 2.09375 -8.75 L 0.578125 -8.75 L 0.578125 -7.234375 L 2.09375 -7.234375 Z M 2.09375 -7.375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"de78fb36-f34a-4792-8ef6-e6949049134e\">\n<path style=\"stroke:none;\" d=\"M 7.0625 1.984375 L 7.0625 1.265625 L -0.40625 1.265625 L -0.40625 2.125 L 7.0625 2.125 Z M 7.0625 1.984375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"0df2cdb8-d921-448b-a78c-6f610dfcc5b7\">\n<path style=\"stroke:none;\" d=\"M 6.078125 -0.125 L 6.078125 -9.015625 L 4.796875 -9.015625 L 4.796875 -5.625 L 5.046875 -5.71875 C 4.625 -6.359375 3.859375 -6.734375 3.015625 -6.734375 C 1.375 -6.734375 0.171875 -5.34375 0.171875 -3.34375 C 0.171875 -1.21875 1.359375 0.1875 3.046875 0.1875 C 3.90625 0.1875 4.609375 -0.1875 5.140625 -0.953125 L 4.90625 -1.0625 L 4.90625 0 L 6.078125 0 Z M 4.796875 -3.25 C 4.796875 -1.796875 4.25 -1.015625 3.1875 -1.015625 C 2.09375 -1.015625 1.484375 -1.8125 1.484375 -3.28125 C 1.484375 -4.734375 2.09375 -5.53125 3.1875 -5.53125 C 4.265625 -5.53125 4.796875 -4.703125 4.796875 -3.25 Z M 4.796875 -3.25 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"ca438297-050f-49a5-ab50-178d897f7342\">\n<path style=\"stroke:none;\" d=\"M 3.203125 -3.234375 C 3.203125 -5.125 2.40625 -7.40625 1.171875 -9.015625 L 0.203125 -9.015625 C 1.40625 -7.0625 1.953125 -5.140625 1.953125 -3.234375 C 1.953125 -1.3125 1.40625 0.609375 0.203125 2.546875 L 1.171875 2.546875 C 2.40625 0.9375 3.203125 -1.34375 3.203125 -3.234375 Z M 3.203125 -3.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"36c7a6ee-2972-47bd-8e0b-9ca40fe4626f\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"e94a73e1-3a48-4d3d-b4f7-5745bee1a1c2\">\n<path style=\"stroke:none;\" d=\"M -1.890625 -5.640625 C -2.828125 -5.640625 -3.4375 -4.984375 -3.734375 -3.734375 L -3.953125 -2.765625 C -4.15625 -1.953125 -4.28125 -1.734375 -4.734375 -1.734375 C -5.296875 -1.734375 -5.546875 -2.125 -5.546875 -2.9375 C -5.546875 -3.75 -5.328125 -4.03125 -4.53125 -4.0625 L -4.53125 -5.390625 C -5.90625 -5.375 -6.734375 -4.421875 -6.734375 -2.96875 C -6.734375 -1.515625 -5.84375 -0.421875 -4.6875 -0.421875 C -3.703125 -0.421875 -3.09375 -1.0625 -2.734375 -2.5625 L -2.515625 -3.484375 C -2.34375 -4.1875 -2.265625 -4.3125 -1.8125 -4.3125 C -1.21875 -4.3125 -1.015625 -3.875 -1.015625 -3 C -1.015625 -2.09375 -1.09375 -1.734375 -2.1875 -1.578125 L -2.1875 -0.265625 C -0.59375 -0.3125 0.1875 -1.265625 0.1875 -2.921875 C 0.1875 -4.5 -0.6875 -5.640625 -1.890625 -5.640625 Z M -1.890625 -5.640625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"c0a0d112-21ba-4d8a-a132-c771ccac8166\">\n<path style=\"stroke:none;\" d=\"M -0.125 -5.921875 L -6.546875 -5.921875 L -6.546875 -4.640625 L -2.953125 -4.640625 C -1.671875 -4.640625 -0.953125 -4.109375 -0.953125 -3.078125 C -0.953125 -2.28125 -1.3125 -1.90625 -2.0625 -1.90625 L -6.546875 -1.90625 L -6.546875 -0.640625 L -1.671875 -0.640625 C -0.625 -0.640625 0.1875 -1.5625 0.1875 -2.78125 C 0.1875 -3.703125 -0.1875 -4.390625 -1.015625 -4.984375 L -1.109375 -4.734375 L 0 -4.734375 L 0 -5.921875 Z M -0.125 -5.921875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"5ed6ecd2-bdc6-42b7-ab03-adf42b075688\">\n<path style=\"stroke:none;\" d=\"M -0.125 -9.25 L -4.84375 -9.25 C -5.96875 -9.25 -6.734375 -8.5 -6.734375 -7.3125 C -6.734375 -6.484375 -6.4375 -5.875 -5.875 -5.40625 C -6.40625 -5.109375 -6.734375 -4.515625 -6.734375 -3.703125 C -6.734375 -2.859375 -6.390625 -2.203125 -5.625 -1.65625 L -5.53125 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.984375 L -4.078125 -1.984375 C -4.984375 -1.984375 -5.59375 -2.515625 -5.59375 -3.328125 C -5.59375 -4.0625 -5.265625 -4.34375 -4.46875 -4.34375 L 0 -4.34375 L 0 -5.609375 L -4.078125 -5.609375 C -4.984375 -5.609375 -5.59375 -6.15625 -5.59375 -6.96875 C -5.59375 -7.703125 -5.25 -7.984375 -4.46875 -7.984375 L 0 -7.984375 L 0 -9.25 Z M -0.125 -9.25 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"9476821d-d293-4c53-8028-6c6cc29104ac\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"c2c24507-37b8-4531-aec5-24c2d7167ea9\">\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=\"6669da56-6312-4c48-82d8-be03fe23baa1\">\n  <path d=\"M 50.488281 14.398438 L 634 14.398438 L 634 405 L 50.488281 405 Z M 50.488281 14.398438 \"/>\n</clipPath>\n<clipPath id=\"fdff1349-8ce7-4e06-acf9-36f5cc1ec675\">\n  <path d=\"M 50.488281 349 L 634 349 L 634 350 L 50.488281 350 Z M 50.488281 349 \"/>\n</clipPath>\n<clipPath id=\"0e3ea16a-6e11-4e9c-9fb0-7c7077831d2b\">\n  <path d=\"M 50.488281 277 L 634 277 L 634 278 L 50.488281 278 Z M 50.488281 277 \"/>\n</clipPath>\n<clipPath id=\"76bd32d9-b4c7-4a09-9310-7c298bb26d55\">\n  <path d=\"M 50.488281 205 L 634 205 L 634 207 L 50.488281 207 Z M 50.488281 205 \"/>\n</clipPath>\n<clipPath id=\"3471950e-b8fd-49d5-ab37-b2fa3f4f5e60\">\n  <path d=\"M 50.488281 133 L 634 133 L 634 135 L 50.488281 135 Z M 50.488281 133 \"/>\n</clipPath>\n<clipPath id=\"ab3744bf-8eec-496e-88d1-8e97393a39e8\">\n  <path d=\"M 50.488281 62 L 634 62 L 634 63 L 50.488281 63 Z M 50.488281 62 \"/>\n</clipPath>\n<clipPath id=\"982b78c0-0ccc-4780-ab00-dbacc3fe33f2\">\n  <path d=\"M 50.488281 384 L 634.589844 384 L 634.589844 386 L 50.488281 386 Z M 50.488281 384 \"/>\n</clipPath>\n<clipPath id=\"40f9d2b6-a074-4b81-bab6-707404946f21\">\n  <path d=\"M 50.488281 312 L 634.589844 312 L 634.589844 315 L 50.488281 315 Z M 50.488281 312 \"/>\n</clipPath>\n<clipPath id=\"074a84f8-f8a7-43d2-950e-1c16b3300578\">\n  <path d=\"M 50.488281 241 L 634.589844 241 L 634.589844 243 L 50.488281 243 Z M 50.488281 241 \"/>\n</clipPath>\n<clipPath id=\"d57801d0-2a5c-4b9d-a236-3f3a3852c04a\">\n  <path d=\"M 50.488281 169 L 634.589844 169 L 634.589844 171 L 50.488281 171 Z M 50.488281 169 \"/>\n</clipPath>\n<clipPath id=\"cc721004-522c-4a82-9798-9b411b9d4155\">\n  <path d=\"M 50.488281 97 L 634.589844 97 L 634.589844 99 L 50.488281 99 Z M 50.488281 97 \"/>\n</clipPath>\n<clipPath id=\"cfe53b09-f0e9-4191-b118-4ef1157004a1\">\n  <path d=\"M 50.488281 26 L 634.589844 26 L 634.589844 28 L 50.488281 28 Z M 50.488281 26 \"/>\n</clipPath>\n<clipPath id=\"206c84a4-e9cb-4e9d-bbf4-b6b36ad664c8\">\n  <path d=\"M 117 14.398438 L 119 14.398438 L 119 405.511719 L 117 405.511719 Z M 117 14.398438 \"/>\n</clipPath>\n<clipPath id=\"142d8009-f91f-4296-b12b-33ce75f48311\">\n  <path d=\"M 229 14.398438 L 231 14.398438 L 231 405.511719 L 229 405.511719 Z M 229 14.398438 \"/>\n</clipPath>\n<clipPath id=\"a51fe08d-df72-4fbc-a085-48111a7f5110\">\n  <path d=\"M 341 14.398438 L 343 14.398438 L 343 405.511719 L 341 405.511719 Z M 341 14.398438 \"/>\n</clipPath>\n<clipPath id=\"05e9869e-144b-441c-b5a1-3469d29b5fe1\">\n  <path d=\"M 453 14.398438 L 455 14.398438 L 455 405.511719 L 453 405.511719 Z M 453 14.398438 \"/>\n</clipPath>\n<clipPath id=\"6170a48d-14ed-4b85-b1d5-660dcc274916\">\n  <path d=\"M 565 14.398438 L 567 14.398438 L 567 405.511719 L 565 405.511719 Z M 565 14.398438 \"/>\n</clipPath>\n</defs>\n<g id=\"eb116570-9553-4187-824d-2b9088f62c3f\">\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(#6669da56-6312-4c48-82d8-be03fe23baa1)\" 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 633.589844 404.511719 L 633.589844 14.398438 L 50.488281 14.398438 Z M 50.488281 404.511719 \"/>\n</g>\n<g clip-path=\"url(#fdff1349-8ce7-4e06-acf9-36f5cc1ec675)\" 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 349.382812 L 633.585938 349.382812 \"/>\n</g>\n<g clip-path=\"url(#0e3ea16a-6e11-4e9c-9fb0-7c7077831d2b)\" 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 277.660156 L 633.585938 277.660156 \"/>\n</g>\n<g clip-path=\"url(#76bd32d9-b4c7-4a09-9310-7c298bb26d55)\" 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 205.941406 L 633.585938 205.941406 \"/>\n</g>\n<g clip-path=\"url(#3471950e-b8fd-49d5-ab37-b2fa3f4f5e60)\" 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 134.21875 L 633.585938 134.21875 \"/>\n</g>\n<g clip-path=\"url(#ab3744bf-8eec-496e-88d1-8e97393a39e8)\" 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 62.496094 L 633.585938 62.496094 \"/>\n</g>\n<g clip-path=\"url(#982b78c0-0ccc-4780-ab00-dbacc3fe33f2)\" 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 385.246094 L 633.585938 385.246094 \"/>\n</g>\n<g clip-path=\"url(#40f9d2b6-a074-4b81-bab6-707404946f21)\" 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 313.523438 L 633.585938 313.523438 \"/>\n</g>\n<g clip-path=\"url(#074a84f8-f8a7-43d2-950e-1c16b3300578)\" 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 241.800781 L 633.585938 241.800781 \"/>\n</g>\n<g clip-path=\"url(#d57801d0-2a5c-4b9d-a236-3f3a3852c04a)\" 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 170.078125 L 633.585938 170.078125 \"/>\n</g>\n<g clip-path=\"url(#cc721004-522c-4a82-9798-9b411b9d4155)\" 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 98.355469 L 633.585938 98.355469 \"/>\n</g>\n<g clip-path=\"url(#cfe53b09-f0e9-4191-b118-4ef1157004a1)\" 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 26.636719 L 633.585938 26.636719 \"/>\n</g>\n<g clip-path=\"url(#206c84a4-e9cb-4e9d-bbf4-b6b36ad664c8)\" 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 117.765625 404.511719 L 117.765625 14.398438 \"/>\n</g>\n<g clip-path=\"url(#142d8009-f91f-4296-b12b-33ce75f48311)\" 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 229.902344 404.511719 L 229.902344 14.398438 \"/>\n</g>\n<g clip-path=\"url(#a51fe08d-df72-4fbc-a085-48111a7f5110)\" 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 342.035156 404.511719 L 342.035156 14.398438 \"/>\n</g>\n<g clip-path=\"url(#05e9869e-144b-441c-b5a1-3469d29b5fe1)\" 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 454.171875 404.511719 L 454.171875 14.398438 \"/>\n</g>\n<g clip-path=\"url(#6170a48d-14ed-4b85-b1d5-660dcc274916)\" 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 566.304688 404.511719 L 566.304688 14.398438 \"/>\n</g>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 119.894531 32.132812 C 119.894531 34.96875 115.640625 34.96875 115.640625 32.132812 C 115.640625 29.296875 119.894531 29.296875 119.894531 32.132812 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 232.027344 102.332031 C 232.027344 105.167969 227.777344 105.167969 227.777344 102.332031 C 227.777344 99.496094 232.027344 99.496094 232.027344 102.332031 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 344.164062 145.664062 C 344.164062 148.5 339.910156 148.5 339.910156 145.664062 C 339.910156 142.832031 344.164062 142.832031 344.164062 145.664062 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 456.296875 265.199219 C 456.296875 268.035156 452.046875 268.035156 452.046875 265.199219 C 452.046875 262.367188 456.296875 262.367188 456.296875 265.199219 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 568.433594 386.78125 C 568.433594 389.617188 564.179688 389.617188 564.179688 386.78125 C 564.179688 383.945312 568.433594 383.945312 568.433594 386.78125 \"/>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"24.398438\" y=\"388.265625\"/>\n  <use xlink:href=\"#8eaded05-abd5-4c77-92ba-ba20f30c4a31\" x=\"29.732422\" y=\"388.265625\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"32.399414\" y=\"388.265625\"/>\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"37.733398\" y=\"388.265625\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"24.398438\" y=\"316.542969\"/>\n  <use xlink:href=\"#8eaded05-abd5-4c77-92ba-ba20f30c4a31\" x=\"29.732422\" y=\"316.542969\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"32.399414\" y=\"316.542969\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"37.733398\" y=\"316.542969\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"24.398438\" y=\"244.820312\"/>\n  <use xlink:href=\"#8eaded05-abd5-4c77-92ba-ba20f30c4a31\" x=\"29.732422\" y=\"244.820312\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"32.399414\" y=\"244.820312\"/>\n  <use xlink:href=\"#a55ed640-9843-490e-a474-8305d224c765\" x=\"37.733398\" y=\"244.820312\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"24.398438\" y=\"173.097656\"/>\n  <use xlink:href=\"#8eaded05-abd5-4c77-92ba-ba20f30c4a31\" x=\"29.732422\" y=\"173.097656\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"32.399414\" y=\"173.097656\"/>\n  <use xlink:href=\"#73fda637-3f38-4335-bbfe-3572844266cc\" x=\"37.733398\" y=\"173.097656\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"24.398438\" y=\"101.375\"/>\n  <use xlink:href=\"#8eaded05-abd5-4c77-92ba-ba20f30c4a31\" x=\"29.732422\" y=\"101.375\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"32.399414\" y=\"101.375\"/>\n  <use xlink:href=\"#0a895718-2822-4505-b184-8a2b44db1d05\" x=\"37.733398\" y=\"101.375\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"24.398438\" y=\"29.65625\"/>\n  <use xlink:href=\"#8eaded05-abd5-4c77-92ba-ba20f30c4a31\" x=\"29.732422\" y=\"29.65625\"/>\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"32.399414\" y=\"29.65625\"/>\n  <use xlink:href=\"#3a08f492-3034-4027-bc9d-9437f2ff9dc5\" x=\"37.733398\" y=\"29.65625\"/>\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 385.246094 L 50.488281 385.246094 \"/>\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 313.523438 L 50.488281 313.523438 \"/>\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 241.800781 L 50.488281 241.800781 \"/>\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 170.078125 L 50.488281 170.078125 \"/>\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 98.355469 L 50.488281 98.355469 \"/>\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 26.636719 L 50.488281 26.636719 \"/>\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 117.765625 408.765625 L 117.765625 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 229.902344 408.765625 L 229.902344 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 342.035156 408.765625 L 342.035156 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 454.171875 408.765625 L 454.171875 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 566.304688 408.765625 L 566.304688 404.511719 \"/>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#3a08f492-3034-4027-bc9d-9437f2ff9dc5\" x=\"114.765625\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"224.402344\" y=\"418.621094\"/>\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"229.736328\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#40a173b8-4194-40ce-bbfb-50805cb6e8ca\" x=\"336.535156\" y=\"418.621094\"/>\n  <use xlink:href=\"#3a08f492-3034-4027-bc9d-9437f2ff9dc5\" x=\"341.869141\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#a55ed640-9843-490e-a474-8305d224c765\" x=\"448.671875\" y=\"418.621094\"/>\n  <use xlink:href=\"#66439556-46bb-4bc2-8c90-06b352abeeb6\" x=\"454.005859\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;\">\n  <use xlink:href=\"#a55ed640-9843-490e-a474-8305d224c765\" x=\"560.804688\" y=\"418.621094\"/>\n  <use xlink:href=\"#3a08f492-3034-4027-bc9d-9437f2ff9dc5\" x=\"566.138672\" y=\"418.621094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#7706e7dc-1318-4154-98f2-bb43c8417e84\" x=\"281.035156\" y=\"432.975586\"/>\n  <use xlink:href=\"#a41c5479-2612-4f7f-bf19-a5ef2e77d1ab\" x=\"284.251953\" y=\"432.975586\"/>\n  <use xlink:href=\"#16f6e6f1-646a-4240-9267-8f63a09c7116\" x=\"290.923828\" y=\"432.975586\"/>\n  <use xlink:href=\"#1604522b-8ea2-4b0f-9cb4-2c9d612266aa\" x=\"296.923828\" y=\"432.975586\"/>\n  <use xlink:href=\"#f217a317-079c-46d3-969e-344e2dd5e4aa\" x=\"300.140625\" y=\"432.975586\"/>\n  <use xlink:href=\"#d897b8e0-cee1-4926-ab29-ba2f47db6ccd\" x=\"306.8125\" y=\"432.975586\"/>\n  <use xlink:href=\"#e9853b54-b98e-4243-a93f-5055ee405030\" x=\"310.808594\" y=\"432.975586\"/>\n  <use xlink:href=\"#66f554cc-f679-43c4-9215-a30b1e575941\" x=\"314.804688\" y=\"432.975586\"/>\n  <use xlink:href=\"#76f311d6-bff7-4930-a09d-1209eba9cc49\" x=\"321.476562\" y=\"432.975586\"/>\n  <use xlink:href=\"#d897b8e0-cee1-4926-ab29-ba2f47db6ccd\" x=\"328.148438\" y=\"432.975586\"/>\n  <use xlink:href=\"#1e765d32-1a3f-479f-a3f7-281bc470c617\" x=\"332.144531\" y=\"432.975586\"/>\n  <use xlink:href=\"#83f54c7f-9be2-4b46-a744-501f81b3b5e1\" x=\"338.816406\" y=\"432.975586\"/>\n  <use xlink:href=\"#1e765d32-1a3f-479f-a3f7-281bc470c617\" x=\"341.480469\" y=\"432.975586\"/>\n  <use xlink:href=\"#de78fb36-f34a-4792-8ef6-e6949049134e\" x=\"348.152344\" y=\"432.975586\"/>\n  <use xlink:href=\"#0df2cdb8-d921-448b-a78c-6f610dfcc5b7\" x=\"354.824219\" y=\"432.975586\"/>\n  <use xlink:href=\"#76f311d6-bff7-4930-a09d-1209eba9cc49\" x=\"361.496094\" y=\"432.975586\"/>\n  <use xlink:href=\"#d897b8e0-cee1-4926-ab29-ba2f47db6ccd\" x=\"368.167969\" y=\"432.975586\"/>\n  <use xlink:href=\"#a41c5479-2612-4f7f-bf19-a5ef2e77d1ab\" x=\"372.104492\" y=\"432.975586\"/>\n  <use xlink:href=\"#1604522b-8ea2-4b0f-9cb4-2c9d612266aa\" x=\"378.776367\" y=\"432.975586\"/>\n  <use xlink:href=\"#83f54c7f-9be2-4b46-a744-501f81b3b5e1\" x=\"382.112305\" y=\"432.975586\"/>\n  <use xlink:href=\"#f217a317-079c-46d3-969e-344e2dd5e4aa\" x=\"384.776367\" y=\"432.975586\"/>\n  <use xlink:href=\"#1e765d32-1a3f-479f-a3f7-281bc470c617\" x=\"391.448242\" y=\"432.975586\"/>\n  <use xlink:href=\"#ca438297-050f-49a5-ab50-178d897f7342\" x=\"398.120117\" y=\"432.975586\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#e94a73e1-3a48-4d3d-b4f7-5745bee1a1c2\" x=\"20.577148\" y=\"220.957031\"/>\n  <use xlink:href=\"#c0a0d112-21ba-4d8a-a132-c771ccac8166\" x=\"20.577148\" y=\"214.957031\"/>\n  <use xlink:href=\"#5ed6ecd2-bdc6-42b7-ab03-adf42b075688\" x=\"20.577148\" y=\"208.285156\"/>\n</g>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 643.621094 228.507812 L 695.566406 228.507812 L 695.566406 190.402344 L 643.621094 190.402344 Z M 643.621094 228.507812 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#c2c24507-37b8-4531-aec5-24c2d7167ea9\" x=\"647.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 647.875 224.257812 L 665.15625 224.257812 L 665.15625 206.976562 L 647.875 206.976562 Z M 647.875 224.257812 \"/>\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 658.640625 215.617188 C 658.640625 218.453125 654.386719 218.453125 654.386719 215.617188 C 654.386719 212.78125 658.640625 212.78125 658.640625 215.617188 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#0c119f88-03d7-4713-a093-5dea61c35425\" x=\"667.3125\" y=\"218.636719\"/>\n  <use xlink:href=\"#6bafab27-182c-42a9-9dd2-c6c546643313\" x=\"672.50293\" y=\"218.636719\"/>\n  <use xlink:href=\"#c402661c-e0b3-4b58-9b6e-5d21b52737b9\" x=\"677.204102\" y=\"218.636719\"/>\n  <use xlink:href=\"#289dab22-e853-439a-8887-9ca55b535e49\" x=\"680.398438\" y=\"218.636719\"/>\n  <use xlink:href=\"#8e901c90-888a-434e-8b1e-d08747dad5b0\" x=\"685.195312\" y=\"218.636719\"/>\n</g>\n</g>\n</svg>\n","value":"#gg4clj.core.GGView{:plot-command [[:<- :d [:data.frame {:burnin_duration [:c 5 10 15 20 25], :z [:c \"ev-cd\" \"ev-cd\" \"ev-cd\" \"ev-cd\" \"ev-cd\"], :sum [:c 0.14923358607794102 0.13944578292095083 0.13340392651065708 0.11673754827452155 0.09978579178398184]}]] [:+ [:ggplot :d [:aes {:x :factor(burnin_duration), :y :sum, :fill :z}]] [:geom_point {:stat \"identity\"}]]], :options {:width 10}}"}
;; <=

;; @@

;; @@
back to top