Skip to content

Instantly share code, notes, and snippets.

@shashi
Created November 4, 2014 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shashi/d2f24c70fb568e3d2482 to your computer and use it in GitHub Desktop.
Save shashi/d2f24c70fb568e3d2482 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"language": "Julia",
"name": "",
"signature": "sha256:457e873ece0ea57cd74cf01edb612fd7290cc5b17577ebe5f0c6d71b068b09ab"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"using Gadfly, Distributions, RDatasets\n",
"\n",
"pw = Patchable(20cm, 10cm)\n",
"svg = SVG(20cm, 10cm)\n",
"\n",
"plt(p) = draw(pw, p)\n",
"\n",
"function plt_svg(p)\n",
" io = IOBuffer()\n",
" draw(SVG(io, 20cm, 10cm), p)\n",
" display(MIME(\"text/html\"), takebuf_string(io))\n",
"end;"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<script>!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=\"function\"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i=\"function\"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(require){var VNode=require(\"vtree/vnode\"),svg=require(\"virtual-hyperscript/svg\"),VText=require(\"vtree/vtext\"),VPatch=require(\"vtree/vpatch\"),diff=require(\"virtual-dom/diff\"),patch=require(\"virtual-dom/patch\"),createElement=require(\"virtual-dom/create-element\"),nodeIndex=require(\"./node-index\"),patchVNode=require(\"./patch-vnode\"),isArray=require(\"x-is-array\"),isVPatch=require(\"./is-vpatch\"),P=Patchwork={nodes:{},debug:!1,Node:function(id,jlNode){if(el=document.getElementById(id),this.id=id,jlNode){var vnode=P.makeVNode(jlNode);P.log(\"makeVNode: \",jlNode,\"=>\",vnode),this.mount(vnode,el)}P.nodes[id]=this},NAMESPACES:{xhtml:null,svg:\"http://www.w3.org/2000/svg\",\"null\":null,undefined:null},refDiff:function(a,b,p){var a=P.makeVNode(a);b=P.makeVNode(b),p=P.makeVPatches(a,p),console.log(p,diff(a,b))},makeVNode:function(jlNode){if(\"txt\"in jlNode)return new VText(jlNode.txt);var children=[],props=jlNode.p||{};if(jlNode.c)for(var i=0,l=jlNode.c.length;l>i;i++)children[i]=P.makeVNode(jlNode.c[i]);if(\"svg\"===jlNode.n)return svg(jlNode.t,props,children);var key=null;return props&&props.key&&(key=props.key,delete props.key),new VNode(jlNode.t,props,children,key,P.NAMESPACES[jlNode.n])},makeVPatches:function(root,jlPatches){var indices=[],vpatches={a:root};for(var idx in jlPatches)indices.push(Number(idx));nodes=nodeIndex(root,indices);for(var idx in jlPatches)vpatches[idx]=P.makeVPatch(nodes[idx],jlPatches[idx]);return vpatches},makeVPatch:function(vnode,jlPatch){function vpatch(p){return new VPatch(type,vnode,p)}if(isArray(jlPatch)){for(var ps=[],i=0,l=jlPatch.length;l>i;i++)ps[i]=P.makeVPatch(vnode,jlPatch[i]);return ps}var type,patch;for(var k in jlPatch){type=k,patch=jlPatch[k];break}switch(Number(type)){case VPatch.VTEXT:return vpatch(new VText(patch));case VPatch.VNODE:return vpatch(P.makeVNode(patch));case VPatch.PROPS:return vnode.namespace===P.NAMESPACES.svg&&(patch=svg(\"dummy\",patch,[]).properties),vpatch(patch);case VPatch.ORDER:return vpatch(patch);case VPatch.INSERT:return vpatch(P.makeVNode(patch));case VPatch.REMOVE:return vpatch(null);default:return null}},log:function(){console&&P.debug&&console.log.apply(console,arguments)}};Patchwork.Node.prototype={mount:function(vnode,outer){var el=createElement(vnode);return P.log(\"createElement: \",vnode,\"=>\",el),outer.appendChild(el),this.element=el,this.root=vnode,el},applyPatch:function(vpatches){isVPatch(vpatches)||(vpatches=P.makeVPatches(this.root,vpatches)),this.element=patch(this.element,vpatches),this.root=patchVNode(this.root,vpatches)}},IPython&&jQuery&&$(document).ready(function(){var commMgr=IPython.notebook.kernel.comm_manager;commMgr.register_target(\"PatchStream\",function(comm,msg){var nodeId=msg.content.data.pwid;comm.on_msg(function(msg){var node=P.nodes[nodeId],patches=msg.content.data;node.applyPatch(patches),P.log(\"received patches\",patches)})})}),window.Patchwork=Patchwork},{\"./is-vpatch\":2,\"./node-index\":3,\"./patch-vnode\":57,\"virtual-dom/create-element\":5,\"virtual-dom/diff\":6,\"virtual-dom/patch\":23,\"virtual-hyperscript/svg\":47,\"vtree/vnode\":52,\"vtree/vpatch\":53,\"vtree/vtext\":54,\"x-is-array\":55}],2:[function(require,module){function isVirtualPatch(x){return x&&\"VirtualPatch\"===x.type&&x.version===version}var version=require(\"vtree/version\");module.exports=isVirtualPatch},{\"vtree/version\":51}],3:[function(require,module){function nodeIndex(tree,indices,nodes){return indices&&0!==indices.length?(indices.sort(ascending),recurse(tree,indices,nodes,0)):{}}function recurse(tree,indices,nodes,rootIndex){if(nodes=nodes||{},tree){indexInRange(indices,rootIndex,rootIndex)&&(nodes[rootIndex]=tree);var vChildren=tree.children;if(vChildren)for(var i=0;i<vChildren.length;i++){rootIndex+=1;var vChild=vChildren[i],nextIndex=rootIndex+(vChild.count||0);indexInRange(indices,rootIndex,nextIndex)&&recurse(vChild,indices,nodes,rootIndex),rootIndex=nextIndex}}return nodes}function indexInRange(indices,left,right){if(0===indices.length)return!1;for(var currentIndex,currentItem,minIndex=0,maxIndex=indices.length-1;maxIndex>=minIndex;){if(currentIndex=(maxIndex+minIndex)/2>>0,currentItem=indices[currentIndex],minIndex===maxIndex)return currentItem>=left&&right>=currentItem;if(left>currentItem)minIndex=currentIndex+1;else{if(!(currentItem>right))return!0;maxIndex=currentIndex-1}}return!1}function ascending(a,b){return a>b?1:-1}module.exports=nodeIndex},{}],4:[function(require,module){function isObject(x){return\"object\"==typeof x&&null!==x}module.exports=isObject},{}],5:[function(require,module){var createElement=require(\"vdom/create-element\");module.exports=createElement},{\"vdom/create-element\":8}],6:[function(require,module){var diff=require(\"vtree/diff\");module.exports=diff},{\"vtree/diff\":14}],7:[function(require,module){function applyProperties(node,props,previous){for(var propName in props){var propValue=props[propName];void 0===propValue?removeProperty(node,props,previous,propName):isHook(propValue)?propValue.hook(node,propName,previous?previous[propName]:void 0):isObject(propValue)?patchObject(node,props,previous,propName,propValue):void 0!==propValue&&(node[propName]=propValue)}}function removeProperty(node,props,previous,propName){if(previous){var previousValue=previous[propName];if(!isHook(previousValue))if(\"attributes\"===propName)for(var attrName in previousValue)node.removeAttribute(attrName);else if(\"style\"===propName)for(var i in previousValue)node.style[i]=\"\";else node[propName]=\"string\"==typeof previousValue?\"\":null}}function patchObject(node,props,previous,propName,propValue){var previousValue=previous?previous[propName]:void 0;if(\"attributes\"!==propName){if(previousValue&&isObject(previousValue)&&getPrototype(previousValue)!==getPrototype(propValue))return void(node[propName]=propValue);isObject(node[propName])||(node[propName]={});var replacer=\"style\"===propName?\"\":void 0;for(var k in propValue){var value=propValue[k];node[propName][k]=void 0===value?replacer:value}}else for(var attrName in propValue){var attrValue=propValue[attrName];void 0===attrValue?node.removeAttribute(attrName):node.setAttribute(attrName,attrValue)}}function getPrototype(value){return Object.getPrototypeOf?Object.getPrototypeOf(value):value.__proto__?value.__proto__:value.constructor?value.constructor.prototype:void 0}var isObject=require(\"is-object\"),isHook=require(\"vtree/is-vhook\");module.exports=applyProperties},{\"is-object\":4,\"vtree/is-vhook\":17}],8:[function(require,module){function createElement(vnode,opts){var doc=opts?opts.document||document:document,warn=opts?opts.warn:null;if(vnode=handleThunk(vnode).a,isWidget(vnode))return vnode.init();if(isVText(vnode))return doc.createTextNode(vnode.text);if(!isVNode(vnode))return warn&&warn(\"Item is not a valid virtual dom node\",vnode),null;var node=null===vnode.namespace?doc.createElement(vnode.tagName):doc.createElementNS(vnode.namespace,vnode.tagName),props=vnode.properties;applyProperties(node,props);for(var children=vnode.children,i=0;i<children.length;i++){var childNode=createElement(children[i],opts);childNode&&node.appendChild(childNode)}return node}var document=require(\"global/document\"),applyProperties=require(\"./apply-properties\"),isVNode=require(\"vtree/is-vnode\"),isVText=require(\"vtree/is-vtext\"),isWidget=require(\"vtree/is-widget\"),handleThunk=require(\"vtree/handle-thunk\");module.exports=createElement},{\"./apply-properties\":7,\"global/document\":10,\"vtree/handle-thunk\":15,\"vtree/is-vnode\":18,\"vtree/is-vtext\":19,\"vtree/is-widget\":20}],9:[function(require,module){function domIndex(rootNode,tree,indices,nodes){return indices&&0!==indices.length?(indices.sort(ascending),recurse(rootNode,tree,indices,nodes,0)):{}}function recurse(rootNode,tree,indices,nodes,rootIndex){if(nodes=nodes||{},rootNode){indexInRange(indices,rootIndex,rootIndex)&&(nodes[rootIndex]=rootNode);var vChildren=tree.children;if(vChildren)for(var childNodes=rootNode.childNodes,i=0;i<tree.children.length;i++){rootIndex+=1;var vChild=vChildren[i]||noChild,nextIndex=rootIndex+(vChild.count||0);indexInRange(indices,rootIndex,nextIndex)&&recurse(childNodes[i],vChild,indices,nodes,rootIndex),rootIndex=nextIndex}}return nodes}function indexInRange(indices,left,right){if(0===indices.length)return!1;for(var currentIndex,currentItem,minIndex=0,maxIndex=indices.length-1;maxIndex>=minIndex;){if(currentIndex=(maxIndex+minIndex)/2>>0,currentItem=indices[currentIndex],minIndex===maxIndex)return currentItem>=left&&right>=currentItem;if(left>currentItem)minIndex=currentIndex+1;else{if(!(currentItem>right))return!0;maxIndex=currentIndex-1}}return!1}function ascending(a,b){return a>b?1:-1}var noChild={};module.exports=domIndex},{}],10:[function(require,module){(function(global){var topLevel=\"undefined\"!=typeof global?global:\"undefined\"!=typeof window?window:{},minDoc=require(\"min-document\");if(\"undefined\"!=typeof document)module.exports=document;else{var doccy=topLevel[\"__GLOBAL_DOCUMENT_CACHE@4\"];doccy||(doccy=topLevel[\"__GLOBAL_DOCUMENT_CACHE@4\"]=minDoc),module.exports=doccy}}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"min-document\":59}],11:[function(require,module){function applyPatch(vpatch,domNode,renderOptions){var type=vpatch.type,vNode=vpatch.vNode,patch=vpatch.patch;switch(type){case VPatch.REMOVE:return removeNode(domNode,vNode);case VPatch.INSERT:return insertNode(domNode,patch,renderOptions);case VPatch.VTEXT:return stringPatch(domNode,vNode,patch,renderOptions);case VPatch.WIDGET:return widgetPatch(domNode,vNode,patch,renderOptions);case VPatch.VNODE:return vNodePatch(domNode,vNode,patch,renderOptions);case VPatch.ORDER:return reorderChildren(domNode,patch),domNode;case VPatch.PROPS:return applyProperties(domNode,patch,vNode.properties),domNode;case VPatch.THUNK:return replaceRoot(domNode,renderOptions.patch(domNode,patch,renderOptions));default:return domNode}}function removeNode(domNode,vNode){var parentNode=domNode.parentNode;return parentNode&&parentNode.removeChild(domNode),destroyWidget(domNode,vNode),null}function insertNode(parentNode,vNode,renderOptions){var newNode=render(vNode,renderOptions);return parentNode&&parentNode.appendChild(newNode),parentNode}function stringPatch(domNode,leftVNode,vText,renderOptions){var newNode;if(3===domNode.nodeType)domNode.replaceData(0,domNode.length,vText.text),newNode=domNode;else{var parentNode=domNode.parentNode;newNode=render(vText,renderOptions),parentNode&&parentNode.replaceChild(newNode,domNode)}return destroyWidget(domNode,leftVNode),newNode}function widgetPatch(domNode,leftVNode,widget,renderOptions){if(updateWidget(leftVNode,widget))return widget.update(leftVNode,domNode)||domNode;var parentNode=domNode.parentNode,newWidget=render(widget,renderOptions);return parentNode&&parentNode.replaceChild(newWidget,domNode),destroyWidget(domNode,leftVNode),newWidget}function vNodePatch(domNode,leftVNode,vNode,renderOptions){var parentNode=domNode.parentNode,newNode=render(vNode,renderOptions);return parentNode&&parentNode.replaceChild(newNode,domNode),destroyWidget(domNode,leftVNode),newNode}function destroyWidget(domNode,w){\"function\"==typeof w.destroy&&isWidget(w)&&w.destroy(domNode)}function reorderChildren(domNode,bIndex){var i,children=[],childNodes=domNode.childNodes,len=childNodes.length,reverseIndex=bIndex.reverse;for(i=0;len>i;i++)children.push(domNode.childNodes[i]);var move,node,insertNode,insertOffset=0;for(i=0;len>i;i++)move=bIndex[i],void 0!==move&&move!==i&&(reverseIndex[i]>i&&insertOffset++,node=children[move],insertNode=childNodes[i+insertOffset]||null,node!==insertNode&&domNode.insertBefore(node,insertNode),i>move&&insertOffset--),i in bIndex.removes&&insertOffset++}function replaceRoot(oldRoot,newRoot){return oldRoot&&newRoot&&oldRoot!==newRoot&&oldRoot.parentNode&&(console.log(oldRoot),oldRoot.parentNode.replaceChild(newRoot,oldRoot)),newRoot}var applyProperties=require(\"./apply-properties\"),isWidget=require(\"vtree/is-widget\"),VPatch=require(\"vtree/vpatch\"),render=require(\"./create-element\"),updateWidget=require(\"./update-widget\");module.exports=applyPatch},{\"./apply-properties\":7,\"./create-element\":8,\"./update-widget\":13,\"vtree/is-widget\":20,\"vtree/vpatch\":22}],12:[function(require,module){function patch(rootNode,patches){return patchRecursive(rootNode,patches)}function patchRecursive(rootNode,patches,renderOptions){var indices=patchIndices(patches);if(0===indices.length)return rootNode;var index=domIndex(rootNode,patches.a,indices),ownerDocument=rootNode.ownerDocument;renderOptions||(renderOptions={patch:patchRecursive},ownerDocument!==document&&(renderOptions.document=ownerDocument));for(var i=0;i<indices.length;i++){var nodeIndex=indices[i];rootNode=applyPatch(rootNode,index[nodeIndex],patches[nodeIndex],renderOptions)}return rootNode}function applyPatch(rootNode,domNode,patchList,renderOptions){if(!domNode)return rootNode;var newNode;if(isArray(patchList))for(var i=0;i<patchList.length;i++)newNode=patchOp(patchList[i],domNode,renderOptions),domNode===rootNode&&(rootNode=newNode);else newNode=patchOp(patchList,domNode,renderOptions),domNode===rootNode&&(rootNode=newNode);return rootNode}function patchIndices(patches){var indices=[];for(var key in patches)\"a\"!==key&&indices.push(Number(key));return indices}var document=require(\"global/document\"),isArray=require(\"x-is-array\"),domIndex=require(\"./dom-index\"),patchOp=require(\"./patch-op\");module.exports=patch},{\"./dom-index\":9,\"./patch-op\":11,\"global/document\":10,\"x-is-array\":55}],13:[function(require,module){function updateWidget(a,b){return isWidget(a)&&isWidget(b)?\"name\"in a&&\"name\"in b?a.id===b.id:a.init===b.init:!1}var isWidget=require(\"vtree/is-widget\");module.exports=updateWidget},{\"vtree/is-widget\":20}],14:[function(require,module){function diff(a,b){var patch={a:a};return walk(a,b,patch,0),patch}function walk(a,b,patch,index){if(a===b)return void(isThunk(a)||isThunk(b)?thunks(a,b,patch,index):hooks(b,patch,index));var apply=patch[index];if(null==b)apply=appendPatch(apply,new VPatch(VPatch.REMOVE,a,b)),destroyWidgets(a,patch,index);else if(isThunk(a)||isThunk(b))thunks(a,b,patch,index);else if(isVNode(b))if(isVNode(a))if(a.tagName===b.tagName&&a.namespace===b.namespace&&a.key===b.key){var propsPatch=diffProps(a.properties,b.properties,b.hooks);propsPatch&&(apply=appendPatch(apply,new VPatch(VPatch.PROPS,a,propsPatch))),apply=diffChildren(a,b,patch,apply,index)}else apply=appendPatch(apply,new VPatch(VPatch.VNODE,a,b)),destroyWidgets(a,patch,index);else apply=appendPatch(apply,new VPatch(VPatch.VNODE,a,b)),destroyWidgets(a,patch,index);else isVText(b)?isVText(a)?a.text!==b.text&&(apply=appendPatch(apply,new VPatch(VPatch.VTEXT,a,b))):(apply=appendPatch(apply,new VPatch(VPatch.VTEXT,a,b)),destroyWidgets(a,patch,index)):isWidget(b)&&(apply=appendPatch(apply,new VPatch(VPatch.WIDGET,a,b)),isWidget(a)||destroyWidgets(a,patch,index));apply&&(patch[index]=apply)}function diffProps(a,b,hooks){var diff;for(var aKey in a){aKey in b||(diff=diff||{},diff[aKey]=void 0);var aValue=a[aKey],bValue=b[aKey];if(hooks&&aKey in hooks)diff=diff||{},diff[aKey]=bValue;else if(isObject(aValue)&&isObject(bValue))if(getPrototype(bValue)!==getPrototype(aValue))diff=diff||{},diff[aKey]=bValue;else{var objectDiff=diffProps(aValue,bValue);objectDiff&&(diff=diff||{},diff[aKey]=objectDiff)}else aValue!==bValue&&(diff=diff||{},diff[aKey]=bValue)}for(var bKey in b)bKey in a||(diff=diff||{},diff[bKey]=b[bKey]);return diff}function getPrototype(value){return Object.getPrototypeOf?Object.getPrototypeOf(value):value.__proto__?value.__proto__:value.constructor?value.constructor.prototype:void 0}function diffChildren(a,b,patch,apply,index){for(var aChildren=a.children,bChildren=reorder(aChildren,b.children),aLen=aChildren.length,bLen=bChildren.length,len=aLen>bLen?aLen:bLen,i=0;len>i;i++){var leftNode=aChildren[i],rightNode=bChildren[i];index+=1,leftNode?rightNode?walk(leftNode,rightNode,patch,index):leftNode&&(patch[index]=new VPatch(VPatch.REMOVE,leftNode,null),destroyWidgets(leftNode,patch,index)):rightNode&&(apply=appendPatch(apply,new VPatch(VPatch.INSERT,null,rightNode))),isVNode(leftNode)&&leftNode.count&&(index+=leftNode.count)}return bChildren.moves&&(apply=appendPatch(apply,new VPatch(VPatch.ORDER,a,bChildren.moves))),apply}function destroyWidgets(vNode,patch,index){if(isWidget(vNode))\"function\"==typeof vNode.destroy&&(patch[index]=new VPatch(VPatch.REMOVE,vNode,null));else if(isVNode(vNode)&&vNode.hasWidgets)for(var children=vNode.children,len=children.length,i=0;len>i;i++){var child=children[i];index+=1,destroyWidgets(child,patch,index),isVNode(child)&&child.count&&(index+=child.count)}}function thunks(a,b,patch,index){var nodes=handleThunk(a,b),thunkPatch=diff(nodes.a,nodes.b);hasPatches(thunkPatch)&&(patch[index]=new VPatch(VPatch.THUNK,null,thunkPatch))}function hasPatches(patch){for(var index in patch)if(\"a\"!==index)return!0;return!1}function hooks(vNode,patch,index){if(isVNode(vNode)&&(vNode.hooks&&(patch[index]=new VPatch(VPatch.PROPS,vNode.hooks,vNode.hooks)),vNode.descendantHooks))for(var children=vNode.children,len=children.length,i=0;len>i;i++){var child=children[i];index+=1,hooks(child,patch,index),isVNode(child)&&child.count&&(index+=child.count)}}function reorder(aChildren,bChildren){var bKeys=keyIndex(bChildren);if(!bKeys)return bChildren;var aKeys=keyIndex(aChildren);if(!aKeys)return bChildren;var bMatch={},aMatch={};for(var key in bKeys)bMatch[bKeys[key]]=aKeys[key];for(var key in aKeys)aMatch[aKeys[key]]=bKeys[key];for(var aLen=aChildren.length,bLen=bChildren.length,len=aLen>bLen?aLen:bLen,shuffle=[],freeIndex=0,i=0,moveIndex=0,moves={},removes=moves.removes={},reverse=moves.reverse={},hasMoves=!1;len>freeIndex;){var move=aMatch[i];if(void 0!==move)shuffle[i]=bChildren[move],move!==moveIndex&&(moves[move]=moveIndex,reverse[moveIndex]=move,hasMoves=!0),moveIndex++;else if(i in aMatch)shuffle[i]=void 0,removes[i]=moveIndex++,hasMoves=!0;else{for(;void 0!==bMatch[freeIndex];)freeIndex++;if(len>freeIndex){var freeChild=bChildren[freeIndex];freeChild&&(shuffle[i]=freeChild,freeIndex!==moveIndex&&(hasMoves=!0,moves[freeIndex]=moveIndex,reverse[moveIndex]=freeIndex),moveIndex++),freeIndex++}}i++}return hasMoves&&(shuffle.moves=moves),shuffle}function keyIndex(children){var i,keys;for(i=0;i<children.length;i++){var child=children[i];void 0!==child.key&&(keys=keys||{},keys[child.key]=i)}return keys}function appendPatch(apply,patch){return apply?(isArray(apply)?apply.push(patch):apply=[apply,patch],apply):patch}var isArray=require(\"x-is-array\"),isObject=require(\"is-object\"),VPatch=require(\"./vpatch\"),isVNode=require(\"./is-vnode\"),isVText=require(\"./is-vtext\"),isWidget=require(\"./is-widget\"),isThunk=require(\"./is-thunk\"),handleThunk=require(\"./handle-thunk\");module.exports=diff},{\"./handle-thunk\":15,\"./is-thunk\":16,\"./is-vnode\":18,\"./is-vtext\":19,\"./is-widget\":20,\"./vpatch\":22,\"is-object\":4,\"x-is-array\":55}],15:[function(require,module){function handleThunk(a,b){var renderedA=a,renderedB=b;return isThunk(b)&&(renderedB=renderThunk(b,a)),isThunk(a)&&(renderedA=renderThunk(a,null)),{a:renderedA,b:renderedB}}function renderThunk(thunk,previous){var renderedThunk=thunk.vnode;if(renderedThunk||(renderedThunk=thunk.vnode=thunk.render(previous)),!(isVNode(renderedThunk)||isVText(renderedThunk)||isWidget(renderedThunk)))throw new Error(\"thunk did not return a valid node\");return renderedThunk}var isVNode=require(\"./is-vnode\"),isVText=require(\"./is-vtext\"),isWidget=require(\"./is-widget\"),isThunk=require(\"./is-thunk\");module.exports=handleThunk},{\"./is-thunk\":16,\"./is-vnode\":18,\"./is-vtext\":19,\"./is-widget\":20}],16:[function(require,module){function isThunk(t){return t&&\"Thunk\"===t.type}module.exports=isThunk},{}],17:[function(require,module){function isHook(hook){return hook&&\"function\"==typeof hook.hook&&!hook.hasOwnProperty(\"hook\")}module.exports=isHook},{}],18:[function(require,module){function isVirtualNode(x){return x&&\"VirtualNode\"===x.type&&x.version===version}var version=require(\"./version\");module.exports=isVirtualNode},{\"./version\":21}],19:[function(require,module){function isVirtualText(x){return x&&\"VirtualText\"===x.type&&x.version===version}var version=require(\"./version\");module.exports=isVirtualText},{\"./version\":21}],20:[function(require,module){function isWidget(w){return w&&\"Widget\"===w.type}module.exports=isWidget},{}],21:[function(require,module){module.exports=\"1\"},{}],22:[function(require,module){function VirtualPatch(type,vNode,patch){this.type=Number(type),this.vNode=vNode,this.patch=patch}var version=require(\"./version\");VirtualPatch.NONE=0,VirtualPatch.VTEXT=1,VirtualPatch.VNODE=2,VirtualPatch.WIDGET=3,VirtualPatch.PROPS=4,VirtualPatch.ORDER=5,VirtualPatch.INSERT=6,VirtualPatch.REMOVE=7,VirtualPatch.THUNK=8,module.exports=VirtualPatch,VirtualPatch.prototype.version=version,VirtualPatch.prototype.type=\"VirtualPatch\"},{\"./version\":21}],23:[function(require,module){var patch=require(\"vdom/patch\");module.exports=patch},{\"vdom/patch\":12}],24:[function(require,module){function AttributeHook(value){return this instanceof AttributeHook?void(this.value=value):new AttributeHook(value)}module.exports=AttributeHook,AttributeHook.prototype.hook=function(node,prop,prev){prev&&prev.value===this.value||node.setAttributeNS(null,prop,this.value)}},{}],25:[function(require,module){function DataSetHook(value){return this instanceof DataSetHook?void(this.value=value):new DataSetHook(value)}var DataSet=require(\"data-set\");module.exports=DataSetHook,DataSetHook.prototype.hook=function(node,propertyName){var ds=DataSet(node),propName=propertyName.substr(5);ds[propName]=this.value}},{\"data-set\":30}],26:[function(require,module){function DataSetHook(value){return this instanceof DataSetHook?void(this.value=value):new DataSetHook(value)}var DataSet=require(\"data-set\");module.exports=DataSetHook,DataSetHook.prototype.hook=function(node,propertyName){var ds=DataSet(node),propName=propertyName.substr(3);ds[propName]=this.value}},{\"data-set\":30}],27:[function(require,module){function SoftSetHook(value){return this instanceof SoftSetHook?void(this.value=value):new SoftSetHook(value)}module.exports=SoftSetHook,SoftSetHook.prototype.hook=function(node,propertyName){node[propertyName]!==this.value&&(node[propertyName]=this.value)}},{}],28:[function(require,module){function h(tagName,properties,children){var tag,props,key,namespace,childNodes=[];!children&&isChildren(properties)&&(children=properties,props={}),props=props||properties||{},tag=parseTag(tagName,props),\"key\"in props&&(key=props.key,props.key=void 0),\"namespace\"in props&&(namespace=props.namespace,props.namespace=void 0),\"input\"===tag&&\"value\"in props&&void 0!==props.value&&!isHook(props.value)&&(props.value=softSetHook(props.value));for(var propName,value,keys=Object.keys(props),j=0;j<keys.length;j++)propName=keys[j],value=props[propName],isHook(value)||(\"data-\"===propName.substr(0,5)&&(props[propName]=dataSetHook(value)),\"ev-\"===propName.substr(0,3)&&(props[propName]=evHook(value)));void 0!==children&&null!==children&&addChild(children,childNodes,tag,props);var node=new VNode(tag,props,childNodes,key,namespace);return node}function addChild(c,childNodes,tag,props){if(\"string\"==typeof c)childNodes.push(new VText(c));else if(isChild(c))childNodes.push(c);else{if(!Array.isArray(c)){if(null===c||void 0===c)return;throw UnexpectedVirtualElement({foreignObjectStr:JSON.stringify(c),foreignObject:c,parentVnodeStr:JSON.stringify({tagName:tag,properties:props}),parentVnode:{tagName:tag,properties:props}})}for(var i=0;i<c.length;i++)addChild(c[i],childNodes,tag,props)}}function isChild(x){return isVNode(x)||isVText(x)||isWidget(x)||isVThunk(x)}function isChildren(x){return\"string\"==typeof x||Array.isArray(x)||isChild(x)}var VNode=require(\"vtree/vnode.js\"),VText=require(\"vtree/vtext.js\"),isVNode=require(\"vtree/is-vnode\"),isVText=require(\"vtree/is-vtext\"),isWidget=require(\"vtree/is-widget\"),isHook=require(\"vtree/is-vhook\"),isVThunk=require(\"vtree/is-thunk\"),TypedError=require(\"error/typed\"),parseTag=require(\"./parse-tag.js\"),softSetHook=require(\"./hooks/soft-set-hook.js\"),dataSetHook=require(\"./hooks/data-set-hook.js\"),evHook=require(\"./hooks/ev-hook.js\"),UnexpectedVirtualElement=TypedError({type:\"virtual-hyperscript.unexpected.virtual-element\",message:\"Unexpected virtual child passed to h().\\nExpected a VNode / Vthunk / VWidget / string but:\\ngot a {foreignObjectStr}.\\nThe parent vnode is {parentVnodeStr}.\\nSuggested fix: change your `h(..., [ ... ])` callsite.\",foreignObjectStr:null,parentVnodeStr:null,foreignObject:null,parentVnode:null});module.exports=h},{\"./hooks/data-set-hook.js\":25,\"./hooks/ev-hook.js\":26,\"./hooks/soft-set-hook.js\":27,\"./parse-tag.js\":46,\"error/typed\":37,\"vtree/is-thunk\":38,\"vtree/is-vhook\":39,\"vtree/is-vnode\":40,\"vtree/is-vtext\":41,\"vtree/is-widget\":42,\"vtree/vnode.js\":44,\"vtree/vtext.js\":45}],29:[function(require,module){function createHash(elem){var attributes=elem.attributes,hash={};if(null===attributes||void 0===attributes)return hash;for(var i=0;i<attributes.length;i++){var attr=attributes[i];\"data-\"===attr.name.substr(0,5)&&(hash[attr.name.substr(5)]=attr.value)}return hash}module.exports=createHash},{}],30:[function(require,module){function DataSet(elem){var store=hashStore(elem);return store.hash||(store.hash=createHash(elem)),store.hash}var createStore=require(\"weakmap-shim/create-store\"),Individual=require(\"individual\"),createHash=require(\"./create-hash.js\"),hashStore=Individual(\"__DATA_SET_WEAKMAP@3\",createStore());module.exports=DataSet},{\"./create-hash.js\":29,individual:31,\"weakmap-shim/create-store\":32}],31:[function(require,module){(function(global){function Individual(key,value){return root[key]?root[key]:(Object.defineProperty(root,key,{value:value,configurable:!0}),value)}var root=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:{};module.exports=Individual}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{}],32:[function(require,module){function createStore(){var key={};return function(obj){if(\"object\"!=typeof obj||null===obj)throw new Error(\"Weakmap-shim: Key must be object\");var store=obj.valueOf(key);return store&&store.identity===key?store:hiddenStore(obj,key)}}var hiddenStore=require(\"./hidden-store.js\");module.exports=createStore},{\"./hidden-store.js\":33}],33:[function(require,module){function hiddenStore(obj,key){var store={identity:key},valueOf=obj.valueOf;return Object.defineProperty(obj,\"valueOf\",{value:function(value){return value!==key?valueOf.apply(this,arguments):store},writable:!0}),store}module.exports=hiddenStore},{}],34:[function(require,module){function walk(obj){return obj&&\"object\"==typeof obj?isDate(obj)||isRegex(obj)?obj:isArray(obj)?map(obj,walk):reduce(objectKeys(obj),function(acc,key){var camel=camelCase(key);return acc[camel]=walk(obj[key]),acc},{}):obj}function camelCase(str){return str.replace(/[_.-](\\w|$)/g,function(_,x){return x.toUpperCase()})}function map(xs,f){if(xs.map)return xs.map(f);for(var res=[],i=0;i<xs.length;i++)res.push(f(xs[i],i));return res}function reduce(xs,f,acc){if(xs.reduce)return xs.reduce(f,acc);for(var i=0;i<xs.length;i++)acc=f(acc,xs[i],i);return acc}module.exports=function(obj){return\"string\"==typeof obj?camelCase(obj):walk(obj)};var isArray=Array.isArray||function(obj){return\"[object Array]\"===Object.prototype.toString.call(obj)},isDate=function(obj){return\"[object Date]\"===Object.prototype.toString.call(obj)},isRegex=function(obj){return\"[object RegExp]\"===Object.prototype.toString.call(obj)},has=Object.prototype.hasOwnProperty,objectKeys=Object.keys||function(obj){var keys=[];for(var key in obj)has.call(obj,key)&&keys.push(key);return keys}},{}],35:[function(require,module){function template(string){var args;return args=2===arguments.length&&\"object\"==typeof arguments[1]?arguments[1]:slice.call(arguments,1),args&&args.hasOwnProperty||(args={}),string.replace(nargs,function(match,i,index){var result;return\"{\"===string[index-1]&&\"}\"===string[index+match.length]?i:(result=args.hasOwnProperty(i)?args[i]:null,null===result||void 0===result?\"\":result)})}var nargs=/\\{([0-9a-zA-Z]+)\\}/g,slice=Array.prototype.slice;module.exports=template},{}],36:[function(require,module){function extend(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)source.hasOwnProperty(key)&&(target[key]=source[key])}return target}module.exports=extend},{}],37:[function(require,module){function TypedError(args){function createError(opts){var result=new Error;Object.defineProperty(result,\"type\",{value:result.type,enumerable:!0,writable:!0,configurable:!0});var options=extend({},args,opts);return extend(result,options),result.message=template(message,options),result}if(!args)throw new Error(\"args is required\");if(!args.type)throw new Error(\"args.type is required\");if(!args.message)throw new Error(\"args.message is required\");var message=args.message;if(args.type&&!args.name){var errorName=camelize(args.type)+\"Error\";args.name=errorName[0].toUpperCase()+errorName.substr(1)}return createError.type=args.type,createError._name=args.name,createError}var camelize=require(\"camelize\"),template=require(\"string-template\"),extend=require(\"xtend/mutable\");module.exports=TypedError},{camelize:34,\"string-template\":35,\"xtend/mutable\":36}],38:[function(require,module){module.exports=require(16)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-thunk.js\":16}],39:[function(require,module){module.exports=require(17)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-vhook.js\":17}],40:[function(require,module){module.exports=require(18)},{\"./version\":43,\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-vnode.js\":18}],41:[function(require,module){module.exports=require(19)},{\"./version\":43,\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-vtext.js\":19}],42:[function(require,module){module.exports=require(20)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-widget.js\":20}],43:[function(require,module){module.exports=require(21)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/version.js\":21}],44:[function(require,module){function VirtualNode(tagName,properties,children,key,namespace){this.tagName=tagName,this.properties=properties||noProperties,this.children=children||noChildren,this.key=null!=key?String(key):void 0,this.namespace=\"string\"==typeof namespace?namespace:null;var hooks,count=children&&children.length||0,descendants=0,hasWidgets=!1,descendantHooks=!1;for(var propName in properties)if(properties.hasOwnProperty(propName)){var property=properties[propName];isVHook(property)&&(hooks||(hooks={}),hooks[propName]=property)}for(var i=0;count>i;i++){var child=children[i];isVNode(child)?(descendants+=child.count||0,!hasWidgets&&child.hasWidgets&&(hasWidgets=!0),descendantHooks||!child.hooks&&!child.descendantHooks||(descendantHooks=!0)):!hasWidgets&&isWidget(child)&&\"function\"==typeof child.destroy&&(hasWidgets=!0)}this.count=count+descendants,this.hasWidgets=hasWidgets,this.hooks=hooks,this.descendantHooks=descendantHooks}var version=require(\"./version\"),isVNode=require(\"./is-vnode\"),isWidget=require(\"./is-widget\"),isVHook=require(\"./is-vhook\");module.exports=VirtualNode;var noProperties={},noChildren=[];VirtualNode.prototype.version=version,VirtualNode.prototype.type=\"VirtualNode\"\n",
"},{\"./is-vhook\":39,\"./is-vnode\":40,\"./is-widget\":42,\"./version\":43}],45:[function(require,module){function VirtualText(text){this.text=String(text)}var version=require(\"./version\");module.exports=VirtualText,VirtualText.prototype.version=version,VirtualText.prototype.type=\"VirtualText\"},{\"./version\":43}],46:[function(require,module){function parseTag(tag,props){if(!tag)return\"div\";var noId=!(\"id\"in props),tagParts=tag.split(classIdSplit),tagName=null;notClassId.test(tagParts[1])&&(tagName=\"div\");var classes,part,type,i;for(i=0;i<tagParts.length;i++)part=tagParts[i],part&&(type=part.charAt(0),tagName?\".\"===type?(classes=classes||[],classes.push(part.substring(1,part.length))):\"#\"===type&&noId&&(props.id=part.substring(1,part.length)):tagName=part);return classes&&(props.className&&classes.push(props.className),props.className=classes.join(\" \")),tagName?tagName.toLowerCase():\"div\"}var classIdSplit=/([\\.#]?[a-zA-Z0-9_:-]+)/,notClassId=/^\\.|#/;module.exports=parseTag},{}],47:[function(require,module){function svg(tagName,properties,children){!children&&isChildren(properties)&&(children=properties,properties={}),properties=properties||{},properties.namespace=SVG_NAMESPACE;for(var key in properties)if(properties.hasOwnProperty(key)&&!BLACKLISTED_KEYS[key]){var value=properties[key];(\"string\"==typeof value||\"number\"==typeof value||\"boolean\"==typeof value)&&(properties[key]=attributeHook(value))}return h(tagName,properties,children)}function isChildren(x){return\"string\"==typeof x||Array.isArray(x)}var attributeHook=require(\"./hooks/attribute-hook.js\"),h=require(\"./index.js\"),BLACKLISTED_KEYS={style:!0,namespace:!0,key:!0},SVG_NAMESPACE=\"http://www.w3.org/2000/svg\";module.exports=svg},{\"./hooks/attribute-hook.js\":24,\"./index.js\":28}],48:[function(require,module){module.exports=require(17)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-vhook.js\":17}],49:[function(require,module){module.exports=require(18)},{\"./version\":51,\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-vnode.js\":18}],50:[function(require,module){module.exports=require(20)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/is-widget.js\":20}],51:[function(require,module){module.exports=require(21)},{\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/version.js\":21}],52:[function(require,module){module.exports=require(44)},{\"./is-vhook\":48,\"./is-vnode\":49,\"./is-widget\":50,\"./version\":51,\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-hyperscript/node_modules/vtree/vnode.js\":44}],53:[function(require,module){module.exports=require(22)},{\"./version\":51,\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-dom/node_modules/vtree/vpatch.js\":22}],54:[function(require,module){module.exports=require(45)},{\"./version\":51,\"/home/shashi/.julia/v0.3/Patchwork/runtime/node_modules/virtual-hyperscript/node_modules/vtree/vtext.js\":45}],55:[function(require,module){function isArray(obj){return\"[object Array]\"===toString.call(obj)}var nativeIsArray=Array.isArray,toString=Object.prototype.toString;module.exports=nativeIsArray||isArray},{}],56:[function(require,module){function reorder(array,moves){if(arr){for(var copy=array.slice(0),i=0,l=array.length;l>i;i++){var move=moves[i];void 0!==move&&(array[move]=copy[i])}return array}}function patchObject(obj,patch){for(var key in patch)obj[key]=isObject(patch[key])&&isObject(obj[key])?patchObject(obj[key],patch[key]):patch[key]}isObject=require(\"is-object\"),module.exports={reorder:reorder,patchObject:patchObject}},{\"is-object\":4}],57:[function(require,module){function patchVNode(root,patches){linkParents(root);for(var key in patches)if(\"a\"!==key)if(patch=patches[key],isArray(patch))for(var i=0,l=patch.length;l>i;i++)mutateNode(patch[i].type,patch[i].vNode,patch[i].patch);else mutateNode(patch.type,patch.vNode,patch.patch);return root}function linkParents(vNode){if(vNode&&vNode.children)for(var children=vNode.children,i=0,l=children.length;l>i;i++)children[i].up=vNode,linkParents(children[i])}var mutateNode=require(\"./vnode-patch-op\"),isArray=require(\"x-is-array\");module.exports=patchVNode},{\"./vnode-patch-op\":58,\"x-is-array\":55}],58:[function(require,module){function applyPatch(type,vNode,patch){switch(type){case VPatch.REMOVE:return removeNode(vNode);case VPatch.INSERT:return insertNode(vNode,patch);case VPatch.VTEXT:return stringPatch(vNode,patch);case VPatch.VNODE:return vNodePatch(vNode,patch);case VPatch.ORDER:return patchUtil.reorder(vNode.children,patch),vNode;case VPatch.PROPS:return patchUtil.patchObject(vNode.properties,patch),vNode;default:return vNode}}function offsetCount(node,count){node&&(void 0!==node.count?(node.count=node.count+count,offsetCount(node.up,count)):node.count=count)}function removeNode(node){if(node){var up=(node.count,node.up),idx=up.children.indexOf(node);return idx>-1&&(up.children.splice(idx,1),offsetCount(up,-node.count-1)),delete node,null}}function insertNode(node,child){return node.children.push(child),offsetCount(node,child.count+1),child.up=node,node}function stringPatch(node,patch){return node.text=patch.text,node}function vNodePatch(node,patch){var up=node.up,idx=up.children.indexOf(node),count=patch.count||0;return idx>-1&&(up.children[idx]=patch,node.count!=count&&offsetCount(up,count-node.count)),node}var VPatch=(require(\"vtree/is-widget\"),require(\"vtree/vpatch\")),patchUtil=require(\"./patch-util.js\");module.exports=applyPatch},{\"./patch-util.js\":56,\"vtree/is-widget\":50,\"vtree/vpatch\":53}],59:[function(){},{}]},{},[1]);</script>"
],
"metadata": {},
"output_type": "display_data"
},
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 1,
"text": [
"plt_svg (generic function with 1 method)"
]
}
],
"prompt_number": 1
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"lattice\", \"singer\"), x=\"VoicePart\", y=\"Height\", Geom.boxplot))"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: 0."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"031225636 seconds (3463096 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13393\"><script>new Patchwork.Node(\"pwid13393\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.47916666666667,\"y\":91.99999999999999},\"c\":[{\"txt\":\"VoicePart\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":29.023437500000007,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Soprano 1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":51.15364583333334,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Soprano 2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":73.28385416666667,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Alto 1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":95.4140625,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Alto 2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":117.54427083333334,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Tenor 1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":139.67447916666669,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Tenor 2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":161.8046875,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Bass 1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":183.93489583333334,\"y\":86.38833333333332},\"c\":[{\"txt\":\"Bass 2\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333332,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.857499999999995},\"c\":[{\"txt\":\"Height\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-17)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":177.04166666666666,\"height\":77.71499999999999,\"x\":17.958333333333343,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,80.71 L 195 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,62.29 L 195 62.29\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,43.86 L 195 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,25.43 L 195 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M40.09,5 L 40.09 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M62.22,5 L 62.22 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M84.35,5 L 84.35 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.48,5 L 106.48 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M128.61,5 L 128.61 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M150.74,5 L 150.74 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M172.87,5 L 172.87 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":73.28385416666667,\"fill\":\"#00BFFF\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#FFFFFF\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":139.67447916666669,\"fill\":\"#00BFFF\",\"r\":0.9,\"cy\":21.742999999999984,\"stroke\":\"#FFFFFF\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"c\":[{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":8.292937499999999,\"x\":18.458333333333343,\"stroke\":\"#00BFFF\",\"y\":62.286249999999974},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":13.821562499999997,\"x\":40.58854166666668,\"stroke\":\"#00BFFF\",\"y\":59.52193749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":12.900125,\"x\":62.71875000000001,\"stroke\":\"#00BFFF\",\"y\":56.757624999999976},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":11.05725,\"x\":84.84895833333333,\"stroke\":\"#00BFFF\",\"y\":54.914749999999984},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":18.428749999999997,\"x\":106.97916666666667,\"stroke\":\"#00BFFF\",\"y\":40.17174999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":7.371499999999999,\"x\":129.10937500000003,\"stroke\":\"#00BFFF\",\"y\":40.17174999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":11.05725,\"x\":151.23958333333334,\"stroke\":\"#00BFFF\",\"y\":36.485999999999976},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":21.130208333333332,\"fill\":\"#00BFFF\",\"height\":14.742999999999999,\"x\":173.36979166666669,\"stroke\":\"#00BFFF\",\"y\":29.114499999999982},\"n\":\"svg\"},{\"t\":\"g\",\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M21.98,51.23 L 36.07 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M44.11,43.86 L 58.2 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M66.24,43.86 L 80.33 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M88.37,43.86 L 102.46 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M110.5,21.74 L 124.59 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M132.63,32.8 L 146.72 32.8\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M154.76,25.43 L 168.85 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M176.89,25.43 L 190.98 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M21.98,80.71 L 36.07 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M44.11,80.71 L 58.2 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M66.24,80.71 L 80.33 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M88.37,69.66 L 102.46 69.66\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M110.5,65.97 L 124.59 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M132.63,58.6 L 146.72 58.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M154.76,58.6 L 168.85 58.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M176.89,58.6 L 190.98 58.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M29.02,62.29 L 29.02 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M51.15,59.52 L 51.15 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M73.28,56.76 L 73.28 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M95.41,54.91 L 95.41 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M117.54,40.17 L 117.54 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M139.67,40.17 L 139.67 32.8\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M161.8,36.49 L 161.8 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M183.93,29.11 L 183.93 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M29.02,70.58 L 29.02 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M51.15,73.34 L 51.15 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M73.28,69.66 L 73.28 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M95.41,65.97 L 95.41 69.66\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M117.54,58.6 L 117.54 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M139.67,47.54 L 139.67 58.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M161.8,47.54 L 161.8 58.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#00BFFF\",\"d\":\"M183.93,43.86 L 183.93 58.6\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.6},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M21.98,62.29 L 36.07 62.29\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M44.11,65.97 L 58.2 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M66.24,62.29 L 80.33 62.29\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M88.37,58.6 L 102.46 58.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M110.5,51.23 L 124.59 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M132.63,47.54 L 146.72 47.54\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M154.76,40.17 L 168.85 40.17\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"stroke\":\"#B5FFFF\",\"d\":\"M176.89,36.49 L 190.98 36.49\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":80.71499999999997},\"c\":[{\"txt\":\"60\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":62.286249999999974},\"c\":[{\"txt\":\"65\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":43.85749999999998},\"c\":[{\"txt\":\"70\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":25.428749999999983},\"c\":[{\"txt\":\"75\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":6.999999999999988},\"c\":[{\"txt\":\"80\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 18,
"text": [
"Elem{:svg,:svg}(143,Persistent{Node}[Elem{:svg,:g}(107,Persistent{Node}[Elem{:svg,:g}(106,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"VoicePart\")],{\"text-anchor\"=>\"middle\",:x=>106.47916666666667,:y=>91.99999999999999}), Elem{:svg,:g}(16,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Soprano 1\")],{\"text-anchor\"=>\"middle\",:x=>29.023437500000007,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Soprano 2\")],{\"text-anchor\"=>\"middle\",:x=>51.15364583333334,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Alto 1\")],{\"text-anchor\"=>\"middle\",:x=>73.28385416666667,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Alto 2\")],{\"text-anchor\"=>\"middle\",:x=>95.4140625,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Tenor 1\")],{\"text-anchor\"=>\"middle\",:x=>117.54427083333334,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Tenor 2\")],{\"text-anchor\"=>\"middle\",:x=>139.67447916666669,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Bass 1\")],{\"text-anchor\"=>\"middle\",:x=>161.8046875,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Bass 2\")],{\"text-anchor\"=>\"middle\",:x=>183.93489583333334,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Height\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333332,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.857499999999995})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(72,Persistent{Node}[Elem{:svg,:g}(15,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>177.04166666666666,:height=>77.71499999999999,:x=>17.958333333333343,:y=>5.0}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,80.71 L 195 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,62.29 L 195 62.29\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,43.86 L 195 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,25.43 L 195 25.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(7,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M40.09,5 L 40.09 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M62.22,5 L 62.22 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M84.35,5 L 84.35 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.48,5 L 106.48 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M128.61,5 L 128.61 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M150.74,5 L 150.74 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M172.87,5 L 172.87 82.71\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(55,Persistent{Node}[Elem{:svg,:g}(54,Persistent{Node}[Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>73.28385416666667,:fill=>\"#00BFFF\",:r=>0.9,:cy=>36.48599999999998,:stroke=>\"#FFFFFF\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>139.67447916666669,:fill=>\"#00BFFF\",:r=>0.9,:cy=>21.742999999999984,:stroke=>\"#FFFFFF\"})],#undef), Elem{:svg,:g}(41,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>8.292937499999999,:x=>18.458333333333343,:stroke=>\"#00BFFF\",:y=>62.286249999999974}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>13.821562499999997,:x=>40.58854166666668,:stroke=>\"#00BFFF\",:y=>59.52193749999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>12.900125,:x=>62.71875000000001,:stroke=>\"#00BFFF\",:y=>56.757624999999976}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>11.05725,:x=>84.84895833333333,:stroke=>\"#00BFFF\",:y=>54.914749999999984}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>18.428749999999997,:x=>106.97916666666667,:stroke=>\"#00BFFF\",:y=>40.17174999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>7.371499999999999,:x=>129.10937500000003,:stroke=>\"#00BFFF\",:y=>40.17174999999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>11.05725,:x=>151.23958333333334,:stroke=>\"#00BFFF\",:y=>36.485999999999976}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>21.130208333333332,:fill=>\"#00BFFF\",:height=>14.742999999999999,:x=>173.36979166666669,:stroke=>\"#00BFFF\",:y=>29.114499999999982}), Elem{:svg,:g}(32,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M21.98,51.23 L 36.07 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M44.11,43.86 L 58.2 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M66.24,43.86 L 80.33 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M88.37,43.86 L 102.46 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M110.5,21.74 L 124.59 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M132.63,32.8 L 146.72 32.8\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M154.76,25.43 L 168.85 25.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M176.89,25.43 L 190.98 25.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M21.98,80.71 L 36.07 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M44.11,80.71 L 58.2 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M66.24,80.71 L 80.33 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M88.37,69.66 L 102.46 69.66\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M110.5,65.97 L 124.59 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M132.63,58.6 L 146.72 58.6\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M154.76,58.6 L 168.85 58.6\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M176.89,58.6 L 190.98 58.6\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M29.02,62.29 L 29.02 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M51.15,59.52 L 51.15 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M73.28,56.76 L 73.28 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M95.41,54.91 L 95.41 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M117.54,40.17 L 117.54 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M139.67,40.17 L 139.67 32.8\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M161.8,36.49 L 161.8 25.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M183.93,29.11 L 183.93 25.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M29.02,70.58 L 29.02 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M51.15,73.34 L 51.15 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M73.28,69.66 L 73.28 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M95.41,65.97 L 95.41 69.66\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M117.54,58.6 L 117.54 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M139.67,47.54 L 139.67 58.6\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M161.8,47.54 L 161.8 58.6\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#00BFFF\",:d=>\"M183.93,43.86 L 183.93 58.6\"})],#undef)],#undef), Elem{:svg,:g}(8,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M21.98,62.29 L 36.07 62.29\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M44.11,65.97 L 58.2 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M66.24,62.29 L 80.33 62.29\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M88.37,58.6 L 102.46 58.6\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M110.5,51.23 L 124.59 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M132.63,47.54 L 146.72 47.54\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M154.76,40.17 L 168.85 40.17\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:stroke=>\"#B5FFFF\",:d=>\"M176.89,36.49 L 190.98 36.49\"})],{\"stroke-width\"=>0.6})],{\"stroke-width\"=>0.3,:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-17)\"}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"60\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>80.71499999999997}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"65\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>62.286249999999974}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"70\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>43.85749999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"75\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>25.428749999999983}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"80\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>6.999999999999988})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot yscalable\"}), Elem{:svg,:defs}(34,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 18
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"ggplot2\", \"diamonds\"), x=\"Price\", color=\"Cut\", Geom.density))"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: 0."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"342775617 seconds (58468656 bytes allocated, 20.54% gc time)\n"
]
},
{
"html": [
"<div id=\"pwid13394\"><script>new Patchwork.Node(\"pwid13394\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":97.44666666666667,\"y\":92.00000000000003},\"c\":[{\"txt\":\"Price\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":18.039999999999992,\"y\":86.38833333333336},\"c\":[{\"txt\":\"-1\u00d710<sup>4</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":57.74333333333333,\"y\":86.38833333333336},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":97.44666666666667,\"y\":86.38833333333336},\"c\":[{\"txt\":\"1\u00d710<sup>4</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":137.15000000000003,\"y\":86.38833333333336},\"c\":[{\"txt\":\"2\u00d710<sup>4</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":176.85333333333338,\"y\":86.38833333333336},\"c\":[{\"txt\":\"3\u00d710<sup>4</sup>\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"guide colorkey\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"fill\":\"#4C404B\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Ideal\",\"x\":182.66666666666669,\"y\":37.74916666666668},\"c\":[{\"txt\":\"Ideal\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Premium\",\"x\":182.66666666666669,\"y\":41.37583333333335},\"c\":[{\"txt\":\"Premium\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Good\",\"x\":182.66666666666669,\"y\":45.00250000000001},\"c\":[{\"txt\":\"Good\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Very_Good\",\"x\":182.66666666666669,\"y\":48.629166666666684},\"c\":[{\"txt\":\"Very Good\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Fair\",\"x\":182.66666666666669,\"y\":52.25583333333335},\"c\":[{\"txt\":\"Fair\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#00BFFF\",\"height\":1.8133333333333335,\"x\":179.85333333333335,\"y\":36.842500000000015},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#D4CA3A\",\"height\":1.8133333333333335,\"x\":179.85333333333335,\"y\":40.46916666666668},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#FF5EA0\",\"height\":1.8133333333333335,\"x\":179.85333333333335,\"y\":44.095833333333346},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#00E5B2\",\"height\":1.8133333333333335,\"x\":179.85333333333335,\"y\":47.72250000000002},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#F6A6FF\",\"height\":1.8133333333333335,\"x\":179.85333333333335,\"y\":51.34916666666668},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"fill\":\"#362A35\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"x\":179.85333333333335,\"y\":33.92833333333335},\"c\":[{\"txt\":\"Cut\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-18)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":162.81333333333336,\"height\":76.37833333333336,\"x\":16.039999999999992,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.04,79.38 L 178.85 79.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.04,64.9 L 178.85 64.9\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.04,50.43 L 178.85 50.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.04,35.95 L 178.85 35.95\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.04,21.48 L 178.85 21.48\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.04,7 L 178.85 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.04,5 L 18.04 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M57.74,5 L 57.74 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M97.45,5 L 97.45 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M137.15,5 L 137.15 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M176.85,5 L 176.85 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"none\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"class\":\"geometry color_Very_Good\",\"stroke\":\"#00E5B2\",\"d\":\"M51.82,79.38 L 52.11 79.38 52.4 79.37 52.7 79.37 52.99 79.36 53.29 79.34 53.58 79.31 53.87 79.27 54.17 79.2 54.46 79.08 54.76 78.91 55.05 78.65 55.34 78.27 55.64 77.74 55.93 77.02 56.23 76.05 56.52 74.8 56.81 73.22 57.11 71.3 57.4 69.02 57.7 66.4 57.99 63.48 58.28 60.34 58.58 57.08 58.87 53.82 59.17 50.71 59.46 47.88 59.75 45.46 60.05 43.57 60.34 42.26 60.64 41.57 60.93 41.5 61.22 41.99 61.52 42.96 61.81 44.3 62.11 45.91 62.4 47.66 62.69 49.45 62.99 51.18 63.28 52.8 63.58 54.26 63.87 55.53 64.16 56.6 64.46 57.49 64.75 58.21 65.05 58.79 65.34 59.26 65.63 59.64 65.93 59.97 66.22 60.26 66.52 60.55 66.81 60.84 67.1 61.14 67.4 61.47 67.69 61.83 67.99 62.22 68.28 62.64 68.57 63.07 68.87 63.51 69.16 63.96 69.46 64.39 69.75 64.8 70.04 65.18 70.34 65.51 70.63 65.8 70.93 66.03 71.22 66.2 71.51 66.31 71.81 66.36 72.1 66.35 72.4 66.28 72.69 66.18 72.98 66.04 73.28 65.88 73.57 65.72 73.87 65.56 74.16 65.43 74.45 65.33 74.75 65.27 75.04 65.27 75.34 65.33 75.63 65.45 75.92 65.63 76.22 65.86 76.51 66.15 76.81 66.48 77.1 66.84 77.39 67.22 77.69 67.62 77.98 68.03 78.28 68.43 78.57 68.83 78.86 69.21 79.16 69.57 79.45 69.92 79.74 70.24 80.04 70.54 80.33 70.82 80.63 71.08 80.92 71.31 81.21 71.53 81.51 71.73 81.8 71.91 82.1 72.09 82.39 72.25 82.68 72.4 82.98 72.54 83.27 72.68 83.57 72.82 83.86 72.95 84.15 73.09 84.45 73.22 84.74 73.36 85.04 73.5 85.33 73.64 85.62 73.78 85.92 73.91 86.21 74.05 86.51 74.19 86.8 74.33 87.09 74.47 87.39 74.6 87.68 74.74 87.98 74.88 88.27 75.01 88.56 75.14 88.86 75.27 89.15 75.4 89.45 75.52 89.74 75.63 90.03 75.73 90.33 75.81 90.62 75.89 90.92 75.95 91.21 76 91.5 76.04 91.8 76.08 92.09 76.1 92.39 76.13 92.68 76.15 92.97 76.16 93.27 76.18 93.56 76.2 93.86 76.22 94.15 76.25 94.44 76.27 94.74 76.29 95.03 76.32 95.33 76.34 95.62 76.37 95.91 76.39 96.21 76.42 96.5 76.45 96.8 76.48 97.09 76.52 97.38 76.56 97.68 76.6 97.97 76.64 98.27 76.69 98.56 76.74 98.85 76.79 99.15 76.85 99.44 76.9 99.74 76.95 100.03 77 100.32 77.04 100.62 77.08 100.91 77.12 101.21 77.15 101.5 77.18 101.79 77.2 102.09 77.22 102.38 77.23 102.68 77.24 102.97 77.25 103.26 77.26 103.56 77.26 103.85 77.27 104.15 77.29 104.44 77.3 104.73 77.32 105.03 77.34 105.32 77.36 105.62 77.38 105.91 77.41 106.2 77.44 106.5 77.47 106.79 77.5 107.09 77.53 107.38 77.56 107.67 77.59 107.97 77.62 108.26 77.65 108.56 77.68 108.85 77.71 109.14 77.74 109.44 77.77 109.73 77.8 110.03 77.83 110.32 77.86 110.61 77.88 110.91 77.91 111.2 77.93 111.5 77.95 111.79 77.97 112.08 77.98 112.38 78 112.67 78.01 112.97 78.03 113.26 78.04 113.55 78.05 113.85 78.06 114.14 78.07 114.44 78.07 114.73 78.08 115.02 78.09 115.32 78.09 115.61 78.1 115.91 78.1 116.2 78.11 116.49 78.11 116.79 78.12 117.08 78.12 117.38 78.12 117.67 78.12 117.96 78.12 118.26 78.12 118.55 78.12 118.85 78.11 119.14 78.1 119.43 78.09 119.73 78.08 120.02 78.08 120.32 78.07 120.61 78.07 120.9 78.07 121.2 78.07 121.49 78.08 121.79 78.09 122.08 78.11 122.37 78.12 122.67 78.14 122.96 78.16 123.25 78.18 123.55 78.2 123.84 78.22 124.14 78.23 124.43 78.25 124.72 78.26 125.02 78.28 125.31 78.29 125.61 78.3 125.9 78.31 126.19 78.31 126.49 78.32 126.78 78.32 127.08 78.33 127.37 78.33 127.66 78.33 127.96 78.33 128.25 78.33 128.55 78.33 128.84 78.34 129.13 78.35 129.43 78.37 129.72 78.39 130.02 78.42 130.31 78.46 130.6 78.51 130.9 78.56 131.19 78.62 131.49 78.68 131.78 78.75 132.07 78.82 132.37 78.88 132.66 78.95 132.96 79.02 133.25 79.08 133.54 79.13 133.84 79.18 134.13 79.22 134.43 79.26 134.72 79.29 135.01 79.31 135.31 79.33 135.6 79.34 135.9 79.35 136.19 79.36 136.48 79.37 136.78 79.37 137.07 79.37 137.37 79.38 137.66 79.38 137.95 79.38 138.25 79.38 138.54 79.38 138.84 79.38 139.13 79.38 139.42 79.38 139.72 79.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"class\":\"geometry color_Good\",\"stroke\":\"#FF5EA0\",\"d\":\"M51.47,79.38 L 51.77 79.38 52.06 79.37 52.36 79.37 52.66 79.36 52.95 79.35 53.25 79.33 53.54 79.3 53.84 79.25 54.13 79.16 54.43 79.04 54.73 78.86 55.02 78.6 55.32 78.23 55.61 77.72 55.91 77.04 56.2 76.16 56.5 75.04 56.8 73.67 57.09 72.01 57.39 70.08 57.68 67.89 57.98 65.47 58.28 62.89 58.57 60.23 58.87 57.57 59.16 55.02 59.46 52.67 59.75 50.63 60.05 48.95 60.35 47.71 60.64 46.91 60.94 46.57 61.23 46.65 61.53 47.1 61.82 47.85 62.12 48.84 62.42 49.99 62.71 51.21 63.01 52.45 63.3 53.66 63.6 54.78 63.89 55.8 64.19 56.7 64.49 57.47 64.78 58.13 65.08 58.69 65.37 59.16 65.67 59.56 65.97 59.93 66.26 60.27 66.56 60.6 66.85 60.93 67.15 61.27 67.44 61.61 67.74 61.95 68.04 62.27 68.33 62.57 68.63 62.83 68.92 63.04 69.22 63.18 69.51 63.26 69.81 63.26 70.11 63.18 70.4 63.03 70.7 62.82 70.99 62.55 71.29 62.23 71.58 61.89 71.88 61.53 72.18 61.17 72.47 60.83 72.77 60.52 73.06 60.26 73.36 60.07 73.66 59.95 73.95 59.92 74.25 59.99 74.54 60.16 74.84 60.43 75.13 60.81 75.43 61.28 75.73 61.83 76.02 62.45 76.32 63.12 76.61 63.84 76.91 64.56 77.2 65.3 77.5 66.01 77.8 66.7 78.09 67.35 78.39 67.95 78.68 68.5 78.98 68.99 79.27 69.43 79.57 69.82 79.87 70.16 80.16 70.46 80.46 70.73 80.75 70.98 81.05 71.2 81.35 71.41 81.64 71.61 81.94 71.81 82.23 72 82.53 72.19 82.82 72.39 83.12 72.58 83.42 72.76 83.71 72.95 84.01 73.12 84.3 73.29 84.6 73.46 84.89 73.61 85.19 73.76 85.49 73.91 85.78 74.05 86.08 74.2 86.37 74.34 86.67 74.48 86.96 74.63 87.26 74.77 87.56 74.91 87.85 75.05 88.15 75.18 88.44 75.3 88.74 75.42 89.04 75.53 89.33 75.62 89.63 75.71 89.92 75.79 90.22 75.86 90.51 75.92 90.81 75.98 91.11 76.03 91.4 76.07 91.7 76.12 91.99 76.17 92.29 76.22 92.58 76.27 92.88 76.33 93.18 76.39 93.47 76.45 93.77 76.53 94.06 76.6 94.36 76.68 94.65 76.76 94.95 76.84 95.25 76.92 95.54 76.99 95.84 77.06 96.13 77.13 96.43 77.19 96.72 77.25 97.02 77.3 97.32 77.36 97.61 77.41 97.91 77.46 98.2 77.5 98.5 77.55 98.8 77.59 99.09 77.62 99.39 77.65 99.68 77.68 99.98 77.7 100.27 77.71 100.57 77.73 100.87 77.73 101.16 77.74 101.46 77.74 101.75 77.74 102.05 77.73 102.34 77.74 102.64 77.74 102.94 77.74 103.23 77.75 103.53 77.77 103.82 77.79 104.12 77.81 104.41 77.83 104.71 77.86 105.01 77.89 105.3 77.91 105.6 77.93 105.89 77.95 106.19 77.97 106.49 77.98 106.78 77.98 107.08 77.99 107.37 77.98 107.67 77.98 107.96 77.97 108.26 77.96 108.56 77.96 108.85 77.95 109.15 77.94 109.44 77.94 109.74 77.94 110.03 77.94 110.33 77.94 110.63 77.95 110.92 77.96 111.22 77.96 111.51 77.98 111.81 77.99 112.1 78 112.4 78.02 112.7 78.04 112.99 78.06 113.29 78.08 113.58 78.11 113.88 78.13 114.18 78.15 114.47 78.17 114.77 78.19 115.06 78.21 115.36 78.22 115.65 78.23 115.95 78.23 116.25 78.23 116.54 78.24 116.84 78.24 117.13 78.24 117.43 78.24 117.72 78.24 118.02 78.24 118.32 78.24 118.61 78.24 118.91 78.24 119.2 78.24 119.5 78.23 119.79 78.23 120.09 78.22 120.39 78.21 120.68 78.2 120.98 78.19 121.27 78.19 121.57 78.19 121.87 78.19 122.16 78.2 122.46 78.21 122.75 78.24 123.05 78.26 123.34 78.29 123.64 78.33 123.94 78.36 124.23 78.4 124.53 78.43 124.82 78.46 125.12 78.48 125.41 78.5 125.71 78.52 126.01 78.52 126.3 78.53 126.6 78.53 126.89 78.53 127.19 78.52 127.48 78.52 127.78 78.52 128.08 78.51 128.37 78.51 128.67 78.52 128.96 78.52 129.26 78.53 129.56 78.54 129.85 78.56 130.15 78.58 130.44 78.61 130.74 78.64 131.03 78.68 131.33 78.73 131.63 78.78 131.92 78.83 132.22 78.89 132.51 78.94 132.81 79 133.1 79.05 133.4 79.11 133.7 79.15 133.99 79.2 134.29 79.23 134.58 79.27 134.88 79.29 135.17 79.32 135.47 79.33 135.77 79.35 136.06 79.36 136.36 79.36 136.65 79.37 136.95 79.37 137.25 79.37 137.54 79.38 137.84 79.38 138.13 79.38 138.43 79.38 138.72 79.38 139.02 79.38 139.32 79.38 139.61 79.38 139.91 79.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"class\":\"geometry color_Ideal\",\"stroke\":\"#00BFFF\",\"d\":\"M53.53,79.38 L 53.81 79.38 54.09 79.37 54.37 79.37 54.66 79.36 54.94 79.34 55.22 79.3 55.5 79.23 55.79 79.1 56.07 78.88 56.35 78.51 56.63 77.92 56.91 77.03 57.2 75.72 57.48 73.88 57.76 71.39 58.04 68.17 58.33 64.16 58.61 59.38 58.89 53.93 59.17 48.01 59.45 41.9 59.74 35.93 60.02 30.47 60.3 25.89 60.58 22.48 60.87 20.44 61.15 19.85 61.43 20.65 61.71 22.67 61.99 25.64 62.28 29.24 62.56 33.12 62.84 37 63.12 40.63 63.41 43.85 63.69 46.58 63.97 48.82 64.25 50.65 64.54 52.14 64.82 53.41 65.1 54.54 65.38 55.62 65.66 56.66 65.95 57.7 66.23 58.72 66.51 59.7 66.79 60.62 67.08 61.48 67.36 62.25 67.64 62.94 67.92 63.57 68.2 64.14 68.49 64.67 68.77 65.16 69.05 65.63 69.33 66.08 69.62 66.52 69.9 66.96 70.18 67.4 70.46 67.83 70.74 68.27 71.03 68.7 71.31 69.12 71.59 69.53 71.87 69.92 72.16 70.28 72.44 70.6 72.72 70.88 73 71.11 73.28 71.29 73.57 71.41 73.85 71.49 74.13 71.52 74.41 71.52 74.7 71.49 74.98 71.44 75.26 71.38 75.54 71.33 75.83 71.27 76.11 71.24 76.39 71.22 76.67 71.22 76.95 71.26 77.24 71.32 77.52 71.41 77.8 71.54 78.08 71.69 78.37 71.86 78.65 72.06 78.93 72.27 79.21 72.49 79.49 72.71 79.78 72.93 80.06 73.14 80.34 73.34 80.62 73.52 80.91 73.68 81.19 73.82 81.47 73.94 81.75 74.03 82.03 74.11 82.32 74.17 82.6 74.21 82.88 74.25 83.16 74.3 83.45 74.34 83.73 74.4 84.01 74.47 84.29 74.54 84.57 74.63 84.86 74.72 85.14 74.81 85.42 74.89 85.7 74.98 85.99 75.06 86.27 75.13 86.55 75.21 86.83 75.28 87.11 75.36 87.4 75.43 87.68 75.5 87.96 75.58 88.24 75.65 88.53 75.72 88.81 75.79 89.09 75.85 89.37 75.9 89.66 75.95 89.94 76 90.22 76.04 90.5 76.07 90.78 76.09 91.07 76.11 91.35 76.12 91.63 76.12 91.91 76.12 92.2 76.13 92.48 76.13 92.76 76.13 93.04 76.14 93.32 76.16 93.61 76.17 93.89 76.2 94.17 76.24 94.45 76.28 94.74 76.33 95.02 76.39 95.3 76.45 95.58 76.52 95.86 76.6 96.15 76.67 96.43 76.74 96.71 76.8 96.99 76.86 97.28 76.9 97.56 76.94 97.84 76.96 98.12 76.97 98.4 76.98 98.69 76.99 98.97 76.99 99.25 76.99 99.53 76.99 99.82 76.99 100.1 76.99 100.38 76.99 100.66 77 100.95 77.02 101.23 77.04 101.51 77.07 101.79 77.11 102.07 77.16 102.36 77.22 102.64 77.28 102.92 77.35 103.2 77.42 103.49 77.48 103.77 77.54 104.05 77.59 104.33 77.63 104.61 77.67 104.9 77.69 105.18 77.7 105.46 77.7 105.74 77.7 106.03 77.69 106.31 77.69 106.59 77.69 106.87 77.69 107.15 77.69 107.44 77.69 107.72 77.71 108 77.72 108.28 77.75 108.57 77.78 108.85 77.81 109.13 77.85 109.41 77.89 109.69 77.93 109.98 77.98 110.26 78.01 110.54 78.05 110.82 78.08 111.11 78.11 111.39 78.13 111.67 78.15 111.95 78.17 112.24 78.18 112.52 78.19 112.8 78.2 113.08 78.2 113.36 78.21 113.65 78.21 113.93 78.21 114.21 78.22 114.49 78.22 114.78 78.23 115.06 78.25 115.34 78.26 115.62 78.28 115.9 78.3 116.19 78.33 116.47 78.35 116.75 78.36 117.03 78.37 117.32 78.38 117.6 78.38 117.88 78.37 118.16 78.37 118.44 78.36 118.73 78.36 119.01 78.35 119.29 78.35 119.57 78.35 119.86 78.35 120.14 78.36 120.42 78.36 120.7 78.37 120.98 78.38 121.27 78.39 121.55 78.4 121.83 78.41 122.11 78.42 122.4 78.42 122.68 78.42 122.96 78.42 123.24 78.42 123.53 78.42 123.81 78.42 124.09 78.42 124.37 78.42 124.65 78.42 124.94 78.43 125.22 78.43 125.5 78.44 125.78 78.45 126.07 78.46 126.35 78.48 126.63 78.49 126.91 78.51 127.19 78.52 127.48 78.53 127.76 78.54 128.04 78.54 128.32 78.54 128.61 78.54 128.89 78.53 129.17 78.53 129.45 78.53 129.73 78.53 130.02 78.55 130.3 78.57 130.58 78.59 130.86 78.63 131.15 78.68 131.43 78.74 131.71 78.8 131.99 78.87 132.27 78.94 132.56 79.01 132.84 79.07 133.12 79.13 133.4 79.19 133.69 79.23 133.97 79.27 134.25 79.3 134.53 79.33 134.81 79.34 135.1 79.36 135.38 79.37 135.66 79.37 135.94 79.37 136.23 79.38 136.51 79.38 136.79 79.38 137.07 79.38 137.36 79.38 137.64 79.38 137.92 79.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"class\":\"geometry color_Premium\",\"stroke\":\"#D4CA3A\",\"d\":\"M50.71,79.38 L 51.02 79.38 51.32 79.38 51.62 79.37 51.92 79.37 52.22 79.37 52.52 79.36 52.82 79.34 53.13 79.32 53.43 79.28 53.73 79.22 54.03 79.14 54.33 79.01 54.63 78.84 54.93 78.59 55.23 78.25 55.54 77.79 55.84 77.18 56.14 76.41 56.44 75.43 56.74 74.22 57.04 72.77 57.34 71.07 57.64 69.11 57.95 66.91 58.25 64.51 58.55 61.95 58.85 59.31 59.15 56.66 59.45 54.09 59.75 51.69 60.05 49.56 60.36 47.76 60.66 46.37 60.96 45.42 61.26 44.93 61.56 44.9 61.86 45.3 62.16 46.08 62.47 47.16 62.77 48.49 63.07 49.98 63.37 51.55 63.67 53.13 63.97 54.68 64.27 56.15 64.57 57.5 64.88 58.72 65.18 59.81 65.48 60.76 65.78 61.59 66.08 62.31 66.38 62.95 66.68 63.51 66.98 64.02 67.29 64.48 67.59 64.92 67.89 65.33 68.19 65.73 68.49 66.11 68.79 66.47 69.09 66.82 69.39 67.14 69.7 67.42 70 67.66 70.3 67.86 70.6 68 70.9 68.09 71.2 68.12 71.5 68.08 71.81 68 72.11 67.86 72.41 67.68 72.71 67.47 73.01 67.23 73.31 66.99 73.61 66.74 73.91 66.51 74.22 66.3 74.52 66.12 74.82 65.98 75.12 65.88 75.42 65.83 75.72 65.83 76.02 65.87 76.32 65.95 76.63 66.08 76.93 66.24 77.23 66.44 77.53 66.67 77.83 66.91 78.13 67.18 78.43 67.45 78.73 67.74 79.04 68.03 79.34 68.32 79.64 68.62 79.94 68.9 80.24 69.19 80.54 69.47 80.84 69.74 81.14 70.01 81.45 70.27 81.75 70.52 82.05 70.78 82.35 71.02 82.65 71.27 82.95 71.51 83.25 71.75 83.56 71.98 83.86 72.21 84.16 72.42 84.46 72.63 84.76 72.83 85.06 73.02 85.36 73.2 85.66 73.36 85.97 73.52 86.27 73.66 86.57 73.79 86.87 73.92 87.17 74.03 87.47 74.15 87.77 74.26 88.07 74.36 88.38 74.47 88.68 74.57 88.98 74.66 89.28 74.76 89.58 74.85 89.88 74.93 90.18 75.01 90.48 75.08 90.79 75.14 91.09 75.2 91.39 75.26 91.69 75.31 91.99 75.36 92.29 75.41 92.59 75.45 92.9 75.51 93.2 75.56 93.5 75.61 93.8 75.67 94.1 75.72 94.4 75.78 94.7 75.84 95 75.89 95.31 75.94 95.61 75.99 95.91 76.03 96.21 76.07 96.51 76.11 96.81 76.14 97.11 76.17 97.41 76.2 97.72 76.22 98.02 76.24 98.32 76.26 98.62 76.27 98.92 76.28 99.22 76.29 99.52 76.3 99.82 76.3 100.13 76.3 100.43 76.31 100.73 76.31 101.03 76.32 101.33 76.33 101.63 76.34 101.93 76.36 102.23 76.39 102.54 76.42 102.84 76.46 103.14 76.49 103.44 76.54 103.74 76.58 104.04 76.63 104.34 76.68 104.65 76.72 104.95 76.76 105.25 76.8 105.55 76.84 105.85 76.87 106.15 76.89 106.45 76.91 106.75 76.93 107.06 76.95 107.36 76.96 107.66 76.97 107.96 76.97 108.26 76.97 108.56 76.98 108.86 76.98 109.16 76.98 109.47 76.98 109.77 76.99 110.07 76.99 110.37 77 110.67 77.01 110.97 77.02 111.27 77.03 111.57 77.04 111.88 77.06 112.18 77.07 112.48 77.09 112.78 77.11 113.08 77.12 113.38 77.14 113.68 77.17 113.99 77.19 114.29 77.21 114.59 77.24 114.89 77.26 115.19 77.29 115.49 77.31 115.79 77.34 116.09 77.37 116.4 77.39 116.7 77.42 117 77.44 117.3 77.46 117.6 77.48 117.9 77.5 118.2 77.52 118.5 77.54 118.81 77.56 119.11 77.57 119.41 77.58 119.71 77.6 120.01 77.61 120.31 77.62 120.61 77.63 120.91 77.64 121.22 77.65 121.52 77.66 121.82 77.66 122.12 77.67 122.42 77.67 122.72 77.67 123.02 77.67 123.33 77.67 123.63 77.66 123.93 77.66 124.23 77.66 124.53 77.66 124.83 77.66 125.13 77.67 125.43 77.68 125.74 77.7 126.04 77.71 126.34 77.73 126.64 77.76 126.94 77.79 127.24 77.81 127.54 77.85 127.84 77.88 128.15 77.91 128.45 77.95 128.75 77.99 129.05 78.03 129.35 78.07 129.65 78.11 129.95 78.16 130.25 78.22 130.56 78.28 130.86 78.34 131.16 78.41 131.46 78.48 131.76 78.56 132.06 78.63 132.36 78.71 132.66 78.79 132.97 78.86 133.27 78.93 133.57 79 133.87 79.06 134.17 79.12 134.47 79.17 134.77 79.21 135.08 79.25 135.38 79.28 135.68 79.3 135.98 79.32 136.28 79.34 136.58 79.35 136.88 79.36 137.18 79.36 137.49 79.37 137.79 79.37 138.09 79.37 138.39 79.38 138.69 79.38 138.99 79.38 139.29 79.38 139.59 79.38 139.9 79.38 140.2 79.38 140.5 79.38 140.8 79.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"class\":\"geometry color_Fair\",\"stroke\":\"#F6A6FF\",\"d\":\"M51.4,79.38 L 51.69 79.38 51.98 79.38 52.28 79.38 52.57 79.38 52.86 79.37 53.16 79.37 53.45 79.37 53.74 79.36 54.04 79.35 54.33 79.33 54.62 79.3 54.92 79.25 55.21 79.19 55.51 79.09 55.8 78.97 56.09 78.79 56.39 78.55 56.68 78.25 56.97 77.85 57.27 77.35 57.56 76.73 57.85 75.99 58.15 75.11 58.44 74.09 58.73 72.93 59.03 71.66 59.32 70.27 59.62 68.81 59.91 67.3 60.2 65.78 60.5 64.28 60.79 62.85 61.08 61.52 61.38 60.32 61.67 59.26 61.96 58.36 62.26 57.6 62.55 56.97 62.84 56.46 63.14 56.02 63.43 55.64 63.73 55.28 64.02 54.92 64.31 54.54 64.61 54.14 64.9 53.72 65.19 53.29 65.49 52.86 65.78 52.44 66.07 52.06 66.37 51.74 66.66 51.49 66.95 51.31 67.25 51.21 67.54 51.2 67.84 51.27 68.13 51.42 68.42 51.64 68.72 51.91 69.01 52.24 69.3 52.61 69.6 53.02 69.89 53.44 70.18 53.88 70.48 54.32 70.77 54.75 71.06 55.17 71.36 55.56 71.65 55.94 71.95 56.3 72.24 56.64 72.53 56.97 72.83 57.3 73.12 57.63 73.41 57.99 73.71 58.36 74 58.77 74.29 59.2 74.59 59.68 74.88 60.18 75.17 60.73 75.47 61.3 75.76 61.9 76.06 62.52 76.35 63.17 76.64 63.82 76.94 64.48 77.23 65.14 77.52 65.79 77.82 66.43 78.11 67.04 78.4 67.63 78.7 68.17 78.99 68.68 79.29 69.15 79.58 69.57 79.87 69.95 80.17 70.29 80.46 70.59 80.75 70.86 81.05 71.11 81.34 71.33 81.63 71.53 81.93 71.72 82.22 71.9 82.51 72.07 82.81 72.24 83.1 72.41 83.4 72.57 83.69 72.73 83.98 72.89 84.28 73.04 84.57 73.19 84.86 73.33 85.16 73.47 85.45 73.61 85.74 73.75 86.04 73.89 86.33 74.03 86.62 74.17 86.92 74.31 87.21 74.46 87.51 74.61 87.8 74.75 88.09 74.9 88.39 75.04 88.68 75.18 88.97 75.32 89.27 75.45 89.56 75.58 89.85 75.69 90.15 75.8 90.44 75.91 90.73 76.01 91.03 76.1 91.32 76.2 91.62 76.29 91.91 76.38 92.2 76.47 92.5 76.56 92.79 76.66 93.08 76.76 93.38 76.86 93.67 76.96 93.96 77.06 94.26 77.15 94.55 77.23 94.84 77.3 95.14 77.36 95.43 77.4 95.73 77.43 96.02 77.45 96.31 77.45 96.61 77.44 96.9 77.41 97.19 77.37 97.49 77.33 97.78 77.27 98.07 77.21 98.37 77.15 98.66 77.09 98.95 77.02 99.25 76.97 99.54 76.92 99.84 76.88 100.13 76.86 100.42 76.85 100.72 76.86 101.01 76.89 101.3 76.94 101.6 77 101.89 77.08 102.18 77.16 102.48 77.26 102.77 77.36 103.06 77.46 103.36 77.55 103.65 77.64 103.95 77.71 104.24 77.78 104.53 77.82 104.83 77.85 105.12 77.86 105.41 77.85 105.71 77.82 106 77.78 106.29 77.73 106.59 77.67 106.88 77.6 107.17 77.54 107.47 77.48 107.76 77.42 108.06 77.38 108.35 77.35 108.64 77.33 108.94 77.32 109.23 77.32 109.52 77.32 109.82 77.33 110.11 77.35 110.4 77.37 110.7 77.39 110.99 77.42 111.28 77.45 111.58 77.48 111.87 77.52 112.17 77.57 112.46 77.62 112.75 77.67 113.05 77.73 113.34 77.78 113.63 77.84 113.93 77.89 114.22 77.94 114.51 77.98 114.81 78.01 115.1 78.04 115.39 78.05 115.69 78.06 115.98 78.07 116.28 78.06 116.57 78.05 116.86 78.04 117.16 78.02 117.45 78 117.74 77.98 118.04 77.96 118.33 77.93 118.62 77.92 118.92 77.9 119.21 77.9 119.5 77.9 119.8 77.91 120.09 77.94 120.39 77.97 120.68 78.01 120.97 78.07 121.27 78.13 121.56 78.2 121.85 78.27 122.15 78.34 122.44 78.41 122.73 78.48 123.03 78.54 123.32 78.59 123.61 78.64 123.91 78.67 124.2 78.7 124.5 78.72 124.79 78.73 125.08 78.74 125.38 78.74 125.67 78.74 125.96 78.73 126.26 78.72 126.55 78.7 126.84 78.68 127.14 78.67 127.43 78.65 127.72 78.63 128.02 78.61 128.31 78.59 128.61 78.57 128.9 78.55 129.19 78.54 129.49 78.54 129.78 78.54 130.07 78.55 130.37 78.57 130.66 78.6 130.95 78.64 131.25 78.69 131.54 78.74 131.83 78.8 132.13 78.86 132.42 78.92 132.72 78.99 133.01 79.05 133.3 79.1 133.6 79.15 133.89 79.2 134.18 79.24 134.48 79.27 134.77 79.3 135.06 79.32 135.36 79.33 135.65 79.35 135.94 79.36 136.24 79.36 136.53 79.37 136.83 79.37 137.12 79.37 137.41 79.38 137.71 79.38 138 79.38 138.29 79.38 138.59 79.38 138.88 79.38 139.17 79.38\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.040000000000001,\"y\":79.37833333333336},\"c\":[{\"txt\":\"0.0000\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.040000000000001,\"y\":64.90266666666669},\"c\":[{\"txt\":\"0.0001\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.040000000000001,\"y\":50.42700000000002},\"c\":[{\"txt\":\"0.0002\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.040000000000001,\"y\":35.95133333333334},\"c\":[{\"txt\":\"0.0003\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.040000000000001,\"y\":21.47566666666667},\"c\":[{\"txt\":\"0.0004\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.040000000000001,\"y\":6.999999999999998},\"c\":[{\"txt\":\"0.0005\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 19,
"text": [
"Elem{:svg,:svg}(109,Persistent{Node}[Elem{:svg,:g}(71,Persistent{Node}[Elem{:svg,:g}(70,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Price\")],{\"text-anchor\"=>\"middle\",:x=>97.44666666666667,:y=>92.00000000000003}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"-1\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>18.039999999999992,:y=>86.38833333333336}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{\"text-anchor\"=>\"middle\",:x=>57.74333333333333,:y=>86.38833333333336}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>97.44666666666667,:y=>86.38833333333336}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>137.15000000000003,:y=>86.38833333333336}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>176.85333333333338,:y=>86.38833333333336})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(20,Persistent{Node}[Elem{:svg,:g}(16,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Ideal\")],{:dy=>\"0.35em\",:class=>\"color_Ideal\",:x=>182.66666666666669,:y=>37.74916666666668}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Premium\")],{:dy=>\"0.35em\",:class=>\"color_Premium\",:x=>182.66666666666669,:y=>41.37583333333335}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Good\")],{:dy=>\"0.35em\",:class=>\"color_Good\",:x=>182.66666666666669,:y=>45.00250000000001}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Very Good\")],{:dy=>\"0.35em\",:class=>\"color_Very_Good\",:x=>182.66666666666669,:y=>48.629166666666684}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Fair\")],{:dy=>\"0.35em\",:class=>\"color_Fair\",:x=>182.66666666666669,:y=>52.25583333333335}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#00BFFF\",:height=>1.8133333333333335,:x=>179.85333333333335,:y=>36.842500000000015}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#D4CA3A\",:height=>1.8133333333333335,:x=>179.85333333333335,:y=>40.46916666666668}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#FF5EA0\",:height=>1.8133333333333335,:x=>179.85333333333335,:y=>44.095833333333346}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#00E5B2\",:height=>1.8133333333333335,:x=>179.85333333333335,:y=>47.72250000000002}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#F6A6FF\",:height=>1.8133333333333335,:x=>179.85333333333335,:y=>51.34916666666668})],{:stroke=>\"none\"})],{\"font-size\"=>2.822222222222222,:fill=>\"#4C404B\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Cut\")],{:x=>179.85333333333335,:y=>33.92833333333335})],{\"font-size\"=>3.880555555555555,:fill=>\"#362A35\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:stroke=>\"none\"})],{:class=>\"guide colorkey\"}), Elem{:svg,:g}(22,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>162.81333333333336,:height=>76.37833333333336,:x=>16.039999999999992,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.04,79.38 L 178.85 79.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.04,64.9 L 178.85 64.9\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.04,50.43 L 178.85 50.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.04,35.95 L 178.85 35.95\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.04,21.48 L 178.85 21.48\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.04,7 L 178.85 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.04,5 L 18.04 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M57.74,5 L 57.74 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M97.45,5 L 97.45 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M137.15,5 L 137.15 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M176.85,5 L 176.85 81.38\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:class=>\"geometry color_Very_Good\",:stroke=>\"#00E5B2\",:d=>\"M51.82,79.38 L 52.11 79.38 52.4 79.37 52.7 79.37 52.99 79.36 53.29 79.34 53.58 79.31 53.87 79.27 54.17 79.2 54.46 79.08 54.76 78.91 55.05 78.65 55.34 78.27 55.64 77.74 55.93 77.02 56.23 76.05 56.52 74.8 56.81 73.22 57.11 71.3 57.4 69.02 57.7 66.4 57.99 63.48 58.28 60.34 58.58 57.08 58.87 53.82 59.17 50.71 59.46 47.88 59.75 45.46 60.05 43.57 60.34 42.26 60.64 41.57 60.93 41.5 61.22 41.99 61.52 42.96 61.81 44.3 62.11 45.91 62.4 47.66 62.69 49.45 62.99 51.18 63.28 52.8 63.58 54.26 63.87 55.53 64.16 56.6 64.46 57.49 64.75 58.21 65.05 58.79 65.34 59.26 65.63 59.64 65.93 59.97 66.22 60.26 66.52 60.55 66.81 60.84 67.1 61.14 67.4 61.47 67.69 61.83 67.99 62.22 68.28 62.64 68.57 63.07 68.87 63.51 69.16 63.96 69.46 64.39 69.75 64.8 70.04 65.18 70.34 65.51 70.63 65.8 70.93 66.03 71.22 66.2 71.51 66.31 71.81 66.36 72.1 66.35 72.4 66.28 72.69 66.18 72.98 66.04 73.28 65.88 73.57 65.72 73.87 65.56 74.16 65.43 74.45 65.33 74.75 65.27 75.04 65.27 75.34 65.33 75.63 65.45 75.92 65.63 76.22 65.86 76.51 66.15 76.81 66.48 77.1 66.84 77.39 67.22 77.69 67.62 77.98 68.03 78.28 68.43 78.57 68.83 78.86 69.21 79.16 69.57 79.45 69.92 79.74 70.24 80.04 70.54 80.33 70.82 80.63 71.08 80.92 71.31 81.21 71.53 81.51 71.73 81.8 71.91 82.1 72.09 82.39 72.25 82.68 72.4 82.98 72.54 83.27 72.68 83.57 72.82 83.86 72.95 84.15 73.09 84.45 73.22 84.74 73.36 85.04 73.5 85.33 73.64 85.62 73.78 85.92 73.91 86.21 74.05 86.51 74.19 86.8 74.33 87.09 74.47 87.39 74.6 87.68 74.74 87.98 74.88 88.27 75.01 88.56 75.14 88.86 75.27 89.15 75.4 89.45 75.52 89.74 75.63 90.03 75.73 90.33 75.81 90.62 75.89 90.92 75.95 91.21 76 91.5 76.04 91.8 76.08 92.09 76.1 92.39 76.13 92.68 76.15 92.97 76.16 93.27 76.18 93.56 76.2 93.86 76.22 94.15 76.25 94.44 76.27 94.74 76.29 95.03 76.32 95.33 76.34 95.62 76.37 95.91 76.39 96.21 76.42 96.5 76.45 96.8 76.48 97.09 76.52 97.38 76.56 97.68 76.6 97.97 76.64 98.27 76.69 98.56 76.74 98.85 76.79 99.15 76.85 99.44 76.9 99.74 76.95 100.03 77 100.32 77.04 100.62 77.08 100.91 77.12 101.21 77.15 101.5 77.18 101.79 77.2 102.09 77.22 102.38 77.23 102.68 77.24 102.97 77.25 103.26 77.26 103.56 77.26 103.85 77.27 104.15 77.29 104.44 77.3 104.73 77.32 105.03 77.34 105.32 77.36 105.62 77.38 105.91 77.41 106.2 77.44 106.5 77.47 106.79 77.5 107.09 77.53 107.38 77.56 107.67 77.59 107.97 77.62 108.26 77.65 108.56 77.68 108.85 77.71 109.14 77.74 109.44 77.77 109.73 77.8 110.03 77.83 110.32 77.86 110.61 77.88 110.91 77.91 111.2 77.93 111.5 77.95 111.79 77.97 112.08 77.98 112.38 78 112.67 78.01 112.97 78.03 113.26 78.04 113.55 78.05 113.85 78.06 114.14 78.07 114.44 78.07 114.73 78.08 115.02 78.09 115.32 78.09 115.61 78.1 115.91 78.1 116.2 78.11 116.49 78.11 116.79 78.12 117.08 78.12 117.38 78.12 117.67 78.12 117.96 78.12 118.26 78.12 118.55 78.12 118.85 78.11 119.14 78.1 119.43 78.09 119.73 78.08 120.02 78.08 120.32 78.07 120.61 78.07 120.9 78.07 121.2 78.07 121.49 78.08 121.79 78.09 122.08 78.11 122.37 78.12 122.67 78.14 122.96 78.16 123.25 78.18 123.55 78.2 123.84 78.22 124.14 78.23 124.43 78.25 124.72 78.26 125.02 78.28 125.31 78.29 125.61 78.3 125.9 78.31 126.19 78.31 126.49 78.32 126.78 78.32 127.08 78.33 127.37 78.33 127.66 78.33 127.96 78.33 128.25 78.33 128.55 78.33 128.84 78.34 129.13 78.35 129.43 78.37 129.72 78.39 130.02 78.42 130.31 78.46 130.6 78.51 130.9 78.56 131.19 78.62 131.49 78.68 131.78 78.75 132.07 78.82 132.37 78.88 132.66 78.95 132.96 79.02 133.25 79.08 133.54 79.13 133.84 79.18 134.13 79.22 134.43 79.26 134.72 79.29 135.01 79.31 135.31 79.33 135.6 79.34 135.9 79.35 136.19 79.36 136.48 79.37 136.78 79.37 137.07 79.37 137.37 79.38 137.66 79.38 137.95 79.38 138.25 79.38 138.54 79.38 138.84 79.38 139.13 79.38 139.42 79.38 139.72 79.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:class=>\"geometry color_Good\",:stroke=>\"#FF5EA0\",:d=>\"M51.47,79.38 L 51.77 79.38 52.06 79.37 52.36 79.37 52.66 79.36 52.95 79.35 53.25 79.33 53.54 79.3 53.84 79.25 54.13 79.16 54.43 79.04 54.73 78.86 55.02 78.6 55.32 78.23 55.61 77.72 55.91 77.04 56.2 76.16 56.5 75.04 56.8 73.67 57.09 72.01 57.39 70.08 57.68 67.89 57.98 65.47 58.28 62.89 58.57 60.23 58.87 57.57 59.16 55.02 59.46 52.67 59.75 50.63 60.05 48.95 60.35 47.71 60.64 46.91 60.94 46.57 61.23 46.65 61.53 47.1 61.82 47.85 62.12 48.84 62.42 49.99 62.71 51.21 63.01 52.45 63.3 53.66 63.6 54.78 63.89 55.8 64.19 56.7 64.49 57.47 64.78 58.13 65.08 58.69 65.37 59.16 65.67 59.56 65.97 59.93 66.26 60.27 66.56 60.6 66.85 60.93 67.15 61.27 67.44 61.61 67.74 61.95 68.04 62.27 68.33 62.57 68.63 62.83 68.92 63.04 69.22 63.18 69.51 63.26 69.81 63.26 70.11 63.18 70.4 63.03 70.7 62.82 70.99 62.55 71.29 62.23 71.58 61.89 71.88 61.53 72.18 61.17 72.47 60.83 72.77 60.52 73.06 60.26 73.36 60.07 73.66 59.95 73.95 59.92 74.25 59.99 74.54 60.16 74.84 60.43 75.13 60.81 75.43 61.28 75.73 61.83 76.02 62.45 76.32 63.12 76.61 63.84 76.91 64.56 77.2 65.3 77.5 66.01 77.8 66.7 78.09 67.35 78.39 67.95 78.68 68.5 78.98 68.99 79.27 69.43 79.57 69.82 79.87 70.16 80.16 70.46 80.46 70.73 80.75 70.98 81.05 71.2 81.35 71.41 81.64 71.61 81.94 71.81 82.23 72 82.53 72.19 82.82 72.39 83.12 72.58 83.42 72.76 83.71 72.95 84.01 73.12 84.3 73.29 84.6 73.46 84.89 73.61 85.19 73.76 85.49 73.91 85.78 74.05 86.08 74.2 86.37 74.34 86.67 74.48 86.96 74.63 87.26 74.77 87.56 74.91 87.85 75.05 88.15 75.18 88.44 75.3 88.74 75.42 89.04 75.53 89.33 75.62 89.63 75.71 89.92 75.79 90.22 75.86 90.51 75.92 90.81 75.98 91.11 76.03 91.4 76.07 91.7 76.12 91.99 76.17 92.29 76.22 92.58 76.27 92.88 76.33 93.18 76.39 93.47 76.45 93.77 76.53 94.06 76.6 94.36 76.68 94.65 76.76 94.95 76.84 95.25 76.92 95.54 76.99 95.84 77.06 96.13 77.13 96.43 77.19 96.72 77.25 97.02 77.3 97.32 77.36 97.61 77.41 97.91 77.46 98.2 77.5 98.5 77.55 98.8 77.59 99.09 77.62 99.39 77.65 99.68 77.68 99.98 77.7 100.27 77.71 100.57 77.73 100.87 77.73 101.16 77.74 101.46 77.74 101.75 77.74 102.05 77.73 102.34 77.74 102.64 77.74 102.94 77.74 103.23 77.75 103.53 77.77 103.82 77.79 104.12 77.81 104.41 77.83 104.71 77.86 105.01 77.89 105.3 77.91 105.6 77.93 105.89 77.95 106.19 77.97 106.49 77.98 106.78 77.98 107.08 77.99 107.37 77.98 107.67 77.98 107.96 77.97 108.26 77.96 108.56 77.96 108.85 77.95 109.15 77.94 109.44 77.94 109.74 77.94 110.03 77.94 110.33 77.94 110.63 77.95 110.92 77.96 111.22 77.96 111.51 77.98 111.81 77.99 112.1 78 112.4 78.02 112.7 78.04 112.99 78.06 113.29 78.08 113.58 78.11 113.88 78.13 114.18 78.15 114.47 78.17 114.77 78.19 115.06 78.21 115.36 78.22 115.65 78.23 115.95 78.23 116.25 78.23 116.54 78.24 116.84 78.24 117.13 78.24 117.43 78.24 117.72 78.24 118.02 78.24 118.32 78.24 118.61 78.24 118.91 78.24 119.2 78.24 119.5 78.23 119.79 78.23 120.09 78.22 120.39 78.21 120.68 78.2 120.98 78.19 121.27 78.19 121.57 78.19 121.87 78.19 122.16 78.2 122.46 78.21 122.75 78.24 123.05 78.26 123.34 78.29 123.64 78.33 123.94 78.36 124.23 78.4 124.53 78.43 124.82 78.46 125.12 78.48 125.41 78.5 125.71 78.52 126.01 78.52 126.3 78.53 126.6 78.53 126.89 78.53 127.19 78.52 127.48 78.52 127.78 78.52 128.08 78.51 128.37 78.51 128.67 78.52 128.96 78.52 129.26 78.53 129.56 78.54 129.85 78.56 130.15 78.58 130.44 78.61 130.74 78.64 131.03 78.68 131.33 78.73 131.63 78.78 131.92 78.83 132.22 78.89 132.51 78.94 132.81 79 133.1 79.05 133.4 79.11 133.7 79.15 133.99 79.2 134.29 79.23 134.58 79.27 134.88 79.29 135.17 79.32 135.47 79.33 135.77 79.35 136.06 79.36 136.36 79.36 136.65 79.37 136.95 79.37 137.25 79.37 137.54 79.38 137.84 79.38 138.13 79.38 138.43 79.38 138.72 79.38 139.02 79.38 139.32 79.38 139.61 79.38 139.91 79.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:class=>\"geometry color_Ideal\",:stroke=>\"#00BFFF\",:d=>\"M53.53,79.38 L 53.81 79.38 54.09 79.37 54.37 79.37 54.66 79.36 54.94 79.34 55.22 79.3 55.5 79.23 55.79 79.1 56.07 78.88 56.35 78.51 56.63 77.92 56.91 77.03 57.2 75.72 57.48 73.88 57.76 71.39 58.04 68.17 58.33 64.16 58.61 59.38 58.89 53.93 59.17 48.01 59.45 41.9 59.74 35.93 60.02 30.47 60.3 25.89 60.58 22.48 60.87 20.44 61.15 19.85 61.43 20.65 61.71 22.67 61.99 25.64 62.28 29.24 62.56 33.12 62.84 37 63.12 40.63 63.41 43.85 63.69 46.58 63.97 48.82 64.25 50.65 64.54 52.14 64.82 53.41 65.1 54.54 65.38 55.62 65.66 56.66 65.95 57.7 66.23 58.72 66.51 59.7 66.79 60.62 67.08 61.48 67.36 62.25 67.64 62.94 67.92 63.57 68.2 64.14 68.49 64.67 68.77 65.16 69.05 65.63 69.33 66.08 69.62 66.52 69.9 66.96 70.18 67.4 70.46 67.83 70.74 68.27 71.03 68.7 71.31 69.12 71.59 69.53 71.87 69.92 72.16 70.28 72.44 70.6 72.72 70.88 73 71.11 73.28 71.29 73.57 71.41 73.85 71.49 74.13 71.52 74.41 71.52 74.7 71.49 74.98 71.44 75.26 71.38 75.54 71.33 75.83 71.27 76.11 71.24 76.39 71.22 76.67 71.22 76.95 71.26 77.24 71.32 77.52 71.41 77.8 71.54 78.08 71.69 78.37 71.86 78.65 72.06 78.93 72.27 79.21 72.49 79.49 72.71 79.78 72.93 80.06 73.14 80.34 73.34 80.62 73.52 80.91 73.68 81.19 73.82 81.47 73.94 81.75 74.03 82.03 74.11 82.32 74.17 82.6 74.21 82.88 74.25 83.16 74.3 83.45 74.34 83.73 74.4 84.01 74.47 84.29 74.54 84.57 74.63 84.86 74.72 85.14 74.81 85.42 74.89 85.7 74.98 85.99 75.06 86.27 75.13 86.55 75.21 86.83 75.28 87.11 75.36 87.4 75.43 87.68 75.5 87.96 75.58 88.24 75.65 88.53 75.72 88.81 75.79 89.09 75.85 89.37 75.9 89.66 75.95 89.94 76 90.22 76.04 90.5 76.07 90.78 76.09 91.07 76.11 91.35 76.12 91.63 76.12 91.91 76.12 92.2 76.13 92.48 76.13 92.76 76.13 93.04 76.14 93.32 76.16 93.61 76.17 93.89 76.2 94.17 76.24 94.45 76.28 94.74 76.33 95.02 76.39 95.3 76.45 95.58 76.52 95.86 76.6 96.15 76.67 96.43 76.74 96.71 76.8 96.99 76.86 97.28 76.9 97.56 76.94 97.84 76.96 98.12 76.97 98.4 76.98 98.69 76.99 98.97 76.99 99.25 76.99 99.53 76.99 99.82 76.99 100.1 76.99 100.38 76.99 100.66 77 100.95 77.02 101.23 77.04 101.51 77.07 101.79 77.11 102.07 77.16 102.36 77.22 102.64 77.28 102.92 77.35 103.2 77.42 103.49 77.48 103.77 77.54 104.05 77.59 104.33 77.63 104.61 77.67 104.9 77.69 105.18 77.7 105.46 77.7 105.74 77.7 106.03 77.69 106.31 77.69 106.59 77.69 106.87 77.69 107.15 77.69 107.44 77.69 107.72 77.71 108 77.72 108.28 77.75 108.57 77.78 108.85 77.81 109.13 77.85 109.41 77.89 109.69 77.93 109.98 77.98 110.26 78.01 110.54 78.05 110.82 78.08 111.11 78.11 111.39 78.13 111.67 78.15 111.95 78.17 112.24 78.18 112.52 78.19 112.8 78.2 113.08 78.2 113.36 78.21 113.65 78.21 113.93 78.21 114.21 78.22 114.49 78.22 114.78 78.23 115.06 78.25 115.34 78.26 115.62 78.28 115.9 78.3 116.19 78.33 116.47 78.35 116.75 78.36 117.03 78.37 117.32 78.38 117.6 78.38 117.88 78.37 118.16 78.37 118.44 78.36 118.73 78.36 119.01 78.35 119.29 78.35 119.57 78.35 119.86 78.35 120.14 78.36 120.42 78.36 120.7 78.37 120.98 78.38 121.27 78.39 121.55 78.4 121.83 78.41 122.11 78.42 122.4 78.42 122.68 78.42 122.96 78.42 123.24 78.42 123.53 78.42 123.81 78.42 124.09 78.42 124.37 78.42 124.65 78.42 124.94 78.43 125.22 78.43 125.5 78.44 125.78 78.45 126.07 78.46 126.35 78.48 126.63 78.49 126.91 78.51 127.19 78.52 127.48 78.53 127.76 78.54 128.04 78.54 128.32 78.54 128.61 78.54 128.89 78.53 129.17 78.53 129.45 78.53 129.73 78.53 130.02 78.55 130.3 78.57 130.58 78.59 130.86 78.63 131.15 78.68 131.43 78.74 131.71 78.8 131.99 78.87 132.27 78.94 132.56 79.01 132.84 79.07 133.12 79.13 133.4 79.19 133.69 79.23 133.97 79.27 134.25 79.3 134.53 79.33 134.81 79.34 135.1 79.36 135.38 79.37 135.66 79.37 135.94 79.37 136.23 79.38 136.51 79.38 136.79 79.38 137.07 79.38 137.36 79.38 137.64 79.38 137.92 79.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:class=>\"geometry color_Premium\",:stroke=>\"#D4CA3A\",:d=>\"M50.71,79.38 L 51.02 79.38 51.32 79.38 51.62 79.37 51.92 79.37 52.22 79.37 52.52 79.36 52.82 79.34 53.13 79.32 53.43 79.28 53.73 79.22 54.03 79.14 54.33 79.01 54.63 78.84 54.93 78.59 55.23 78.25 55.54 77.79 55.84 77.18 56.14 76.41 56.44 75.43 56.74 74.22 57.04 72.77 57.34 71.07 57.64 69.11 57.95 66.91 58.25 64.51 58.55 61.95 58.85 59.31 59.15 56.66 59.45 54.09 59.75 51.69 60.05 49.56 60.36 47.76 60.66 46.37 60.96 45.42 61.26 44.93 61.56 44.9 61.86 45.3 62.16 46.08 62.47 47.16 62.77 48.49 63.07 49.98 63.37 51.55 63.67 53.13 63.97 54.68 64.27 56.15 64.57 57.5 64.88 58.72 65.18 59.81 65.48 60.76 65.78 61.59 66.08 62.31 66.38 62.95 66.68 63.51 66.98 64.02 67.29 64.48 67.59 64.92 67.89 65.33 68.19 65.73 68.49 66.11 68.79 66.47 69.09 66.82 69.39 67.14 69.7 67.42 70 67.66 70.3 67.86 70.6 68 70.9 68.09 71.2 68.12 71.5 68.08 71.81 68 72.11 67.86 72.41 67.68 72.71 67.47 73.01 67.23 73.31 66.99 73.61 66.74 73.91 66.51 74.22 66.3 74.52 66.12 74.82 65.98 75.12 65.88 75.42 65.83 75.72 65.83 76.02 65.87 76.32 65.95 76.63 66.08 76.93 66.24 77.23 66.44 77.53 66.67 77.83 66.91 78.13 67.18 78.43 67.45 78.73 67.74 79.04 68.03 79.34 68.32 79.64 68.62 79.94 68.9 80.24 69.19 80.54 69.47 80.84 69.74 81.14 70.01 81.45 70.27 81.75 70.52 82.05 70.78 82.35 71.02 82.65 71.27 82.95 71.51 83.25 71.75 83.56 71.98 83.86 72.21 84.16 72.42 84.46 72.63 84.76 72.83 85.06 73.02 85.36 73.2 85.66 73.36 85.97 73.52 86.27 73.66 86.57 73.79 86.87 73.92 87.17 74.03 87.47 74.15 87.77 74.26 88.07 74.36 88.38 74.47 88.68 74.57 88.98 74.66 89.28 74.76 89.58 74.85 89.88 74.93 90.18 75.01 90.48 75.08 90.79 75.14 91.09 75.2 91.39 75.26 91.69 75.31 91.99 75.36 92.29 75.41 92.59 75.45 92.9 75.51 93.2 75.56 93.5 75.61 93.8 75.67 94.1 75.72 94.4 75.78 94.7 75.84 95 75.89 95.31 75.94 95.61 75.99 95.91 76.03 96.21 76.07 96.51 76.11 96.81 76.14 97.11 76.17 97.41 76.2 97.72 76.22 98.02 76.24 98.32 76.26 98.62 76.27 98.92 76.28 99.22 76.29 99.52 76.3 99.82 76.3 100.13 76.3 100.43 76.31 100.73 76.31 101.03 76.32 101.33 76.33 101.63 76.34 101.93 76.36 102.23 76.39 102.54 76.42 102.84 76.46 103.14 76.49 103.44 76.54 103.74 76.58 104.04 76.63 104.34 76.68 104.65 76.72 104.95 76.76 105.25 76.8 105.55 76.84 105.85 76.87 106.15 76.89 106.45 76.91 106.75 76.93 107.06 76.95 107.36 76.96 107.66 76.97 107.96 76.97 108.26 76.97 108.56 76.98 108.86 76.98 109.16 76.98 109.47 76.98 109.77 76.99 110.07 76.99 110.37 77 110.67 77.01 110.97 77.02 111.27 77.03 111.57 77.04 111.88 77.06 112.18 77.07 112.48 77.09 112.78 77.11 113.08 77.12 113.38 77.14 113.68 77.17 113.99 77.19 114.29 77.21 114.59 77.24 114.89 77.26 115.19 77.29 115.49 77.31 115.79 77.34 116.09 77.37 116.4 77.39 116.7 77.42 117 77.44 117.3 77.46 117.6 77.48 117.9 77.5 118.2 77.52 118.5 77.54 118.81 77.56 119.11 77.57 119.41 77.58 119.71 77.6 120.01 77.61 120.31 77.62 120.61 77.63 120.91 77.64 121.22 77.65 121.52 77.66 121.82 77.66 122.12 77.67 122.42 77.67 122.72 77.67 123.02 77.67 123.33 77.67 123.63 77.66 123.93 77.66 124.23 77.66 124.53 77.66 124.83 77.66 125.13 77.67 125.43 77.68 125.74 77.7 126.04 77.71 126.34 77.73 126.64 77.76 126.94 77.79 127.24 77.81 127.54 77.85 127.84 77.88 128.15 77.91 128.45 77.95 128.75 77.99 129.05 78.03 129.35 78.07 129.65 78.11 129.95 78.16 130.25 78.22 130.56 78.28 130.86 78.34 131.16 78.41 131.46 78.48 131.76 78.56 132.06 78.63 132.36 78.71 132.66 78.79 132.97 78.86 133.27 78.93 133.57 79 133.87 79.06 134.17 79.12 134.47 79.17 134.77 79.21 135.08 79.25 135.38 79.28 135.68 79.3 135.98 79.32 136.28 79.34 136.58 79.35 136.88 79.36 137.18 79.36 137.49 79.37 137.79 79.37 138.09 79.37 138.39 79.38 138.69 79.38 138.99 79.38 139.29 79.38 139.59 79.38 139.9 79.38 140.2 79.38 140.5 79.38 140.8 79.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:class=>\"geometry color_Fair\",:stroke=>\"#F6A6FF\",:d=>\"M51.4,79.38 L 51.69 79.38 51.98 79.38 52.28 79.38 52.57 79.38 52.86 79.37 53.16 79.37 53.45 79.37 53.74 79.36 54.04 79.35 54.33 79.33 54.62 79.3 54.92 79.25 55.21 79.19 55.51 79.09 55.8 78.97 56.09 78.79 56.39 78.55 56.68 78.25 56.97 77.85 57.27 77.35 57.56 76.73 57.85 75.99 58.15 75.11 58.44 74.09 58.73 72.93 59.03 71.66 59.32 70.27 59.62 68.81 59.91 67.3 60.2 65.78 60.5 64.28 60.79 62.85 61.08 61.52 61.38 60.32 61.67 59.26 61.96 58.36 62.26 57.6 62.55 56.97 62.84 56.46 63.14 56.02 63.43 55.64 63.73 55.28 64.02 54.92 64.31 54.54 64.61 54.14 64.9 53.72 65.19 53.29 65.49 52.86 65.78 52.44 66.07 52.06 66.37 51.74 66.66 51.49 66.95 51.31 67.25 51.21 67.54 51.2 67.84 51.27 68.13 51.42 68.42 51.64 68.72 51.91 69.01 52.24 69.3 52.61 69.6 53.02 69.89 53.44 70.18 53.88 70.48 54.32 70.77 54.75 71.06 55.17 71.36 55.56 71.65 55.94 71.95 56.3 72.24 56.64 72.53 56.97 72.83 57.3 73.12 57.63 73.41 57.99 73.71 58.36 74 58.77 74.29 59.2 74.59 59.68 74.88 60.18 75.17 60.73 75.47 61.3 75.76 61.9 76.06 62.52 76.35 63.17 76.64 63.82 76.94 64.48 77.23 65.14 77.52 65.79 77.82 66.43 78.11 67.04 78.4 67.63 78.7 68.17 78.99 68.68 79.29 69.15 79.58 69.57 79.87 69.95 80.17 70.29 80.46 70.59 80.75 70.86 81.05 71.11 81.34 71.33 81.63 71.53 81.93 71.72 82.22 71.9 82.51 72.07 82.81 72.24 83.1 72.41 83.4 72.57 83.69 72.73 83.98 72.89 84.28 73.04 84.57 73.19 84.86 73.33 85.16 73.47 85.45 73.61 85.74 73.75 86.04 73.89 86.33 74.03 86.62 74.17 86.92 74.31 87.21 74.46 87.51 74.61 87.8 74.75 88.09 74.9 88.39 75.04 88.68 75.18 88.97 75.32 89.27 75.45 89.56 75.58 89.85 75.69 90.15 75.8 90.44 75.91 90.73 76.01 91.03 76.1 91.32 76.2 91.62 76.29 91.91 76.38 92.2 76.47 92.5 76.56 92.79 76.66 93.08 76.76 93.38 76.86 93.67 76.96 93.96 77.06 94.26 77.15 94.55 77.23 94.84 77.3 95.14 77.36 95.43 77.4 95.73 77.43 96.02 77.45 96.31 77.45 96.61 77.44 96.9 77.41 97.19 77.37 97.49 77.33 97.78 77.27 98.07 77.21 98.37 77.15 98.66 77.09 98.95 77.02 99.25 76.97 99.54 76.92 99.84 76.88 100.13 76.86 100.42 76.85 100.72 76.86 101.01 76.89 101.3 76.94 101.6 77 101.89 77.08 102.18 77.16 102.48 77.26 102.77 77.36 103.06 77.46 103.36 77.55 103.65 77.64 103.95 77.71 104.24 77.78 104.53 77.82 104.83 77.85 105.12 77.86 105.41 77.85 105.71 77.82 106 77.78 106.29 77.73 106.59 77.67 106.88 77.6 107.17 77.54 107.47 77.48 107.76 77.42 108.06 77.38 108.35 77.35 108.64 77.33 108.94 77.32 109.23 77.32 109.52 77.32 109.82 77.33 110.11 77.35 110.4 77.37 110.7 77.39 110.99 77.42 111.28 77.45 111.58 77.48 111.87 77.52 112.17 77.57 112.46 77.62 112.75 77.67 113.05 77.73 113.34 77.78 113.63 77.84 113.93 77.89 114.22 77.94 114.51 77.98 114.81 78.01 115.1 78.04 115.39 78.05 115.69 78.06 115.98 78.07 116.28 78.06 116.57 78.05 116.86 78.04 117.16 78.02 117.45 78 117.74 77.98 118.04 77.96 118.33 77.93 118.62 77.92 118.92 77.9 119.21 77.9 119.5 77.9 119.8 77.91 120.09 77.94 120.39 77.97 120.68 78.01 120.97 78.07 121.27 78.13 121.56 78.2 121.85 78.27 122.15 78.34 122.44 78.41 122.73 78.48 123.03 78.54 123.32 78.59 123.61 78.64 123.91 78.67 124.2 78.7 124.5 78.72 124.79 78.73 125.08 78.74 125.38 78.74 125.67 78.74 125.96 78.73 126.26 78.72 126.55 78.7 126.84 78.68 127.14 78.67 127.43 78.65 127.72 78.63 128.02 78.61 128.31 78.59 128.61 78.57 128.9 78.55 129.19 78.54 129.49 78.54 129.78 78.54 130.07 78.55 130.37 78.57 130.66 78.6 130.95 78.64 131.25 78.69 131.54 78.74 131.83 78.8 132.13 78.86 132.42 78.92 132.72 78.99 133.01 79.05 133.3 79.1 133.6 79.15 133.89 79.2 134.18 79.24 134.48 79.27 134.77 79.3 135.06 79.32 135.36 79.33 135.65 79.35 135.94 79.36 136.24 79.36 136.53 79.37 136.83 79.37 137.12 79.37 137.41 79.38 137.71 79.38 138 79.38 138.29 79.38 138.59 79.38 138.88 79.38 139.17 79.38\"})],{\"stroke-width\"=>0.3,:fill=>\"none\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-18)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0000\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.040000000000001,:y=>79.37833333333336}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0001\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.040000000000001,:y=>64.90266666666669}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0002\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.040000000000001,:y=>50.42700000000002}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0003\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.040000000000001,:y=>35.95133333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0004\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.040000000000001,:y=>21.47566666666667}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0005\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.040000000000001,:y=>6.999999999999998})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(36,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 19
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(begin\n",
" sds = [1, 1/2, 1/4, 1/8, 1/16, 1/32]\n",
" n = 10\n",
" ys = [mean(rand(Normal(0, sd), n)) for sd in sds]\n",
" ymins = ys .- (1.96 * sds / sqrt(n))\n",
" ymaxs = ys .+ (1.96 * sds / sqrt(n))\n",
"\n",
" plot(x=1:length(sds), y=ys, ymin=ymins, ymax=ymaxs,\n",
" Geom.point, Geom.errorbar)\n",
" end)"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.020010043 seconds (3668412 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13395\"><script>new Patchwork.Node(\"pwid13395\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.46958333333333,\"y\":92.0},\"c\":[{\"txt\":\"x\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":19.939166666666665,\"y\":86.38833333333334},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":48.78263888888889,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":77.62611111111111,\"y\":86.38833333333334},\"c\":[{\"txt\":\"2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.46958333333335,\"y\":86.38833333333334},\"c\":[{\"txt\":\"3\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":135.3130555555556,\"y\":86.38833333333334},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":164.1565277777778,\"y\":86.38833333333334},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":193.00000000000003,\"y\":86.38833333333334},\"c\":[{\"txt\":\"6\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":8.805833333333332,\"y\":43.8575},\"c\":[{\"txt\":\"y\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-19)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":177.06083333333333,\"height\":77.715,\"x\":17.939166666666665,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.94,80.71 L 195 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.94,62.29 L 195 62.29\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.94,43.86 L 195 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.94,25.43 L 195 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.94,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M19.94,5 L 19.94 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M48.78,5 L 48.78 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M77.63,5 L 77.63 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.47,5 L 106.47 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M135.31,5 L 135.31 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M164.16,5 L 164.16 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"class\":\"geometry color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#0096D4\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M47.28,80.31 L 50.28 80.31\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M76.13,35.17 L 79.13 35.17\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M104.97,30.51 L 107.97 30.51\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M133.81,29.03 L 136.81 29.03\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M162.66,26.73 L 165.66 26.73\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M191.5,25.51 L 194.5 25.51\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M48.78,34.62 L 48.78 80.31\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M77.63,12.32 L 77.63 35.17\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.47,19.09 L 106.47 30.51\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M135.31,23.32 L 135.31 29.03\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M164.16,23.88 L 164.16 26.73\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,24.08 L 193 25.51\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M47.28,34.62 L 50.28 34.62\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M76.13,12.32 L 79.13 12.32\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M104.97,19.09 L 107.97 19.09\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M133.81,23.32 L 136.81 23.32\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M162.66,23.88 L 165.66 23.88\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M191.5,24.08 L 194.5 24.08\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"#00BFFF\",\"class\":\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":48.78263888888889,\"r\":0.9,\"cy\":57.46087214947439},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.62611111111111,\"r\":0.9,\"cy\":23.7431760730555},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.46958333333335,\"r\":0.9,\"cy\":24.79838475938256},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":135.3130555555556,\"r\":0.9,\"cy\":26.171041051278483},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":164.1565277777778,\"r\":0.9,\"cy\":25.305717556822174},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":193.00000000000003,\"r\":0.9,\"cy\":24.79599520219971},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.939166666666665,\"y\":80.71499999999999},\"c\":[{\"txt\":\"-1.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.939166666666665,\"y\":62.286249999999995},\"c\":[{\"txt\":\"-1.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.939166666666665,\"y\":43.857499999999995},\"c\":[{\"txt\":\"-0.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.939166666666665,\"y\":25.42875},\"c\":[{\"txt\":\"0.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.939166666666665,\"y\":6.999999999999998},\"c\":[{\"txt\":\"0.5\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 20,
"text": [
"Elem{:svg,:svg}(117,Persistent{Node}[Elem{:svg,:g}(77,Persistent{Node}[Elem{:svg,:g}(76,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"x\")],{\"text-anchor\"=>\"middle\",:x=>106.46958333333333,:y=>92.0}), Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{\"text-anchor\"=>\"middle\",:x=>19.939166666666665,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1\")],{\"text-anchor\"=>\"middle\",:x=>48.78263888888889,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2\")],{\"text-anchor\"=>\"middle\",:x=>77.62611111111111,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3\")],{\"text-anchor\"=>\"middle\",:x=>106.46958333333335,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{\"text-anchor\"=>\"middle\",:x=>135.3130555555556,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{\"text-anchor\"=>\"middle\",:x=>164.1565277777778,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"6\")],{\"text-anchor\"=>\"middle\",:x=>193.00000000000003,:y=>86.38833333333334})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"y\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>8.805833333333332,:y=>43.8575})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(44,Persistent{Node}[Elem{:svg,:g}(15,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>177.06083333333333,:height=>77.715,:x=>17.939166666666665,:y=>5.0}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.94,80.71 L 195 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.94,62.29 L 195 62.29\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.94,43.86 L 195 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.94,25.43 L 195 25.43\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.94,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(7,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M19.94,5 L 19.94 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M48.78,5 L 48.78 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M77.63,5 L 77.63 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.47,5 L 106.47 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M135.31,5 L 135.31 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M164.16,5 L 164.16 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.72\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(27,Persistent{Node}[Elem{:svg,:g}(18,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M47.28,80.31 L 50.28 80.31\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M76.13,35.17 L 79.13 35.17\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M104.97,30.51 L 107.97 30.51\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M133.81,29.03 L 136.81 29.03\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M162.66,26.73 L 165.66 26.73\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M191.5,25.51 L 194.5 25.51\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M48.78,34.62 L 48.78 80.31\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M77.63,12.32 L 77.63 35.17\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.47,19.09 L 106.47 30.51\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M135.31,23.32 L 135.31 29.03\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M164.16,23.88 L 164.16 26.73\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,24.08 L 193 25.51\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M47.28,34.62 L 50.28 34.62\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M76.13,12.32 L 79.13 12.32\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M104.97,19.09 L 107.97 19.09\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M133.81,23.32 L 136.81 23.32\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M162.66,23.88 L 165.66 23.88\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M191.5,24.08 L 194.5 24.08\"})],{\"stroke-width\"=>0.3,:class=>\"geometry color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#0096D4\"}), Elem{:svg,:g}(7,Persistent{Node}[Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>48.78263888888889,:r=>0.9,:cy=>57.46087214947439}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>77.62611111111111,:r=>0.9,:cy=>23.7431760730555}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.46958333333335,:r=>0.9,:cy=>24.79838475938256}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>135.3130555555556,:r=>0.9,:cy=>26.171041051278483}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>164.1565277777778,:r=>0.9,:cy=>25.305717556822174}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>193.00000000000003,:r=>0.9,:cy=>24.79599520219971})],{\"stroke-width\"=>0.3,:fill=>\"#00BFFF\",:class=>\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#FFFFFF\"})],{:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-19)\"}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"-1.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.939166666666665,:y=>80.71499999999999}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"-1.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.939166666666665,:y=>62.286249999999995}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"-0.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.939166666666665,:y=>43.857499999999995}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.939166666666665,:y=>25.42875}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.939166666666665,:y=>6.999999999999998})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(38,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 20
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(\n",
" plot(dataset(\"HistData\", \"ChestSizes\"), x=\"Chest\", y=\"Count\", Geom.bar)\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: 0."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"04581792 seconds (3760268 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13396\"><script>new Patchwork.Node(\"pwid13396\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":108.1525,\"y\":92.00000000000001},\"c\":[{\"txt\":\"Chest\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":23.305000000000007,\"y\":86.38833333333335},\"c\":[{\"txt\":\"30\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":65.72875,\"y\":86.38833333333335},\"c\":[{\"txt\":\"35\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":108.1525,\"y\":86.38833333333335},\"c\":[{\"txt\":\"40\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":150.57625,\"y\":86.38833333333335},\"c\":[{\"txt\":\"45\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":193.0,\"y\":86.38833333333335},\"c\":[{\"txt\":\"50\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333334,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.85750000000001},\"c\":[{\"txt\":\"Count\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-20)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":173.695,\"height\":77.71500000000002,\"x\":21.305000000000007,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M21.31,80.72 L 195 80.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M21.31,56.14 L 195 56.14\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M21.31,31.57 L 195 31.57\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M21.31,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M23.31,5 L 23.31 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M65.73,5 L 65.73 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M108.15,5 L 108.15 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M150.58,5 L 150.58 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"#00BFFF\",\"stroke\":\"none\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":0.14743000000000003,\"x\":44.516875000000006,\"y\":80.56757000000002},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":0.8845800000000001,\"x\":53.001625000000004,\"y\":79.83042000000002},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":3.9806100000000004,\"x\":61.486375,\"y\":76.73439000000002},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":9.091516666666669,\"x\":69.971125,\"y\":71.62348333333335},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":20.640200000000004,\"x\":78.455875,\"y\":60.07480000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":36.808356666666675,\"x\":86.94062500000001,\"y\":43.90664333333334},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":52.73079666666667,\"x\":95.425375,\"y\":27.984203333333348},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":53.02565666666668,\"x\":103.91012500000001,\"y\":27.68934333333334},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":45.89987333333334,\"x\":112.39487500000001,\"y\":34.81512666666668},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":32.33631333333334,\"x\":120.87962500000002,\"y\":48.37868666666668},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":18.183033333333338,\"x\":129.364375,\"y\":62.531966666666676},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":4.521186666666668,\"x\":137.84912500000002,\"y\":76.19381333333335},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":2.457166666666667,\"x\":146.333875,\"y\":78.25783333333335},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":1.03201,\"x\":154.818625,\"y\":79.68299000000002},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":0.19657333333333338,\"x\":163.30337500000002,\"y\":80.51842666666668},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":8.48475,\"height\":0.049143333333333344,\"x\":171.788125,\"y\":80.66585666666668},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":20.305,\"y\":80.71500000000002},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":20.305,\"y\":56.14333333333334},\"c\":[{\"txt\":\"500\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":20.305,\"y\":31.57166666666667},\"c\":[{\"txt\":\"1000\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":20.305,\"y\":6.999999999999997},\"c\":[{\"txt\":\"1500\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 21,
"text": [
"Elem{:svg,:svg}(101,Persistent{Node}[Elem{:svg,:g}(59,Persistent{Node}[Elem{:svg,:g}(58,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Chest\")],{\"text-anchor\"=>\"middle\",:x=>108.1525,:y=>92.00000000000001}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"30\")],{\"text-anchor\"=>\"middle\",:x=>23.305000000000007,:y=>86.38833333333335}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"35\")],{\"text-anchor\"=>\"middle\",:x=>65.72875,:y=>86.38833333333335}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"40\")],{\"text-anchor\"=>\"middle\",:x=>108.1525,:y=>86.38833333333335}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"45\")],{\"text-anchor\"=>\"middle\",:x=>150.57625,:y=>86.38833333333335}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"50\")],{\"text-anchor\"=>\"middle\",:x=>193.0,:y=>86.38833333333335})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Count\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333334,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.85750000000001})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(32,Persistent{Node}[Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>173.695,:height=>77.71500000000002,:x=>21.305000000000007,:y=>5.0}), Elem{:svg,:g}(4,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M21.31,80.72 L 195 80.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M21.31,56.14 L 195 56.14\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M21.31,31.57 L 195 31.57\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M21.31,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M23.31,5 L 23.31 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M65.73,5 L 65.73 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M108.15,5 L 108.15 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M150.58,5 L 150.58 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.72\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(18,Persistent{Node}[Elem{:svg,:g}(17,Persistent{Node}[Elem{:svg,:g}(16,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>0.14743000000000003,:x=>44.516875000000006,:y=>80.56757000000002}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>0.8845800000000001,:x=>53.001625000000004,:y=>79.83042000000002}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>3.9806100000000004,:x=>61.486375,:y=>76.73439000000002}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>9.091516666666669,:x=>69.971125,:y=>71.62348333333335}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>20.640200000000004,:x=>78.455875,:y=>60.07480000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>36.808356666666675,:x=>86.94062500000001,:y=>43.90664333333334}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>52.73079666666667,:x=>95.425375,:y=>27.984203333333348}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>53.02565666666668,:x=>103.91012500000001,:y=>27.68934333333334}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>45.89987333333334,:x=>112.39487500000001,:y=>34.81512666666668}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>32.33631333333334,:x=>120.87962500000002,:y=>48.37868666666668}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>18.183033333333338,:x=>129.364375,:y=>62.531966666666676}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>4.521186666666668,:x=>137.84912500000002,:y=>76.19381333333335}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>2.457166666666667,:x=>146.333875,:y=>78.25783333333335}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>1.03201,:x=>154.818625,:y=>79.68299000000002}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>0.19657333333333338,:x=>163.30337500000002,:y=>80.51842666666668}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>8.48475,:height=>0.049143333333333344,:x=>171.788125,:y=>80.66585666666668})],{:class=>\"geometry\"})],{:fill=>\"#00BFFF\",:stroke=>\"none\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-20)\"}), Elem{:svg,:g}(8,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>20.305,:y=>80.71500000000002}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"500\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>20.305,:y=>56.14333333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1000\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>20.305,:y=>31.57166666666667}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1500\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>20.305,:y=>6.999999999999997})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(40,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 21
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(\n",
" plot(dataset(\"ggplot2\", \"diamonds\"), x=\"Price\", color=\"Cut\", Geom.histogram)\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: 2"
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
".632582715 seconds (565362712 bytes allocated, 32.45% gc time)\n"
]
},
{
"html": [
"<div id=\"pwid13397\"><script>new Patchwork.Node(\"pwid13397\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":97.46,\"y\":91.99999999999999},\"c\":[{\"txt\":\"Price\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":18.066666666666663,\"y\":86.38833333333332},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":57.76333333333334,\"y\":86.38833333333332},\"c\":[{\"txt\":\"5.0\u00d710<sup>3</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":97.46000000000001,\"y\":86.38833333333332},\"c\":[{\"txt\":\"1.0\u00d710<sup>4</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":137.1566666666667,\"y\":86.38833333333332},\"c\":[{\"txt\":\"1.5\u00d710<sup>4</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":176.85333333333338,\"y\":86.38833333333332},\"c\":[{\"txt\":\"2.0\u00d710<sup>4</sup>\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"guide colorkey\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"fill\":\"#4C404B\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Ideal\",\"x\":182.66666666666666,\"y\":37.74916666666666},\"c\":[{\"txt\":\"Ideal\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Premium\",\"x\":182.66666666666666,\"y\":41.37583333333333},\"c\":[{\"txt\":\"Premium\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Good\",\"x\":182.66666666666666,\"y\":45.0025},\"c\":[{\"txt\":\"Good\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Very_Good\",\"x\":182.66666666666666,\"y\":48.62916666666666},\"c\":[{\"txt\":\"Very Good\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"class\":\"color_Fair\",\"x\":182.66666666666666,\"y\":52.25583333333333},\"c\":[{\"txt\":\"Fair\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#00BFFF\",\"height\":1.8133333333333335,\"x\":179.85333333333332,\"y\":36.842499999999994},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#D4CA3A\",\"height\":1.8133333333333335,\"x\":179.85333333333332,\"y\":40.469166666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#FF5EA0\",\"height\":1.8133333333333335,\"x\":179.85333333333332,\"y\":44.09583333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#00E5B2\",\"height\":1.8133333333333335,\"x\":179.85333333333332,\"y\":47.7225},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.8133333333333335,\"fill\":\"#F6A6FF\",\"height\":1.8133333333333335,\"x\":179.85333333333332,\"y\":51.34916666666666},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"fill\":\"#362A35\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"x\":179.85333333333332,\"y\":33.92833333333333},\"c\":[{\"txt\":\"Cut\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-21)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":162.78666666666666,\"height\":76.37833333333332,\"x\":16.066666666666663,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.07,79.38 L 178.85 79.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.07,61.28 L 178.85 61.28\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.07,43.19 L 178.85 43.19\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.07,25.09 L 178.85 25.09\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.07,7 L 178.85 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.07,5 L 18.07 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M57.76,5 L 57.76 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M97.46,5 L 97.46 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M137.16,5 L 137.16 81.38\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M176.85,5 L 176.85 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"#00BFFF\",\"stroke\":\"none\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":20.65488933333333,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":21.639366666666664,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4523645833333332,\"x\":22.623844,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.5066483333333331,\"x\":23.60832133333333,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4342699999999999,\"x\":24.592798666666663,\"y\":78.94406333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.9952020833333332,\"x\":25.577275999999998,\"y\":78.38313124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.9228237499999997,\"x\":26.561753333333332,\"y\":78.45550958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.5428374999999999,\"x\":27.546230666666666,\"y\":78.83549583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.7599724999999998,\"x\":28.530707999999997,\"y\":78.61836083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":29.515185333333328,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.3076079166666666,\"x\":30.499662666666666,\"y\":79.07072541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.9409183333333331,\"x\":31.484139999999996,\"y\":78.43741499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4523645833333332,\"x\":32.46861733333333,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.7961616666666664,\"x\":33.453094666666665,\"y\":78.58217166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.8866345833333331,\"x\":34.437572,\"y\":78.49169874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.5790266666666665,\"x\":35.422049333333334,\"y\":78.79930666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":1.2304316666666664,\"x\":36.406526666666664,\"y\":78.14790166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.5066483333333331,\"x\":37.391003999999995,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4161754166666666,\"x\":38.37548133333333,\"y\":78.96215791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.7056887499999999,\"x\":39.359958666666664,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.9228237499999997,\"x\":40.344436,\"y\":78.45550958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.7418779166666665,\"x\":41.32891333333333,\"y\":78.63645541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.7056887499999999,\"x\":42.31339066666666,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.6694995833333333,\"x\":43.297868,\"y\":78.70883374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.3980808333333332,\"x\":44.28234533333334,\"y\":78.98025249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4523645833333332,\"x\":45.26682266666667,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4523645833333332,\"x\":46.2513,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.6875941666666665,\"x\":47.23577733333333,\"y\":78.69073916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.7056887499999999,\"x\":48.22025466666667,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.47045916666666654,\"x\":49.204732,\"y\":78.90787416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.5790266666666665,\"x\":50.18920933333333,\"y\":78.79930666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4885537499999999,\"x\":51.17368666666667,\"y\":78.88977958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.5066483333333331,\"x\":52.158164,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4161754166666666,\"x\":53.14264133333334,\"y\":78.96215791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.36189166666666656,\"x\":54.12711866666667,\"y\":79.01644166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.4523645833333332,\"x\":55.111596,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.47045916666666654,\"x\":56.09607333333334,\"y\":78.90787416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.28951333333333323,\"x\":57.08055066666667,\"y\":79.08881999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.3076079166666666,\"x\":58.065028,\"y\":79.07072541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.21713499999999994,\"x\":59.049505333333336,\"y\":79.16119833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.18094583333333328,\"x\":60.033982666666674,\"y\":79.19738749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.28951333333333323,\"x\":61.018460000000005,\"y\":79.08881999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.1990404166666666,\"x\":62.002937333333335,\"y\":79.17929291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.1990404166666666,\"x\":62.987414666666666,\"y\":79.17929291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.16285124999999995,\"x\":63.971892000000004,\"y\":79.21548208333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.21713499999999994,\"x\":64.95636933333334,\"y\":79.16119833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.18094583333333328,\"x\":65.94084666666667,\"y\":79.19738749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.18094583333333328,\"x\":66.92532399999999,\"y\":79.19738749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.3257024999999999,\"x\":67.90980133333333,\"y\":79.05263083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":68.89427866666668,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.14475666666666662,\"x\":69.87875600000001,\"y\":79.23357666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.14475666666666662,\"x\":70.86323333333334,\"y\":79.23357666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.18094583333333328,\"x\":71.84771066666667,\"y\":79.19738749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":72.832188,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.18094583333333328,\"x\":73.81666533333333,\"y\":79.19738749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.14475666666666662,\"x\":74.80114266666666,\"y\":79.23357666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.1990404166666666,\"x\":75.78562000000001,\"y\":79.17929291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.10856749999999997,\"x\":76.77009733333334,\"y\":79.26976583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":77.75457466666667,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":78.739052,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":79.72352933333335,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.18094583333333328,\"x\":80.70800666666668,\"y\":79.19738749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":81.69248400000001,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":82.67696133333334,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":83.66143866666667,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":84.645916,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":85.63039333333334,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.1266620833333333,\"x\":86.61487066666668,\"y\":79.25167124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.14475666666666662,\"x\":87.599348,\"y\":79.23357666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":88.58382533333334,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":89.56830266666667,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":90.55278000000001,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":91.53725733333334,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":92.52173466666667,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":93.506212,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":94.49068933333334,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":95.47516666666668,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":96.45964400000001,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":97.44412133333334,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":98.42859866666669,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":99.41307600000002,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":100.39755333333335,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":101.38203066666667,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":102.36650800000001,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.10856749999999997,\"x\":103.35098533333334,\"y\":79.26976583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":104.33546266666667,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":105.31994,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.1266620833333333,\"x\":106.30441733333335,\"y\":79.25167124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":107.28889466666668,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":108.27337200000001,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":109.25784933333335,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":110.24232666666668,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":111.226804,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":112.21128133333333,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":113.19575866666668,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":114.18023600000001,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":115.16471333333334,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":116.14919066666668,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":117.13366800000001,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":118.11814533333335,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":119.10262266666669,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":120.08710000000002,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":121.07157733333335,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":122.05605466666667,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":123.04053200000001,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":124.02500933333334,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":125.00948666666667,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":125.993964,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.09047291666666664,\"x\":126.97844133333335,\"y\":79.28786041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":127.96291866666668,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":128.94739600000003,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":129.93187333333336,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":130.9163506666667,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":131.900828,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":132.88530533333335,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":133.86978266666668,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":134.85426,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":135.83873733333334,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":136.82321466666667,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":137.80769200000003,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":138.79216933333333,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":139.7766466666667,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":140.76112400000002,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":141.74560133333335,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.07237833333333331,\"x\":142.73007866666666,\"y\":79.30595499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":143.71455600000002,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":144.69903333333335,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":145.68351066666668,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":146.66798800000004,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":147.65246533333337,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":148.6369426666667,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":149.62142000000003,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":150.60589733333336,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":151.5903746666667,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":152.57485200000002,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":153.55932933333335,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":154.54380666666668,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":155.52828400000004,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":156.51276133333337,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":157.4972386666667,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":158.48171600000003,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":159.46619333333336,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.054283749999999985,\"x\":160.4506706666667,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":161.43514800000003,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":162.41962533333336,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.018094583333333327,\"x\":163.4041026666667,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":164.38858000000002,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.036189166666666654,\"x\":165.37305733333338,\"y\":79.34214416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":166.3575346666667,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#F6A6FF\",\"height\":0.01,\"x\":167.34201200000004,\"y\":79.37833333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.0627824999999995,\"x\":20.65488933333333,\"y\":77.22507791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":8.413981249999997,\"x\":21.639366666666664,\"y\":70.87387916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":13.589032083333331,\"x\":22.623844,\"y\":65.33693666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":14.747085416666662,\"x\":23.60832133333333,\"y\":64.12459958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":13.552842916666663,\"x\":24.592798666666663,\"y\":65.39122041666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":12.575735416666664,\"x\":25.577275999999998,\"y\":65.80739583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":7.654008749999997,\"x\":26.561753333333332,\"y\":70.80150083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":4.577929583333332,\"x\":27.546230666666666,\"y\":74.25756624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.854146249999999,\"x\":28.530707999999997,\"y\":74.76421458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.8323508333333332,\"x\":29.515185333333328,\"y\":78.49169874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":5.301712916666665,\"x\":30.499662666666666,\"y\":73.76901249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":4.758875416666665,\"x\":31.484139999999996,\"y\":73.67853958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":4.016997499999999,\"x\":32.46861733333333,\"y\":74.90897124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.2570249999999987,\"x\":33.453094666666665,\"y\":75.32514666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.225633749999999,\"x\":34.437572,\"y\":76.26606499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.8227549999999995,\"x\":35.422049333333334,\"y\":75.97655166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":4.505551249999999,\"x\":36.406526666666664,\"y\":73.64235041666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.076079166666666,\"x\":37.391003999999995,\"y\":75.79560583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.406579583333333,\"x\":38.37548133333333,\"y\":76.55557833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.2570249999999987,\"x\":39.359958666666664,\"y\":75.41561958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.7274841666666654,\"x\":40.344436,\"y\":74.72802541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.8275529166666662,\"x\":41.32891333333333,\"y\":76.80890249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.6285124999999994,\"x\":42.31339066666666,\"y\":77.04413208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.700890833333333,\"x\":43.297868,\"y\":77.00794291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.0265933333333326,\"x\":44.28234533333334,\"y\":76.95365916666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.7732691666666662,\"x\":45.26682266666667,\"y\":77.15269958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.424674166666666,\"x\":46.2513,\"y\":76.50129458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.334201249999999,\"x\":47.23577733333333,\"y\":76.35653791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.587525416666666,\"x\":48.22025466666667,\"y\":76.08511916666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.5332416666666657,\"x\":49.204732,\"y\":76.37463249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.238930416666666,\"x\":50.18920933333333,\"y\":75.56037624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.2751195833333324,\"x\":51.17368666666667,\"y\":75.61465999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.419876249999999,\"x\":52.158164,\"y\":75.45180874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.347497916666666,\"x\":53.14264133333334,\"y\":75.61465999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.9856062499999996,\"x\":54.12711866666667,\"y\":76.03083541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":3.2570249999999987,\"x\":55.111596,\"y\":75.66894374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.5513362499999994,\"x\":56.09607333333334,\"y\":76.35653791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.7684712499999993,\"x\":57.08055066666667,\"y\":76.32034874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.732282083333333,\"x\":58.065028,\"y\":76.33844333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.8408495833333323,\"x\":59.049505333333336,\"y\":76.32034874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.4427687499999995,\"x\":60.033982666666674,\"y\":76.75461874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.9361204166666663,\"x\":61.018460000000005,\"y\":77.15269958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.316106666666666,\"x\":62.002937333333335,\"y\":76.86318624999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.1894445833333327,\"x\":62.987414666666666,\"y\":76.98984833333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.8818366666666662,\"x\":63.971892000000004,\"y\":77.33364541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.7189854166666663,\"x\":64.95636933333334,\"y\":77.44221291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":2.135160833333333,\"x\":65.94084666666667,\"y\":77.06222666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.8456474999999994,\"x\":66.92532399999999,\"y\":77.35173999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.5561341666666662,\"x\":67.90980133333333,\"y\":77.49649666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.538039583333333,\"x\":68.89427866666668,\"y\":77.78600999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.6827962499999995,\"x\":69.87875600000001,\"y\":77.55078041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.538039583333333,\"x\":70.86323333333334,\"y\":77.69553708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.049485833333333,\"x\":71.84771066666667,\"y\":78.14790166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.1942424999999997,\"x\":72.832188,\"y\":78.11171249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.103769583333333,\"x\":73.81666533333333,\"y\":78.09361791666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.0313912499999998,\"x\":74.80114266666666,\"y\":78.20218541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.2304316666666664,\"x\":75.78562000000001,\"y\":77.94886124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.103769583333333,\"x\":76.77009733333334,\"y\":78.16599624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.2666208333333329,\"x\":77.75457466666667,\"y\":78.05742874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.2666208333333329,\"x\":78.739052,\"y\":78.02123958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.049485833333333,\"x\":79.72352933333335,\"y\":78.25646916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.8323508333333332,\"x\":80.70800666666668,\"y\":78.36503666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.8866345833333331,\"x\":81.69248400000001,\"y\":78.40122583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7237833333333331,\"x\":82.67696133333334,\"y\":78.60026624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7056887499999999,\"x\":83.66143866666667,\"y\":78.58217166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7961616666666664,\"x\":84.645916,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.0313912499999998,\"x\":85.63039333333334,\"y\":78.29265833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.8866345833333331,\"x\":86.61487066666668,\"y\":78.36503666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":1.2304316666666664,\"x\":87.599348,\"y\":78.00314499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6875941666666665,\"x\":88.58382533333334,\"y\":78.63645541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7780670833333331,\"x\":89.56830266666667,\"y\":78.5459825},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6152158333333332,\"x\":90.55278000000001,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.8142562499999997,\"x\":91.53725733333334,\"y\":78.52788791666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6152158333333332,\"x\":92.52173466666667,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6875941666666665,\"x\":93.506212,\"y\":78.63645541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7599724999999998,\"x\":94.49068933333334,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5428374999999999,\"x\":95.47516666666668,\"y\":78.78121208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7056887499999999,\"x\":96.45964400000001,\"y\":78.65454999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.9409183333333331,\"x\":97.44412133333334,\"y\":78.38313124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5066483333333331,\"x\":98.42859866666669,\"y\":78.79930666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5971212499999998,\"x\":99.41307600000002,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7237833333333331,\"x\":100.39755333333335,\"y\":78.58217166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5609320833333332,\"x\":101.38203066666667,\"y\":78.76311749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5790266666666665,\"x\":102.36650800000001,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5609320833333332,\"x\":103.35098533333334,\"y\":78.70883375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7418779166666665,\"x\":104.33546266666667,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.7780670833333331,\"x\":105.31994,\"y\":78.56407708333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.8504454166666665,\"x\":106.30441733333335,\"y\":78.40122583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6514049999999998,\"x\":107.28889466666668,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6333104166666664,\"x\":108.27337200000001,\"y\":78.74502291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5247429166666665,\"x\":109.25784933333335,\"y\":78.81740124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5609320833333332,\"x\":110.24232666666668,\"y\":78.78121208333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5428374999999999,\"x\":111.226804,\"y\":78.81740124999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5790266666666665,\"x\":112.21128133333333,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4885537499999999,\"x\":113.19575866666668,\"y\":78.88977958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3980808333333332,\"x\":114.18023600000001,\"y\":78.98025249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6333104166666664,\"x\":115.16471333333334,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4885537499999999,\"x\":116.14919066666668,\"y\":78.85359041666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4885537499999999,\"x\":117.13366800000001,\"y\":78.79930666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4342699999999999,\"x\":118.11814533333335,\"y\":78.85359041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5428374999999999,\"x\":119.10262266666669,\"y\":78.74502291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4161754166666666,\"x\":120.08710000000002,\"y\":78.90787416666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6152158333333332,\"x\":121.07157733333335,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5971212499999998,\"x\":122.05605466666667,\"y\":78.78121208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5790266666666665,\"x\":123.04053200000001,\"y\":78.76311749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4523645833333332,\"x\":124.02500933333334,\"y\":78.85359041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3799862499999999,\"x\":125.00948666666667,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.47045916666666654,\"x\":125.993964,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.6875941666666665,\"x\":126.97844133333335,\"y\":78.60026624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4342699999999999,\"x\":127.96291866666668,\"y\":78.90787416666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.34379708333333325,\"x\":128.94739600000003,\"y\":79.01644166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5428374999999999,\"x\":129.93187333333336,\"y\":78.78121208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4885537499999999,\"x\":130.9163506666667,\"y\":78.88977958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5971212499999998,\"x\":131.900828,\"y\":78.74502291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4523645833333332,\"x\":132.88530533333335,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.34379708333333325,\"x\":133.86978266666668,\"y\":78.98025249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3076079166666666,\"x\":134.85426,\"y\":79.03453624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.47045916666666654,\"x\":135.83873733333334,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3076079166666666,\"x\":136.82321466666667,\"y\":79.03453624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.47045916666666654,\"x\":137.80769200000003,\"y\":78.88977958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4523645833333332,\"x\":138.79216933333333,\"y\":78.88977958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3980808333333332,\"x\":139.7766466666667,\"y\":78.96215791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3980808333333332,\"x\":140.76112400000002,\"y\":78.92596874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.27141874999999993,\"x\":141.74560133333335,\"y\":79.05263083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.36189166666666656,\"x\":142.73007866666666,\"y\":78.94406333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4342699999999999,\"x\":143.71455600000002,\"y\":78.90787416666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3799862499999999,\"x\":144.69903333333335,\"y\":78.98025249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3980808333333332,\"x\":145.68351066666668,\"y\":78.96215791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.34379708333333325,\"x\":146.66798800000004,\"y\":79.01644166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.28951333333333323,\"x\":147.65246533333337,\"y\":79.05263083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.27141874999999993,\"x\":148.6369426666667,\"y\":79.08881999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.28951333333333323,\"x\":149.62142000000003,\"y\":79.08881999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.5609320833333332,\"x\":150.60589733333336,\"y\":78.81740124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3076079166666666,\"x\":151.5903746666667,\"y\":79.07072541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4523645833333332,\"x\":152.57485200000002,\"y\":78.88977958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.4161754166666666,\"x\":153.55932933333335,\"y\":78.94406333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.47045916666666654,\"x\":154.54380666666668,\"y\":78.90787416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.23522958333333327,\"x\":155.52828400000004,\"y\":79.08881999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3076079166666666,\"x\":156.51276133333337,\"y\":79.07072541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.34379708333333325,\"x\":157.4972386666667,\"y\":79.03453624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.28951333333333323,\"x\":158.48171600000003,\"y\":79.07072541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3076079166666666,\"x\":159.46619333333336,\"y\":79.05263083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.27141874999999993,\"x\":160.4506706666667,\"y\":79.05263083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.2533241666666666,\"x\":161.43514800000003,\"y\":79.12500916666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.34379708333333325,\"x\":162.41962533333336,\"y\":78.99834708333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.3076079166666666,\"x\":163.4041026666667,\"y\":79.05263083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.21713499999999994,\"x\":164.38858000000002,\"y\":79.12500916666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.1990404166666666,\"x\":165.37305733333338,\"y\":79.14310375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.34379708333333325,\"x\":166.3575346666667,\"y\":79.03453624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#D4CA3A\",\"height\":0.018094583333333327,\"x\":167.34201200000004,\"y\":79.36023874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":5.500753333333332,\"x\":20.65488933333333,\"y\":71.72432458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":17.44317833333333,\"x\":21.639366666666664,\"y\":53.430700833333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":27.322820833333324,\"x\":22.623844,\"y\":38.01411583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":32.31692583333332,\"x\":23.60832133333333,\"y\":31.80767375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":31.032210416666658,\"x\":24.592798666666663,\"y\":34.35901},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":23.287728749999992,\"x\":25.577275999999998,\"y\":42.519667083333324},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":14.529950416666663,\"x\":26.561753333333332,\"y\":56.271550416666656},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":10.259628749999997,\"x\":27.546230666666666,\"y\":63.997937499999985},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":9.807264166666664,\"x\":28.530707999999997,\"y\":64.95695041666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.9723095833333328,\"x\":29.515185333333328,\"y\":76.51938916666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":11.598627916666663,\"x\":30.499662666666666,\"y\":62.17038458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":10.639614999999997,\"x\":31.484139999999996,\"y\":63.03892458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":10.205344999999998,\"x\":32.46861733333333,\"y\":64.70362624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":6.930225416666665,\"x\":33.453094666666665,\"y\":68.39492124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":5.898834166666664,\"x\":34.437572,\"y\":70.36723083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":5.464564166666666,\"x\":35.422049333333334,\"y\":70.51198749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":5.898834166666664,\"x\":36.406526666666664,\"y\":67.74351624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":5.012199583333333,\"x\":37.391003999999995,\"y\":70.78340624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":5.355996666666666,\"x\":38.37548133333333,\"y\":71.19958166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":4.632213333333332,\"x\":39.359958666666664,\"y\":70.78340625},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":4.596024166666665,\"x\":40.344436,\"y\":70.13200124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":4.216037916666665,\"x\":41.32891333333333,\"y\":72.59286458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":3.7636733333333323,\"x\":42.31339066666666,\"y\":73.28045875},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":4.107470416666666,\"x\":43.297868,\"y\":72.90047249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":3.582727499999999,\"x\":44.28234533333334,\"y\":73.37093166666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":3.401781666666666,\"x\":45.26682266666667,\"y\":73.75091791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.623714583333333,\"x\":46.2513,\"y\":73.87757999999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.9313224999999994,\"x\":47.23577733333333,\"y\":73.42521541666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.1713499999999994,\"x\":48.22025466666667,\"y\":73.91376916666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.4427687499999995,\"x\":49.204732,\"y\":73.93186374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.4427687499999995,\"x\":50.18920933333333,\"y\":73.11760749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.623714583333333,\"x\":51.17368666666667,\"y\":72.99094541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.623714583333333,\"x\":52.158164,\"y\":72.82809416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.6599037499999993,\"x\":53.14264133333334,\"y\":72.95475624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.8408495833333323,\"x\":54.12711866666667,\"y\":73.18998583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.9313224999999994,\"x\":55.111596,\"y\":72.73762124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.750376666666666,\"x\":56.09607333333334,\"y\":73.60616124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":3.021795416666666,\"x\":57.08055066666667,\"y\":73.29855333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.478957916666666,\"x\":58.065028,\"y\":73.85948541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.7141874999999995,\"x\":59.049505333333336,\"y\":73.60616124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.4608633333333327,\"x\":60.033982666666674,\"y\":74.29375541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.0808770833333328,\"x\":61.018460000000005,\"y\":75.07182249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.044687916666666,\"x\":62.002937333333335,\"y\":74.81849833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.7732691666666662,\"x\":62.987414666666666,\"y\":75.21657916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.9904041666666663,\"x\":63.971892000000004,\"y\":75.34324124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.700890833333333,\"x\":64.95636933333334,\"y\":75.74132208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.6285124999999994,\"x\":65.94084666666667,\"y\":75.43371416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.2304316666666664,\"x\":66.92532399999999,\"y\":76.12130833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":2.044687916666666,\"x\":67.90980133333333,\"y\":75.45180874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.8818366666666662,\"x\":68.89427866666668,\"y\":75.9041733333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.8637420833333327,\"x\":69.87875600000001,\"y\":75.6870383333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.538039583333333,\"x\":70.86323333333334,\"y\":76.15749749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.483755833333333,\"x\":71.84771066666667,\"y\":76.66414583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.2304316666666664,\"x\":72.832188,\"y\":76.88128083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.646607083333333,\"x\":73.81666533333333,\"y\":76.44701083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.5018504166666662,\"x\":74.80114266666666,\"y\":76.70033499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.212337083333333,\"x\":75.78562000000001,\"y\":76.73652416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.3570937499999998,\"x\":76.77009733333334,\"y\":76.80890249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.5199449999999997,\"x\":77.75457466666667,\"y\":76.53748374999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.049485833333333,\"x\":78.739052,\"y\":76.97175374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.0856749999999997,\"x\":79.72352933333335,\"y\":77.17079416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.1761479166666664,\"x\":80.70800666666668,\"y\":77.18888874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.3209045833333328,\"x\":81.69248400000001,\"y\":77.08032124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.9228237499999997,\"x\":82.67696133333334,\"y\":77.67744249999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.0132966666666663,\"x\":83.66143866666667,\"y\":77.56887499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.049485833333333,\"x\":84.645916,\"y\":77.51459124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.0313912499999998,\"x\":85.63039333333334,\"y\":77.26126708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.2304316666666664,\"x\":86.61487066666668,\"y\":77.134605},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.0675804166666665,\"x\":87.599348,\"y\":76.9355645833333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.1942424999999997,\"x\":88.58382533333334,\"y\":77.44221291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.9952020833333332,\"x\":89.56830266666667,\"y\":77.55078041666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.0675804166666665,\"x\":90.55278000000001,\"y\":77.6955370833333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.1218641666666664,\"x\":91.53725733333334,\"y\":77.40602374999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.9771074999999998,\"x\":92.52173466666667,\"y\":77.74982083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.1942424999999997,\"x\":93.506212,\"y\":77.44221291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.6514049999999998,\"x\":94.49068933333334,\"y\":77.91267208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7780670833333331,\"x\":95.47516666666668,\"y\":78.00314499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7599724999999998,\"x\":96.45964400000001,\"y\":77.89457749999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7961616666666664,\"x\":97.44412133333334,\"y\":77.58696958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7599724999999998,\"x\":98.42859866666669,\"y\":78.03933416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.9952020833333332,\"x\":99.41307600000002,\"y\":77.76791541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.6694995833333333,\"x\":100.39755333333335,\"y\":77.91267208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7056887499999999,\"x\":101.38203066666667,\"y\":78.05742874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.9047291666666664,\"x\":102.36650800000001,\"y\":77.82219916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.8323508333333332,\"x\":103.35098533333334,\"y\":77.87648291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7056887499999999,\"x\":104.33546266666667,\"y\":77.85838833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.8142562499999997,\"x\":105.31994,\"y\":77.74982083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":1.0856749999999997,\"x\":106.30441733333335,\"y\":77.31555083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3980808333333332,\"x\":107.28889466666668,\"y\":78.27456374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7237833333333331,\"x\":108.27337200000001,\"y\":78.02123958333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7418779166666665,\"x\":109.25784933333335,\"y\":78.07552333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.5066483333333331,\"x\":110.24232666666668,\"y\":78.27456374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.34379708333333325,\"x\":111.226804,\"y\":78.47360416666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.5247429166666665,\"x\":112.21128133333333,\"y\":78.20218541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.6152158333333332,\"x\":113.19575866666668,\"y\":78.27456374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7418779166666665,\"x\":114.18023600000001,\"y\":78.23837458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4342699999999999,\"x\":115.16471333333334,\"y\":78.29265833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.5790266666666665,\"x\":116.14919066666668,\"y\":78.27456374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4342699999999999,\"x\":117.13366800000001,\"y\":78.36503666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.7599724999999998,\"x\":118.11814533333335,\"y\":78.09361791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.6514049999999998,\"x\":119.10262266666669,\"y\":78.09361791666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4342699999999999,\"x\":120.08710000000002,\"y\":78.47360416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4342699999999999,\"x\":121.07157733333335,\"y\":78.29265833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4523645833333332,\"x\":122.05605466666667,\"y\":78.32884749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4161754166666666,\"x\":123.04053200000001,\"y\":78.34694208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.47045916666666654,\"x\":124.02500933333334,\"y\":78.38313124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.34379708333333325,\"x\":125.00948666666667,\"y\":78.58217166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3799862499999999,\"x\":125.993964,\"y\":78.49169874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4342699999999999,\"x\":126.97844133333335,\"y\":78.16599624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3799862499999999,\"x\":127.96291866666668,\"y\":78.52788791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4161754166666666,\"x\":128.94739600000003,\"y\":78.60026624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.28951333333333323,\"x\":129.93187333333336,\"y\":78.49169874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3980808333333332,\"x\":130.9163506666667,\"y\":78.49169874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4342699999999999,\"x\":131.900828,\"y\":78.31075291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4885537499999999,\"x\":132.88530533333335,\"y\":78.43741499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3799862499999999,\"x\":133.86978266666668,\"y\":78.60026624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.27141874999999993,\"x\":134.85426,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.1990404166666666,\"x\":135.83873733333334,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3076079166666666,\"x\":136.82321466666667,\"y\":78.7269283333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.36189166666666656,\"x\":137.80769200000003,\"y\":78.52788791666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4885537499999999,\"x\":138.79216933333333,\"y\":78.40122583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.28951333333333323,\"x\":139.7766466666667,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.27141874999999993,\"x\":140.76112400000002,\"y\":78.65454999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.28951333333333323,\"x\":141.74560133333335,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.5247429166666665,\"x\":142.73007866666666,\"y\":78.41932041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.34379708333333325,\"x\":143.71455600000002,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3076079166666666,\"x\":144.69903333333335,\"y\":78.67264458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.21713499999999994,\"x\":145.68351066666668,\"y\":78.74502291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3799862499999999,\"x\":146.66798800000004,\"y\":78.63645541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.27141874999999993,\"x\":147.65246533333337,\"y\":78.78121208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.34379708333333325,\"x\":148.6369426666667,\"y\":78.74502291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3257024999999999,\"x\":149.62142000000003,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.4161754166666666,\"x\":150.60589733333336,\"y\":78.40122583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.18094583333333328,\"x\":151.5903746666667,\"y\":78.88977958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.34379708333333325,\"x\":152.57485200000002,\"y\":78.5459825},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.28951333333333323,\"x\":153.55932933333335,\"y\":78.65454999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3799862499999999,\"x\":154.54380666666668,\"y\":78.52788791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3257024999999999,\"x\":155.52828400000004,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.27141874999999993,\"x\":156.51276133333337,\"y\":78.79930666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.21713499999999994,\"x\":157.4972386666667,\"y\":78.81740124999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.21713499999999994,\"x\":158.48171600000003,\"y\":78.85359041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.28951333333333323,\"x\":159.46619333333336,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.28951333333333323,\"x\":160.4506706666667,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.36189166666666656,\"x\":161.43514800000003,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.34379708333333325,\"x\":162.41962533333336,\"y\":78.65454999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.2533241666666666,\"x\":163.4041026666667,\"y\":78.79930666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.3076079166666666,\"x\":164.38858000000002,\"y\":78.81740124999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.18094583333333328,\"x\":165.37305733333338,\"y\":78.96215791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.27141874999999993,\"x\":166.3575346666667,\"y\":78.76311749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00BFFF\",\"height\":0.036189166666666654,\"x\":167.34201200000004,\"y\":79.3240495833333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":2.261822916666666,\"x\":20.65488933333333,\"y\":69.46250166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":5.428374999999999,\"x\":21.639366666666664,\"y\":48.00232583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":5.500753333333332,\"x\":22.623844,\"y\":32.513362499999985},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":3.745578749999999,\"x\":23.60832133333333,\"y\":28.062094999999992},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":2.1170662499999997,\"x\":24.592798666666663,\"y\":32.24194375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.8275529166666662,\"x\":25.577275999999998,\"y\":40.692114166666656},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":2.207539166666666,\"x\":26.561753333333332,\"y\":54.06401124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":2.515147083333333,\"x\":27.546230666666666,\"y\":61.48279041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":2.261822916666666,\"x\":28.530707999999997,\"y\":62.69512749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.4161754166666666,\"x\":29.515185333333328,\"y\":76.10321375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.4656612499999997,\"x\":30.499662666666666,\"y\":60.70472333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.6104179166666661,\"x\":31.484139999999996,\"y\":61.42850666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.2485262499999996,\"x\":32.46861733333333,\"y\":63.45509999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.4113774999999997,\"x\":33.453094666666665,\"y\":66.98354374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.5561341666666662,\"x\":34.437572,\"y\":68.81109666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.7189854166666663,\"x\":35.422049333333334,\"y\":68.79300208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.8999312499999994,\"x\":36.406526666666664,\"y\":65.84358499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.158053333333333,\"x\":37.391003999999995,\"y\":69.62535291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.1399587499999997,\"x\":38.37548133333333,\"y\":70.05962291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.103769583333333,\"x\":39.359958666666664,\"y\":69.67963666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.9590129166666663,\"x\":40.344436,\"y\":69.17298833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.8504454166666665,\"x\":41.32891333333333,\"y\":71.74241916666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.1942424999999997,\"x\":42.31339066666666,\"y\":72.08621624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.2304316666666664,\"x\":43.297868,\"y\":71.67004083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.4113774999999997,\"x\":44.28234533333334,\"y\":71.95955416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.1218641666666664,\"x\":45.26682266666667,\"y\":72.62905374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.3209045833333328,\"x\":46.2513,\"y\":72.55667541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.5018504166666662,\"x\":47.23577733333333,\"y\":71.92336499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.6647016666666663,\"x\":48.22025466666667,\"y\":72.24906749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.4475666666666662,\"x\":49.204732,\"y\":72.48429708333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.6285124999999994,\"x\":50.18920933333333,\"y\":71.48909499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":2.0084987499999993,\"x\":51.17368666666667,\"y\":70.98244666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.4656612499999997,\"x\":52.158164,\"y\":71.36243291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.7370799999999995,\"x\":53.14264133333334,\"y\":71.21767624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.3570937499999998,\"x\":54.12711866666667,\"y\":71.83289208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.1942424999999997,\"x\":55.111596,\"y\":71.54337874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":1.0313912499999998,\"x\":56.09607333333334,\"y\":72.57476999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.8866345833333331,\"x\":57.08055066666667,\"y\":72.41191874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.7418779166666665,\"x\":58.065028,\"y\":73.11760749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.7961616666666664,\"x\":59.049505333333336,\"y\":72.80999958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5247429166666665,\"x\":60.033982666666674,\"y\":73.76901249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.6694995833333333,\"x\":61.018460000000005,\"y\":74.40232291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.8323508333333332,\"x\":62.002937333333335,\"y\":73.98614749999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5247429166666665,\"x\":62.987414666666666,\"y\":74.69183624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5609320833333332,\"x\":63.971892000000004,\"y\":74.78230916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.6333104166666664,\"x\":64.95636933333334,\"y\":75.10801166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5247429166666665,\"x\":65.94084666666667,\"y\":74.90897124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.7961616666666664,\"x\":66.92532399999999,\"y\":75.32514666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5247429166666665,\"x\":67.90980133333333,\"y\":74.92706583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5066483333333331,\"x\":68.89427866666668,\"y\":75.39752499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.2533241666666666,\"x\":69.87875600000001,\"y\":75.43371416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.4523645833333332,\"x\":70.86323333333334,\"y\":75.70513291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.4342699999999999,\"x\":71.84771066666667,\"y\":76.22987583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.3980808333333332,\"x\":72.832188,\"y\":76.48319999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.4161754166666666,\"x\":73.81666533333333,\"y\":76.03083541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.5066483333333331,\"x\":74.80114266666666,\"y\":76.19368666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.3980808333333332,\"x\":75.78562000000001,\"y\":76.33844333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.34379708333333325,\"x\":76.77009733333334,\"y\":76.46510541666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.23522958333333327,\"x\":77.75457466666667,\"y\":76.30225416666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.28951333333333323,\"x\":78.739052,\"y\":76.68224041666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.2533241666666666,\"x\":79.72352933333335,\"y\":76.91746999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.2533241666666666,\"x\":80.70800666666668,\"y\":76.93556458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.3257024999999999,\"x\":81.69248400000001,\"y\":76.75461874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.3076079166666666,\"x\":82.67696133333334,\"y\":77.36983458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.23522958333333327,\"x\":83.66143866666667,\"y\":77.33364541666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.18094583333333328,\"x\":84.645916,\"y\":77.33364541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.18094583333333328,\"x\":85.63039333333334,\"y\":77.08032124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.3257024999999999,\"x\":86.61487066666668,\"y\":76.80890249999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1990404166666666,\"x\":87.599348,\"y\":76.73652416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.36189166666666656,\"x\":88.58382533333334,\"y\":77.08032124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.2533241666666666,\"x\":89.56830266666667,\"y\":77.29745624999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":90.55278000000001,\"y\":77.55078041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1990404166666666,\"x\":91.53725733333334,\"y\":77.20698333333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":92.52173466666667,\"y\":77.64125333333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":93.506212,\"y\":77.29745624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.18094583333333328,\"x\":94.49068933333334,\"y\":77.73172624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.18094583333333328,\"x\":95.47516666666668,\"y\":77.82219916666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.16285124999999995,\"x\":96.45964400000001,\"y\":77.73172624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.18094583333333328,\"x\":97.44412133333334,\"y\":77.40602374999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":98.42859866666669,\"y\":77.91267208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":99.41307600000002,\"y\":77.64125333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":100.39755333333335,\"y\":77.80410458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":101.38203066666667,\"y\":77.96695583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":102.36650800000001,\"y\":77.67744249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":103.35098533333334,\"y\":77.74982083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":104.33546266666667,\"y\":77.7498208333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":105.31994,\"y\":77.62315874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":106.30441733333335,\"y\":77.18888874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":107.28889466666668,\"y\":78.16599624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":108.27337200000001,\"y\":77.93076666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.2533241666666666,\"x\":109.25784933333335,\"y\":77.82219916666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":110.24232666666668,\"y\":78.20218541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1990404166666666,\"x\":111.226804,\"y\":78.27456374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":112.21128133333333,\"y\":78.12980708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.036189166666666654,\"x\":113.19575866666668,\"y\":78.23837458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":114.18023600000001,\"y\":78.1298070833333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":115.16471333333334,\"y\":78.18409083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":116.14919066666668,\"y\":78.20218541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":117.13366800000001,\"y\":78.23837458333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":118.11814533333335,\"y\":77.98505041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":119.10262266666669,\"y\":77.96695583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":120.08710000000002,\"y\":78.32884749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":121.07157733333335,\"y\":78.22027999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":122.05605466666667,\"y\":78.23837458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.18094583333333328,\"x\":123.04053200000001,\"y\":78.16599624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.018094583333333327,\"x\":124.02500933333334,\"y\":78.36503666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":125.00948666666667,\"y\":78.43741499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":125.993964,\"y\":78.36503666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":126.97844133333335,\"y\":78.1117125},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":127.96291866666668,\"y\":78.38313124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.14475666666666662,\"x\":128.94739600000003,\"y\":78.45550958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":129.93187333333336,\"y\":78.43741499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":130.9163506666667,\"y\":78.40122583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":131.900828,\"y\":78.20218541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.036189166666666654,\"x\":132.88530533333335,\"y\":78.40122583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":133.86978266666668,\"y\":78.52788791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":134.85426,\"y\":78.69073916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":135.83873733333334,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1266620833333333,\"x\":136.82321466666667,\"y\":78.60026624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":137.80769200000003,\"y\":78.43741499999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":138.79216933333333,\"y\":78.32884749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":139.7766466666667,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.018094583333333327,\"x\":140.76112400000002,\"y\":78.63645541666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":141.74560133333335,\"y\":78.69073916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":142.73007866666666,\"y\":78.32884749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":143.71455600000002,\"y\":78.45550958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":144.69903333333335,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":145.68351066666668,\"y\":78.69073916666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.1990404166666666,\"x\":146.66798800000004,\"y\":78.43741499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":147.65246533333337,\"y\":78.69073916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":148.6369426666667,\"y\":78.67264458333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":149.62142000000003,\"y\":78.67264458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":150.60589733333336,\"y\":78.31075291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.018094583333333327,\"x\":151.5903746666667,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.018094583333333327,\"x\":152.57485200000002,\"y\":78.52788791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":153.55932933333335,\"y\":78.58217166666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.018094583333333327,\"x\":154.54380666666668,\"y\":78.5097933333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":155.52828400000004,\"y\":78.67264458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.10856749999999997,\"x\":156.51276133333337,\"y\":78.69073916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":157.4972386666667,\"y\":78.76311749999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":158.48171600000003,\"y\":78.78121208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":159.46619333333336,\"y\":78.67264458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":160.4506706666667,\"y\":78.70883374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.036189166666666654,\"x\":161.43514800000003,\"y\":78.7269283333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":162.41962533333336,\"y\":78.60026624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.07237833333333331,\"x\":163.4041026666667,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":164.38858000000002,\"y\":78.72692833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.09047291666666664,\"x\":165.37305733333338,\"y\":78.87168499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.054283749999999985,\"x\":166.3575346666667,\"y\":78.70883374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#FF5EA0\",\"height\":0.01,\"x\":167.34201200000004,\"y\":79.32404958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":6.242631249999999,\"x\":20.65488933333333,\"y\":63.21987041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":15.018504166666663,\"x\":21.639366666666664,\"y\":32.98382166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":15.995611666666662,\"x\":22.623844,\"y\":16.517750833333338},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":11.453871249999997,\"x\":23.60832133333333,\"y\":16.608223749999993},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":7.708292499999998,\"x\":24.592798666666663,\"y\":24.53365124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":5.247429166666666,\"x\":25.577275999999998,\"y\":35.44468499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":4.288416249999999,\"x\":26.561753333333332,\"y\":49.77559499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":4.378889166666665,\"x\":27.546230666666666,\"y\":57.10390124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":4.9941049999999985,\"x\":28.530707999999997,\"y\":57.70102249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.2666208333333329,\"x\":29.515185333333328,\"y\":74.83659291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":5.030294166666666,\"x\":30.499662666666666,\"y\":55.674429166666656},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.582727499999999,\"x\":31.484139999999996,\"y\":57.84577916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.202741249999999,\"x\":32.46861733333333,\"y\":60.252358749999985},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.564632916666666,\"x\":33.453094666666665,\"y\":63.41891083333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.6008220833333326,\"x\":34.437572,\"y\":65.21027458333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.6551058333333324,\"x\":35.422049333333334,\"y\":65.13789624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":4.071281249999999,\"x\":36.406526666666664,\"y\":61.77230374999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.582727499999999,\"x\":37.391003999999995,\"y\":66.04262541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.2751195833333324,\"x\":38.37548133333333,\"y\":66.78450333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.858944166666666,\"x\":39.359958666666664,\"y\":66.82069249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.021795416666666,\"x\":40.344436,\"y\":66.15119291666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.623714583333333,\"x\":41.32891333333333,\"y\":69.11870458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.370390416666666,\"x\":42.31339066666666,\"y\":69.71582583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.352295833333333,\"x\":43.297868,\"y\":69.31774499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.044687916666666,\"x\":44.28234533333334,\"y\":69.91486624999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.261822916666666,\"x\":45.26682266666667,\"y\":70.36723083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.153255416666666,\"x\":46.2513,\"y\":70.40341999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.207539166666666,\"x\":47.23577733333333,\"y\":69.71582583333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.316106666666666,\"x\":48.22025466666667,\"y\":69.93296083333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.4608633333333327,\"x\":49.204732,\"y\":70.02343374999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.6418091666666657,\"x\":50.18920933333333,\"y\":68.84728583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.1665520833333325,\"x\":51.17368666666667,\"y\":67.81589458333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.130362916666666,\"x\":52.158164,\"y\":68.23206999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":3.0579845833333326,\"x\":53.14264133333334,\"y\":68.15969166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.7684712499999993,\"x\":54.12711866666667,\"y\":69.06442083333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.605619999999999,\"x\":55.111596,\"y\":68.93775874999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.3884849999999993,\"x\":56.09607333333334,\"y\":70.18628499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.316106666666666,\"x\":57.08055066666667,\"y\":70.09581208333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.9180258333333327,\"x\":58.065028,\"y\":71.19958166666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":2.0808770833333328,\"x\":59.049505333333336,\"y\":70.72912249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.6285124999999994,\"x\":60.033982666666674,\"y\":72.14049999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.6104179166666661,\"x\":61.018460000000005,\"y\":72.79190499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.700890833333333,\"x\":62.002937333333335,\"y\":72.28525666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.6104179166666661,\"x\":62.987414666666666,\"y\":73.08141833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.1761479166666664,\"x\":63.971892000000004,\"y\":73.60616124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.375188333333333,\"x\":64.95636933333334,\"y\":73.73282333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.4656612499999997,\"x\":65.94084666666667,\"y\":73.44330999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.3209045833333328,\"x\":66.92532399999999,\"y\":74.00424208333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.2485262499999996,\"x\":67.90980133333333,\"y\":73.67853958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.0313912499999998,\"x\":68.89427866666668,\"y\":74.36613374999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.3209045833333328,\"x\":69.87875600000001,\"y\":74.11280958333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.2666208333333329,\"x\":70.86323333333334,\"y\":74.43851208333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.3389991666666665,\"x\":71.84771066666667,\"y\":74.89087666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.9771074999999998,\"x\":72.832188,\"y\":75.50609249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.9228237499999997,\"x\":73.81666533333333,\"y\":75.10801166666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.8866345833333331,\"x\":74.80114266666666,\"y\":75.30705208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.8504454166666665,\"x\":75.78562000000001,\"y\":75.48799791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":1.0313912499999998,\"x\":76.77009733333334,\"y\":75.43371416666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.8323508333333332,\"x\":77.75457466666667,\"y\":75.4699033333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.9771074999999998,\"x\":78.739052,\"y\":75.70513291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.7418779166666665,\"x\":79.72352933333335,\"y\":76.17559208333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.7056887499999999,\"x\":80.70800666666668,\"y\":76.22987583333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.6152158333333332,\"x\":81.69248400000001,\"y\":76.13940291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5790266666666665,\"x\":82.67696133333334,\"y\":76.79080791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.47045916666666654,\"x\":83.66143866666667,\"y\":76.86318624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5066483333333331,\"x\":84.645916,\"y\":76.82699708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.7237833333333331,\"x\":85.63039333333334,\"y\":76.35653791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.6333104166666664,\"x\":86.61487066666668,\"y\":76.17559208333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5428374999999999,\"x\":87.599348,\"y\":76.19368666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.7237833333333331,\"x\":88.58382533333334,\"y\":76.35653791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5971212499999998,\"x\":89.56830266666667,\"y\":76.70033499999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.6694995833333333,\"x\":90.55278000000001,\"y\":76.8812808333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5247429166666665,\"x\":91.53725733333334,\"y\":76.68224041666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5066483333333331,\"x\":92.52173466666667,\"y\":77.134605},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4885537499999999,\"x\":93.506212,\"y\":76.80890249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.6152158333333332,\"x\":94.49068933333334,\"y\":77.11651041666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5790266666666665,\"x\":95.47516666666668,\"y\":77.24317249999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5609320833333332,\"x\":96.45964400000001,\"y\":77.17079416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.6514049999999998,\"x\":97.44412133333334,\"y\":76.75461874999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4523645833333332,\"x\":98.42859866666669,\"y\":77.46030749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.47045916666666654,\"x\":99.41307600000002,\"y\":77.17079416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4342699999999999,\"x\":100.39755333333335,\"y\":77.36983458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4161754166666666,\"x\":101.38203066666667,\"y\":77.55078041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.5971212499999998,\"x\":102.36650800000001,\"y\":77.08032124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3076079166666666,\"x\":103.35098533333334,\"y\":77.44221291666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3980808333333332,\"x\":104.33546266666667,\"y\":77.35173999999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.36189166666666656,\"x\":105.31994,\"y\":77.26126708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3980808333333332,\"x\":106.30441733333335,\"y\":76.79080791666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3257024999999999,\"x\":107.28889466666668,\"y\":77.84029374999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4342699999999999,\"x\":108.27337200000001,\"y\":77.49649666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4342699999999999,\"x\":109.25784933333335,\"y\":77.38792916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3980808333333332,\"x\":110.24232666666668,\"y\":77.80410458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.4885537499999999,\"x\":111.226804,\"y\":77.78600999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.34379708333333325,\"x\":112.21128133333333,\"y\":77.78600999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3799862499999999,\"x\":113.19575866666668,\"y\":77.85838833333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3257024999999999,\"x\":114.18023600000001,\"y\":77.80410458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3799862499999999,\"x\":115.16471333333334,\"y\":77.80410458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3799862499999999,\"x\":116.14919066666668,\"y\":77.82219916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.21713499999999994,\"x\":117.13366800000001,\"y\":78.02123958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.36189166666666656,\"x\":118.11814533333335,\"y\":77.62315874999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3799862499999999,\"x\":119.10262266666669,\"y\":77.58696958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3076079166666666,\"x\":120.08710000000002,\"y\":78.02123958333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3257024999999999,\"x\":121.07157733333335,\"y\":77.89457749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.28951333333333323,\"x\":122.05605466666667,\"y\":77.94886124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.2533241666666666,\"x\":123.04053200000001,\"y\":77.91267208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.1266620833333333,\"x\":124.02500933333334,\"y\":78.23837458333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.28951333333333323,\"x\":125.00948666666667,\"y\":78.14790166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.36189166666666656,\"x\":125.993964,\"y\":78.00314499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3076079166666666,\"x\":126.97844133333335,\"y\":77.80410458333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.2533241666666666,\"x\":127.96291866666668,\"y\":78.1298070833333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.14475666666666662,\"x\":128.94739600000003,\"y\":78.31075291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.23522958333333327,\"x\":129.93187333333336,\"y\":78.20218541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.2533241666666666,\"x\":130.9163506666667,\"y\":78.14790166666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.27141874999999993,\"x\":131.900828,\"y\":77.93076666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.1990404166666666,\"x\":132.88530533333335,\"y\":78.20218541666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.23522958333333327,\"x\":133.86978266666668,\"y\":78.2926583333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.36189166666666656,\"x\":134.85426,\"y\":78.32884749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.14475666666666662,\"x\":135.83873733333334,\"y\":78.41932041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.2533241666666666,\"x\":136.82321466666667,\"y\":78.3469420833333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.21713499999999994,\"x\":137.80769200000003,\"y\":78.22027999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.23522958333333327,\"x\":138.79216933333333,\"y\":78.09361791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.21713499999999994,\"x\":139.7766466666667,\"y\":78.34694208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.16285124999999995,\"x\":140.76112400000002,\"y\":78.47360416666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.27141874999999993,\"x\":141.74560133333335,\"y\":78.41932041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.2533241666666666,\"x\":142.73007866666666,\"y\":78.07552333333331},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.36189166666666656,\"x\":143.71455600000002,\"y\":78.09361791666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.2533241666666666,\"x\":144.69903333333335,\"y\":78.31075291666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.3076079166666666,\"x\":145.68351066666668,\"y\":78.38313124999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.14475666666666662,\"x\":146.66798800000004,\"y\":78.29265833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.27141874999999993,\"x\":147.65246533333337,\"y\":78.41932041666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.14475666666666662,\"x\":148.6369426666667,\"y\":78.52788791666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.23522958333333327,\"x\":149.62142000000003,\"y\":78.43741499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.1990404166666666,\"x\":150.60589733333336,\"y\":78.11171249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.18094583333333328,\"x\":151.5903746666667,\"y\":78.69073916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.27141874999999993,\"x\":152.57485200000002,\"y\":78.25646916666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.21713499999999994,\"x\":153.55932933333335,\"y\":78.36503666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.18094583333333328,\"x\":154.54380666666668,\"y\":78.32884749999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.16285124999999995,\"x\":155.52828400000004,\"y\":78.50979333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.14475666666666662,\"x\":156.51276133333337,\"y\":78.54598249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.16285124999999995,\"x\":157.4972386666667,\"y\":78.60026624999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.23522958333333327,\"x\":158.48171600000003,\"y\":78.54598249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.1990404166666666,\"x\":159.46619333333336,\"y\":78.47360416666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.1990404166666666,\"x\":160.4506706666667,\"y\":78.50979333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.34379708333333325,\"x\":161.43514800000003,\"y\":78.38313124999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.16285124999999995,\"x\":162.41962533333336,\"y\":78.43741499999997},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.18094583333333328,\"x\":163.4041026666667,\"y\":78.54598249999998},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.21713499999999994,\"x\":164.38858000000002,\"y\":78.50979333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.09047291666666664,\"x\":165.37305733333338,\"y\":78.78121208333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.14475666666666662,\"x\":166.3575346666667,\"y\":78.56407708333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9844773333333335,\"fill\":\"#00E5B2\",\"height\":0.036189166666666654,\"x\":167.34201200000004,\"y\":79.28786041666665},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.066666666666668,\"y\":79.37833333333332},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.066666666666668,\"y\":61.28374999999998},\"c\":[{\"txt\":\"1\u00d710<sup>3</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.066666666666668,\"y\":43.18916666666666},\"c\":[{\"txt\":\"2\u00d710<sup>3</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.066666666666668,\"y\":25.09458333333333},\"c\":[{\"txt\":\"3\u00d710<sup>3</sup>\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":15.066666666666668,\"y\":7.000000000000001},\"c\":[{\"txt\":\"4\u00d710<sup>3</sup>\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 22,
"text": [
"Elem{:svg,:svg}(858,Persistent{Node}[Elem{:svg,:g}(814,Persistent{Node}[Elem{:svg,:g}(813,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Price\")],{\"text-anchor\"=>\"middle\",:x=>97.46,:y=>91.99999999999999}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{\"text-anchor\"=>\"middle\",:x=>18.066666666666663,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5.0\u00d710<sup>3</sup>\")],{\"text-anchor\"=>\"middle\",:x=>57.76333333333334,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1.0\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>97.46000000000001,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1.5\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>137.1566666666667,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.0\u00d710<sup>4</sup>\")],{\"text-anchor\"=>\"middle\",:x=>176.85333333333338,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(20,Persistent{Node}[Elem{:svg,:g}(16,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Ideal\")],{:dy=>\"0.35em\",:class=>\"color_Ideal\",:x=>182.66666666666666,:y=>37.74916666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Premium\")],{:dy=>\"0.35em\",:class=>\"color_Premium\",:x=>182.66666666666666,:y=>41.37583333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Good\")],{:dy=>\"0.35em\",:class=>\"color_Good\",:x=>182.66666666666666,:y=>45.0025}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Very Good\")],{:dy=>\"0.35em\",:class=>\"color_Very_Good\",:x=>182.66666666666666,:y=>48.62916666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Fair\")],{:dy=>\"0.35em\",:class=>\"color_Fair\",:x=>182.66666666666666,:y=>52.25583333333333}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#00BFFF\",:height=>1.8133333333333335,:x=>179.85333333333332,:y=>36.842499999999994}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#D4CA3A\",:height=>1.8133333333333335,:x=>179.85333333333332,:y=>40.469166666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#FF5EA0\",:height=>1.8133333333333335,:x=>179.85333333333332,:y=>44.09583333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#00E5B2\",:height=>1.8133333333333335,:x=>179.85333333333332,:y=>47.7225}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.8133333333333335,:fill=>\"#F6A6FF\",:height=>1.8133333333333335,:x=>179.85333333333332,:y=>51.34916666666666})],{:stroke=>\"none\"})],{\"font-size\"=>2.822222222222222,:fill=>\"#4C404B\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Cut\")],{:x=>179.85333333333332,:y=>33.92833333333333})],{\"font-size\"=>3.880555555555555,:fill=>\"#362A35\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:stroke=>\"none\"})],{:class=>\"guide colorkey\"}), Elem{:svg,:g}(767,Persistent{Node}[Elem{:svg,:g}(13,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>162.78666666666666,:height=>76.37833333333332,:x=>16.066666666666663,:y=>5.0}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.07,79.38 L 178.85 79.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.07,61.28 L 178.85 61.28\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.07,43.19 L 178.85 43.19\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.07,25.09 L 178.85 25.09\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.07,7 L 178.85 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.07,5 L 18.07 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M57.76,5 L 57.76 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M97.46,5 L 97.46 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M137.16,5 L 137.16 81.38\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M176.85,5 L 176.85 81.38\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(752,Persistent{Node}[Elem{:svg,:g}(751,Persistent{Node}[Elem{:svg,:g}(750,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.09047291666666664,:x=>20.65488933333333,:y=>79.28786041666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.09047291666666664,:x=>21.639366666666664,:y=>79.28786041666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.4523645833333332,:x=>22.623844,:y=>78.92596874999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.5066483333333331,:x=>23.60832133333333,:y=>78.87168499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.4342699999999999,:x=>24.592798666666663,:y=>78.94406333333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.9952020833333332,:x=>25.577275999999998,:y=>78.38313124999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.9228237499999997,:x=>26.561753333333332,:y=>78.45550958333331}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.5428374999999999,:x=>27.546230666666666,:y=>78.83549583333331}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.7599724999999998,:x=>28.530707999999997,:y=>78.61836083333331}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.054283749999999985,:x=>29.515185333333328,:y=>79.32404958333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.3076079166666666,:x=>30.499662666666666,:y=>79.07072541666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.9409183333333331,:x=>31.484139999999996,:y=>78.43741499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.4523645833333332,:x=>32.46861733333333,:y=>78.92596874999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.7961616666666664,:x=>33.453094666666665,:y=>78.58217166666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.8866345833333331,:x=>34.437572,:y=>78.49169874999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.5790266666666665,:x=>35.422049333333334,:y=>78.79930666666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>1.2304316666666664,:x=>36.406526666666664,:y=>78.14790166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.5066483333333331,:x=>37.391003999999995,:y=>78.87168499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.4161754166666666,:x=>38.37548133333333,:y=>78.96215791666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.7056887499999999,:x=>39.359958666666664,:y=>78.67264458333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.9228237499999997,:x=>40.344436,:y=>78.45550958333331}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.7418779166666665,:x=>41.32891333333333,:y=>78.63645541666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.7056887499999999,:x=>42.31339066666666,:y=>78.67264458333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.6694995833333333,:x=>43.297868,:y=>78.70883374999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#F6A6FF\",:height=>0.3980808333333332,:x=>44.28234533333334,:y=>78.98025249999998}), ..., Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.2533241666666666,:x=>142.73007866666666,:y=>78.07552333333331}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.36189166666666656,:x=>143.71455600000002,:y=>78.09361791666664}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.2533241666666666,:x=>144.69903333333335,:y=>78.31075291666664}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.3076079166666666,:x=>145.68351066666668,:y=>78.38313124999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.14475666666666662,:x=>146.66798800000004,:y=>78.29265833333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.27141874999999993,:x=>147.65246533333337,:y=>78.41932041666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.14475666666666662,:x=>148.6369426666667,:y=>78.52788791666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.23522958333333327,:x=>149.62142000000003,:y=>78.43741499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.1990404166666666,:x=>150.60589733333336,:y=>78.11171249999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.18094583333333328,:x=>151.5903746666667,:y=>78.69073916666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.27141874999999993,:x=>152.57485200000002,:y=>78.25646916666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.21713499999999994,:x=>153.55932933333335,:y=>78.36503666666665}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.18094583333333328,:x=>154.54380666666668,:y=>78.32884749999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.16285124999999995,:x=>155.52828400000004,:y=>78.50979333333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.14475666666666662,:x=>156.51276133333337,:y=>78.54598249999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.16285124999999995,:x=>157.4972386666667,:y=>78.60026624999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.23522958333333327,:x=>158.48171600000003,:y=>78.54598249999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.1990404166666666,:x=>159.46619333333336,:y=>78.47360416666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.1990404166666666,:x=>160.4506706666667,:y=>78.50979333333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.34379708333333325,:x=>161.43514800000003,:y=>78.38313124999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.16285124999999995,:x=>162.41962533333336,:y=>78.43741499999997}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.18094583333333328,:x=>163.4041026666667,:y=>78.54598249999998}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.21713499999999994,:x=>164.38858000000002,:y=>78.50979333333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.09047291666666664,:x=>165.37305733333338,:y=>78.78121208333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.14475666666666662,:x=>166.3575346666667,:y=>78.56407708333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9844773333333335,:fill=>\"#00E5B2\",:height=>0.036189166666666654,:x=>167.34201200000004,:y=>79.28786041666665})],{:class=>\"geometry\"})],{:fill=>\"#00BFFF\",:stroke=>\"none\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-21)\"}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.066666666666668,:y=>79.37833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1\u00d710<sup>3</sup>\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.066666666666668,:y=>61.28374999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2\u00d710<sup>3</sup>\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.066666666666668,:y=>43.18916666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3\u00d710<sup>3</sup>\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.066666666666668,:y=>25.09458333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\u00d710<sup>3</sup>\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>15.066666666666668,:y=>7.000000000000001})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(42,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 22
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"car\", \"Womenlf\"), x=\"HIncome\", y=\"Region\", Geom.histogram2d)\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.047494418 seconds (6118336 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13398\"><script>new Patchwork.Node(\"pwid13398\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":105.3325,\"y\":91.99999999999999},\"c\":[{\"txt\":\"HIncome\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":27.491666666666674,\"y\":86.38833333333332},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":58.628,\"y\":86.38833333333332},\"c\":[{\"txt\":\"10\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":89.76433333333334,\"y\":86.38833333333332},\"c\":[{\"txt\":\"20\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":120.90066666666665,\"y\":86.38833333333332},\"c\":[{\"txt\":\"30\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":152.03699999999998,\"y\":86.38833333333332},\"c\":[{\"txt\":\"40\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":183.17333333333332,\"y\":86.38833333333332},\"c\":[{\"txt\":\"50\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333332,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.857499999999995},\"c\":[{\"txt\":\"Region\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"guide colorkey\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#4C404B\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":189.48666666666665,\"y\":48.130357142857136},\"c\":[{\"txt\":\"10\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":189.48666666666665,\"y\":39.783333333333324},\"c\":[{\"txt\":\"15\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":189.48666666666665,\"y\":56.47738095238095},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":189.48666666666665,\"y\":63.154999999999994},\"c\":[{\"txt\":\"1\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#004D84\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":62.57070833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#005B8D\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":61.98641666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#006995\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":61.40212499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#00769D\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":60.817833333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#0083A3\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":60.23354166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#278FA9\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":59.649249999999995},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#409BAF\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":59.06495833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#55A7B5\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":58.48066666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#69B2BA\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":57.89637499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7BBCC0\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":57.31208333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8DC6C5\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":56.72779166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#9ED0CB\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":56.143499999999996},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A5CFC7\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":55.55920833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#ABCEC4\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":54.97491666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B1CCC2\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":54.39062499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B5CCC1\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":53.80633333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B7CBBF\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":53.222041666666655},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B9CBBD\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":52.63775},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BBCBBB\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":52.053458333333325},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BDCABA\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":51.46916666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BFCAB8\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":50.884874999999994},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C2C9B7\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":50.30058333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C4C9B6\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":49.71629166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C6C8B5\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":49.13199999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C9C7B4\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":48.547708333333325},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CCC7B2\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":47.96341666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CFC6AE\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":47.37912499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D4C5AA\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":46.79483333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D8C3A6\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":46.21054166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D3B79A\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":45.62624999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CDAB8E\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":45.041958333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C89E82\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":44.457666666666654},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C19177\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":43.873374999999996},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BA836C\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":43.28908333333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B27563\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":42.70479166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#AA665A\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":42.12049999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A05752\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":41.53620833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#96484A\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":40.95191666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8B3844\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":40.36762499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7E273E\",\"height\":0.5842916666666668,\"x\":187.17333333333332,\"y\":39.783333333333324},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"d\":\"M187.17,48.13 L 188.49 48.13\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#005B8D\",\"d\":\"M187.17,39.78 L 188.49 39.78\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006995\",\"d\":\"M187.17,56.48 L 188.49 56.48\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00769D\",\"d\":\"M187.17,63.15 L 188.49 63.15\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"fill\":\"#362A35\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"x\":187.17333333333332,\"y\":35.783333333333324},\"c\":[{\"txt\":\"Count\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-22)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":159.68166666666664,\"height\":77.71499999999999,\"x\":25.491666666666674,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M25.49,67.17 L 185.17 67.17\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M25.49,51.63 L 185.17 51.63\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M25.49,36.09 L 185.17 36.09\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M25.49,20.54 L 185.17 20.54\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M27.49,5 L 27.49 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M58.63,5 L 58.63 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M89.76,5 L 89.76 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M120.9,5 L 120.9 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M152.04,5 L 152.04 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M183.17,5 L 183.17 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"geometry\",\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444447,\"fill\":\"#004D84\",\"height\":15.543,\"x\":36.08529466666667,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":39.738624444444454,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":42.47862177777778,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#9FD0CB\",\"height\":15.543,\"x\":48.871948888888895,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#7E273E\",\"height\":15.543,\"x\":55.265276,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":58.00527333333334,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444488,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":61.65860311111111,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#B77D68\",\"height\":15.543,\"x\":67.13859777777779,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#9FD0CB\",\"height\":15.543,\"x\":70.79192755555556,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#7E273E\",\"height\":15.543,\"x\":73.53192488888888,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#C5C8B6\",\"height\":15.543,\"x\":79.925252,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":82.66524933333332,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#D8C4A7\",\"height\":15.543,\"x\":86.31857911111112,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":89.05857644444444,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":95.45190355555556,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#BECAB9\",\"height\":15.543,\"x\":98.1919008888889,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":101.84523066666665,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":108.23855777777777,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":110.97855511111109,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#9FD0CB\",\"height\":15.543,\"x\":114.63188488888889,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":120.11187955555556,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444322,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":135.6385311111111,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444322,\"fill\":\"#00739B\",\"height\":15.543,\"x\":145.68518799999998,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444544,\"fill\":\"#004D84\",\"height\":15.543,\"x\":166.69183422222218,\"y\":67.172},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444447,\"fill\":\"#00739B\",\"height\":15.543,\"x\":30.605300000000007,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":42.47862177777778,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":48.871948888888895,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":55.265276,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":58.00527333333334,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444488,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":61.65860311111111,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#BECAB9\",\"height\":15.543,\"x\":67.13859777777779,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":70.79192755555556,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":73.53192488888888,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#6FB6BC\",\"height\":15.543,\"x\":79.925252,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":86.31857911111112,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":98.1919008888889,\"y\":51.629},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444447,\"fill\":\"#00739B\",\"height\":15.543,\"x\":30.605300000000007,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444447,\"fill\":\"#004D84\",\"height\":15.543,\"x\":36.08529466666667,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":42.47862177777778,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444461,\"fill\":\"#004D84\",\"height\":15.543,\"x\":46.13195155555556,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":48.871948888888895,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#B1CDC3\",\"height\":15.543,\"x\":55.265276,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444488,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":61.65860311111111,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":73.53192488888888,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":77.18525466666667,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#6FB6BC\",\"height\":15.543,\"x\":79.925252,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":86.31857911111112,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#6FB6BC\",\"height\":15.543,\"x\":98.1919008888889,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444544,\"fill\":\"#004D84\",\"height\":15.543,\"x\":166.69183422222218,\"y\":36.08599999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":42.47862177777778,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444461,\"fill\":\"#004D84\",\"height\":15.543,\"x\":46.13195155555556,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":48.871948888888895,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444405,\"fill\":\"#004D84\",\"height\":15.543,\"x\":51.61194622222223,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":55.265276,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444488,\"fill\":\"#004D84\",\"height\":15.543,\"x\":61.65860311111111,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":64.39860044444444,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#B1CDC3\",\"height\":15.543,\"x\":67.13859777777779,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#9FD0CB\",\"height\":15.543,\"x\":73.53192488888888,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":77.18525466666667,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#6FB6BC\",\"height\":15.543,\"x\":86.31857911111112,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":98.1919008888889,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":110.97855511111109,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":114.63188488888889,\"y\":20.543},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444447,\"fill\":\"#004D84\",\"height\":15.543,\"x\":33.34529733333334,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444447,\"fill\":\"#00739B\",\"height\":15.543,\"x\":36.08529466666667,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#B1CDC3\",\"height\":15.543,\"x\":42.47862177777778,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444461,\"fill\":\"#00739B\",\"height\":15.543,\"x\":46.13195155555556,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":48.871948888888895,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#3696AD\",\"height\":15.543,\"x\":55.265276,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":58.00527333333334,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444488,\"fill\":\"#CCC7B1\",\"height\":15.543,\"x\":61.65860311111111,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#BECAB9\",\"height\":15.543,\"x\":67.13859777777779,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#CAA386\",\"height\":15.543,\"x\":73.53192488888888,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":77.18525466666667,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#00739B\",\"height\":15.543,\"x\":79.925252,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#9FD0CB\",\"height\":15.543,\"x\":86.31857911111112,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":89.05857644444444,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#B1CDC3\",\"height\":15.543,\"x\":98.1919008888889,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":0.9133324444444433,\"fill\":\"#004D84\",\"height\":15.543,\"x\":114.63188488888889,\"y\":5.0},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":24.491666666666667,\"y\":74.94349999999999},\"c\":[{\"txt\":\"Ontario\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":24.491666666666667,\"y\":59.40049999999999},\"c\":[{\"txt\":\"Prairie\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":24.491666666666667,\"y\":43.857499999999995},\"c\":[{\"txt\":\"Atlantic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":24.491666666666667,\"y\":28.314499999999995},\"c\":[{\"txt\":\"BC\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":24.491666666666667,\"y\":12.7715},\"c\":[{\"txt\":\"Quebec\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 23,
"text": [
"Elem{:svg,:svg}(231,Persistent{Node}[Elem{:svg,:g}(185,Persistent{Node}[Elem{:svg,:g}(184,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"HIncome\")],{\"text-anchor\"=>\"middle\",:x=>105.3325,:y=>91.99999999999999}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{\"text-anchor\"=>\"middle\",:x=>27.491666666666674,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"10\")],{\"text-anchor\"=>\"middle\",:x=>58.628,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"20\")],{\"text-anchor\"=>\"middle\",:x=>89.76433333333334,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"30\")],{\"text-anchor\"=>\"middle\",:x=>120.90066666666665,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"40\")],{\"text-anchor\"=>\"middle\",:x=>152.03699999999998,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"50\")],{\"text-anchor\"=>\"middle\",:x=>183.17333333333332,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Region\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333332,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.857499999999995})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(58,Persistent{Node}[Elem{:svg,:g}(8,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"10\")],{:dy=>\"0.35em\",:x=>189.48666666666665,:y=>48.130357142857136}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"15\")],{:dy=>\"0.35em\",:x=>189.48666666666665,:y=>39.783333333333324}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{:dy=>\"0.35em\",:x=>189.48666666666665,:y=>56.47738095238095}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1\")],{:dy=>\"0.35em\",:x=>189.48666666666665,:y=>63.154999999999994})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#4C404B\"}), Elem{:svg,:g}(45,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#004D84\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>62.57070833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#005B8D\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>61.98641666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#006995\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>61.40212499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#00769D\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>60.817833333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#0083A3\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>60.23354166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#278FA9\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>59.649249999999995}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#409BAF\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>59.06495833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#55A7B5\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>58.48066666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#69B2BA\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>57.89637499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#7BBCC0\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>57.31208333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#8DC6C5\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>56.72779166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#9ED0CB\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>56.143499999999996}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#A5CFC7\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>55.55920833333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#ABCEC4\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>54.97491666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B1CCC2\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>54.39062499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B5CCC1\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>53.80633333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B7CBBF\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>53.222041666666655}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B9CBBD\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>52.63775}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BBCBBB\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>52.053458333333325}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BDCABA\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>51.46916666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BFCAB8\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>50.884874999999994}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C2C9B7\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>50.30058333333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C4C9B6\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>49.71629166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C6C8B5\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>49.13199999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C9C7B4\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>48.547708333333325}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CCC7B2\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>47.96341666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CFC6AE\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>47.37912499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D4C5AA\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>46.79483333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D8C3A6\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>46.21054166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D3B79A\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>45.62624999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CDAB8E\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>45.041958333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C89E82\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>44.457666666666654}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C19177\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>43.873374999999996}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BA836C\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>43.28908333333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B27563\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>42.70479166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#AA665A\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>42.12049999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#A05752\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>41.53620833333332}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#96484A\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>40.95191666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#8B3844\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>40.36762499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#7E273E\",:height=>0.5842916666666668,:x=>187.17333333333332,:y=>39.783333333333324}), Elem{:svg,:g}(4,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#004D84\",:d=>\"M187.17,48.13 L 188.49 48.13\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#005B8D\",:d=>\"M187.17,39.78 L 188.49 39.78\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#006995\",:d=>\"M187.17,56.48 L 188.49 56.48\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#00769D\",:d=>\"M187.17,63.15 L 188.49 63.15\"})],{\"stroke-width\"=>0.2,:stroke=>\"#FFFFFF\"})],{:stroke=>\"none\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Count\")],{:x=>187.17333333333332,:y=>35.783333333333324})],{\"font-size\"=>3.880555555555555,:fill=>\"#362A35\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:stroke=>\"none\"})],{:class=>\"guide colorkey\"}), Elem{:svg,:g}(95,Persistent{Node}[Elem{:svg,:g}(13,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>159.68166666666664,:height=>77.71499999999999,:x=>25.491666666666674,:y=>5.0}), Elem{:svg,:g}(4,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M25.49,67.17 L 185.17 67.17\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M25.49,51.63 L 185.17 51.63\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M25.49,36.09 L 185.17 36.09\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M25.49,20.54 L 185.17 20.54\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M27.49,5 L 27.49 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M58.63,5 L 58.63 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M89.76,5 L 89.76 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M120.9,5 L 120.9 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M152.04,5 L 152.04 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M183.17,5 L 183.17 82.71\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(80,Persistent{Node}[Elem{:svg,:g}(79,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444447,:fill=>\"#004D84\",:height=>15.543,:x=>36.08529466666667,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>39.738624444444454,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>42.47862177777778,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#9FD0CB\",:height=>15.543,:x=>48.871948888888895,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#7E273E\",:height=>15.543,:x=>55.265276,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>58.00527333333334,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444488,:fill=>\"#3696AD\",:height=>15.543,:x=>61.65860311111111,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#B77D68\",:height=>15.543,:x=>67.13859777777779,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#9FD0CB\",:height=>15.543,:x=>70.79192755555556,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#7E273E\",:height=>15.543,:x=>73.53192488888888,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#C5C8B6\",:height=>15.543,:x=>79.925252,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>82.66524933333332,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#D8C4A7\",:height=>15.543,:x=>86.31857911111112,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>89.05857644444444,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>95.45190355555556,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#BECAB9\",:height=>15.543,:x=>98.1919008888889,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>101.84523066666665,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>108.23855777777777,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>110.97855511111109,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#9FD0CB\",:height=>15.543,:x=>114.63188488888889,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>120.11187955555556,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444322,:fill=>\"#3696AD\",:height=>15.543,:x=>135.6385311111111,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444322,:fill=>\"#00739B\",:height=>15.543,:x=>145.68518799999998,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444544,:fill=>\"#004D84\",:height=>15.543,:x=>166.69183422222218,:y=>67.172}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444447,:fill=>\"#00739B\",:height=>15.543,:x=>30.605300000000007,:y=>51.629}), ..., Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>55.265276,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444488,:fill=>\"#004D84\",:height=>15.543,:x=>61.65860311111111,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>64.39860044444444,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#B1CDC3\",:height=>15.543,:x=>67.13859777777779,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#9FD0CB\",:height=>15.543,:x=>73.53192488888888,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>77.18525466666667,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#6FB6BC\",:height=>15.543,:x=>86.31857911111112,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>98.1919008888889,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>110.97855511111109,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>114.63188488888889,:y=>20.543}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444447,:fill=>\"#004D84\",:height=>15.543,:x=>33.34529733333334,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444447,:fill=>\"#00739B\",:height=>15.543,:x=>36.08529466666667,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#B1CDC3\",:height=>15.543,:x=>42.47862177777778,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444461,:fill=>\"#00739B\",:height=>15.543,:x=>46.13195155555556,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#3696AD\",:height=>15.543,:x=>48.871948888888895,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#3696AD\",:height=>15.543,:x=>55.265276,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>58.00527333333334,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444488,:fill=>\"#CCC7B1\",:height=>15.543,:x=>61.65860311111111,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#BECAB9\",:height=>15.543,:x=>67.13859777777779,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#CAA386\",:height=>15.543,:x=>73.53192488888888,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>77.18525466666667,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#00739B\",:height=>15.543,:x=>79.925252,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#9FD0CB\",:height=>15.543,:x=>86.31857911111112,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>89.05857644444444,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#B1CDC3\",:height=>15.543,:x=>98.1919008888889,:y=>5.0}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>0.9133324444444433,:fill=>\"#004D84\",:height=>15.543,:x=>114.63188488888889,:y=>5.0})],{:class=>\"geometry\",:stroke=>\"none\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-22)\"}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Ontario\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>24.491666666666667,:y=>74.94349999999999}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Prairie\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>24.491666666666667,:y=>59.40049999999999}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Atlantic\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>24.491666666666667,:y=>43.857499999999995}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"BC\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>24.491666666666667,:y=>28.314499999999995}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Quebec\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>24.491666666666667,:y=>12.7715})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable\"}), Elem{:svg,:defs}(44,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 23
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"datasets\", \"iris\"), x=\"SepalLength\", y=\"SepalWidth\",\n",
" yintercept=[2.5, 4.0], Geom.point, Geom.hline)\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: 0.028088928 seconds (4410804 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13399\"><script>new Patchwork.Node(\"pwid13399\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.81583333333333,\"y\":91.99999999999999},\"c\":[{\"txt\":\"SepalLength\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":20.631666666666657,\"y\":86.38833333333332},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":63.723749999999995,\"y\":86.38833333333332},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.81583333333333,\"y\":86.38833333333332},\"c\":[{\"txt\":\"6\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":149.90791666666667,\"y\":86.38833333333332},\"c\":[{\"txt\":\"7\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":192.99999999999997,\"y\":86.38833333333332},\"c\":[{\"txt\":\"8\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333334,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.857499999999995},\"c\":[{\"txt\":\"SepalWidth\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-23)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":176.36833333333334,\"height\":77.71499999999999,\"x\":18.63166666666666,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,80.71 L 195 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,51.23 L 195 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,36.49 L 195 36.49\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,21.74 L 195 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M20.63,5 L 20.63 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M63.72,5 L 63.72 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.82,5 L 106.82 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M149.91,5 L 149.91 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"class\":\"xfixed\",\"stroke\":\"#00BFFF\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,21.74 L 195 21.74\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"#00BFFF\",\"class\":\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":50.796124999999996,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":24.691599999999987},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":33.55929166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":21.742999999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":9.948599999999976},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":24.691599999999987},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":50.796124999999996,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":18.794399999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":15.845799999999981},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":42.17770833333333,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.65137499999999,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":149.90791666666667,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.67108333333334,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":80.71499999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.67108333333334,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":154.21712499999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":175.76316666666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":162.83554166666667,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":167.14475000000002,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":188.69079166666668,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":80.71499999999997},\"c\":[{\"txt\":\"2.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":65.97199999999998},\"c\":[{\"txt\":\"2.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":51.228999999999985},\"c\":[{\"txt\":\"3.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":36.48599999999998},\"c\":[{\"txt\":\"3.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":21.742999999999984},\"c\":[{\"txt\":\"4.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":6.999999999999988},\"c\":[{\"txt\":\"4.5\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 24,
"text": [
"Elem{:svg,:svg}(250,Persistent{Node}[Elem{:svg,:g}(202,Persistent{Node}[Elem{:svg,:g}(201,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalLength\")],{\"text-anchor\"=>\"middle\",:x=>106.81583333333333,:y=>91.99999999999999}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{\"text-anchor\"=>\"middle\",:x=>20.631666666666657,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{\"text-anchor\"=>\"middle\",:x=>63.723749999999995,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"6\")],{\"text-anchor\"=>\"middle\",:x=>106.81583333333333,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"7\")],{\"text-anchor\"=>\"middle\",:x=>149.90791666666667,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"8\")],{\"text-anchor\"=>\"middle\",:x=>192.99999999999997,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalWidth\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333334,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.857499999999995})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(171,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>176.36833333333334,:height=>77.71499999999999,:x=>18.63166666666666,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,80.71 L 195 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,51.23 L 195 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,36.49 L 195 36.49\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,21.74 L 195 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M20.63,5 L 20.63 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M63.72,5 L 63.72 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.82,5 L 106.82 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M149.91,5 L 149.91 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.71\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(155,Persistent{Node}[Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,21.74 L 195 21.74\"})],{\"stroke-width\"=>0.3,:class=>\"xfixed\",:stroke=>\"#00BFFF\"}), Elem{:svg,:g}(151,Persistent{Node}[Elem{:svg,:g}(150,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>36.48599999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>59.41454166666668,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>50.796124999999996,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>63.723749999999995,:r=>0.9,:cy=>33.53739999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>24.691599999999987}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>63.723749999999995,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>37.86850000000001,:r=>0.9,:cy=>54.177599999999984}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>59.41454166666668,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>30.58879999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>33.55929166666665,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>98.19741666666665,:r=>0.9,:cy=>21.742999999999984}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.88820833333334,:r=>0.9,:cy=>9.948599999999976}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>24.691599999999987}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>36.48599999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.88820833333334,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>30.58879999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>33.53739999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>39.43459999999999}), ..., Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>158.52633333333335,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.43425,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.12504166666665,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>158.52633333333335,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>167.14475000000002,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>188.69079166666668,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.12504166666665,:r=>0.9,:cy=>63.023399999999974}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>180.07237500000002,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.81583333333333,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.59870833333335,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.59870833333335,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>98.19741666666665,:r=>0.9,:cy=>60.074799999999975}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>141.28949999999998,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>65.97199999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>128.361875,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.43425,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.50662500000001,:r=>0.9,:cy=>51.228999999999985})],{\"stroke-width\"=>0.3,:fill=>\"#00BFFF\",:class=>\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#FFFFFF\"})],{:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-23)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>80.71499999999997}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>65.97199999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>51.228999999999985}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>36.48599999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>21.742999999999984}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>6.999999999999988})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(46,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 24
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"datasets\", \"iris\"), x=\"SepalLength\", y=\"SepalWidth\",\n",
" yintercept=[2.5, 4.0], Geom.point,\n",
" Geom.hline(color=\"orange\", size=2mm))\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: 0.022932658 seconds (4415720 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13400\"><script>new Patchwork.Node(\"pwid13400\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.81583333333333,\"y\":91.99999999999999},\"c\":[{\"txt\":\"SepalLength\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":20.631666666666657,\"y\":86.38833333333332},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":63.723749999999995,\"y\":86.38833333333332},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.81583333333333,\"y\":86.38833333333332},\"c\":[{\"txt\":\"6\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":149.90791666666667,\"y\":86.38833333333332},\"c\":[{\"txt\":\"7\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":192.99999999999997,\"y\":86.38833333333332},\"c\":[{\"txt\":\"8\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333334,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.857499999999995},\"c\":[{\"txt\":\"SepalWidth\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-24)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":176.36833333333334,\"height\":77.71499999999999,\"x\":18.63166666666666,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,80.71 L 195 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,51.23 L 195 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,36.49 L 195 36.49\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,21.74 L 195 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M20.63,5 L 20.63 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M63.72,5 L 63.72 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.82,5 L 106.82 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M149.91,5 L 149.91 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":2.0,\"class\":\"xfixed\",\"stroke\":\"#FFA500\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,21.74 L 195 21.74\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"#00BFFF\",\"class\":\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":50.796124999999996,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":24.691599999999987},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":33.55929166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":21.742999999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":9.948599999999976},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":24.691599999999987},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":50.796124999999996,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":18.794399999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":15.845799999999981},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":42.17770833333333,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.65137499999999,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":149.90791666666667,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.67108333333334,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":80.71499999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.67108333333334,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":154.21712499999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":175.76316666666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":162.83554166666667,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":167.14475000000002,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":188.69079166666668,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":80.71499999999997},\"c\":[{\"txt\":\"2.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":65.97199999999998},\"c\":[{\"txt\":\"2.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":51.228999999999985},\"c\":[{\"txt\":\"3.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":36.48599999999998},\"c\":[{\"txt\":\"3.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":21.742999999999984},\"c\":[{\"txt\":\"4.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":6.999999999999988},\"c\":[{\"txt\":\"4.5\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-24\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 25,
"text": [
"Elem{:svg,:svg}(252,Persistent{Node}[Elem{:svg,:g}(202,Persistent{Node}[Elem{:svg,:g}(201,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalLength\")],{\"text-anchor\"=>\"middle\",:x=>106.81583333333333,:y=>91.99999999999999}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{\"text-anchor\"=>\"middle\",:x=>20.631666666666657,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{\"text-anchor\"=>\"middle\",:x=>63.723749999999995,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"6\")],{\"text-anchor\"=>\"middle\",:x=>106.81583333333333,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"7\")],{\"text-anchor\"=>\"middle\",:x=>149.90791666666667,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"8\")],{\"text-anchor\"=>\"middle\",:x=>192.99999999999997,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalWidth\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333334,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.857499999999995})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(171,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>176.36833333333334,:height=>77.71499999999999,:x=>18.63166666666666,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,80.71 L 195 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,51.23 L 195 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,36.49 L 195 36.49\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,21.74 L 195 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M20.63,5 L 20.63 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M63.72,5 L 63.72 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.82,5 L 106.82 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M149.91,5 L 149.91 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.71\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(155,Persistent{Node}[Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,21.74 L 195 21.74\"})],{\"stroke-width\"=>2.0,:class=>\"xfixed\",:stroke=>\"#FFA500\"}), Elem{:svg,:g}(151,Persistent{Node}[Elem{:svg,:g}(150,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>36.48599999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>59.41454166666668,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>50.796124999999996,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>63.723749999999995,:r=>0.9,:cy=>33.53739999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>24.691599999999987}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>63.723749999999995,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>37.86850000000001,:r=>0.9,:cy=>54.177599999999984}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>59.41454166666668,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>30.58879999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>33.55929166666665,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>98.19741666666665,:r=>0.9,:cy=>21.742999999999984}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.88820833333334,:r=>0.9,:cy=>9.948599999999976}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>24.691599999999987}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>36.48599999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.88820833333334,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>30.58879999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>33.53739999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>39.43459999999999}), ..., Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>158.52633333333335,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.43425,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.12504166666665,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>158.52633333333335,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>167.14475000000002,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>188.69079166666668,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.12504166666665,:r=>0.9,:cy=>63.023399999999974}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>180.07237500000002,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.81583333333333,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.59870833333335,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.59870833333335,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>98.19741666666665,:r=>0.9,:cy=>60.074799999999975}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>141.28949999999998,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>65.97199999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>128.361875,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.43425,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.50662500000001,:r=>0.9,:cy=>51.228999999999985})],{\"stroke-width\"=>0.3,:fill=>\"#00BFFF\",:class=>\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#FFFFFF\"})],{:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-24)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>80.71499999999997}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>65.97199999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>51.228999999999985}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>36.48599999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>21.742999999999984}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>6.999999999999988})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(48,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-24\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 25
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"datasets\", \"iris\"), x=\"SepalLength\", y=\"SepalWidth\",\n",
" xintercept=[5.0, 7.0], Geom.point,\n",
" Geom.vline(color=\"orange\", size=2mm))\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.023342416 seconds (4419444 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13401\"><script>new Patchwork.Node(\"pwid13401\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.81583333333333,\"y\":91.99999999999999},\"c\":[{\"txt\":\"SepalLength\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":20.631666666666657,\"y\":86.38833333333332},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":63.723749999999995,\"y\":86.38833333333332},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.81583333333333,\"y\":86.38833333333332},\"c\":[{\"txt\":\"6\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":149.90791666666667,\"y\":86.38833333333332},\"c\":[{\"txt\":\"7\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":192.99999999999997,\"y\":86.38833333333332},\"c\":[{\"txt\":\"8\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333334,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.857499999999995},\"c\":[{\"txt\":\"SepalWidth\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-25)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":176.36833333333334,\"height\":77.71499999999999,\"x\":18.63166666666666,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,80.71 L 195 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,51.23 L 195 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,36.49 L 195 36.49\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,21.74 L 195 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M20.63,5 L 20.63 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M63.72,5 L 63.72 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.82,5 L 106.82 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M149.91,5 L 149.91 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":2.0,\"class\":\"yfixed\",\"stroke\":\"#FFA500\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M63.72,5 L 63.72 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M149.91,5 L 149.91 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"#00BFFF\",\"class\":\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":50.796124999999996,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":24.691599999999987},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":33.55929166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":21.742999999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":9.948599999999976},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":24.691599999999987},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":50.796124999999996,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":18.794399999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":15.845799999999981},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":42.17770833333333,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":37.86850000000001,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":36.48599999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":55.10533333333332,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":46.486916666666644,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.65137499999999,\"r\":0.9,\"cy\":30.58879999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":149.90791666666667,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.67108333333334,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":72.34216666666666,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":80.71499999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.67108333333334,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":68.92059999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.96058333333335,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.26979166666666,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":63.723749999999995,\"r\":0.9,\"cy\":71.86919999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":68.03295833333331,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":154.21712499999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":175.76316666666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":59.41454166666668,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":162.83554166666667,\"r\":0.9,\"cy\":54.177599999999984},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":33.53739999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.88820833333334,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":74.81779999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.57899999999998,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":158.52633333333335,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":167.14475000000002,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":188.69079166666668,\"r\":0.9,\"cy\":27.640199999999986},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":57.12619999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.12504166666665,\"r\":0.9,\"cy\":63.023399999999974},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":180.07237500000002,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":124.05266666666668,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.81583333333333,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.59870833333335,\"r\":0.9,\"cy\":48.28039999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":98.19741666666665,\"r\":0.9,\"cy\":60.074799999999975},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.28949999999998,\"r\":0.9,\"cy\":45.33179999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":42.38319999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":136.98029166666666,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.74345833333332,\"r\":0.9,\"cy\":65.97199999999998},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.361875,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.43425,\"r\":0.9,\"cy\":39.43459999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.50662500000001,\"r\":0.9,\"cy\":51.228999999999985},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":80.71499999999997},\"c\":[{\"txt\":\"2.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":65.97199999999998},\"c\":[{\"txt\":\"2.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":51.228999999999985},\"c\":[{\"txt\":\"3.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":36.48599999999998},\"c\":[{\"txt\":\"3.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":21.742999999999984},\"c\":[{\"txt\":\"4.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":6.999999999999988},\"c\":[{\"txt\":\"4.5\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-25\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-24\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 26,
"text": [
"Elem{:svg,:svg}(254,Persistent{Node}[Elem{:svg,:g}(202,Persistent{Node}[Elem{:svg,:g}(201,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalLength\")],{\"text-anchor\"=>\"middle\",:x=>106.81583333333333,:y=>91.99999999999999}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{\"text-anchor\"=>\"middle\",:x=>20.631666666666657,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{\"text-anchor\"=>\"middle\",:x=>63.723749999999995,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"6\")],{\"text-anchor\"=>\"middle\",:x=>106.81583333333333,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"7\")],{\"text-anchor\"=>\"middle\",:x=>149.90791666666667,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"8\")],{\"text-anchor\"=>\"middle\",:x=>192.99999999999997,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalWidth\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333334,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.857499999999995})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(171,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>176.36833333333334,:height=>77.71499999999999,:x=>18.63166666666666,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,80.71 L 195 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,51.23 L 195 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,36.49 L 195 36.49\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,21.74 L 195 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M20.63,5 L 20.63 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M63.72,5 L 63.72 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.82,5 L 106.82 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M149.91,5 L 149.91 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.71\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(155,Persistent{Node}[Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M63.72,5 L 63.72 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M149.91,5 L 149.91 82.71\"})],{\"stroke-width\"=>2.0,:class=>\"yfixed\",:stroke=>\"#FFA500\"}), Elem{:svg,:g}(151,Persistent{Node}[Elem{:svg,:g}(150,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>36.48599999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>59.41454166666668,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>50.796124999999996,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>63.723749999999995,:r=>0.9,:cy=>33.53739999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>24.691599999999987}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>63.723749999999995,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>37.86850000000001,:r=>0.9,:cy=>54.177599999999984}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>59.41454166666668,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>30.58879999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>33.55929166666665,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>98.19741666666665,:r=>0.9,:cy=>21.742999999999984}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.88820833333334,:r=>0.9,:cy=>9.948599999999976}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>24.691599999999987}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>36.48599999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.88820833333334,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.96058333333335,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>30.58879999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>46.486916666666644,:r=>0.9,:cy=>33.53739999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>68.03295833333331,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>55.10533333333332,:r=>0.9,:cy=>39.43459999999999}), ..., Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>158.52633333333335,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.43425,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.12504166666665,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>158.52633333333335,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>167.14475000000002,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>188.69079166666668,:r=>0.9,:cy=>27.640199999999986}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>57.12619999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.12504166666665,:r=>0.9,:cy=>63.023399999999974}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>180.07237500000002,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>124.05266666666668,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.81583333333333,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.59870833333335,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.59870833333335,:r=>0.9,:cy=>48.28039999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>98.19741666666665,:r=>0.9,:cy=>60.074799999999975}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>141.28949999999998,:r=>0.9,:cy=>45.33179999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>42.38319999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>136.98029166666666,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>119.74345833333332,:r=>0.9,:cy=>65.97199999999998}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>128.361875,:r=>0.9,:cy=>51.228999999999985}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.43425,:r=>0.9,:cy=>39.43459999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.50662500000001,:r=>0.9,:cy=>51.228999999999985})],{\"stroke-width\"=>0.3,:fill=>\"#00BFFF\",:class=>\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#FFFFFF\"})],{:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-25)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>80.71499999999997}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>65.97199999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>51.228999999999985}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>36.48599999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>21.742999999999984}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>6.999999999999988})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(50,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-25\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-24\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 26
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"ggplot2\", \"mpg\"), x=\"Cty\", y=\"Hwy\", label=\"Model\", Geom.point, Geom.label)\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"3.630913719 seconds (249724936 bytes allocated, 12.44% gc time)\n"
]
},
{
"html": [
"<div id=\"pwid13402\"><script>new Patchwork.Node(\"pwid13402\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.47916666666667,\"y\":92.0},\"c\":[{\"txt\":\"Cty\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":19.958333333333343,\"y\":86.38833333333334},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":63.218750000000014,\"y\":86.38833333333334},\"c\":[{\"txt\":\"10\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":106.47916666666667,\"y\":86.38833333333334},\"c\":[{\"txt\":\"20\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":149.73958333333334,\"y\":86.38833333333334},\"c\":[{\"txt\":\"30\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":193.0,\"y\":86.38833333333334},\"c\":[{\"txt\":\"40\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333332,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.8575},\"c\":[{\"txt\":\"Hwy\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-26)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":177.04166666666666,\"height\":77.715,\"x\":17.958333333333343,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,80.72 L 195 80.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,51.23 L 195 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,36.49 L 195 36.49\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,21.74 L 195 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.96,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M19.96,5 L 19.96 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M63.22,5 L 63.22 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M106.48,5 L 106.48 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M149.74,5 L 149.74 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"fill\":\"#4C404B\",\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"class\":\"geometry\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.40929803082534,\"y\":40.29696666666666},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":109.36136864315317,\"y\":35.62363333333333},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":103.8225,\"y\":34.475908905222404},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":109.45377890149506,\"y\":34.14933333333333},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.50647175548274,\"y\":40.04653333333333},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.2880377316193,\"y\":40.04653333333333},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":100.48375,\"y\":43.24556666666666},\"c\":[{\"txt\":\"a4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":89.58041666666666,\"y\":41.847030295944414},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":80.92833333333333,\"y\":44.73097775339218},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":100.60198030586714,\"y\":37.09793333333333},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":97.52750555579097,\"y\":38.57223333333333},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":76.60229166666667,\"y\":43.66746649407898},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":88.81537536604122,\"y\":41.52083333333333},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":85.25437500000001,\"y\":43.713489766626914},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":76.60229166666667,\"y\":44.298284037473714},\"c\":[{\"txt\":\"a4 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":76.60229166666667,\"y\":44.29699161001723},\"c\":[{\"txt\":\"a6 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":97.99444936070037,\"y\":46.19416666666666},\"c\":[{\"txt\":\"a6 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":93.89635779392654,\"y\":49.14276666666667},\"c\":[{\"txt\":\"a6 quattro\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":65.14291666666668,\"y\":50.92693800855613},\"c\":[{\"txt\":\"c1500 suburban 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":82.92479166666666,\"y\":60.93716666666666},\"c\":[{\"txt\":\"c1500 suburban 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":69.1010818839695,\"y\":48.892333333333326},\"c\":[{\"txt\":\"c1500 suburban 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":85.33106622086957,\"y\":57.98856666666666},\"c\":[{\"txt\":\"c1500 suburban 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":87.25083333333333,\"y\":57.98856666666666},\"c\":[{\"txt\":\"c1500 suburban 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":95.93166666666667,\"y\":42.4034011750999},\"c\":[{\"txt\":\"corvette\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":78.09229166666668,\"y\":46.67019321168408},\"c\":[{\"txt\":\"corvette\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":85.03894451064437,\"y\":40.04653333333333},\"c\":[{\"txt\":\"corvette\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":80.64923768568642,\"y\":41.52083333333333},\"c\":[{\"txt\":\"corvette\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":79.81543438650927,\"y\":42.99513333333333},\"c\":[{\"txt\":\"corvette\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":93.41291666666667,\"y\":55.039966666666665},\"c\":[{\"txt\":\"k1500 tahoe 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":76.56726126478974,\"y\":62.41146666666666},\"c\":[{\"txt\":\"k1500 tahoe 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":75.05647585876898,\"y\":60.93716666666666},\"c\":[{\"txt\":\"k1500 tahoe 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":93.41291666666667,\"y\":57.98856666666666},\"c\":[{\"txt\":\"k1500 tahoe 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":98.35854743230416,\"y\":38.57223333333333},\"c\":[{\"txt\":\"malibu\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":119.24294856043457,\"y\":34.14933333333333},\"c\":[{\"txt\":\"malibu\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":91.95375,\"y\":41.29534049997908},\"c\":[{\"txt\":\"malibu\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.79978775578056,\"y\":35.62363333333333},\"c\":[{\"txt\":\"malibu\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.37437500000001,\"y\":44.71986666666666},\"c\":[{\"txt\":\"malibu\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.55041666666666,\"y\":47.66846666666666},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":86.39747352980632,\"y\":42.99513333333333},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.61919209327466,\"y\":50.61706666666666},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":98.89833333333333,\"y\":50.61706666666666},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":103.22437500000001,\"y\":47.66846666666666},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":103.22437500000001,\"y\":47.66846666666666},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":61.976993813643325,\"y\":57.98856666666666},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":75.12562500000001,\"y\":47.77692577827042},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":78.40672979384215,\"y\":47.418033333333334},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":82.30270534540031,\"y\":44.469433333333335},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":83.23087425620903,\"y\":44.469433333333335},\"c\":[{\"txt\":\"caravan 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.02229166666667,\"y\":53.27825954787292},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.69625,\"y\":56.514266666666664},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.37020833333334,\"y\":57.98856666666666},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.69625,\"y\":55.89701503562461},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.69625,\"y\":55.039966666666665},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":66.34958333333334,\"y\":52.732213276431224},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":51.61232892948591,\"y\":65.36006666666665},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":77.63764034198931,\"y\":57.98856666666666},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":53.37145833333334,\"y\":59.15364892644252},\"c\":[{\"txt\":\"dakota pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":86.34687500000001,\"y\":57.98856666666666},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":82.60879901574428,\"y\":57.98856666666666},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":48.74270833333334,\"y\":63.654186216164035},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":86.34687500000001,\"y\":57.98856666666666},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":60.06766915534603,\"y\":54.78953333333333},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":66.046875,\"y\":53.16380615200308},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":77.69479166666667,\"y\":60.93716666666666},\"c\":[{\"txt\":\"durango 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":87.72083333333333,\"y\":59.46286666666666},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":74.74270833333335,\"y\":65.36006666666665},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":60.346875000000004,\"y\":54.53939990194759},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.046875,\"y\":57.98856666666666},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":87.72083333333333,\"y\":59.46286666666666},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":48.1974623808336,\"y\":60.68673333333333},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":51.69479166666667,\"y\":59.304374689518475},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":51.69479166666667,\"y\":58.00105491728401},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.046875,\"y\":57.98856666666666},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":83.39479166666666,\"y\":60.93716666666666},\"c\":[{\"txt\":\"ram 1500 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":59.05361717719053,\"y\":53.315233333333325},\"c\":[{\"txt\":\"expedition 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":79.42145833333333,\"y\":57.98856666666666},\"c\":[{\"txt\":\"expedition 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":64.77786455749025,\"y\":51.84093333333333},\"c\":[{\"txt\":\"expedition 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":88.01347528331016,\"y\":57.98856666666666},\"c\":[{\"txt\":\"explorer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":95.01895833333334,\"y\":55.039966666666665},\"c\":[{\"txt\":\"explorer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.69291666666668,\"y\":57.98856666666666},\"c\":[{\"txt\":\"explorer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":69.56305425704842,\"y\":55.039966666666665},\"c\":[{\"txt\":\"explorer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":68.79535202670928,\"y\":50.36663333333333},\"c\":[{\"txt\":\"explorer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":66.026875,\"y\":54.91408481545924},\"c\":[{\"txt\":\"explorer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.94625,\"y\":57.98856666666666},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.94625,\"y\":57.98856666666666},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":88.62020833333334,\"y\":59.46286666666666},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":88.62020833333334,\"y\":59.46286666666666},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":88.62020833333334,\"y\":57.98856666666666},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":55.12145833333334,\"y\":57.46271721191529},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":63.773541666666674,\"y\":54.59015073130584},\"c\":[{\"txt\":\"f150 pickup 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.70041666666667,\"y\":42.33111303308472},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":104.95375,\"y\":46.19416666666666},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":100.62770833333335,\"y\":41.515011712672916},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":84.13127539548152,\"y\":47.66846666666666},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":77.72229166666668,\"y\":50.301489310528346},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":81.24265306150728,\"y\":50.61706666666666},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":80.45701270390667,\"y\":44.469433333333335},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":81.16918382622993,\"y\":50.61706666666666},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":76.12221272167099,\"y\":48.892333333333326},\"c\":[{\"txt\":\"mustang\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":145.23083333333335,\"y\":32.381619289483716},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":127.92666666666668,\"y\":35.87406666666666},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":132.25270833333332,\"y\":35.87406666666666},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":122.1275168188536,\"y\":40.29696666666666},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":127.92666666666668,\"y\":35.87406666666666},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":134.57566162011972,\"y\":32.925466666666665},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":130.47653308680358,\"y\":25.303533333333327},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":121.42897370038838,\"y\":25.303533333333327},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.34229351027392,\"y\":35.62363333333333},\"c\":[{\"txt\":\"civic\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.12041666666666,\"y\":42.82062308447506},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":103.53375,\"y\":43.24556666666666},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.511875,\"y\":38.82266666666666},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":106.9615844988863,\"y\":32.675033333333324},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.12041666666666,\"y\":41.867626217617435},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.95377191378628,\"y\":44.71986666666666},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":105.58194217257557,\"y\":37.09793333333333},\"c\":[{\"txt\":\"sonata\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.29645833333333,\"y\":44.71986666666666},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":98.00256320280657,\"y\":35.62363333333333},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":112.6225,\"y\":41.77126666666666},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":112.6225,\"y\":43.24556666666666},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.64437500000001,\"y\":47.66846666666666},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":95.31833333333333,\"y\":47.66846666666666},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.64437500000001,\"y\":47.66846666666666},\"c\":[{\"txt\":\"tiburon\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.65437500000002,\"y\":50.61706666666666},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":100.00229166666668,\"y\":55.039966666666665},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":100.00229166666668,\"y\":50.202317593044654},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":95.67625000000001,\"y\":57.98856666666666},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":43.73937500000001,\"y\":64.16744675450343},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":95.67625000000001,\"y\":55.039966666666665},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":67.8011541321067,\"y\":51.84093333333333},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":82.698125,\"y\":62.41146666666666},\"c\":[{\"txt\":\"grand cherokee 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":62.047623059515566,\"y\":60.93716666666666},\"c\":[{\"txt\":\"range rover\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":65.54743271483692,\"y\":51.84093333333333},\"c\":[{\"txt\":\"range rover\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":65.42471766112176,\"y\":51.84093333333333},\"c\":[{\"txt\":\"range rover\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":58.58479166666667,\"y\":59.23984936437096},\"c\":[{\"txt\":\"range rover\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":56.598124999999996,\"y\":55.542522534789654},\"c\":[{\"txt\":\"navigator 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":78.49145833333334,\"y\":59.46286666666666},\"c\":[{\"txt\":\"navigator 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":82.81750000000001,\"y\":56.514266666666664},\"c\":[{\"txt\":\"navigator 2wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":93.84625000000001,\"y\":55.89086104271035},\"c\":[{\"txt\":\"mountaineer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":66.46469711859956,\"y\":50.36663333333333},\"c\":[{\"txt\":\"mountaineer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":89.52020833333334,\"y\":55.039966666666665},\"c\":[{\"txt\":\"mountaineer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":89.52020833333334,\"y\":56.09429556580363},\"c\":[{\"txt\":\"mountaineer 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.27187500000001,\"y\":40.29696666666666},\"c\":[{\"txt\":\"altima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":98.08407228112719,\"y\":38.57223333333333},\"c\":[{\"txt\":\"altima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":124.92395833333335,\"y\":37.34836666666666},\"c\":[{\"txt\":\"altima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":115.49754902518858,\"y\":31.200733333333325},\"c\":[{\"txt\":\"altima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.61979166666667,\"y\":43.24556666666666},\"c\":[{\"txt\":\"altima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.61979166666667,\"y\":44.71986666666666},\"c\":[{\"txt\":\"altima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":104.42375,\"y\":44.71986666666666},\"c\":[{\"txt\":\"maxima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.74979166666667,\"y\":46.19416666666666},\"c\":[{\"txt\":\"maxima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.74979166666667,\"y\":46.19416666666666},\"c\":[{\"txt\":\"maxima\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.15625000000001,\"y\":57.98856666666666},\"c\":[{\"txt\":\"pathfinder 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":96.48229166666668,\"y\":57.98856666666666},\"c\":[{\"txt\":\"pathfinder 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.15625000000001,\"y\":52.04719130544688},\"c\":[{\"txt\":\"pathfinder 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":60.237500000000004,\"y\":53.81678560998715},\"c\":[{\"txt\":\"pathfinder 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":89.67708333333333,\"y\":42.35036134632341},\"c\":[{\"txt\":\"grand prix\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":83.07076339151564,\"y\":40.04653333333333},\"c\":[{\"txt\":\"grand prix\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":87.42086499082234,\"y\":38.57223333333333},\"c\":[{\"txt\":\"grand prix\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":91.98125234653665,\"y\":37.09793333333333},\"c\":[{\"txt\":\"grand prix\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":97.325,\"y\":46.19416666666666},\"c\":[{\"txt\":\"grand prix\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":104.24292810928327,\"y\":46.19416666666666},\"c\":[{\"txt\":\"forester awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":104.50723607825981,\"y\":47.66846666666666},\"c\":[{\"txt\":\"forester awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.21916666666667,\"y\":43.24556666666666},\"c\":[{\"txt\":\"forester awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.25230689104228,\"y\":46.19416666666666},\"c\":[{\"txt\":\"forester awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.21916666666667,\"y\":44.71986666666666},\"c\":[{\"txt\":\"forester awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":104.06388178237057,\"y\":49.14276666666667},\"c\":[{\"txt\":\"forester awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":120.70854166666668,\"y\":44.71986666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":112.05645833333334,\"y\":44.71986666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":112.05645833333334,\"y\":44.71986666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":112.05645833333334,\"y\":44.71986666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.38250000000001,\"y\":46.19416666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.38250000000001,\"y\":43.24556666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":112.05645833333334,\"y\":46.19416666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.38250000000001,\"y\":43.24556666666666},\"c\":[{\"txt\":\"impreza awd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.63895833333335,\"y\":51.243141767705524},\"c\":[{\"txt\":\"4runner 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":82.96146478680187,\"y\":48.892333333333326},\"c\":[{\"txt\":\"4runner 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.63895833333335,\"y\":55.039966666666665},\"c\":[{\"txt\":\"4runner 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.63895833333335,\"y\":57.98856666666666},\"c\":[{\"txt\":\"4runner 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":83.59987309563647,\"y\":48.892333333333326},\"c\":[{\"txt\":\"4runner 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.31291666666668,\"y\":57.98856666666666},\"c\":[{\"txt\":\"4runner 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":115.99520833333334,\"y\":37.97360562179678},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":115.99520833333334,\"y\":41.87483645429114},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.27856880007452,\"y\":32.675033333333324},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":105.61520833333334,\"y\":34.721879130490734},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":103.01708333333333,\"y\":44.71986666666666},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.81692608597143,\"y\":40.04653333333333},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.4140597694129,\"y\":37.09793333333333},\"c\":[{\"txt\":\"camry\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":120.64854166666667,\"y\":43.24556666666666},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":120.64854166666667,\"y\":40.29696666666666},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":117.51468938997135,\"y\":32.675033333333324},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":124.97458333333333,\"y\":34.20788828494433},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.55753717731113,\"y\":44.71986666666666},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.67041666666667,\"y\":42.72905800067},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.67041666666667,\"y\":43.24556666666666},\"c\":[{\"txt\":\"camry solara\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":129.61333333333334,\"y\":38.82266666666666},\"c\":[{\"txt\":\"corolla\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":119.50908265671242,\"y\":29.726433333333333},\"c\":[{\"txt\":\"corolla\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":128.33616955533526,\"y\":26.777833333333334},\"c\":[{\"txt\":\"corolla\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":146.91750000000002,\"y\":26.695578628196536},\"c\":[{\"txt\":\"corolla\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":138.26541666666668,\"y\":29.06396620154548},\"c\":[{\"txt\":\"corolla\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":85.17479166666666,\"y\":60.93716666666666},\"c\":[{\"txt\":\"land cruiser wagon 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":63.20232103053075,\"y\":51.84093333333333},\"c\":[{\"txt\":\"land cruiser wagon 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":74.1305337925431,\"y\":48.892333333333326},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":103.57833333333333,\"y\":53.56566666666666},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":107.90437500000002,\"y\":50.61706666666666},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.25229166666668,\"y\":57.98856666666666},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.25229166666668,\"y\":52.60035130691822},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":99.25229166666668,\"y\":56.514266666666664},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":103.57833333333333,\"y\":51.93129200151149},\"c\":[{\"txt\":\"toyota tacoma 4wd\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":113.70520833333335,\"y\":37.90854417131027},\"c\":[{\"txt\":\"gti\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":105.05312500000001,\"y\":44.71986666666666},\"c\":[{\"txt\":\"gti\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":113.70520833333335,\"y\":40.29696666666666},\"c\":[{\"txt\":\"gti\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":118.03125,\"y\":40.29696666666666},\"c\":[{\"txt\":\"gti\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":96.40104166666669,\"y\":47.66846666666666},\"c\":[{\"txt\":\"gti\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":159.80186348597124,\"y\":13.509133333333331},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":113.35548387530724,\"y\":35.62363333333333},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":106.39645833333334,\"y\":44.71986666666666},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":117.58271583190377,\"y\":35.62363333333333},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":108.17277493293602,\"y\":35.62363333333333},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":115.04854166666668,\"y\":38.30058576780213},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":115.04854166666668,\"y\":40.29696666666666},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":84.93166666666667,\"y\":47.875993183156744},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":90.36022652198994,\"y\":47.66846666666666},\"c\":[{\"txt\":\"jetta\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":175.95679342581536,\"y\":18.182466666666663},\"c\":[{\"txt\":\"new beetle\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"visible\",\"text-anchor\":\"middle\",\"x\":136.61020833333333,\"y\":20.276616335153825},\"c\":[{\"txt\":\"new beetle\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":102.00187500000001,\"y\":36.87178609651376},\"c\":[{\"txt\":\"new beetle\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":110.95645833333333,\"y\":44.71986666666666},\"c\":[{\"txt\":\"new beetle\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":115.2825,\"y\":41.77126666666666},\"c\":[{\"txt\":\"new beetle\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":115.2825,\"y\":40.29696666666666},\"c\":[{\"txt\":\"new beetle\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.311875,\"y\":37.3792314369229},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":92.32041666666666,\"y\":36.94305925625498},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":105.21136354308543,\"y\":37.09793333333333},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":116.311875,\"y\":38.15954481497464},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.68166666666666,\"y\":44.71986666666666},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":94.10211765390822,\"y\":40.04653333333333},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"visibility\":\"hidden\",\"text-anchor\":\"middle\",\"x\":87.994375,\"y\":43.38511800632561},\"c\":[{\"txt\":\"passat\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"#00BFFF\",\"class\":\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":36.486},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":60.074799999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.13125,\"r\":0.9,\"cy\":36.486},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":49.7547},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.892708333333346,\"r\":0.9,\"cy\":63.023399999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.892708333333346,\"r\":0.9,\"cy\":63.023399999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.892708333333346,\"r\":0.9,\"cy\":63.023399999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.892708333333346,\"r\":0.9,\"cy\":63.023399999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":49.7547},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.0875,\"r\":0.9,\"cy\":32.0631},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.78333333333335,\"r\":0.9,\"cy\":33.53739999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.109375,\"r\":0.9,\"cy\":33.53739999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.45729166666668,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.78333333333335,\"r\":0.9,\"cy\":33.53739999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.43541666666667,\"r\":0.9,\"cy\":30.5888},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":128.109375,\"r\":0.9,\"cy\":27.640199999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.78333333333335,\"r\":0.9,\"cy\":27.640199999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":36.486},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.892708333333346,\"r\":0.9,\"cy\":63.023399999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":60.074799999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":57.1262},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.45729166666668,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.45729166666668,\"r\":0.9,\"cy\":33.53739999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":71.87083333333334,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":43.857499999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":80.52291666666667,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.13125,\"r\":0.9,\"cy\":35.01169999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":40.908899999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.78333333333335,\"r\":0.9,\"cy\":36.486},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.78333333333335,\"r\":0.9,\"cy\":32.0631},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.43541666666667,\"r\":0.9,\"cy\":29.1145},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":141.0875,\"r\":0.9,\"cy\":26.165899999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":132.43541666666667,\"r\":0.9,\"cy\":29.1145},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":67.54479166666667,\"r\":0.9,\"cy\":58.6005},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":76.196875,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":48.28039999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":55.65189999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":52.7033},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":84.84895833333334,\"r\":0.9,\"cy\":54.1776},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":51.22899999999999},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.13125,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":162.71770833333335,\"r\":0.9,\"cy\":15.845799999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.13125,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":46.8061},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":45.331799999999994},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":171.36979166666666,\"r\":0.9,\"cy\":15.845799999999997},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":145.41354166666667,\"r\":0.9,\"cy\":20.268699999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":106.47916666666667,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":102.153125,\"r\":0.9,\"cy\":39.434599999999996},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":110.80520833333334,\"r\":0.9,\"cy\":37.9603},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.175,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":97.82708333333333,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":93.50104166666668,\"r\":0.9,\"cy\":42.383199999999995},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":80.715},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":65.97200000000001},\"c\":[{\"txt\":\"10\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":51.22899999999999},\"c\":[{\"txt\":\"20\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":36.486},\"c\":[{\"txt\":\"30\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":21.743},\"c\":[{\"txt\":\"40\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":16.958333333333332,\"y\":6.999999999999998},\"c\":[{\"txt\":\"50\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-25\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-24\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-26\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 27,
"text": [
"Elem{:svg,:svg}(806,Persistent{Node}[Elem{:svg,:g}(752,Persistent{Node}[Elem{:svg,:g}(751,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Cty\")],{\"text-anchor\"=>\"middle\",:x=>106.47916666666667,:y=>92.0}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{\"text-anchor\"=>\"middle\",:x=>19.958333333333343,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"10\")],{\"text-anchor\"=>\"middle\",:x=>63.218750000000014,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"20\")],{\"text-anchor\"=>\"middle\",:x=>106.47916666666667,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"30\")],{\"text-anchor\"=>\"middle\",:x=>149.73958333333334,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"40\")],{\"text-anchor\"=>\"middle\",:x=>193.0,:y=>86.38833333333334})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Hwy\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333332,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.8575})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(721,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>177.04166666666666,:height=>77.715,:x=>17.958333333333343,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,80.72 L 195 80.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,51.23 L 195 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,36.49 L 195 36.49\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,21.74 L 195 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M17.96,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M19.96,5 L 19.96 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M63.22,5 L 63.22 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M106.48,5 L 106.48 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M149.74,5 L 149.74 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.72\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(705,Persistent{Node}[Elem{:svg,:g}(468,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>99.40929803082534,:y=>40.29696666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>109.36136864315317,:y=>35.62363333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"visible\",\"text-anchor\"=>\"middle\",:x=>103.8225,:y=>34.475908905222404}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>109.45377890149506,:y=>34.14933333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>90.50647175548274,:y=>40.04653333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>99.2880377316193,:y=>40.04653333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>100.48375,:y=>43.24556666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>89.58041666666666,:y=>41.847030295944414}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>80.92833333333333,:y=>44.73097775339218}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>100.60198030586714,:y=>37.09793333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>97.52750555579097,:y=>38.57223333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>76.60229166666667,:y=>43.66746649407898}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>88.81537536604122,:y=>41.52083333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>85.25437500000001,:y=>43.713489766626914}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a4 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>76.60229166666667,:y=>44.298284037473714}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a6 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>76.60229166666667,:y=>44.29699161001723}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a6 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>97.99444936070037,:y=>46.19416666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"a6 quattro\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>93.89635779392654,:y=>49.14276666666667}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"c1500 suburban 2wd\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>65.14291666666668,:y=>50.92693800855613}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"c1500 suburban 2wd\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>82.92479166666666,:y=>60.93716666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"c1500 suburban 2wd\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>69.1010818839695,:y=>48.892333333333326}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"c1500 suburban 2wd\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>85.33106622086957,:y=>57.98856666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"c1500 suburban 2wd\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>87.25083333333333,:y=>57.98856666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"corvette\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>95.93166666666667,:y=>42.4034011750999}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"corvette\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>78.09229166666668,:y=>46.67019321168408}), ..., Elem{:svg,:text}(1,Persistent{Node}[Text(\"gti\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>105.05312500000001,:y=>44.71986666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"gti\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>113.70520833333335,:y=>40.29696666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"gti\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>118.03125,:y=>40.29696666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"gti\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>96.40104166666669,:y=>47.66846666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"visible\",\"text-anchor\"=>\"middle\",:x=>159.80186348597124,:y=>13.509133333333331}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>113.35548387530724,:y=>35.62363333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>106.39645833333334,:y=>44.71986666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>117.58271583190377,:y=>35.62363333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>108.17277493293602,:y=>35.62363333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>115.04854166666668,:y=>38.30058576780213}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>115.04854166666668,:y=>40.29696666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>84.93166666666667,:y=>47.875993183156744}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"jetta\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>90.36022652198994,:y=>47.66846666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"new beetle\")],{:dy=>\"0.35em\",:visibility=>\"visible\",\"text-anchor\"=>\"middle\",:x=>175.95679342581536,:y=>18.182466666666663}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"new beetle\")],{:dy=>\"0.35em\",:visibility=>\"visible\",\"text-anchor\"=>\"middle\",:x=>136.61020833333333,:y=>20.276616335153825}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"new beetle\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>102.00187500000001,:y=>36.87178609651376}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"new beetle\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>110.95645833333333,:y=>44.71986666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"new beetle\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>115.2825,:y=>41.77126666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"new beetle\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>115.2825,:y=>40.29696666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>116.311875,:y=>37.3792314369229}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>92.32041666666666,:y=>36.94305925625498}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>105.21136354308543,:y=>37.09793333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>116.311875,:y=>38.15954481497464}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>94.68166666666666,:y=>44.71986666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>94.10211765390822,:y=>40.04653333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"passat\")],{:dy=>\"0.35em\",:visibility=>\"hidden\",\"text-anchor\"=>\"middle\",:x=>87.994375,:y=>43.38511800632561})],{\"font-size\"=>2.822222222222222,:fill=>\"#4C404B\",\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:class=>\"geometry\",:stroke=>\"none\"}), Elem{:svg,:g}(235,Persistent{Node}[Elem{:svg,:g}(234,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>97.82708333333333,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.47916666666667,:r=>0.9,:cy=>35.01169999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>36.486}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.175,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>97.82708333333333,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>97.82708333333333,:r=>0.9,:cy=>40.908899999999996}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>97.82708333333333,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.175,:r=>0.9,:cy=>43.857499999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.47916666666667,:r=>0.9,:cy=>39.434599999999996}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.153125,:r=>0.9,:cy=>40.908899999999996}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>84.84895833333334,:r=>0.9,:cy=>43.857499999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.50104166666668,:r=>0.9,:cy=>43.857499999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.50104166666668,:r=>0.9,:cy=>43.857499999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>84.84895833333334,:r=>0.9,:cy=>43.857499999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>84.84895833333334,:r=>0.9,:cy=>45.331799999999994}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.50104166666668,:r=>0.9,:cy=>43.857499999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.175,:r=>0.9,:cy=>46.8061}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.52291666666667,:r=>0.9,:cy=>51.22899999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>67.54479166666667,:r=>0.9,:cy=>58.6005}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>80.52291666666667,:r=>0.9,:cy=>51.22899999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>76.196875,:r=>0.9,:cy=>55.65189999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>71.87083333333334,:r=>0.9,:cy=>55.65189999999999}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.175,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>84.84895833333334,:r=>0.9,:cy=>46.8061}), ..., Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.153125,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.13125,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.50104166666668,:r=>0.9,:cy=>45.331799999999994}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>162.71770833333335,:r=>0.9,:cy=>15.845799999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.153125,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.13125,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.175,:r=>0.9,:cy=>46.8061}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.50104166666668,:r=>0.9,:cy=>45.331799999999994}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>171.36979166666666,:r=>0.9,:cy=>15.845799999999997}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>145.41354166666667,:r=>0.9,:cy=>20.268699999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.153125,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.47916666666667,:r=>0.9,:cy=>39.434599999999996}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>106.47916666666667,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>97.82708333333333,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>102.153125,:r=>0.9,:cy=>39.434599999999996}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>110.80520833333334,:r=>0.9,:cy=>37.9603}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.175,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>97.82708333333333,:r=>0.9,:cy=>42.383199999999995}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>93.50104166666668,:r=>0.9,:cy=>42.383199999999995})],{\"stroke-width\"=>0.3,:fill=>\"#00BFFF\",:class=>\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#FFFFFF\"})],{:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-26)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>80.715}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"10\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>65.97200000000001}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"20\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>51.22899999999999}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"30\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>36.486}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"40\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>21.743}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"50\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>16.958333333333332,:y=>6.999999999999998})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(52,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-25\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-24\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-26\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 27
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"plt(plot(dataset(\"datasets\", \"iris\"), x=\"SepalLength\", y=\"SepalWidth\",\n",
" color=\"PetalLength\", Geom.point)\n",
")\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<div id=\"pwid13403\"><script>new Patchwork.Node(\"pwid13403\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":96.74625,\"y\":91.99999999999999},\"c\":[{\"txt\":\"SepalLength\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":20.631666666666668,\"y\":86.38833333333332},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":58.68895833333334,\"y\":86.38833333333332},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":96.74625,\"y\":86.38833333333332},\"c\":[{\"txt\":\"6\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":134.80354166666666,\"y\":86.38833333333332},\"c\":[{\"txt\":\"7\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":172.86083333333335,\"y\":86.38833333333332},\"c\":[{\"txt\":\"8\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333334,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.857499999999995},\"c\":[{\"txt\":\"SepalWidth\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"guide colorkey\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#4C404B\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":179.17416666666668,\"y\":37.813333333333325},\"c\":[{\"txt\":\"8\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":179.17416666666668,\"y\":61.22333333333333},\"c\":[{\"txt\":\"2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":179.17416666666668,\"y\":65.125},\"c\":[{\"txt\":\"1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":179.17416666666668,\"y\":45.61666666666666},\"c\":[{\"txt\":\"6\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":179.17416666666668,\"y\":53.41999999999999},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#004D84\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":64.44220833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#005B8D\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":63.75941666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#006995\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":63.07662499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#00769D\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":62.393833333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#0083A3\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":61.71104166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#278FA9\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":61.02824999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#409BAF\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":60.345458333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#55A7B5\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":59.66266666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#69B2BA\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":58.97987499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7BBCC0\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":58.297083333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8DC6C5\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":57.61429166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#9ED0CB\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":56.93149999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A5CFC7\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":56.248708333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#ABCEC4\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":55.56591666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B1CCC2\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":54.88312499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B5CCC1\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":54.200333333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B7CBBF\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":53.51754166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B9CBBD\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":52.83474999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BBCBBB\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":52.151958333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BDCABA\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":51.46916666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BFCAB8\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":50.78637499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C2C9B7\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":50.103583333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C4C9B6\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":49.42079166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C6C8B5\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":48.73799999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C9C7B4\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":48.055208333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CCC7B2\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":47.37241666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CFC6AE\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":46.68962499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D4C5AA\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":46.006833333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D8C3A6\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":45.32404166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D3B79A\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":44.64124999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CDAB8E\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":43.958458333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C89E82\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":43.27566666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C19177\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":42.59287499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BA836C\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":41.910083333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B27563\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":41.22729166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#AA665A\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":40.54449999999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A05752\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":39.861708333333326},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#96484A\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":39.178916666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8B3844\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":38.49612499999999},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7E273E\",\"height\":0.6827916666666667,\"x\":176.86083333333335,\"y\":37.813333333333325},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"d\":\"M176.86,37.81 L 178.17 37.81\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#005B8D\",\"d\":\"M176.86,61.22 L 178.17 61.22\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006995\",\"d\":\"M176.86,65.13 L 178.17 65.13\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00769D\",\"d\":\"M176.86,45.62 L 178.17 45.62\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0083A3\",\"d\":\"M176.86,53.42 L 178.17 53.42\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"fill\":\"#362A35\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"x\":176.86083333333335,\"y\":33.813333333333325},\"c\":[{\"txt\":\"PetalLength\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-27)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":156.22916666666669,\"height\":77.71499999999999,\"x\":18.63166666666666,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,80.71 L 174.86 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,65.97 L 174.86 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,51.23 L 174.86 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,36.49 L 174.86 36.49\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,21.74 L 174.86 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M18.63,7 L 174.86 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M20.63,5 L 20.63 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M58.69,5 L 58.69 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M96.75,5 L 96.75 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M134.8,5 L 134.8 82.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M172.86,5 L 172.86 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":54.88322916666668,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":47.27177083333334,\"fill\":\"#006493\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":43.466041666666655,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":33.53739999999998,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":73.91187500000001,\"fill\":\"#0081A3\",\"r\":0.9,\"cy\":24.691599999999987,\"stroke\":\"#00233F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":43.466041666666655,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":35.85458333333335,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":54.88322916666668,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":73.91187500000001,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":30.58879999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":51.07749999999999,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":51.07749999999999,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":32.04885416666666,\"fill\":\"#005589\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#000535\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#005D8E\",\"r\":0.9,\"cy\":21.742999999999984,\"stroke\":\"#000733\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":9.948599999999976,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":73.91187500000001,\"fill\":\"#006493\",\"r\":0.9,\"cy\":24.691599999999987,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#0081A3\",\"r\":0.9,\"cy\":27.640199999999986,\"stroke\":\"#00233F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":27.640199999999986,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":73.91187500000001,\"fill\":\"#0081A3\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#00233F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":30.58879999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":43.466041666666655,\"fill\":\"#004D84\",\"r\":0.9,\"cy\":33.53739999999998,\"stroke\":\"#000337\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#0081A3\",\"r\":0.9,\"cy\":42.38319999999999,\"stroke\":\"#00233F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":51.07749999999999,\"fill\":\"#278FA9\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#002E45\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":66.30041666666668,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":66.30041666666668,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":47.27177083333334,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":51.07749999999999,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":73.91187500000001,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":66.30041666666668,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":18.794399999999996,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":15.845799999999981,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":54.88322916666668,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#005D8E\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#000733\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#006493\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":54.88322916666668,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":33.53739999999998,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":35.85458333333335,\"fill\":\"#006493\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#006493\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":39.6603125,\"fill\":\"#006493\",\"r\":0.9,\"cy\":71.86919999999998,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":35.85458333333335,\"fill\":\"#006493\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#000931\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":36.48599999999998,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#278FA9\",\"r\":0.9,\"cy\":27.640199999999986,\"stroke\":\"#002E45\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":51.07749999999999,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#007A9F\",\"r\":0.9,\"cy\":27.640199999999986,\"stroke\":\"#001F3B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":43.466041666666655,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":70.10614583333333,\"fill\":\"#00739B\",\"r\":0.9,\"cy\":30.58879999999998,\"stroke\":\"#001938\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#006C97\",\"r\":0.9,\"cy\":42.38319999999999,\"stroke\":\"#001335\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":134.80354166666666,\"fill\":\"#C1C9B8\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#596151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":130.9978125,\"fill\":\"#C3C9B6\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#5C6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#B8CBBE\",\"r\":0.9,\"cy\":71.86919999999998,\"stroke\":\"#526257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.77489583333335,\"fill\":\"#C0CAB8\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#586152\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#C1C9B8\",\"r\":0.9,\"cy\":42.38319999999999,\"stroke\":\"#596151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":54.88322916666668,\"fill\":\"#AACEC5\",\"r\":0.9,\"cy\":68.92059999999998,\"stroke\":\"#44655D\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.580625,\"fill\":\"#C0CAB8\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#586152\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":66.30041666666668,\"fill\":\"#B7CBBF\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#516257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#B1CDC3\",\"r\":0.9,\"cy\":80.71499999999997,\"stroke\":\"#4B635B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":92.94052083333335,\"fill\":\"#BBCBBC\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#546255\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":96.74625,\"fill\":\"#B8CBBE\",\"r\":0.9,\"cy\":74.81779999999998,\"stroke\":\"#526257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":100.55197916666665,\"fill\":\"#C1C9B8\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#596151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":81.52333333333333,\"fill\":\"#B4CCC2\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#4E635A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#BDCABA\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#566253\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":81.52333333333333,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#B9CBBD\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#536256\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":104.35770833333335,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":74.81779999999998,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":81.52333333333333,\"fill\":\"#B7CBBF\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#516257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":92.94052083333335,\"fill\":\"#C2C9B7\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#5A6151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":100.55197916666665,\"fill\":\"#B8CBBE\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#526257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#C3C9B6\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#5C6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":100.55197916666665,\"fill\":\"#C1C9B8\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#596151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#BCCABB\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#556254\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":119.580625,\"fill\":\"#BDCABA\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#566253\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":127.19208333333333,\"fill\":\"#C2C9B7\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#5A6151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#C5C8B6\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5D6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":96.74625,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#B1CDC3\",\"r\":0.9,\"cy\":63.023399999999974,\"stroke\":\"#4B635B\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#B6CBC0\",\"r\":0.9,\"cy\":68.92059999999998,\"stroke\":\"#506358\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#B5CCC1\",\"r\":0.9,\"cy\":68.92059999999998,\"stroke\":\"#4F6359\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#B7CBBF\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#516257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":96.74625,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":73.91187500000001,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":96.74625,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#C1C9B8\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#596151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#BDCABA\",\"r\":0.9,\"cy\":71.86919999999998,\"stroke\":\"#566253\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":81.52333333333333,\"fill\":\"#B9CBBD\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#536256\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#B8CBBE\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#526257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":77.71760416666666,\"fill\":\"#BDCABA\",\"r\":0.9,\"cy\":63.023399999999974,\"stroke\":\"#566253\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":100.55197916666665,\"fill\":\"#C0CAB8\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#586152\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#B8CBBE\",\"r\":0.9,\"cy\":63.023399999999974,\"stroke\":\"#526257\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":58.68895833333334,\"fill\":\"#AACEC5\",\"r\":0.9,\"cy\":71.86919999999998,\"stroke\":\"#44655D\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":81.52333333333333,\"fill\":\"#BBCBBC\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#546255\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#BBCBBC\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#546255\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#BBCBBC\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#546255\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":104.35770833333335,\"fill\":\"#BCCABB\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#556254\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":62.49468749999998,\"fill\":\"#9FD0CB\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#386662\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#B9CBBD\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#536256\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#D8C4A7\",\"r\":0.9,\"cy\":42.38319999999999,\"stroke\":\"#6C5C43\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":138.6092708333333,\"fill\":\"#D5C4A9\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#6A5D44\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#CEC6AF\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#645E4A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.77489583333335,\"fill\":\"#D2C5AB\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#685D46\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":157.63791666666665,\"fill\":\"#C69C80\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5B3921\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":54.88322916666668,\"fill\":\"#BECAB9\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#576153\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":146.22072916666667,\"fill\":\"#D0B193\",\"r\":0.9,\"cy\":54.177599999999984,\"stroke\":\"#644C32\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#D2C5AB\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#685D46\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":142.41500000000002,\"fill\":\"#D6BEA1\",\"r\":0.9,\"cy\":33.53739999999998,\"stroke\":\"#6A573E\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.77489583333335,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#C9C7B4\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#605F4F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":127.19208333333333,\"fill\":\"#CCC7B1\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#635F4C\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":85.3290625,\"fill\":\"#C5C8B6\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#5D6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#C9C7B4\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#605F4F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.77489583333335,\"fill\":\"#CCC7B1\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#635F4C\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":161.44364583333333,\"fill\":\"#C39479\",\"r\":0.9,\"cy\":27.640199999999986,\"stroke\":\"#57331C\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":161.44364583333333,\"fill\":\"#BB856E\",\"r\":0.9,\"cy\":63.023399999999974,\"stroke\":\"#4F2513\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":96.74625,\"fill\":\"#C5C8B6\",\"r\":0.9,\"cy\":74.81779999999998,\"stroke\":\"#5D6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":130.9978125,\"fill\":\"#D0C6AD\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#665E48\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":81.52333333333333,\"fill\":\"#C3C9B6\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#5C6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":161.44364583333333,\"fill\":\"#C39479\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#57331C\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#C3C9B6\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#5C6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#D0C6AD\",\"r\":0.9,\"cy\":42.38319999999999,\"stroke\":\"#665E48\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":142.41500000000002,\"fill\":\"#D8C4A7\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#6C5C43\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":104.35770833333335,\"fill\":\"#C2C9B7\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#5A6151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":100.55197916666665,\"fill\":\"#C3C9B6\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5C6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#CEC6AF\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#645E4A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":142.41500000000002,\"fill\":\"#D2C5AB\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#685D46\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":150.02645833333335,\"fill\":\"#D6BEA1\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#6A573E\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":169.0551041666667,\"fill\":\"#CDAA8D\",\"r\":0.9,\"cy\":27.640199999999986,\"stroke\":\"#61462C\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#CEC6AF\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#645E4A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":57.12619999999999,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":100.55197916666665,\"fill\":\"#CEC6AF\",\"r\":0.9,\"cy\":63.023399999999974,\"stroke\":\"#645E4A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":161.44364583333333,\"fill\":\"#D6BEA1\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#6A573E\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#CEC6AF\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#645E4A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":111.96916666666668,\"fill\":\"#CCC7B1\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#635F4C\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":96.74625,\"fill\":\"#C2C9B7\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5A6151\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":130.9978125,\"fill\":\"#CAC7B4\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#615F4E\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#CEC6AF\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#645E4A\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":130.9978125,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":48.28039999999998,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":89.13479166666666,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":60.074799999999975,\"stroke\":\"#5E604F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":127.19208333333333,\"fill\":\"#D5C4A9\",\"r\":0.9,\"cy\":45.33179999999997,\"stroke\":\"#6A5D44\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#D0C6AD\",\"r\":0.9,\"cy\":42.38319999999999,\"stroke\":\"#665E48\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":123.38635416666668,\"fill\":\"#C7C8B5\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5F5F4F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":108.16343749999999,\"fill\":\"#C5C8B6\",\"r\":0.9,\"cy\":65.97199999999998,\"stroke\":\"#5D6050\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":115.77489583333335,\"fill\":\"#C7C8B5\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5F5F4F\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":104.35770833333335,\"fill\":\"#CAC7B4\",\"r\":0.9,\"cy\":39.43459999999999,\"stroke\":\"#615F4E\"},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":92.94052083333335,\"fill\":\"#C6C8B5\",\"r\":0.9,\"cy\":51.228999999999985,\"stroke\":\"#5E604F\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":80.71499999999997},\"c\":[{\"txt\":\"2.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":65.97199999999998},\"c\":[{\"txt\":\"2.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":51.228999999999985},\"c\":[{\"txt\":\"3.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":36.48599999999998},\"c\":[{\"txt\":\"3.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":21.742999999999984},\"c\":[{\"txt\":\"4.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":17.631666666666668,\"y\":6.999999999999988},\"c\":[{\"txt\":\"4.5\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-25\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-24\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-27\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-26\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 28,
"text": [
"Elem{:svg,:svg}(317,Persistent{Node}[Elem{:svg,:g}(261,Persistent{Node}[Elem{:svg,:g}(260,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalLength\")],{\"text-anchor\"=>\"middle\",:x=>96.74625,:y=>91.99999999999999}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{\"text-anchor\"=>\"middle\",:x=>20.631666666666668,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{\"text-anchor\"=>\"middle\",:x=>58.68895833333334,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"6\")],{\"text-anchor\"=>\"middle\",:x=>96.74625,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"7\")],{\"text-anchor\"=>\"middle\",:x=>134.80354166666666,:y=>86.38833333333332}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"8\")],{\"text-anchor\"=>\"middle\",:x=>172.86083333333335,:y=>86.38833333333332})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"SepalWidth\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333334,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.857499999999995})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(61,Persistent{Node}[Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"8\")],{:dy=>\"0.35em\",:x=>179.17416666666668,:y=>37.813333333333325}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2\")],{:dy=>\"0.35em\",:x=>179.17416666666668,:y=>61.22333333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1\")],{:dy=>\"0.35em\",:x=>179.17416666666668,:y=>65.125}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"6\")],{:dy=>\"0.35em\",:x=>179.17416666666668,:y=>45.61666666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{:dy=>\"0.35em\",:x=>179.17416666666668,:y=>53.41999999999999})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#4C404B\"}), Elem{:svg,:g}(46,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#004D84\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>64.44220833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#005B8D\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>63.75941666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#006995\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>63.07662499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#00769D\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>62.393833333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#0083A3\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>61.71104166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#278FA9\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>61.02824999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#409BAF\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>60.345458333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#55A7B5\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>59.66266666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#69B2BA\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>58.97987499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#7BBCC0\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>58.297083333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#8DC6C5\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>57.61429166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#9ED0CB\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>56.93149999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#A5CFC7\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>56.248708333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#ABCEC4\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>55.56591666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B1CCC2\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>54.88312499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B5CCC1\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>54.200333333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B7CBBF\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>53.51754166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B9CBBD\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>52.83474999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BBCBBB\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>52.151958333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BDCABA\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>51.46916666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BFCAB8\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>50.78637499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C2C9B7\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>50.103583333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C4C9B6\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>49.42079166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C6C8B5\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>48.73799999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C9C7B4\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>48.055208333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CCC7B2\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>47.37241666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CFC6AE\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>46.68962499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D4C5AA\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>46.006833333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D8C3A6\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>45.32404166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D3B79A\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>44.64124999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CDAB8E\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>43.958458333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C89E82\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>43.27566666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C19177\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>42.59287499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BA836C\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>41.910083333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B27563\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>41.22729166666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#AA665A\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>40.54449999999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#A05752\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>39.861708333333326}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#96484A\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>39.178916666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#8B3844\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>38.49612499999999}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#7E273E\",:height=>0.6827916666666667,:x=>176.86083333333335,:y=>37.813333333333325}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#004D84\",:d=>\"M176.86,37.81 L 178.17 37.81\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#005B8D\",:d=>\"M176.86,61.22 L 178.17 61.22\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#006995\",:d=>\"M176.86,65.13 L 178.17 65.13\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#00769D\",:d=>\"M176.86,45.62 L 178.17 45.62\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#0083A3\",:d=>\"M176.86,53.42 L 178.17 53.42\"})],{\"stroke-width\"=>0.2,:stroke=>\"#FFFFFF\"})],{:stroke=>\"none\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"PetalLength\")],{:x=>176.86083333333335,:y=>33.813333333333325})],{\"font-size\"=>3.880555555555555,:fill=>\"#362A35\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:stroke=>\"none\"})],{:class=>\"guide colorkey\"}), Elem{:svg,:g}(168,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>156.22916666666669,:height=>77.71499999999999,:x=>18.63166666666666,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,80.71 L 174.86 80.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,65.97 L 174.86 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,51.23 L 174.86 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,36.49 L 174.86 36.49\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,21.74 L 174.86 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M18.63,7 L 174.86 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M20.63,5 L 20.63 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M58.69,5 L 58.69 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M96.75,5 L 96.75 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M134.8,5 L 134.8 82.71\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M172.86,5 L 172.86 82.71\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(152,Persistent{Node}[Elem{:svg,:g}(151,Persistent{Node}[Elem{:svg,:g}(150,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>62.49468749999998,:fill=>\"#006C97\",:r=>0.9,:cy=>36.48599999999998,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>54.88322916666668,:fill=>\"#006C97\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>47.27177083333334,:fill=>\"#006493\",:r=>0.9,:cy=>45.33179999999997,:stroke=>\"#000931\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>43.466041666666655,:fill=>\"#00739B\",:r=>0.9,:cy=>48.28039999999998,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>58.68895833333334,:fill=>\"#006C97\",:r=>0.9,:cy=>33.53739999999998,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>73.91187500000001,:fill=>\"#0081A3\",:r=>0.9,:cy=>24.691599999999987,:stroke=>\"#00233F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>43.466041666666655,:fill=>\"#006C97\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>58.68895833333334,:fill=>\"#00739B\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>35.85458333333335,:fill=>\"#006C97\",:r=>0.9,:cy=>54.177599999999984,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>54.88322916666668,:fill=>\"#00739B\",:r=>0.9,:cy=>48.28039999999998,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>73.91187500000001,:fill=>\"#00739B\",:r=>0.9,:cy=>30.58879999999998,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>51.07749999999999,:fill=>\"#007A9F\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#001F3B\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>51.07749999999999,:fill=>\"#006C97\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>32.04885416666666,:fill=>\"#005589\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#000535\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.13479166666666,:fill=>\"#005D8E\",:r=>0.9,:cy=>21.742999999999984,:stroke=>\"#000733\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>85.3290625,:fill=>\"#00739B\",:r=>0.9,:cy=>9.948599999999976,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>73.91187500000001,:fill=>\"#006493\",:r=>0.9,:cy=>24.691599999999987,:stroke=>\"#000931\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>62.49468749999998,:fill=>\"#006C97\",:r=>0.9,:cy=>36.48599999999998,:stroke=>\"#001335\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>85.3290625,:fill=>\"#0081A3\",:r=>0.9,:cy=>27.640199999999986,:stroke=>\"#00233F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>62.49468749999998,:fill=>\"#00739B\",:r=>0.9,:cy=>27.640199999999986,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>73.91187500000001,:fill=>\"#0081A3\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#00233F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>62.49468749999998,:fill=>\"#00739B\",:r=>0.9,:cy=>30.58879999999998,:stroke=>\"#001938\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>43.466041666666655,:fill=>\"#004D84\",:r=>0.9,:cy=>33.53739999999998,:stroke=>\"#000337\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>62.49468749999998,:fill=>\"#0081A3\",:r=>0.9,:cy=>42.38319999999999,:stroke=>\"#00233F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>51.07749999999999,:fill=>\"#278FA9\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#002E45\"}), ..., Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>123.38635416666668,:fill=>\"#D0C6AD\",:r=>0.9,:cy=>42.38319999999999,:stroke=>\"#665E48\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>142.41500000000002,:fill=>\"#D8C4A7\",:r=>0.9,:cy=>45.33179999999997,:stroke=>\"#6C5C43\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>104.35770833333335,:fill=>\"#C2C9B7\",:r=>0.9,:cy=>57.12619999999999,:stroke=>\"#5A6151\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>100.55197916666665,:fill=>\"#C3C9B6\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#5C6050\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.96916666666668,:fill=>\"#CEC6AF\",:r=>0.9,:cy=>57.12619999999999,:stroke=>\"#645E4A\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>142.41500000000002,:fill=>\"#D2C5AB\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#685D46\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>150.02645833333335,:fill=>\"#D6BEA1\",:r=>0.9,:cy=>57.12619999999999,:stroke=>\"#6A573E\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>169.0551041666667,:fill=>\"#CDAA8D\",:r=>0.9,:cy=>27.640199999999986,:stroke=>\"#61462C\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.96916666666668,:fill=>\"#CEC6AF\",:r=>0.9,:cy=>57.12619999999999,:stroke=>\"#645E4A\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>108.16343749999999,:fill=>\"#C6C8B5\",:r=>0.9,:cy=>57.12619999999999,:stroke=>\"#5E604F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>100.55197916666665,:fill=>\"#CEC6AF\",:r=>0.9,:cy=>63.023399999999974,:stroke=>\"#645E4A\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>161.44364583333333,:fill=>\"#D6BEA1\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#6A573E\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>108.16343749999999,:fill=>\"#CEC6AF\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#645E4A\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>111.96916666666668,:fill=>\"#CCC7B1\",:r=>0.9,:cy=>48.28039999999998,:stroke=>\"#635F4C\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>96.74625,:fill=>\"#C2C9B7\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#5A6151\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>130.9978125,:fill=>\"#CAC7B4\",:r=>0.9,:cy=>48.28039999999998,:stroke=>\"#615F4E\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>123.38635416666668,:fill=>\"#CEC6AF\",:r=>0.9,:cy=>48.28039999999998,:stroke=>\"#645E4A\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>130.9978125,:fill=>\"#C6C8B5\",:r=>0.9,:cy=>48.28039999999998,:stroke=>\"#5E604F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>89.13479166666666,:fill=>\"#C6C8B5\",:r=>0.9,:cy=>60.074799999999975,:stroke=>\"#5E604F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>127.19208333333333,:fill=>\"#D5C4A9\",:r=>0.9,:cy=>45.33179999999997,:stroke=>\"#6A5D44\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>123.38635416666668,:fill=>\"#D0C6AD\",:r=>0.9,:cy=>42.38319999999999,:stroke=>\"#665E48\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>123.38635416666668,:fill=>\"#C7C8B5\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#5F5F4F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>108.16343749999999,:fill=>\"#C5C8B6\",:r=>0.9,:cy=>65.97199999999998,:stroke=>\"#5D6050\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>115.77489583333335,:fill=>\"#C7C8B5\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#5F5F4F\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>104.35770833333335,:fill=>\"#CAC7B4\",:r=>0.9,:cy=>39.43459999999999,:stroke=>\"#615F4E\"}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>92.94052083333335,:fill=>\"#C6C8B5\",:r=>0.9,:cy=>51.228999999999985,:stroke=>\"#5E604F\"})],{\"stroke-width\"=>0.3})],{:class=>\"geometry\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-27)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>80.71499999999997}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>65.97199999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>51.228999999999985}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>36.48599999999998}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>21.742999999999984}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4.5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>17.631666666666668,:y=>6.999999999999988})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(54,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-25\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-24\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-27\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-26\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 28
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(plot(dataset(\"Zelig\", \"macro\"), x=\"Year\", y=\"Country\", color=\"GDP\", Geom.rectbin)\n",
")"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.05617871 seconds (8751168 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13404\"><script>new Patchwork.Node(\"pwid13404\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":111.95916666666668,\"y\":92.0},\"c\":[{\"txt\":\"Year\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":39.31166666666702,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1965\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":68.37066666666703,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1970\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":97.42966666666703,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1975\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":126.48866666666704,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1980\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":155.54766666666706,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1985\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":184.60666666666705,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1990\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"middle\",\"x\":8.805833333333334,\"transform\":\"rotate(-90.0 8.81 43.86)\",\"y\":41.8575},\"c\":[{\"txt\":\"Country\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"guide colorkey\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#4C404B\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.92000000000002,\"y\":37.81333333333333},\"c\":[{\"txt\":\"15\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.92000000000002,\"y\":58.29708333333333},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.92000000000002,\"y\":44.64125},\"c\":[{\"txt\":\"10\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.92000000000002,\"y\":51.469166666666666},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.92000000000002,\"y\":65.125},\"c\":[{\"txt\":\"-5\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#004D84\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":64.44220833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#005B8D\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":63.75941666666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#006995\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":63.076625},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#00769D\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":62.39383333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#0083A3\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":61.71104166666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#278FA9\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":61.02825},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#409BAF\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":60.34545833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#55A7B5\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":59.66266666666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#69B2BA\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":58.979875},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7BBCC0\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":58.29708333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8DC6C5\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":57.61429166666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#9ED0CB\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":56.9315},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A5CFC7\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":56.24870833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#ABCEC4\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":55.565916666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B1CCC2\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":54.883125},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B5CCC1\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":54.20033333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B7CBBF\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":53.517541666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B9CBBD\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":52.83475},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BBCBBB\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":52.15195833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BDCABA\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":51.469166666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BFCAB8\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":50.786375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C2C9B7\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":50.10358333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C4C9B6\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":49.420791666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C6C8B5\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":48.738},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C9C7B4\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":48.05520833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CCC7B2\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":47.372416666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CFC6AE\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":46.689625},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D4C5AA\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":46.00683333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D8C3A6\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":45.324041666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D3B79A\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":44.64125},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CDAB8E\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":43.95845833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C89E82\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":43.275666666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C19177\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":42.592875},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BA836C\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":41.91008333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B27563\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":41.227291666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#AA665A\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":40.5445},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A05752\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":39.86170833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#96484A\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":39.178916666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8B3844\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":38.496125},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7E273E\",\"height\":0.6827916666666667,\"x\":188.60666666666668,\"y\":37.81333333333333},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"d\":\"M188.61,37.81 L 189.92 37.81\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#005B8D\",\"d\":\"M188.61,58.3 L 189.92 58.3\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006995\",\"d\":\"M188.61,44.64 L 189.92 44.64\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00769D\",\"d\":\"M188.61,51.47 L 189.92 51.47\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0083A3\",\"d\":\"M188.61,65.13 L 189.92 65.13\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"fill\":\"#362A35\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"x\":188.60666666666668,\"y\":33.81333333333333},\"c\":[{\"txt\":\"GDP\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-28)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":149.29500000000002,\"height\":77.715,\"x\":37.31166666666667,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,77.16 L 186.61 77.16\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,71.61 L 186.61 71.61\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,66.06 L 186.61 66.06\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,60.51 L 186.61 60.51\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,54.96 L 186.61 54.96\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,49.41 L 186.61 49.41\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,43.86 L 186.61 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,38.31 L 186.61 38.31\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,32.76 L 186.61 32.76\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,27.2 L 186.61 27.2\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,21.65 L 186.61 21.65\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,16.1 L 186.61 16.1\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M37.31,10.55 L 186.61 10.55\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M39.31,5 L 39.31 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M68.37,5 L 68.37 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M97.43,5 L 97.43 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M126.49,5 L 126.49 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M155.55,5 L 155.55 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M184.61,5 L 184.61 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"geometry\",\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB9\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CCC0\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#82C0C2\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B7\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#69B2BA\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#6CB4BB\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B8\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#7BBCBF\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#0081A3\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C8C7B5\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CCC0\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CCC0\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A1CFC9\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":77.16392857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C6C8B5\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B7\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C7C8B5\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C2C9B7\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CAC7B4\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A4CFC8\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C3C9B6\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B1CCC2\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A3CFC8\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#006090\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CCC0\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BCCABA\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BECAB9\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B4CCC2\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#96CBC8\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":71.61285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC4\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A9CEC5\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B1CCC2\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CAC7B3\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#65B0B9\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#70B6BC\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A3CFC8\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B1CCC2\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#2F93AB\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#56A7B5\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A9CEC5\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ADCDC4\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A0D0CA\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":66.0617857142857},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC4\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C6C8B5\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#85C2C3\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB9\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC2\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B4CCC2\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A1CFC9\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#70B6BC\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#56A7B5\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A1CFC9\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ACCEC4\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AFCDC3\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A4CFC8\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":60.51071428571429},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBD\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C6C8B5\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C2C9B7\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#52A5B4\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#96CBC8\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B0CDC3\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#52A5B4\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A9CEC5\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#85C2C3\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A8CEC6\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A1CFC9\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AACEC5\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC3\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":54.95964285714286},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C7C8B5\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B7\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C2C9B7\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#8FC8C6\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A4CFC8\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#99CDC9\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ADCDC4\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#9FD0CB\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A7CFC6\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC3\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC3\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":49.408571428571435},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#84C2C2\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C4C9B6\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CBC7B2\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C3C9B7\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#92CAC7\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#4EA3B3\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A8CEC6\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#8FC8C6\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#73B8BD\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A5CFC7\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AFCDC3\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ADCDC4\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":43.8575},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B7\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BCCABA\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C4C9B6\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C8C8B5\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB9\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C4C9B6\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BECAB9\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#7BBCBF\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BCCABB\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#99CDC9\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#85C2C3\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A5CFC7\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B0CDC3\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AFCDC3\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC2\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A4CFC8\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC3\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BECAB9\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":38.306428571428576},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C3C9B7\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C8C7B5\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C3C9B6\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AACEC5\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C7C8B5\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#00729B\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C2C9B7\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AECDC3\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BECAB9\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#8FC8C6\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#77BABE\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#82C0C2\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CCC0\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC2\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AFCDC3\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":32.75535714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B3CCC2\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B1CCC2\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC2\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#D6BEA0\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CCC7B1\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B0CDC3\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CAC7B3\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C6C8B5\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A5CFC7\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#92CAC7\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#8FC8C6\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C9C7B4\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B7\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ADCDC4\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B0CDC3\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#96CBC8\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":27.204285714285714},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B0CDC3\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BECAB9\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A1CFC9\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A4CFC8\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#4EA3B3\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ADCDC4\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ACCEC4\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#7EBEC0\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A0D0CA\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B4CCC2\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B1CCC2\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B4CCC2\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#9CCFCA\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":21.653214285714284},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C4C9B6\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C6C8B5\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C6C8B5\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BCCABA\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB9\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A1CFC9\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#92CAC7\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A4CFC8\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#96CBC8\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ADCDC4\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":16.102142857142855},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B9CBBD\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B2CCC2\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#69B2BA\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#70B6BC\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5C8B6\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AACEC5\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A9CEC5\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#7BBCBF\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#69B2BA\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CBC0\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B0CDC3\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBE\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B8CBBD\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#73B8BD\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#82C0C2\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#A0D0CA\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#ACCEC4\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":10.55107142857143},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CBA588\",\"height\":5.551071428571428,\"x\":42.217566666667025,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C5997E\",\"height\":5.551071428571428,\"x\":48.02936666666702,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#AC6A5C\",\"height\":5.551071428571428,\"x\":53.84116666666702,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B47965\",\"height\":5.551071428571428,\"x\":59.65296666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#D4B99B\",\"height\":5.551071428571428,\"x\":65.46476666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BBCBBB\",\"height\":5.551071428571428,\"x\":71.27656666666704,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#D0C6AD\",\"height\":5.551071428571428,\"x\":77.08836666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#CCC7B1\",\"height\":5.551071428571428,\"x\":82.90016666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#5DACB7\",\"height\":5.551071428571428,\"x\":88.71196666666702,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC1\",\"height\":5.551071428571428,\"x\":94.52376666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":100.33556666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C0CAB8\",\"height\":5.551071428571428,\"x\":106.14736666666704,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB9\",\"height\":5.551071428571428,\"x\":111.95916666666704,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":117.77096666666705,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BCCABB\",\"height\":5.551071428571428,\"x\":123.58276666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BACBBC\",\"height\":5.551071428571428,\"x\":129.39456666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B6CCC0\",\"height\":5.551071428571428,\"x\":135.20636666666704,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B7CBBF\",\"height\":5.551071428571428,\"x\":141.01816666666704,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BECAB9\",\"height\":5.551071428571428,\"x\":146.82996666666705,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":152.64176666666702,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#B5CCC2\",\"height\":5.551071428571428,\"x\":158.45356666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BCCABB\",\"height\":5.551071428571428,\"x\":164.26536666666703,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#C1C9B7\",\"height\":5.551071428571428,\"x\":170.07716666666704,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BDCABA\",\"height\":5.551071428571428,\"x\":175.88896666666705,\"y\":5.000000000000001},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":5.811800000000002,\"fill\":\"#BFCAB8\",\"height\":5.551071428571428,\"x\":181.70076666666705,\"y\":5.000000000000001},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":79.9394642857143},\"c\":[{\"txt\":\"United States\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":74.38839285714286},\"c\":[{\"txt\":\"Canada\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":68.83732142857143},\"c\":[{\"txt\":\"United Kingdom\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":63.28625},\"c\":[{\"txt\":\"Netherlands\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":57.73517857142858},\"c\":[{\"txt\":\"Belgium\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":52.184107142857144},\"c\":[{\"txt\":\"France\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":46.63303571428572},\"c\":[{\"txt\":\"West Germany\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":41.081964285714285},\"c\":[{\"txt\":\"Austria\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":35.53089285714286},\"c\":[{\"txt\":\"Italy\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":29.97982142857143},\"c\":[{\"txt\":\"Finland\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":24.42875},\"c\":[{\"txt\":\"Sweden\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":18.87767857142857},\"c\":[{\"txt\":\"Norway\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":13.326607142857142},\"c\":[{\"txt\":\"Denmark\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":36.31166666666667,\"y\":7.775535714285715},\"c\":[{\"txt\":\"Japan\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-25\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-24\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-28\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-27\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-26\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 29,
"text": [
"Elem{:svg,:svg}(544,Persistent{Node}[Elem{:svg,:g}(486,Persistent{Node}[Elem{:svg,:g}(485,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Year\")],{\"text-anchor\"=>\"middle\",:x=>111.95916666666668,:y=>92.0}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"1965\")],{\"text-anchor\"=>\"middle\",:x=>39.31166666666702,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1970\")],{\"text-anchor\"=>\"middle\",:x=>68.37066666666703,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1975\")],{\"text-anchor\"=>\"middle\",:x=>97.42966666666703,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1980\")],{\"text-anchor\"=>\"middle\",:x=>126.48866666666704,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1985\")],{\"text-anchor\"=>\"middle\",:x=>155.54766666666706,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1990\")],{\"text-anchor\"=>\"middle\",:x=>184.60666666666705,:y=>86.38833333333334})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"Country\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"middle\",:x=>8.805833333333334,:transform=>\"rotate(-90.0 8.81 43.86)\",:y=>41.8575})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(61,Persistent{Node}[Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"15\")],{:dy=>\"0.35em\",:x=>190.92000000000002,:y=>37.81333333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{:dy=>\"0.35em\",:x=>190.92000000000002,:y=>58.29708333333333}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"10\")],{:dy=>\"0.35em\",:x=>190.92000000000002,:y=>44.64125}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{:dy=>\"0.35em\",:x=>190.92000000000002,:y=>51.469166666666666}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"-5\")],{:dy=>\"0.35em\",:x=>190.92000000000002,:y=>65.125})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#4C404B\"}), Elem{:svg,:g}(46,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#004D84\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>64.44220833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#005B8D\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>63.75941666666667}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#006995\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>63.076625}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#00769D\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>62.39383333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#0083A3\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>61.71104166666667}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#278FA9\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>61.02825}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#409BAF\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>60.34545833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#55A7B5\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>59.66266666666667}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#69B2BA\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>58.979875}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#7BBCC0\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>58.29708333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#8DC6C5\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>57.61429166666667}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#9ED0CB\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>56.9315}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#A5CFC7\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>56.24870833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#ABCEC4\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>55.565916666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B1CCC2\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>54.883125}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B5CCC1\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>54.20033333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B7CBBF\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>53.517541666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B9CBBD\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>52.83475}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BBCBBB\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>52.15195833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BDCABA\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>51.469166666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BFCAB8\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>50.786375}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C2C9B7\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>50.10358333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C4C9B6\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>49.420791666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C6C8B5\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>48.738}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C9C7B4\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>48.05520833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CCC7B2\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>47.372416666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CFC6AE\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>46.689625}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D4C5AA\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>46.00683333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D8C3A6\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>45.324041666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#D3B79A\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>44.64125}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#CDAB8E\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>43.95845833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C89E82\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>43.275666666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#C19177\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>42.592875}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#BA836C\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>41.91008333333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#B27563\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>41.227291666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#AA665A\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>40.5445}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#A05752\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>39.86170833333333}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#96484A\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>39.178916666666666}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#8B3844\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>38.496125}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>1.3133333333333335,:fill=>\"#7E273E\",:height=>0.6827916666666667,:x=>188.60666666666668,:y=>37.81333333333333}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#004D84\",:d=>\"M188.61,37.81 L 189.92 37.81\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#005B8D\",:d=>\"M188.61,58.3 L 189.92 58.3\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#006995\",:d=>\"M188.61,44.64 L 189.92 44.64\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#00769D\",:d=>\"M188.61,51.47 L 189.92 51.47\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"#0083A3\",:d=>\"M188.61,65.13 L 189.92 65.13\"})],{\"stroke-width\"=>0.2,:stroke=>\"#FFFFFF\"})],{:stroke=>\"none\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"GDP\")],{:x=>188.60666666666668,:y=>33.81333333333333})],{\"font-size\"=>3.880555555555555,:fill=>\"#362A35\",\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:stroke=>\"none\"})],{:class=>\"guide colorkey\"}), Elem{:svg,:g}(375,Persistent{Node}[Elem{:svg,:g}(22,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>149.29500000000002,:height=>77.715,:x=>37.31166666666667,:y=>5.0}), Elem{:svg,:g}(13,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,77.16 L 186.61 77.16\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,71.61 L 186.61 71.61\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,66.06 L 186.61 66.06\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,60.51 L 186.61 60.51\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,54.96 L 186.61 54.96\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,49.41 L 186.61 49.41\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,43.86 L 186.61 43.86\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,38.31 L 186.61 38.31\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,32.76 L 186.61 32.76\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,27.2 L 186.61 27.2\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,21.65 L 186.61 21.65\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,16.1 L 186.61 16.1\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M37.31,10.55 L 186.61 10.55\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M39.31,5 L 39.31 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M68.37,5 L 68.37 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M97.43,5 L 97.43 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M126.49,5 L 126.49 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M155.55,5 L 155.55 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M184.61,5 L 184.61 82.72\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(351,Persistent{Node}[Elem{:svg,:g}(350,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BFCAB9\",:height=>5.551071428571428,:x=>42.217566666667025,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B2CCC2\",:height=>5.551071428571428,:x=>48.02936666666702,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>53.84116666666702,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B6CCC0\",:height=>5.551071428571428,:x=>59.65296666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#82C0C2\",:height=>5.551071428571428,:x=>65.46476666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B7CBBF\",:height=>5.551071428571428,:x=>71.27656666666704,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C0CAB8\",:height=>5.551071428571428,:x=>77.08836666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C1C9B7\",:height=>5.551071428571428,:x=>82.90016666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#69B2BA\",:height=>5.551071428571428,:x=>88.71196666666702,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#6CB4BB\",:height=>5.551071428571428,:x=>94.52376666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>100.33556666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C1C9B8\",:height=>5.551071428571428,:x=>106.14736666666704,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>111.95916666666704,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B5CCC1\",:height=>5.551071428571428,:x=>117.77096666666705,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#7BBCBF\",:height=>5.551071428571428,:x=>123.58276666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B8CBBE\",:height=>5.551071428571428,:x=>129.39456666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#0081A3\",:height=>5.551071428571428,:x=>135.20636666666704,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B6CBC0\",:height=>5.551071428571428,:x=>141.01816666666704,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C8C7B5\",:height=>5.551071428571428,:x=>146.82996666666705,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B9CBBD\",:height=>5.551071428571428,:x=>152.64176666666702,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B6CCC0\",:height=>5.551071428571428,:x=>158.45356666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B9CBBD\",:height=>5.551071428571428,:x=>164.26536666666703,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>170.07716666666704,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B6CCC0\",:height=>5.551071428571428,:x=>175.88896666666705,:y=>77.16392857142857}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#A1CFC9\",:height=>5.551071428571428,:x=>181.70076666666705,:y=>77.16392857142857}), ..., Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#ACCEC4\",:height=>5.551071428571428,:x=>181.70076666666705,:y=>10.55107142857143}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#CBA588\",:height=>5.551071428571428,:x=>42.217566666667025,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C5997E\",:height=>5.551071428571428,:x=>48.02936666666702,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#AC6A5C\",:height=>5.551071428571428,:x=>53.84116666666702,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B47965\",:height=>5.551071428571428,:x=>59.65296666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#D4B99B\",:height=>5.551071428571428,:x=>65.46476666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BBCBBB\",:height=>5.551071428571428,:x=>71.27656666666704,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#D0C6AD\",:height=>5.551071428571428,:x=>77.08836666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#CCC7B1\",:height=>5.551071428571428,:x=>82.90016666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#5DACB7\",:height=>5.551071428571428,:x=>88.71196666666702,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B5CCC1\",:height=>5.551071428571428,:x=>94.52376666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>100.33556666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C0CAB8\",:height=>5.551071428571428,:x=>106.14736666666704,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BFCAB9\",:height=>5.551071428571428,:x=>111.95916666666704,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BFCAB8\",:height=>5.551071428571428,:x=>117.77096666666705,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BCCABB\",:height=>5.551071428571428,:x=>123.58276666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BACBBC\",:height=>5.551071428571428,:x=>129.39456666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B6CCC0\",:height=>5.551071428571428,:x=>135.20636666666704,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B7CBBF\",:height=>5.551071428571428,:x=>141.01816666666704,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BECAB9\",:height=>5.551071428571428,:x=>146.82996666666705,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>152.64176666666702,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#B5CCC2\",:height=>5.551071428571428,:x=>158.45356666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BCCABB\",:height=>5.551071428571428,:x=>164.26536666666703,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#C1C9B7\",:height=>5.551071428571428,:x=>170.07716666666704,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BDCABA\",:height=>5.551071428571428,:x=>175.88896666666705,:y=>5.000000000000001}), Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>5.811800000000002,:fill=>\"#BFCAB8\",:height=>5.551071428571428,:x=>181.70076666666705,:y=>5.000000000000001})],{:class=>\"geometry\",:stroke=>\"none\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-28)\"}), Elem{:svg,:g}(28,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"United States\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>79.9394642857143}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Canada\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>74.38839285714286}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"United Kingdom\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>68.83732142857143}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Netherlands\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>63.28625}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Belgium\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>57.73517857142858}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"France\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>52.184107142857144}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"West Germany\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>46.63303571428572}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Austria\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>41.081964285714285}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Italy\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>35.53089285714286}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Finland\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>29.97982142857143}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Sweden\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>24.42875}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Norway\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>18.87767857142857}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Denmark\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>13.326607142857142}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"Japan\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>36.31166666666667,:y=>7.775535714285715})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable\"}), Elem{:svg,:defs}(56,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-25\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-24\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-28\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-27\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-26\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 29
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(begin\n",
" x_data = 0.0:0.1:2.0\n",
" y_data = x_data.^2 + rand(length(x_data))\n",
" plot(x=x_data, y=y_data, Geom.point, Geom.smooth(method=:loess,smoothing=0.9))\n",
" end)"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.069641835 seconds (7751992 bytes allocated)\n"
]
},
{
"html": [
"<div id=\"pwid13405\"><script>new Patchwork.Node(\"pwid13405\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":104.73958333333331,\"y\":92.0},\"c\":[{\"txt\":\"x\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":16.479166666666657,\"y\":86.38833333333334},\"c\":[{\"txt\":\"0.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":60.609374999999986,\"y\":86.38833333333334},\"c\":[{\"txt\":\"0.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":104.73958333333331,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1.0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":148.86979166666663,\"y\":86.38833333333334},\"c\":[{\"txt\":\"1.5\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":192.99999999999994,\"y\":86.38833333333334},\"c\":[{\"txt\":\"2.0\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":8.805833333333332,\"y\":43.8575},\"c\":[{\"txt\":\"y\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-29)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":180.52083333333331,\"height\":77.715,\"x\":14.479166666666657,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M14.48,80.72 L 195 80.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M14.48,65.97 L 195 65.97\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M14.48,51.23 L 195 51.23\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M14.48,36.49 L 195 36.49\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M14.48,21.74 L 195 21.74\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M14.48,7 L 195 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.48,5 L 16.48 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M60.61,5 L 60.61 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M104.74,5 L 104.74 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M148.87,5 L 148.87 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M193,5 L 193 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"geometry\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"#00BFFF\",\"class\":\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"circle\",\"p\":{\"cx\":16.479166666666657,\"r\":0.9,\"cy\":80.21026134557447},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":25.305208333333326,\"r\":0.9,\"cy\":74.76396069694101},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":34.13124999999999,\"r\":0.9,\"cy\":76.96780854346616},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":42.95729166666665,\"r\":0.9,\"cy\":66.69568302928606},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":51.78333333333332,\"r\":0.9,\"cy\":69.06854406995764},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":60.609374999999986,\"r\":0.9,\"cy\":76.17287237705023},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":69.43541666666665,\"r\":0.9,\"cy\":62.76987115115561},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":78.26145833333331,\"r\":0.9,\"cy\":69.50476128035125},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":87.08749999999999,\"r\":0.9,\"cy\":57.054343710989166},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":95.91354166666666,\"r\":0.9,\"cy\":62.498038543800554},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":104.73958333333331,\"r\":0.9,\"cy\":52.19243222269784},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":113.565625,\"r\":0.9,\"cy\":52.9740607427851},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":122.39166666666664,\"r\":0.9,\"cy\":48.390015791720245},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":131.21770833333332,\"r\":0.9,\"cy\":50.92980289124276},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":140.04375,\"r\":0.9,\"cy\":49.961842344304245},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":148.86979166666663,\"r\":0.9,\"cy\":37.93044821858978},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":157.69583333333333,\"r\":0.9,\"cy\":36.83815582538682},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":166.52187499999997,\"r\":0.9,\"cy\":32.38794782460597},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":175.34791666666663,\"r\":0.9,\"cy\":23.10674189533445},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":184.1739583333333,\"r\":0.9,\"cy\":20.82244555692187},\"n\":\"svg\"},{\"t\":\"circle\",\"p\":{\"cx\":192.99999999999994,\"r\":0.9,\"cy\":19.245288694453812},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.3,\"fill\":\"none\",\"class\":\"geometry\",\"stroke\":\"#00BFFF\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M16.48,78.21 L 16.72 78.16 16.95 78.12 17.19 78.07 17.42 78.03 17.66 77.98 17.89 77.94 18.13 77.9 18.36 77.85 18.6 77.81 18.83 77.76 19.07 77.72 19.31 77.67 19.54 77.63 19.78 77.58 20.01 77.54 20.25 77.49 20.48 77.45 20.72 77.4 20.95 77.36 21.19 77.31 21.42 77.27 21.66 77.22 21.89 77.18 22.13 77.13 22.36 77.09 22.6 77.04 22.84 77 23.07 76.95 23.31 76.9 23.54 76.86 23.78 76.81 24.01 76.77 24.25 76.72 24.48 76.67 24.72 76.63 24.95 76.58 25.19 76.54 25.42 76.49 25.66 76.44 25.9 76.4 26.13 76.35 26.37 76.3 26.6 76.26 26.84 76.21 27.07 76.16 27.31 76.12 27.54 76.07 27.78 76.02 28.01 75.98 28.25 75.93 28.48 75.88 28.72 75.84 28.96 75.79 29.19 75.74 29.43 75.69 29.66 75.65 29.9 75.6 30.13 75.55 30.37 75.5 30.6 75.46 30.84 75.41 31.07 75.36 31.31 75.31 31.54 75.26 31.78 75.22 32.01 75.17 32.25 75.12 32.49 75.07 32.72 75.02 32.96 74.97 33.19 74.93 33.43 74.88 33.66 74.83 33.9 74.78 34.13 74.73 34.37 74.68 34.6 74.63 34.84 74.58 35.07 74.53 35.31 74.48 35.55 74.43 35.78 74.38 36.02 74.33 36.25 74.28 36.49 74.23 36.72 74.18 36.96 74.13 37.19 74.08 37.43 74.03 37.66 73.98 37.9 73.93 38.13 73.88 38.37 73.83 38.6 73.78 38.84 73.73 39.08 73.68 39.31 73.63 39.55 73.57 39.78 73.52 40.02 73.47 40.25 73.42 40.49 73.37 40.72 73.32 40.96 73.27 41.19 73.21 41.43 73.16 41.66 73.11 41.9 73.06 42.14 73.01 42.37 72.95 42.61 72.9 42.84 72.85 43.08 72.8 43.31 72.75 43.55 72.69 43.78 72.64 44.02 72.59 44.25 72.54 44.49 72.48 44.72 72.43 44.96 72.38 45.19 72.32 45.43 72.27 45.67 72.22 45.9 72.16 46.14 72.11 46.37 72.06 46.61 72 46.84 71.95 47.08 71.9 47.31 71.84 47.55 71.79 47.78 71.73 48.02 71.68 48.25 71.62 48.49 71.57 48.73 71.51 48.96 71.46 49.2 71.4 49.43 71.35 49.67 71.29 49.9 71.24 50.14 71.18 50.37 71.13 50.61 71.07 50.84 71.02 51.08 70.96 51.31 70.9 51.55 70.85 51.79 70.79 52.02 70.74 52.26 70.68 52.49 70.62 52.73 70.57 52.96 70.51 53.2 70.46 53.43 70.4 53.67 70.34 53.9 70.29 54.14 70.23 54.37 70.17 54.61 70.12 54.84 70.06 55.08 70 55.32 69.94 55.55 69.89 55.79 69.83 56.02 69.77 56.26 69.72 56.49 69.66 56.73 69.6 56.96 69.54 57.2 69.49 57.43 69.43 57.67 69.37 57.9 69.31 58.14 69.25 58.38 69.2 58.61 69.14 58.85 69.08 59.08 69.02 59.32 68.96 59.55 68.9 59.79 68.85 60.02 68.79 60.26 68.73 60.49 68.67 60.73 68.61 60.96 68.55 61.2 68.5 61.43 68.44 61.67 68.38 61.91 68.32 62.14 68.26 62.38 68.2 62.61 68.14 62.85 68.08 63.08 68.02 63.32 67.96 63.55 67.9 63.79 67.84 64.02 67.79 64.26 67.73 64.49 67.67 64.73 67.61 64.97 67.55 65.2 67.49 65.44 67.43 65.67 67.37 65.91 67.31 66.14 67.25 66.38 67.19 66.61 67.13 66.85 67.07 67.08 67.01 67.32 66.95 67.55 66.89 67.79 66.83 68.03 66.77 68.26 66.71 68.5 66.65 68.73 66.59 68.97 66.53 69.2 66.47 69.44 66.41 69.67 66.35 69.91 66.29 70.14 66.23 70.38 66.17 70.61 66.1 70.85 66.04 71.08 65.98 71.32 65.92 71.56 65.86 71.79 65.8 72.03 65.74 72.26 65.68 72.5 65.62 72.73 65.56 72.97 65.5 73.2 65.43 73.44 65.37 73.67 65.31 73.91 65.25 74.14 65.19 74.38 65.13 74.62 65.07 74.85 65 75.09 64.94 75.32 64.88 75.56 64.82 75.79 64.76 76.03 64.7 76.26 64.63 76.5 64.57 76.73 64.51 76.97 64.45 77.2 64.39 77.44 64.32 77.67 64.26 77.91 64.2 78.15 64.14 78.38 64.07 78.62 64.01 78.85 63.94 79.09 63.88 79.32 63.81 79.56 63.74 79.79 63.68 80.03 63.61 80.26 63.54 80.5 63.48 80.73 63.41 80.97 63.34 81.21 63.28 81.44 63.21 81.68 63.14 81.91 63.07 82.15 63 82.38 62.94 82.62 62.87 82.85 62.8 83.09 62.73 83.32 62.66 83.56 62.59 83.79 62.52 84.03 62.45 84.26 62.38 84.5 62.31 84.74 62.24 84.97 62.17 85.21 62.1 85.44 62.03 85.68 61.96 85.91 61.89 86.15 61.82 86.38 61.75 86.62 61.68 86.85 61.61 87.09 61.54 87.32 61.47 87.56 61.4 87.8 61.33 88.03 61.25 88.27 61.18 88.5 61.11 88.74 61.04 88.97 60.97 89.21 60.89 89.44 60.82 89.68 60.75 89.91 60.68 90.15 60.61 90.38 60.53 90.62 60.46 90.86 60.39 91.09 60.32 91.33 60.24 91.56 60.17 91.8 60.08 92.03 60 92.27 59.92 92.5 59.83 92.74 59.75 92.97 59.67 93.21 59.58 93.44 59.5 93.68 59.41 93.91 59.33 94.15 59.24 94.39 59.16 94.62 59.07 94.86 58.98 95.09 58.9 95.33 58.81 95.56 58.73 95.8 58.64 96.03 58.56 96.27 58.5 96.5 58.43 96.74 58.36 96.97 58.3 97.21 58.23 97.45 58.16 97.68 58.1 97.92 58.03 98.15 57.96 98.39 57.9 98.62 57.83 98.86 57.76 99.09 57.7 99.33 57.63 99.56 57.56 99.8 57.5 100.03 57.43 100.27 57.36 100.5 57.29 100.74 57.22 100.98 57.16 101.21 57.09 101.45 57.02 101.68 56.95 101.92 56.88 102.15 56.82 102.39 56.75 102.62 56.68 102.86 56.61 103.09 56.54 103.33 56.47 103.56 56.4 103.8 56.33 104.04 56.27 104.27 56.2 104.51 56.13 104.74 56.06 104.98 55.99 105.21 55.92 105.45 55.85 105.68 55.78 105.92 55.71 106.15 55.64 106.39 55.56 106.62 55.49 106.86 55.42 107.09 55.35 107.33 55.28 107.57 55.21 107.8 55.14 108.04 55.07 108.27 54.99 108.51 54.92 108.74 54.85 108.98 54.78 109.21 54.7 109.45 54.63 109.68 54.56 109.92 54.49 110.15 54.42 110.39 54.35 110.63 54.27 110.86 54.2 111.1 54.13 111.33 54.06 111.57 53.99 111.8 53.92 112.04 53.85 112.27 53.78 112.51 53.7 112.74 53.63 112.98 53.56 113.21 53.49 113.45 53.42 113.69 53.35 113.92 53.29 114.16 53.23 114.39 53.17 114.63 53.11 114.86 53.05 115.1 52.99 115.33 52.93 115.57 52.87 115.8 52.81 116.04 52.75 116.27 52.69 116.51 52.63 116.74 52.56 116.98 52.5 117.22 52.44 117.45 52.38 117.69 52.31 117.92 52.25 118.16 52.19 118.39 52.12 118.63 52.06 118.86 51.99 119.1 51.93 119.33 51.86 119.57 51.79 119.8 51.73 120.04 51.66 120.28 51.59 120.51 51.53 120.75 51.46 120.98 51.39 121.22 51.32 121.45 51.25 121.69 51.18 121.92 51.11 122.16 51.04 122.39 50.97 122.63 50.89 122.86 50.81 123.1 50.73 123.33 50.65 123.57 50.56 123.81 50.48 124.04 50.4 124.28 50.32 124.51 50.24 124.75 50.15 124.98 50.07 125.22 49.99 125.45 49.91 125.69 49.82 125.92 49.74 126.16 49.65 126.39 49.57 126.63 49.49 126.87 49.4 127.1 49.32 127.34 49.23 127.57 49.15 127.81 49.06 128.04 48.98 128.28 48.89 128.51 48.81 128.75 48.72 128.98 48.63 129.22 48.55 129.45 48.46 129.69 48.37 129.92 48.29 130.16 48.2 130.4 48.11 130.63 48.02 130.87 47.93 131.1 47.84 131.34 47.76 131.57 47.67 131.81 47.58 132.04 47.49 132.28 47.4 132.51 47.31 132.75 47.22 132.98 47.13 133.22 47.03 133.46 46.94 133.69 46.85 133.93 46.76 134.16 46.67 134.4 46.57 134.63 46.48 134.87 46.39 135.1 46.29 135.34 46.2 135.57 46.11 135.81 46.01 136.04 45.92 136.28 45.82 136.52 45.72 136.75 45.63 136.99 45.53 137.22 45.43 137.46 45.34 137.69 45.24 137.93 45.14 138.16 45.04 138.4 44.95 138.63 44.85 138.87 44.75 139.1 44.65 139.34 44.55 139.57 44.45 139.81 44.35 140.05 44.26 140.28 44.16 140.52 44.06 140.75 43.96 140.99 43.86 141.22 43.76 141.46 43.66 141.69 43.56 141.93 43.46 142.16 43.36 142.4 43.26 142.63 43.16 142.87 43.05 143.11 42.95 143.34 42.85 143.58 42.75 143.81 42.65 144.05 42.54 144.28 42.44 144.52 42.34 144.75 42.24 144.99 42.13 145.22 42.03 145.46 41.93 145.69 41.82 145.93 41.72 146.16 41.62 146.4 41.51 146.64 41.41 146.87 41.3 147.11 41.2 147.34 41.09 147.58 40.99 147.81 40.88 148.05 40.78 148.28 40.67 148.52 40.57 148.75 40.46 148.99 40.35 149.22 40.25 149.46 40.14 149.7 40.03 149.93 39.93 150.17 39.82 150.4 39.71 150.64 39.6 150.87 39.5 151.11 39.39 151.34 39.28 151.58 39.17 151.81 39.06 152.05 38.95 152.28 38.84 152.52 38.74 152.76 38.63 152.99 38.52 153.23 38.41 153.46 38.3 153.7 38.19 153.93 38.07 154.17 37.96 154.4 37.85 154.64 37.74 154.87 37.63 155.11 37.52 155.34 37.41 155.58 37.29 155.81 37.18 156.05 37.07 156.29 36.96 156.52 36.84 156.76 36.73 156.99 36.62 157.23 36.5 157.46 36.39 157.7 36.28 157.93 36.16 158.17 36.05 158.4 35.93 158.64 35.82 158.87 35.7 159.11 35.59 159.35 35.47 159.58 35.36 159.82 35.24 160.05 35.12 160.29 35.01 160.52 34.89 160.76 34.78 160.99 34.66 161.23 34.54 161.46 34.42 161.7 34.31 161.93 34.19 162.17 34.07 162.4 33.95 162.64 33.83 162.88 33.71 163.11 33.59 163.35 33.47 163.58 33.35 163.82 33.23 164.05 33.11 164.29 32.99 164.52 32.87 164.76 32.75 164.99 32.63 165.23 32.51 165.46 32.39 165.7 32.27 165.94 32.14 166.17 32.02 166.41 31.9 166.64 31.78 166.88 31.65 167.11 31.53 167.35 31.41 167.58 31.28 167.82 31.16 168.05 31.04 168.29 30.91 168.52 30.79 168.76 30.66 168.99 30.54 169.23 30.41 169.47 30.29 169.7 30.16 169.94 30.03 170.17 29.91 170.41 29.78 170.64 29.66 170.88 29.53 171.11 29.4 171.35 29.27 171.58 29.15 171.82 29.02 172.05 28.89 172.29 28.76 172.53 28.63 172.76 28.5 173 28.37 173.23 28.25 173.47 28.12 173.7 27.99 173.94 27.86 174.17 27.73 174.41 27.59 174.64 27.46 174.88 27.33 175.11 27.2 175.35 27.07 175.59 26.94 175.82 26.81 176.06 26.67 176.29 26.54 176.53 26.41 176.76 26.27 177 26.14 177.23 26.01 177.47 25.87 177.7 25.74 177.94 25.61 178.17 25.47 178.41 25.34 178.64 25.2 178.88 25.07 179.12 24.93 179.35 24.8 179.59 24.66 179.82 24.52 180.06 24.39 180.29 24.25 180.53 24.11 180.76 23.98 181 23.84 181.23 23.7 181.47 23.57 181.7 23.43 181.94 23.29 182.18 23.15 182.41 23.01 182.65 22.87 182.88 22.73 183.12 22.6 183.35 22.46 183.59 22.32 183.82 22.18 184.06 22.04 184.29 21.9 184.53 21.76 184.76 21.62 185 21.47 185.23 21.33 185.47 21.19 185.71 21.05 185.94 20.91 186.18 20.77 186.41 20.62 186.65 20.48 186.88 20.34 187.12 20.2 187.35 20.05 187.59 19.91 187.82 19.77 188.06 19.62 188.29 19.48 188.53 19.33 188.77 19.19 189 19.04 189.24 18.9 189.47 18.76 189.71 18.61 189.94 18.46 190.18 18.32 190.41 18.17 190.65 18.03 190.88 17.88 191.12 17.73 191.35 17.59 191.59 17.44 191.82 17.29 192.06 17.15 192.3 17 192.53 16.85 192.77 16.7\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide ylabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":13.479166666666666,\"y\":80.715},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":13.479166666666666,\"y\":65.97200000000001},\"c\":[{\"txt\":\"1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":13.479166666666666,\"y\":51.229},\"c\":[{\"txt\":\"2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":13.479166666666666,\"y\":36.486000000000004},\"c\":[{\"txt\":\"3\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":13.479166666666666,\"y\":21.743000000000002},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":13.479166666666666,\"y\":7.0},\"c\":[{\"txt\":\"5\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"defs\",\"c\":[{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-13\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-4\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-18\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-25\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-10\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-24\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-11\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-29\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-23\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-14\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-16\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-28\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-17\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-5\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-20\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-7\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-15\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-9\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-27\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-26\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-21\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-2\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-12\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-8\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-1\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-6\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-22\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-3\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"clipPath\",\"p\":{\"id\":\"clippath-19\"},\"c\":[{\"t\":\"path\",\"p\":{\"d\":\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"});</script></div>"
],
"metadata": {},
"output_type": "pyout",
"prompt_number": 30,
"text": [
"Elem{:svg,:svg}(132,Persistent{Node}[Elem{:svg,:g}(72,Persistent{Node}[Elem{:svg,:g}(71,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"x\")],{\"text-anchor\"=>\"middle\",:x=>104.73958333333331,:y=>92.0}), Elem{:svg,:g}(10,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.0\")],{\"text-anchor\"=>\"middle\",:x=>16.479166666666657,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"0.5\")],{\"text-anchor\"=>\"middle\",:x=>60.609374999999986,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1.0\")],{\"text-anchor\"=>\"middle\",:x=>104.73958333333331,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1.5\")],{\"text-anchor\"=>\"middle\",:x=>148.86979166666663,:y=>86.38833333333334}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2.0\")],{\"text-anchor\"=>\"middle\",:x=>192.99999999999994,:y=>86.38833333333334})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide xlabels\"}), Elem{:svg,:g}(2,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"y\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>8.805833333333332,:y=>43.8575})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"}), Elem{:svg,:g}(41,Persistent{Node}[Elem{:svg,:g}(14,Persistent{Node}[Elem{:svg,:rect}(0,Persistent{Node}[],{:width=>180.52083333333331,:height=>77.715,:x=>14.479166666666657,:y=>5.0}), Elem{:svg,:g}(6,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M14.48,80.72 L 195 80.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M14.48,65.97 L 195 65.97\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M14.48,51.23 L 195 51.23\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M14.48,36.49 L 195 36.49\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M14.48,21.74 L 195 21.74\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M14.48,7 L 195 7\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide ygridlines xfixed\",:stroke=>\"#D0D0E0\"}), Elem{:svg,:g}(5,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.48,5 L 16.48 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M60.61,5 L 60.61 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M104.74,5 L 104.74 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M148.87,5 L 148.87 82.72\"}), Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M193,5 L 193 82.72\"})],{\"stroke-width\"=>0.2,\"stroke-dasharray\"=>\"0.5,0.5\",:class=>\"guide xgridlines yfixed\",:stroke=>\"#D0D0E0\"})],{:fill=>\"none\",:stroke=>\"none\",:opacity=>1.0,:class=>\"guide background\"}), Elem{:svg,:g}(25,Persistent{Node}[Elem{:svg,:g}(22,Persistent{Node}[Elem{:svg,:g}(21,Persistent{Node}[Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>16.479166666666657,:r=>0.9,:cy=>80.21026134557447}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>25.305208333333326,:r=>0.9,:cy=>74.76396069694101}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>34.13124999999999,:r=>0.9,:cy=>76.96780854346616}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>42.95729166666665,:r=>0.9,:cy=>66.69568302928606}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>51.78333333333332,:r=>0.9,:cy=>69.06854406995764}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>60.609374999999986,:r=>0.9,:cy=>76.17287237705023}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>69.43541666666665,:r=>0.9,:cy=>62.76987115115561}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>78.26145833333331,:r=>0.9,:cy=>69.50476128035125}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>87.08749999999999,:r=>0.9,:cy=>57.054343710989166}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>95.91354166666666,:r=>0.9,:cy=>62.498038543800554}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>104.73958333333331,:r=>0.9,:cy=>52.19243222269784}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>113.565625,:r=>0.9,:cy=>52.9740607427851}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>122.39166666666664,:r=>0.9,:cy=>48.390015791720245}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>131.21770833333332,:r=>0.9,:cy=>50.92980289124276}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>140.04375,:r=>0.9,:cy=>49.961842344304245}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>148.86979166666663,:r=>0.9,:cy=>37.93044821858978}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>157.69583333333333,:r=>0.9,:cy=>36.83815582538682}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>166.52187499999997,:r=>0.9,:cy=>32.38794782460597}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>175.34791666666663,:r=>0.9,:cy=>23.10674189533445}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>184.1739583333333,:r=>0.9,:cy=>20.82244555692187}), Elem{:svg,:circle}(0,Persistent{Node}[],{:cx=>192.99999999999994,:r=>0.9,:cy=>19.245288694453812})],{\"stroke-width\"=>0.3,:fill=>\"#00BFFF\",:class=>\"color_RGB{Float32}(0.0f0,0.74736935f0,1.0f0)\",:stroke=>\"#FFFFFF\"})],{:class=>\"geometry\"}), Elem{:svg,:g}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:fill=>\"none\",:d=>\"M16.48,78.21 L 16.72 78.16 16.95 78.12 17.19 78.07 17.42 78.03 17.66 77.98 17.89 77.94 18.13 77.9 18.36 77.85 18.6 77.81 18.83 77.76 19.07 77.72 19.31 77.67 19.54 77.63 19.78 77.58 20.01 77.54 20.25 77.49 20.48 77.45 20.72 77.4 20.95 77.36 21.19 77.31 21.42 77.27 21.66 77.22 21.89 77.18 22.13 77.13 22.36 77.09 22.6 77.04 22.84 77 23.07 76.95 23.31 76.9 23.54 76.86 23.78 76.81 24.01 76.77 24.25 76.72 24.48 76.67 24.72 76.63 24.95 76.58 25.19 76.54 25.42 76.49 25.66 76.44 25.9 76.4 26.13 76.35 26.37 76.3 26.6 76.26 26.84 76.21 27.07 76.16 27.31 76.12 27.54 76.07 27.78 76.02 28.01 75.98 28.25 75.93 28.48 75.88 28.72 75.84 28.96 75.79 29.19 75.74 29.43 75.69 29.66 75.65 29.9 75.6 30.13 75.55 30.37 75.5 30.6 75.46 30.84 75.41 31.07 75.36 31.31 75.31 31.54 75.26 31.78 75.22 32.01 75.17 32.25 75.12 32.49 75.07 32.72 75.02 32.96 74.97 33.19 74.93 33.43 74.88 33.66 74.83 33.9 74.78 34.13 74.73 34.37 74.68 34.6 74.63 34.84 74.58 35.07 74.53 35.31 74.48 35.55 74.43 35.78 74.38 36.02 74.33 36.25 74.28 36.49 74.23 36.72 74.18 36.96 74.13 37.19 74.08 37.43 74.03 37.66 73.98 37.9 73.93 38.13 73.88 38.37 73.83 38.6 73.78 38.84 73.73 39.08 73.68 39.31 73.63 39.55 73.57 39.78 73.52 40.02 73.47 40.25 73.42 40.49 73.37 40.72 73.32 40.96 73.27 41.19 73.21 41.43 73.16 41.66 73.11 41.9 73.06 42.14 73.01 42.37 72.95 42.61 72.9 42.84 72.85 43.08 72.8 43.31 72.75 43.55 72.69 43.78 72.64 44.02 72.59 44.25 72.54 44.49 72.48 44.72 72.43 44.96 72.38 45.19 72.32 45.43 72.27 45.67 72.22 45.9 72.16 46.14 72.11 46.37 72.06 46.61 72 46.84 71.95 47.08 71.9 47.31 71.84 47.55 71.79 47.78 71.73 48.02 71.68 48.25 71.62 48.49 71.57 48.73 71.51 48.96 71.46 49.2 71.4 49.43 71.35 49.67 71.29 49.9 71.24 50.14 71.18 50.37 71.13 50.61 71.07 50.84 71.02 51.08 70.96 51.31 70.9 51.55 70.85 51.79 70.79 52.02 70.74 52.26 70.68 52.49 70.62 52.73 70.57 52.96 70.51 53.2 70.46 53.43 70.4 53.67 70.34 53.9 70.29 54.14 70.23 54.37 70.17 54.61 70.12 54.84 70.06 55.08 70 55.32 69.94 55.55 69.89 55.79 69.83 56.02 69.77 56.26 69.72 56.49 69.66 56.73 69.6 56.96 69.54 57.2 69.49 57.43 69.43 57.67 69.37 57.9 69.31 58.14 69.25 58.38 69.2 58.61 69.14 58.85 69.08 59.08 69.02 59.32 68.96 59.55 68.9 59.79 68.85 60.02 68.79 60.26 68.73 60.49 68.67 60.73 68.61 60.96 68.55 61.2 68.5 61.43 68.44 61.67 68.38 61.91 68.32 62.14 68.26 62.38 68.2 62.61 68.14 62.85 68.08 63.08 68.02 63.32 67.96 63.55 67.9 63.79 67.84 64.02 67.79 64.26 67.73 64.49 67.67 64.73 67.61 64.97 67.55 65.2 67.49 65.44 67.43 65.67 67.37 65.91 67.31 66.14 67.25 66.38 67.19 66.61 67.13 66.85 67.07 67.08 67.01 67.32 66.95 67.55 66.89 67.79 66.83 68.03 66.77 68.26 66.71 68.5 66.65 68.73 66.59 68.97 66.53 69.2 66.47 69.44 66.41 69.67 66.35 69.91 66.29 70.14 66.23 70.38 66.17 70.61 66.1 70.85 66.04 71.08 65.98 71.32 65.92 71.56 65.86 71.79 65.8 72.03 65.74 72.26 65.68 72.5 65.62 72.73 65.56 72.97 65.5 73.2 65.43 73.44 65.37 73.67 65.31 73.91 65.25 74.14 65.19 74.38 65.13 74.62 65.07 74.85 65 75.09 64.94 75.32 64.88 75.56 64.82 75.79 64.76 76.03 64.7 76.26 64.63 76.5 64.57 76.73 64.51 76.97 64.45 77.2 64.39 77.44 64.32 77.67 64.26 77.91 64.2 78.15 64.14 78.38 64.07 78.62 64.01 78.85 63.94 79.09 63.88 79.32 63.81 79.56 63.74 79.79 63.68 80.03 63.61 80.26 63.54 80.5 63.48 80.73 63.41 80.97 63.34 81.21 63.28 81.44 63.21 81.68 63.14 81.91 63.07 82.15 63 82.38 62.94 82.62 62.87 82.85 62.8 83.09 62.73 83.32 62.66 83.56 62.59 83.79 62.52 84.03 62.45 84.26 62.38 84.5 62.31 84.74 62.24 84.97 62.17 85.21 62.1 85.44 62.03 85.68 61.96 85.91 61.89 86.15 61.82 86.38 61.75 86.62 61.68 86.85 61.61 87.09 61.54 87.32 61.47 87.56 61.4 87.8 61.33 88.03 61.25 88.27 61.18 88.5 61.11 88.74 61.04 88.97 60.97 89.21 60.89 89.44 60.82 89.68 60.75 89.91 60.68 90.15 60.61 90.38 60.53 90.62 60.46 90.86 60.39 91.09 60.32 91.33 60.24 91.56 60.17 91.8 60.08 92.03 60 92.27 59.92 92.5 59.83 92.74 59.75 92.97 59.67 93.21 59.58 93.44 59.5 93.68 59.41 93.91 59.33 94.15 59.24 94.39 59.16 94.62 59.07 94.86 58.98 95.09 58.9 95.33 58.81 95.56 58.73 95.8 58.64 96.03 58.56 96.27 58.5 96.5 58.43 96.74 58.36 96.97 58.3 97.21 58.23 97.45 58.16 97.68 58.1 97.92 58.03 98.15 57.96 98.39 57.9 98.62 57.83 98.86 57.76 99.09 57.7 99.33 57.63 99.56 57.56 99.8 57.5 100.03 57.43 100.27 57.36 100.5 57.29 100.74 57.22 100.98 57.16 101.21 57.09 101.45 57.02 101.68 56.95 101.92 56.88 102.15 56.82 102.39 56.75 102.62 56.68 102.86 56.61 103.09 56.54 103.33 56.47 103.56 56.4 103.8 56.33 104.04 56.27 104.27 56.2 104.51 56.13 104.74 56.06 104.98 55.99 105.21 55.92 105.45 55.85 105.68 55.78 105.92 55.71 106.15 55.64 106.39 55.56 106.62 55.49 106.86 55.42 107.09 55.35 107.33 55.28 107.57 55.21 107.8 55.14 108.04 55.07 108.27 54.99 108.51 54.92 108.74 54.85 108.98 54.78 109.21 54.7 109.45 54.63 109.68 54.56 109.92 54.49 110.15 54.42 110.39 54.35 110.63 54.27 110.86 54.2 111.1 54.13 111.33 54.06 111.57 53.99 111.8 53.92 112.04 53.85 112.27 53.78 112.51 53.7 112.74 53.63 112.98 53.56 113.21 53.49 113.45 53.42 113.69 53.35 113.92 53.29 114.16 53.23 114.39 53.17 114.63 53.11 114.86 53.05 115.1 52.99 115.33 52.93 115.57 52.87 115.8 52.81 116.04 52.75 116.27 52.69 116.51 52.63 116.74 52.56 116.98 52.5 117.22 52.44 117.45 52.38 117.69 52.31 117.92 52.25 118.16 52.19 118.39 52.12 118.63 52.06 118.86 51.99 119.1 51.93 119.33 51.86 119.57 51.79 119.8 51.73 120.04 51.66 120.28 51.59 120.51 51.53 120.75 51.46 120.98 51.39 121.22 51.32 121.45 51.25 121.69 51.18 121.92 51.11 122.16 51.04 122.39 50.97 122.63 50.89 122.86 50.81 123.1 50.73 123.33 50.65 123.57 50.56 123.81 50.48 124.04 50.4 124.28 50.32 124.51 50.24 124.75 50.15 124.98 50.07 125.22 49.99 125.45 49.91 125.69 49.82 125.92 49.74 126.16 49.65 126.39 49.57 126.63 49.49 126.87 49.4 127.1 49.32 127.34 49.23 127.57 49.15 127.81 49.06 128.04 48.98 128.28 48.89 128.51 48.81 128.75 48.72 128.98 48.63 129.22 48.55 129.45 48.46 129.69 48.37 129.92 48.29 130.16 48.2 130.4 48.11 130.63 48.02 130.87 47.93 131.1 47.84 131.34 47.76 131.57 47.67 131.81 47.58 132.04 47.49 132.28 47.4 132.51 47.31 132.75 47.22 132.98 47.13 133.22 47.03 133.46 46.94 133.69 46.85 133.93 46.76 134.16 46.67 134.4 46.57 134.63 46.48 134.87 46.39 135.1 46.29 135.34 46.2 135.57 46.11 135.81 46.01 136.04 45.92 136.28 45.82 136.52 45.72 136.75 45.63 136.99 45.53 137.22 45.43 137.46 45.34 137.69 45.24 137.93 45.14 138.16 45.04 138.4 44.95 138.63 44.85 138.87 44.75 139.1 44.65 139.34 44.55 139.57 44.45 139.81 44.35 140.05 44.26 140.28 44.16 140.52 44.06 140.75 43.96 140.99 43.86 141.22 43.76 141.46 43.66 141.69 43.56 141.93 43.46 142.16 43.36 142.4 43.26 142.63 43.16 142.87 43.05 143.11 42.95 143.34 42.85 143.58 42.75 143.81 42.65 144.05 42.54 144.28 42.44 144.52 42.34 144.75 42.24 144.99 42.13 145.22 42.03 145.46 41.93 145.69 41.82 145.93 41.72 146.16 41.62 146.4 41.51 146.64 41.41 146.87 41.3 147.11 41.2 147.34 41.09 147.58 40.99 147.81 40.88 148.05 40.78 148.28 40.67 148.52 40.57 148.75 40.46 148.99 40.35 149.22 40.25 149.46 40.14 149.7 40.03 149.93 39.93 150.17 39.82 150.4 39.71 150.64 39.6 150.87 39.5 151.11 39.39 151.34 39.28 151.58 39.17 151.81 39.06 152.05 38.95 152.28 38.84 152.52 38.74 152.76 38.63 152.99 38.52 153.23 38.41 153.46 38.3 153.7 38.19 153.93 38.07 154.17 37.96 154.4 37.85 154.64 37.74 154.87 37.63 155.11 37.52 155.34 37.41 155.58 37.29 155.81 37.18 156.05 37.07 156.29 36.96 156.52 36.84 156.76 36.73 156.99 36.62 157.23 36.5 157.46 36.39 157.7 36.28 157.93 36.16 158.17 36.05 158.4 35.93 158.64 35.82 158.87 35.7 159.11 35.59 159.35 35.47 159.58 35.36 159.82 35.24 160.05 35.12 160.29 35.01 160.52 34.89 160.76 34.78 160.99 34.66 161.23 34.54 161.46 34.42 161.7 34.31 161.93 34.19 162.17 34.07 162.4 33.95 162.64 33.83 162.88 33.71 163.11 33.59 163.35 33.47 163.58 33.35 163.82 33.23 164.05 33.11 164.29 32.99 164.52 32.87 164.76 32.75 164.99 32.63 165.23 32.51 165.46 32.39 165.7 32.27 165.94 32.14 166.17 32.02 166.41 31.9 166.64 31.78 166.88 31.65 167.11 31.53 167.35 31.41 167.58 31.28 167.82 31.16 168.05 31.04 168.29 30.91 168.52 30.79 168.76 30.66 168.99 30.54 169.23 30.41 169.47 30.29 169.7 30.16 169.94 30.03 170.17 29.91 170.41 29.78 170.64 29.66 170.88 29.53 171.11 29.4 171.35 29.27 171.58 29.15 171.82 29.02 172.05 28.89 172.29 28.76 172.53 28.63 172.76 28.5 173 28.37 173.23 28.25 173.47 28.12 173.7 27.99 173.94 27.86 174.17 27.73 174.41 27.59 174.64 27.46 174.88 27.33 175.11 27.2 175.35 27.07 175.59 26.94 175.82 26.81 176.06 26.67 176.29 26.54 176.53 26.41 176.76 26.27 177 26.14 177.23 26.01 177.47 25.87 177.7 25.74 177.94 25.61 178.17 25.47 178.41 25.34 178.64 25.2 178.88 25.07 179.12 24.93 179.35 24.8 179.59 24.66 179.82 24.52 180.06 24.39 180.29 24.25 180.53 24.11 180.76 23.98 181 23.84 181.23 23.7 181.47 23.57 181.7 23.43 181.94 23.29 182.18 23.15 182.41 23.01 182.65 22.87 182.88 22.73 183.12 22.6 183.35 22.46 183.59 22.32 183.82 22.18 184.06 22.04 184.29 21.9 184.53 21.76 184.76 21.62 185 21.47 185.23 21.33 185.47 21.19 185.71 21.05 185.94 20.91 186.18 20.77 186.41 20.62 186.65 20.48 186.88 20.34 187.12 20.2 187.35 20.05 187.59 19.91 187.82 19.77 188.06 19.62 188.29 19.48 188.53 19.33 188.77 19.19 189 19.04 189.24 18.9 189.47 18.76 189.71 18.61 189.94 18.46 190.18 18.32 190.41 18.17 190.65 18.03 190.88 17.88 191.12 17.73 191.35 17.59 191.59 17.44 191.82 17.29 192.06 17.15 192.3 17 192.53 16.85 192.77 16.7\"})],{\"stroke-width\"=>0.3,:fill=>\"none\",:class=>\"geometry\",:stroke=>\"#00BFFF\"})],{:class=>\"plotpanel\"})],{\"clip-path\"=>\"url(#clippath-29)\"}), Elem{:svg,:g}(12,Persistent{Node}[Elem{:svg,:text}(1,Persistent{Node}[Text(\"0\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>13.479166666666666,:y=>80.715}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"1\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>13.479166666666666,:y=>65.97200000000001}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"2\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>13.479166666666666,:y=>51.229}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"3\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>13.479166666666666,:y=>36.486000000000004}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"4\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>13.479166666666666,:y=>21.743000000000002}), Elem{:svg,:text}(1,Persistent{Node}[Text(\"5\")],{:dy=>\"0.35em\",\"text-anchor\"=>\"end\",:x=>13.479166666666666,:y=>7.0})],{\"font-size\"=>2.822222222222222,\"font-family\"=>\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#6C606B\",:class=>\"guide ylabels\"})],{\"font-size\"=>3.880555555555555,\"font-family\"=>\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",:fill=>\"#564A55\",:stroke=>\"none\"})],{:class=>\"plotroot xscalable yscalable\"}), Elem{:svg,:defs}(58,Persistent{Node}[Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-13\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-4\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-18\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-25\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-10\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-24\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-11\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M14.48,5 L 195 5 195 82.72 14.48 82.72\"})],{:id=>\"clippath-29\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-23\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 186.16 5 186.16 82.72 15.59 82.72\"})],{:id=>\"clippath-14\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 185.59 5 185.59 82.71 15.59 82.71\"})],{:id=>\"clippath-16\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-28\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-17\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-5\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M21.31,5 L 195 5 195 82.72 21.31 82.72\"})],{:id=>\"clippath-20\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-7\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M15.59,5 L 187.21 5 187.21 82.72 15.59 82.72\"})],{:id=>\"clippath-15\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-9\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 174.86 5 174.86 82.71 18.63 82.71\"})],{:id=>\"clippath-27\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.72 17.96 82.72\"})],{:id=>\"clippath-26\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.07,5 L 178.85 5 178.85 81.38 16.07 81.38\"})],{:id=>\"clippath-21\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M16.04,5 L 178.85 5 178.85 81.38 16.04 81.38\"})],{:id=>\"clippath-2\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M37.31,5 L 186.61 5 186.61 82.72 37.31 82.72\"})],{:id=>\"clippath-12\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M18.63,5 L 195 5 195 82.71 18.63 82.71\"})],{:id=>\"clippath-8\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.96,5 L 195 5 195 82.71 17.96 82.71\"})],{:id=>\"clippath-1\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-6\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M25.49,5 L 185.17 5 185.17 82.71 25.49 82.71\"})],{:id=>\"clippath-22\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-3\"}), Elem{:svg,:clipPath}(1,Persistent{Node}[Elem{:svg,:path}(0,Persistent{Node}[],{:d=>\"M17.94,5 L 195 5 195 82.72 17.94 82.72\"})],{:id=>\"clippath-19\"})],#undef)],{:width=>\"200.0mm\",\"stroke-width\"=>\"0.3\",\"font-size\"=>\"3.88\",:fill=>\"#000000\",:height=>\"100.0mm\",:stroke=>\"none\",:viewBox=>\"0 0 200.0 100.0\"})"
]
}
],
"prompt_number": 30
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"@time plt(begin\n",
" X = rand(MultivariateNormal([0.0, 0.0], [1.0 0.5; 0.5 1.0]), 10000)\n",
" plot(x=X[1,:], y=X[2,:], Geom.hexbin(xbincount=100, ybincount=100))\n",
" end)"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"elapsed time: "
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.481984827 seconds (70185012 bytes allocated, 31.34% gc time)\n"
]
},
{
"html": [
"<div id=\"pwid13406\"><script>new Patchwork.Node(\"pwid13406\", {\"t\":\"svg\",\"p\":{\"width\":\"200.0mm\",\"stroke-width\":\"0.3\",\"font-size\":\"3.88\",\"fill\":\"#000000\",\"height\":\"100.0mm\",\"stroke\":\"none\",\"viewBox\":\"0 0 200.0 100.0\"},\"c\":[{\"t\":\"g\",\"p\":{\"class\":\"plotroot xscalable yscalable\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":100.87791666666669,\"y\":92.0},\"c\":[{\"txt\":\"x\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#6C606B\",\"class\":\"guide xlabels\"},\"c\":[{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":17.59250000000001,\"y\":86.38833333333334},\"c\":[{\"txt\":\"-4\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":59.23520833333335,\"y\":86.38833333333334},\"c\":[{\"txt\":\"-2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":100.87791666666669,\"y\":86.38833333333334},\"c\":[{\"txt\":\"0\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":142.52062500000005,\"y\":86.38833333333334},\"c\":[{\"txt\":\"2\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"text-anchor\":\"middle\",\"x\":184.16333333333336,\"y\":86.38833333333334},\"c\":[{\"txt\":\"4\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#564A55\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"text-anchor\":\"end\",\"x\":8.805833333333332,\"y\":43.8575},\"c\":[{\"txt\":\"y\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"guide colorkey\"},\"c\":[{\"t\":\"g\",\"p\":{\"font-size\":2.822222222222222,\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"fill\":\"#4C404B\"},\"c\":[{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.47666666666672,\"y\":42.221224489795915},\"c\":[{\"txt\":\"40\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.47666666666672,\"y\":35.843333333333334},\"c\":[{\"txt\":\"50\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.47666666666672,\"y\":61.354897959183674},\"c\":[{\"txt\":\"10\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.47666666666672,\"y\":67.095},\"c\":[{\"txt\":\"1\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.47666666666672,\"y\":48.599115646258504},\"c\":[{\"txt\":\"30\"}],\"n\":\"svg\"},{\"t\":\"text\",\"p\":{\"dy\":\"0.35em\",\"x\":190.47666666666672,\"y\":54.97700680272109},\"c\":[{\"txt\":\"20\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke\":\"none\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#004D84\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":66.31370833333332},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#005B8D\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":65.53241666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#006995\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":64.751125},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#00769D\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":63.969833333333334},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#0083A3\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":63.188541666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#278FA9\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":62.40725},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#409BAF\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":61.62595833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#55A7B5\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":60.84466666666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#69B2BA\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":60.063375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7BBCC0\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":59.28208333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8DC6C5\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":58.500791666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#9ED0CB\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":57.7195},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A5CFC7\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":56.938208333333336},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#ABCEC4\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":56.15691666666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B1CCC2\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":55.375625},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B5CCC1\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":54.59433333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B7CBBF\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":53.81304166666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B9CBBD\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":53.03175},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BBCBBB\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":52.250458333333334},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BDCABA\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":51.469166666666666},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BFCAB8\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":50.687875},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C2C9B7\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":49.90658333333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C4C9B6\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":49.12529166666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C6C8B5\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":48.344},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C9C7B4\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":47.56270833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CCC7B2\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":46.781416666666665},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CFC6AE\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":46.000125},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D4C5AA\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":45.218833333333336},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D8C3A6\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":44.43754166666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#D3B79A\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":43.65625},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#CDAB8E\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":42.87495833333333},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C89E82\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":42.093666666666664},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#C19177\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":41.312375},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#BA836C\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":40.531083333333335},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#B27563\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":39.74979166666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#AA665A\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":38.9685},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#A05752\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":38.18720833333334},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#96484A\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":37.40591666666667},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#8B3844\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":36.624624999999995},\"n\":\"svg\"},{\"t\":\"rect\",\"p\":{\"width\":1.3133333333333335,\"fill\":\"#7E273E\",\"height\":0.7812916666666666,\"x\":188.16333333333338,\"y\":35.843333333333334},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke\":\"#FFFFFF\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"d\":\"M188.16,42.22 L 189.48 42.22\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#005B8D\",\"d\":\"M188.16,35.84 L 189.48 35.84\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006995\",\"d\":\"M188.16,61.35 L 189.48 61.35\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00769D\",\"d\":\"M188.16,67.1 L 189.48 67.1\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0083A3\",\"d\":\"M188.16,48.6 L 189.48 48.6\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#278FA9\",\"d\":\"M188.16,54.98 L 189.48 54.98\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"font-size\":3.880555555555555,\"fill\":\"#362A35\",\"font-family\":\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\",\"stroke\":\"none\"},\"c\":[{\"t\":\"text\",\"p\":{\"x\":188.16333333333338,\"y\":31.843333333333337},\"c\":[{\"txt\":\"Color\"}],\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"clip-path\":\"url(#clippath-30)\"},\"c\":[{\"t\":\"g\",\"p\":{\"fill\":\"none\",\"stroke\":\"none\",\"opacity\":1.0,\"class\":\"guide background\"},\"c\":[{\"t\":\"rect\",\"p\":{\"width\":170.57083333333338,\"height\":77.715,\"x\":15.592500000000001,\"y\":5.0},\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide ygridlines xfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M15.59,80.71 L 186.16 80.71\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M15.59,62.29 L 186.16 62.29\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M15.59,43.86 L 186.16 43.86\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M15.59,25.43 L 186.16 25.43\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M15.59,7 L 186.16 7\"},\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"stroke-width\":0.2,\"stroke-dasharray\":\"0.5,0.5\",\"class\":\"guide xgridlines yfixed\",\"stroke\":\"#D0D0E0\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M17.59,5 L 17.59 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M59.24,5 L 59.24 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M100.88,5 L 100.88 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M142.52,5 L 142.52 82.72\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"none\",\"d\":\"M184.16,5 L 184.16 82.72\"},\"n\":\"svg\"}],\"n\":\"svg\"}],\"n\":\"svg\"},{\"t\":\"g\",\"p\":{\"class\":\"plotpanel\"},\"c\":[{\"t\":\"g\",\"p\":{\"stroke-width\":0.1,\"class\":\"geometry\"},\"c\":[{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M108.25,51.47 L 106.89 51.15 105.54 51.47 105.54 52.12 106.89 52.45 108.25 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M104.18,54.4 L 102.83 54.08 101.47 54.4 101.47 55.06 102.83 55.38 104.18 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M131.29,19.24 L 129.94 18.91 128.58 19.24 128.58 19.89 129.94 20.21 131.29 19.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M151.63,39.75 L 150.27 39.43 148.92 39.75 148.92 40.4 150.27 40.73 151.63 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M127.23,33.89 L 125.87 33.56 124.52 33.89 124.52 34.54 125.87 34.87 127.23 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M71.65,60.26 L 70.29 59.94 68.94 60.26 68.94 60.92 70.29 61.24 71.65 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M105.54,43.66 L 104.18 43.33 102.83 43.66 102.83 44.31 104.18 44.64 105.54 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M119.09,49.52 L 117.74 49.19 116.38 49.52 116.38 50.17 117.74 50.5 119.09 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M71.65,40.73 L 70.29 40.4 68.94 40.73 68.94 41.38 70.29 41.7 71.65 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M97.4,53.43 L 96.05 53.1 94.69 53.43 94.69 54.08 96.05 54.4 97.4 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M119.09,26.08 L 117.74 25.75 116.38 26.08 116.38 26.73 117.74 27.05 119.09 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M116.38,18.26 L 115.03 17.94 113.67 18.26 113.67 18.91 115.03 19.24 116.38 18.91 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M91.98,28.03 L 90.63 27.7 89.27 28.03 89.27 28.68 90.63 29.01 91.98 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M112.32,50.5 L 110.96 50.17 109.6 50.5 109.6 51.15 110.96 51.47 112.32 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B5CCC1\",\"stroke\":\"#B5CCC1\",\"d\":\"M98.76,46.59 L 97.4 46.26 96.05 46.59 96.05 47.24 97.4 47.57 98.76 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M91.98,49.52 L 90.63 49.19 89.27 49.52 89.27 50.17 90.63 50.5 91.98 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M98.76,56.36 L 97.4 56.03 96.05 56.36 96.05 57.01 97.4 57.33 98.76 57.01 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M75.72,41.7 L 74.36 41.38 73 41.7 73 42.36 74.36 42.68 75.72 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M98.76,34.87 L 97.4 34.54 96.05 34.87 96.05 35.52 97.4 35.84 98.76 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M157.05,37.8 L 155.69 37.47 154.34 37.8 154.34 38.45 155.69 38.77 157.05 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M121.8,29.98 L 120.45 29.66 119.09 29.98 119.09 30.63 120.45 30.96 121.8 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M143.49,43.66 L 142.14 43.33 140.78 43.66 140.78 44.31 142.14 44.64 143.49 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M89.27,39.75 L 87.92 39.43 86.56 39.75 86.56 40.4 87.92 40.73 89.27 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M121.8,35.84 L 120.45 35.52 119.09 35.84 119.09 36.5 120.45 36.82 121.8 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BDCABA\",\"stroke\":\"#BDCABA\",\"d\":\"M100.12,47.57 L 98.76 47.24 97.4 47.57 97.4 48.22 98.76 48.54 100.12 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M45.89,53.43 L 44.54 53.1 43.18 53.43 43.18 54.08 44.54 54.4 45.89 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M86.56,57.33 L 85.2 57.01 83.85 57.33 83.85 57.99 85.2 58.31 86.56 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M89.27,55.38 L 87.92 55.06 86.56 55.38 86.56 56.03 87.92 56.36 89.27 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B5CCC1\",\"stroke\":\"#B5CCC1\",\"d\":\"M120.45,36.82 L 119.09 36.5 117.74 36.82 117.74 37.47 119.09 37.8 120.45 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M109.6,60.26 L 108.25 59.94 106.89 60.26 106.89 60.92 108.25 61.24 109.6 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M106.89,62.22 L 105.54 61.89 104.18 62.22 104.18 62.87 105.54 63.2 106.89 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M128.58,54.4 L 127.23 54.08 125.87 54.4 125.87 55.06 127.23 55.38 128.58 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M146.2,33.89 L 144.85 33.56 143.49 33.89 143.49 34.54 144.85 34.87 146.2 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M125.87,54.4 L 124.52 54.08 123.16 54.4 123.16 55.06 124.52 55.38 125.87 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M124.52,47.57 L 123.16 47.24 121.8 47.57 121.8 48.22 123.16 48.54 124.52 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B8CBBE\",\"stroke\":\"#B8CBBE\",\"d\":\"M93.34,38.77 L 91.98 38.45 90.63 38.77 90.63 39.43 91.98 39.75 93.34 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M154.34,22.17 L 152.98 21.84 151.63 22.17 151.63 22.82 152.98 23.14 154.34 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M102.83,31.94 L 101.47 31.61 100.12 31.94 100.12 32.59 101.47 32.91 102.83 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M93.34,17.28 L 91.98 16.96 90.63 17.28 90.63 17.94 91.98 18.26 93.34 17.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BFCAB8\",\"stroke\":\"#BFCAB8\",\"d\":\"M110.96,41.7 L 109.6 41.38 108.25 41.7 108.25 42.36 109.6 42.68 110.96 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M82.49,27.05 L 81.14 26.73 79.78 27.05 79.78 27.7 81.14 28.03 82.49 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M119.09,24.12 L 117.74 23.8 116.38 24.12 116.38 24.77 117.74 25.1 119.09 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M82.49,30.96 L 81.14 30.63 79.78 30.96 79.78 31.61 81.14 31.94 82.49 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M129.94,35.84 L 128.58 35.52 127.23 35.84 127.23 36.5 128.58 36.82 129.94 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M40.47,69.06 L 39.12 68.73 37.76 69.06 37.76 69.71 39.12 70.03 40.47 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M117.74,56.36 L 116.38 56.03 115.03 56.36 115.03 57.01 116.38 57.33 117.74 57.01 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M96.05,58.31 L 94.69 57.99 93.34 58.31 93.34 58.96 94.69 59.29 96.05 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M117.74,38.77 L 116.38 38.45 115.03 38.77 115.03 39.43 116.38 39.75 117.74 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M148.92,26.08 L 147.56 25.75 146.2 26.08 146.2 26.73 147.56 27.05 148.92 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M132.65,53.43 L 131.29 53.1 129.94 53.43 129.94 54.08 131.29 54.4 132.65 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BFCAB8\",\"stroke\":\"#BFCAB8\",\"d\":\"M109.6,44.64 L 108.25 44.31 106.89 44.64 106.89 45.29 108.25 45.61 109.6 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M116.38,35.84 L 115.03 35.52 113.67 35.84 113.67 36.5 115.03 36.82 116.38 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M68.94,34.87 L 67.58 34.54 66.23 34.87 66.23 35.52 67.58 35.84 68.94 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M142.14,23.14 L 140.78 22.82 139.43 23.14 139.43 23.8 140.78 24.12 142.14 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M123.16,60.26 L 121.8 59.94 120.45 60.26 120.45 60.92 121.8 61.24 123.16 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M110.96,33.89 L 109.6 33.56 108.25 33.89 108.25 34.54 109.6 34.87 110.96 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M123.16,44.64 L 121.8 44.31 120.45 44.64 120.45 45.29 121.8 45.61 123.16 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M136.72,19.24 L 135.36 18.91 134 19.24 134 19.89 135.36 20.21 136.72 19.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M120.45,44.64 L 119.09 44.31 117.74 44.64 117.74 45.29 119.09 45.61 120.45 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M148.92,29.98 L 147.56 29.66 146.2 29.98 146.2 30.63 147.56 30.96 148.92 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M142.14,25.1 L 140.78 24.77 139.43 25.1 139.43 25.75 140.78 26.08 142.14 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M127.23,28.03 L 125.87 27.7 124.52 28.03 124.52 28.68 125.87 29.01 127.23 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M142.14,46.59 L 140.78 46.26 139.43 46.59 139.43 47.24 140.78 47.57 142.14 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M73,37.8 L 71.65 37.47 70.29 37.8 70.29 38.45 71.65 38.77 73 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M83.85,55.38 L 82.49 55.06 81.14 55.38 81.14 56.03 82.49 56.36 83.85 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M73,55.38 L 71.65 55.06 70.29 55.38 70.29 56.03 71.65 56.36 73 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M144.85,27.05 L 143.49 26.73 142.14 27.05 142.14 27.7 143.49 28.03 144.85 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M96.05,66.13 L 94.69 65.8 93.34 66.13 93.34 66.78 94.69 67.1 96.05 66.78 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M52.67,62.22 L 51.32 61.89 49.96 62.22 49.96 62.87 51.32 63.2 52.67 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M124.52,49.52 L 123.16 49.19 121.8 49.52 121.8 50.17 123.16 50.5 124.52 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M62.16,37.8 L 60.8 37.47 59.45 37.8 59.45 38.45 60.8 38.77 62.16 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M71.65,48.54 L 70.29 48.22 68.94 48.54 68.94 49.19 70.29 49.52 71.65 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M162.47,24.12 L 161.12 23.8 159.76 24.12 159.76 24.77 161.12 25.1 162.47 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M129.94,59.29 L 128.58 58.96 127.23 59.29 127.23 59.94 128.58 60.26 129.94 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M128.58,29.01 L 127.23 28.68 125.87 29.01 125.87 29.66 127.23 29.98 128.58 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M66.23,60.26 L 64.87 59.94 63.52 60.26 63.52 60.92 64.87 61.24 66.23 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M81.14,65.15 L 79.78 64.82 78.43 65.15 78.43 65.8 79.78 66.13 81.14 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M73,29.98 L 71.65 29.66 70.29 29.98 70.29 30.63 71.65 30.96 73 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M98.76,32.91 L 97.4 32.59 96.05 32.91 96.05 33.56 97.4 33.89 98.76 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M140.78,41.7 L 139.43 41.38 138.07 41.7 138.07 42.36 139.43 42.68 140.78 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M129.94,28.03 L 128.58 27.7 127.23 28.03 127.23 28.68 128.58 29.01 129.94 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BCCABB\",\"stroke\":\"#BCCABB\",\"d\":\"M91.98,43.66 L 90.63 43.33 89.27 43.66 89.27 44.31 90.63 44.64 91.98 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M147.56,40.73 L 146.2 40.4 144.85 40.73 144.85 41.38 146.2 41.7 147.56 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M79.78,30.96 L 78.43 30.63 77.07 30.96 77.07 31.61 78.43 31.94 79.78 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M102.83,57.33 L 101.47 57.01 100.12 57.33 100.12 57.99 101.47 58.31 102.83 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B3CCC2\",\"stroke\":\"#B3CCC2\",\"d\":\"M83.85,53.43 L 82.49 53.1 81.14 53.43 81.14 54.08 82.49 54.4 83.85 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M68.94,42.68 L 67.58 42.36 66.23 42.68 66.23 43.33 67.58 43.66 68.94 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M143.49,37.8 L 142.14 37.47 140.78 37.8 140.78 38.45 142.14 38.77 143.49 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M54.03,63.2 L 52.67 62.87 51.32 63.2 51.32 63.85 52.67 64.17 54.03 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M96.05,27.05 L 94.69 26.73 93.34 27.05 93.34 27.7 94.69 28.03 96.05 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M85.2,23.14 L 83.85 22.82 82.49 23.14 82.49 23.8 83.85 24.12 85.2 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M147.56,25.1 L 146.2 24.77 144.85 25.1 144.85 25.75 146.2 26.08 147.56 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M63.52,38.77 L 62.16 38.45 60.8 38.77 60.8 39.43 62.16 39.75 63.52 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M142.14,27.05 L 140.78 26.73 139.43 27.05 139.43 27.7 140.78 28.03 142.14 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BDCABA\",\"stroke\":\"#BDCABA\",\"d\":\"M100.12,43.66 L 98.76 43.33 97.4 43.66 97.4 44.31 98.76 44.64 100.12 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M147.56,30.96 L 146.2 30.63 144.85 30.96 144.85 31.61 146.2 31.94 147.56 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M77.07,71.99 L 75.72 71.66 74.36 71.99 74.36 72.64 75.72 72.96 77.07 72.64 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#C1C9B7\",\"stroke\":\"#C1C9B7\",\"d\":\"M102.83,43.66 L 101.47 43.33 100.12 43.66 100.12 44.31 101.47 44.64 102.83 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M115.03,34.87 L 113.67 34.54 112.32 34.87 112.32 35.52 113.67 35.84 115.03 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M86.56,39.75 L 85.2 39.43 83.85 39.75 83.85 40.4 85.2 40.73 86.56 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M62.16,43.66 L 60.8 43.33 59.45 43.66 59.45 44.31 60.8 44.64 62.16 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M56.74,45.61 L 55.38 45.29 54.03 45.61 54.03 46.26 55.38 46.59 56.74 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M97.4,39.75 L 96.05 39.43 94.69 39.75 94.69 40.4 96.05 40.73 97.4 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M177.38,34.87 L 176.03 34.54 174.67 34.87 174.67 35.52 176.03 35.84 177.38 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M89.27,26.08 L 87.92 25.75 86.56 26.08 86.56 26.73 87.92 27.05 89.27 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M97.4,69.06 L 96.05 68.73 94.69 69.06 94.69 69.71 96.05 70.03 97.4 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M79.78,68.08 L 78.43 67.75 77.07 68.08 77.07 68.73 78.43 69.06 79.78 68.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M128.58,19.24 L 127.23 18.91 125.87 19.24 125.87 19.89 127.23 20.21 128.58 19.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M74.36,58.31 L 73 57.99 71.65 58.31 71.65 58.96 73 59.29 74.36 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M134,48.54 L 132.65 48.22 131.29 48.54 131.29 49.19 132.65 49.52 134 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M56.74,71.01 L 55.38 70.68 54.03 71.01 54.03 71.66 55.38 71.99 56.74 71.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B3CCC2\",\"stroke\":\"#B3CCC2\",\"d\":\"M91.98,51.47 L 90.63 51.15 89.27 51.47 89.27 52.12 90.63 52.45 91.98 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M109.6,17.28 L 108.25 16.96 106.89 17.28 106.89 17.94 108.25 18.26 109.6 17.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M135.36,20.21 L 134 19.89 132.65 20.21 132.65 20.87 134 21.19 135.36 20.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M161.12,27.05 L 159.76 26.73 158.4 27.05 158.4 27.7 159.76 28.03 161.12 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M97.4,35.84 L 96.05 35.52 94.69 35.84 94.69 36.5 96.05 36.82 97.4 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M87.92,50.5 L 86.56 50.17 85.2 50.5 85.2 51.15 86.56 51.47 87.92 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B7CBBF\",\"stroke\":\"#B7CBBF\",\"d\":\"M109.6,40.73 L 108.25 40.4 106.89 40.73 106.89 41.38 108.25 41.7 109.6 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M59.45,53.43 L 58.09 53.1 56.74 53.43 56.74 54.08 58.09 54.4 59.45 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M89.27,59.29 L 87.92 58.96 86.56 59.29 86.56 59.94 87.92 60.26 89.27 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M78.43,45.61 L 77.07 45.29 75.72 45.61 75.72 46.26 77.07 46.59 78.43 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#CDC6B0\",\"stroke\":\"#CDC6B0\",\"d\":\"M98.76,48.54 L 97.4 48.22 96.05 48.54 96.05 49.19 97.4 49.52 98.76 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M136.72,23.14 L 135.36 22.82 134 23.14 134 23.8 135.36 24.12 136.72 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M54.03,69.06 L 52.67 68.73 51.32 69.06 51.32 69.71 52.67 70.03 54.03 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M143.49,59.29 L 142.14 58.96 140.78 59.29 140.78 59.94 142.14 60.26 143.49 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M78.43,67.1 L 77.07 66.78 75.72 67.1 75.72 67.75 77.07 68.08 78.43 67.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M86.56,28.03 L 85.2 27.7 83.85 28.03 83.85 28.68 85.2 29.01 86.56 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M85.2,36.82 L 83.85 36.5 82.49 36.82 82.49 37.47 83.85 37.8 85.2 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M66.23,52.45 L 64.87 52.12 63.52 52.45 63.52 53.1 64.87 53.43 66.23 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M83.85,24.12 L 82.49 23.8 81.14 24.12 81.14 24.77 82.49 25.1 83.85 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M68.94,66.13 L 67.58 65.8 66.23 66.13 66.23 66.78 67.58 67.1 68.94 66.78 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M59.45,43.66 L 58.09 43.33 56.74 43.66 56.74 44.31 58.09 44.64 59.45 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M100.12,33.89 L 98.76 33.56 97.4 33.89 97.4 34.54 98.76 34.87 100.12 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M112.32,44.64 L 110.96 44.31 109.6 44.64 109.6 45.29 110.96 45.61 112.32 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M90.63,58.31 L 89.27 57.99 87.92 58.31 87.92 58.96 89.27 59.29 90.63 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M123.16,50.5 L 121.8 50.17 120.45 50.5 120.45 51.15 121.8 51.47 123.16 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M91.98,53.43 L 90.63 53.1 89.27 53.43 89.27 54.08 90.63 54.4 91.98 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B3CCC2\",\"stroke\":\"#B3CCC2\",\"d\":\"M113.67,41.7 L 112.32 41.38 110.96 41.7 110.96 42.36 112.32 42.68 113.67 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M60.8,48.54 L 59.45 48.22 58.09 48.54 58.09 49.19 59.45 49.52 60.8 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M56.74,61.24 L 55.38 60.92 54.03 61.24 54.03 61.89 55.38 62.22 56.74 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B3CCC2\",\"stroke\":\"#B3CCC2\",\"d\":\"M93.34,48.54 L 91.98 48.22 90.63 48.54 90.63 49.19 91.98 49.52 93.34 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M108.25,59.29 L 106.89 58.96 105.54 59.29 105.54 59.94 106.89 60.26 108.25 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M83.85,41.7 L 82.49 41.38 81.14 41.7 81.14 42.36 82.49 42.68 83.85 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M28.27,70.03 L 26.92 69.71 25.56 70.03 25.56 70.68 26.92 71.01 28.27 70.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M102.83,49.52 L 101.47 49.19 100.12 49.52 100.12 50.17 101.47 50.5 102.83 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M49.96,44.64 L 48.6 44.31 47.25 44.64 47.25 45.29 48.6 45.61 49.96 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M104.18,27.05 L 102.83 26.73 101.47 27.05 101.47 27.7 102.83 28.03 104.18 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M132.65,29.98 L 131.29 29.66 129.94 29.98 129.94 30.63 131.29 30.96 132.65 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M56.74,39.75 L 55.38 39.43 54.03 39.75 54.03 40.4 55.38 40.73 56.74 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M87.92,52.45 L 86.56 52.12 85.2 52.45 85.2 53.1 86.56 53.43 87.92 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M139.43,58.31 L 138.07 57.99 136.72 58.31 136.72 58.96 138.07 59.29 139.43 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M109.6,48.54 L 108.25 48.22 106.89 48.54 106.89 49.19 108.25 49.52 109.6 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M82.49,64.17 L 81.14 63.85 79.78 64.17 79.78 64.82 81.14 65.15 82.49 64.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M74.36,52.45 L 73 52.12 71.65 52.45 71.65 53.1 73 53.43 74.36 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M87.92,44.64 L 86.56 44.31 85.2 44.64 85.2 45.29 86.56 45.61 87.92 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M64.87,59.29 L 63.52 58.96 62.16 59.29 62.16 59.94 63.52 60.26 64.87 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M47.25,54.4 L 45.89 54.08 44.54 54.4 44.54 55.06 45.89 55.38 47.25 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M86.56,69.06 L 85.2 68.73 83.85 69.06 83.85 69.71 85.2 70.03 86.56 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M131.29,25.1 L 129.94 24.77 128.58 25.1 128.58 25.75 129.94 26.08 131.29 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M104.18,19.24 L 102.83 18.91 101.47 19.24 101.47 19.89 102.83 20.21 104.18 19.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M85.2,52.45 L 83.85 52.12 82.49 52.45 82.49 53.1 83.85 53.43 85.2 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M142.14,32.91 L 140.78 32.59 139.43 32.91 139.43 33.56 140.78 33.89 142.14 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M93.34,70.03 L 91.98 69.71 90.63 70.03 90.63 70.68 91.98 71.01 93.34 70.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M105.54,51.47 L 104.18 51.15 102.83 51.47 102.83 52.12 104.18 52.45 105.54 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M94.69,53.43 L 93.34 53.1 91.98 53.43 91.98 54.08 93.34 54.4 94.69 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M97.4,33.89 L 96.05 33.56 94.69 33.89 94.69 34.54 96.05 34.87 97.4 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M140.78,39.75 L 139.43 39.43 138.07 39.75 138.07 40.4 139.43 40.73 140.78 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M33.69,62.22 L 32.34 61.89 30.98 62.22 30.98 62.87 32.34 63.2 33.69 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M108.25,53.43 L 106.89 53.1 105.54 53.43 105.54 54.08 106.89 54.4 108.25 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M105.54,45.61 L 104.18 45.29 102.83 45.61 102.83 46.26 104.18 46.59 105.54 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M123.16,42.68 L 121.8 42.36 120.45 42.68 120.45 43.33 121.8 43.66 123.16 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M78.43,41.7 L 77.07 41.38 75.72 41.7 75.72 42.36 77.07 42.68 78.43 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M52.67,68.08 L 51.32 67.75 49.96 68.08 49.96 68.73 51.32 69.06 52.67 68.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M43.18,49.52 L 41.83 49.19 40.47 49.52 40.47 50.17 41.83 50.5 43.18 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M102.83,63.2 L 101.47 62.87 100.12 63.2 100.12 63.85 101.47 64.17 102.83 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M150.27,40.73 L 148.92 40.4 147.56 40.73 147.56 41.38 148.92 41.7 150.27 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M144.85,29.01 L 143.49 28.68 142.14 29.01 142.14 29.66 143.49 29.98 144.85 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M89.27,61.24 L 87.92 60.92 86.56 61.24 86.56 61.89 87.92 62.22 89.27 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M150.27,23.14 L 148.92 22.82 147.56 23.14 147.56 23.8 148.92 24.12 150.27 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M138.07,33.89 L 136.72 33.56 135.36 33.89 135.36 34.54 136.72 34.87 138.07 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M117.74,48.54 L 116.38 48.22 115.03 48.54 115.03 49.19 116.38 49.52 117.74 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M44.54,56.36 L 43.18 56.03 41.83 56.36 41.83 57.01 43.18 57.33 44.54 57.01 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M78.43,26.08 L 77.07 25.75 75.72 26.08 75.72 26.73 77.07 27.05 78.43 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B7CBBF\",\"stroke\":\"#B7CBBF\",\"d\":\"M91.98,39.75 L 90.63 39.43 89.27 39.75 89.27 40.4 90.63 40.73 91.98 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M21.49,63.2 L 20.14 62.87 18.78 63.2 18.78 63.85 20.14 64.17 21.49 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M48.6,61.24 L 47.25 60.92 45.89 61.24 45.89 61.89 47.25 62.22 48.6 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M64.87,63.2 L 63.52 62.87 62.16 63.2 62.16 63.85 63.52 64.17 64.87 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M55.38,54.4 L 54.03 54.08 52.67 54.4 52.67 55.06 54.03 55.38 55.38 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M66.23,46.59 L 64.87 46.26 63.52 46.59 63.52 47.24 64.87 47.57 66.23 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M105.54,63.2 L 104.18 62.87 102.83 63.2 102.83 63.85 104.18 64.17 105.54 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M86.56,35.84 L 85.2 35.52 83.85 35.84 83.85 36.5 85.2 36.82 86.56 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M86.56,26.08 L 85.2 25.75 83.85 26.08 83.85 26.73 85.2 27.05 86.56 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M78.43,57.33 L 77.07 57.01 75.72 57.33 75.72 57.99 77.07 58.31 78.43 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M68.94,36.82 L 67.58 36.5 66.23 36.82 66.23 37.47 67.58 37.8 68.94 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M162.47,39.75 L 161.12 39.43 159.76 39.75 159.76 40.4 161.12 40.73 162.47 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M52.67,60.26 L 51.32 59.94 49.96 60.26 49.96 60.92 51.32 61.24 52.67 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M128.58,32.91 L 127.23 32.59 125.87 32.91 125.87 33.56 127.23 33.89 128.58 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M86.56,29.98 L 85.2 29.66 83.85 29.98 83.85 30.63 85.2 30.96 86.56 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M110.96,53.43 L 109.6 53.1 108.25 53.43 108.25 54.08 109.6 54.4 110.96 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M40.47,53.43 L 39.12 53.1 37.76 53.43 37.76 54.08 39.12 54.4 40.47 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M120.45,48.54 L 119.09 48.22 117.74 48.54 117.74 49.19 119.09 49.52 120.45 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M77.07,25.1 L 75.72 24.77 74.36 25.1 74.36 25.75 75.72 26.08 77.07 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M125.87,50.5 L 124.52 50.17 123.16 50.5 123.16 51.15 124.52 51.47 125.87 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M77.07,50.5 L 75.72 50.17 74.36 50.5 74.36 51.15 75.72 51.47 77.07 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M147.56,32.91 L 146.2 32.59 144.85 32.91 144.85 33.56 146.2 33.89 147.56 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M64.87,49.52 L 63.52 49.19 62.16 49.52 62.16 50.17 63.52 50.5 64.87 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M94.69,29.98 L 93.34 29.66 91.98 29.98 91.98 30.63 93.34 30.96 94.69 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M152.98,25.1 L 151.63 24.77 150.27 25.1 150.27 25.75 151.63 26.08 152.98 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M136.72,32.91 L 135.36 32.59 134 32.91 134 33.56 135.36 33.89 136.72 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M86.56,55.38 L 85.2 55.06 83.85 55.38 83.85 56.03 85.2 56.36 86.56 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M104.18,71.99 L 102.83 71.66 101.47 71.99 101.47 72.64 102.83 72.96 104.18 72.64 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M106.89,54.4 L 105.54 54.08 104.18 54.4 104.18 55.06 105.54 55.38 106.89 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M119.09,31.94 L 117.74 31.61 116.38 31.94 116.38 32.59 117.74 32.91 119.09 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M135.36,24.12 L 134 23.8 132.65 24.12 132.65 24.77 134 25.1 135.36 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M121.8,22.17 L 120.45 21.84 119.09 22.17 119.09 22.82 120.45 23.14 121.8 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M125.87,42.68 L 124.52 42.36 123.16 42.68 123.16 43.33 124.52 43.66 125.87 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M81.14,61.24 L 79.78 60.92 78.43 61.24 78.43 61.89 79.78 62.22 81.14 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M110.96,49.52 L 109.6 49.19 108.25 49.52 108.25 50.17 109.6 50.5 110.96 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M143.49,28.03 L 142.14 27.7 140.78 28.03 140.78 28.68 142.14 29.01 143.49 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M139.43,25.1 L 138.07 24.77 136.72 25.1 136.72 25.75 138.07 26.08 139.43 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M144.85,32.91 L 143.49 32.59 142.14 32.91 142.14 33.56 143.49 33.89 144.85 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M33.69,42.68 L 32.34 42.36 30.98 42.68 30.98 43.33 32.34 43.66 33.69 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M100.12,39.75 L 98.76 39.43 97.4 39.75 97.4 40.4 98.76 40.73 100.12 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M139.43,27.05 L 138.07 26.73 136.72 27.05 136.72 27.7 138.07 28.03 139.43 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M129.94,43.66 L 128.58 43.33 127.23 43.66 127.23 44.31 128.58 44.64 129.94 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M124.52,26.08 L 123.16 25.75 121.8 26.08 121.8 26.73 123.16 27.05 124.52 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M85.2,38.77 L 83.85 38.45 82.49 38.77 82.49 39.43 83.85 39.75 85.2 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M43.18,63.2 L 41.83 62.87 40.47 63.2 40.47 63.85 41.83 64.17 43.18 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M128.58,25.1 L 127.23 24.77 125.87 25.1 125.87 25.75 127.23 26.08 128.58 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M127.23,45.61 L 125.87 45.29 124.52 45.61 124.52 46.26 125.87 46.59 127.23 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M125.87,30.96 L 124.52 30.63 123.16 30.96 123.16 31.61 124.52 31.94 125.87 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M56.74,55.38 L 55.38 55.06 54.03 55.38 54.03 56.03 55.38 56.36 56.74 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M71.65,38.77 L 70.29 38.45 68.94 38.77 68.94 39.43 70.29 39.75 71.65 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M102.83,61.24 L 101.47 60.92 100.12 61.24 100.12 61.89 101.47 62.22 102.83 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M78.43,59.29 L 77.07 58.96 75.72 59.29 75.72 59.94 77.07 60.26 78.43 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M82.49,32.91 L 81.14 32.59 79.78 32.91 79.78 33.56 81.14 33.89 82.49 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M120.45,40.73 L 119.09 40.4 117.74 40.73 117.74 41.38 119.09 41.7 120.45 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M129.94,22.17 L 128.58 21.84 127.23 22.17 127.23 22.82 128.58 23.14 129.94 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M86.56,37.8 L 85.2 37.47 83.85 37.8 83.85 38.45 85.2 38.77 86.56 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M110.96,59.29 L 109.6 58.96 108.25 59.29 108.25 59.94 109.6 60.26 110.96 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M93.34,64.17 L 91.98 63.85 90.63 64.17 90.63 64.82 91.98 65.15 93.34 64.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M96.05,32.91 L 94.69 32.59 93.34 32.91 93.34 33.56 94.69 33.89 96.05 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M83.85,57.33 L 82.49 57.01 81.14 57.33 81.14 57.99 82.49 58.31 83.85 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M62.16,49.52 L 60.8 49.19 59.45 49.52 59.45 50.17 60.8 50.5 62.16 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M105.54,33.89 L 104.18 33.56 102.83 33.89 102.83 34.54 104.18 34.87 105.54 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M117.74,21.19 L 116.38 20.87 115.03 21.19 115.03 21.84 116.38 22.17 117.74 21.84 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M43.18,59.29 L 41.83 58.96 40.47 59.29 40.47 59.94 41.83 60.26 43.18 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M48.6,49.52 L 47.25 49.19 45.89 49.52 45.89 50.17 47.25 50.5 48.6 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M116.38,45.61 L 115.03 45.29 113.67 45.61 113.67 46.26 115.03 46.59 116.38 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M132.65,39.75 L 131.29 39.43 129.94 39.75 129.94 40.4 131.29 40.73 132.65 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#C3C9B7\",\"stroke\":\"#C3C9B7\",\"d\":\"M97.4,43.66 L 96.05 43.33 94.69 43.66 94.69 44.31 96.05 44.64 97.4 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M108.25,61.24 L 106.89 60.92 105.54 61.24 105.54 61.89 106.89 62.22 108.25 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M89.27,71.01 L 87.92 70.68 86.56 71.01 86.56 71.66 87.92 71.99 89.27 71.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M173.32,18.26 L 171.96 17.94 170.6 18.26 170.6 18.91 171.96 19.24 173.32 18.91 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M56.74,67.1 L 55.38 66.78 54.03 67.1 54.03 67.75 55.38 68.08 56.74 67.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M64.87,65.15 L 63.52 64.82 62.16 65.15 62.16 65.8 63.52 66.13 64.87 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M120.45,50.5 L 119.09 50.17 117.74 50.5 117.74 51.15 119.09 51.47 120.45 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M138.07,45.61 L 136.72 45.29 135.36 45.61 135.36 46.26 136.72 46.59 138.07 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M77.07,48.54 L 75.72 48.22 74.36 48.54 74.36 49.19 75.72 49.52 77.07 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M93.34,50.5 L 91.98 50.17 90.63 50.5 90.63 51.15 91.98 51.47 93.34 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M82.49,46.59 L 81.14 46.26 79.78 46.59 79.78 47.24 81.14 47.57 82.49 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M79.78,38.77 L 78.43 38.45 77.07 38.77 77.07 39.43 78.43 39.75 79.78 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M106.89,34.87 L 105.54 34.54 104.18 34.87 104.18 35.52 105.54 35.84 106.89 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M71.65,50.5 L 70.29 50.17 68.94 50.5 68.94 51.15 70.29 51.47 71.65 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M110.96,57.33 L 109.6 57.01 108.25 57.33 108.25 57.99 109.6 58.31 110.96 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M101.47,52.45 L 100.12 52.12 98.76 52.45 98.76 53.1 100.12 53.43 101.47 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M106.89,40.73 L 105.54 40.4 104.18 40.73 104.18 41.38 105.54 41.7 106.89 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M147.56,23.14 L 146.2 22.82 144.85 23.14 144.85 23.8 146.2 24.12 147.56 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M62.16,57.33 L 60.8 57.01 59.45 57.33 59.45 57.99 60.8 58.31 62.16 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M127.23,14.35 L 125.87 14.03 124.52 14.35 124.52 15 125.87 15.33 127.23 15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M101.47,27.05 L 100.12 26.73 98.76 27.05 98.76 27.7 100.12 28.03 101.47 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M135.36,33.89 L 134 33.56 132.65 33.89 132.65 34.54 134 34.87 135.36 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M56.74,57.33 L 55.38 57.01 54.03 57.33 54.03 57.99 55.38 58.31 56.74 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M67.58,59.29 L 66.23 58.96 64.87 59.29 64.87 59.94 66.23 60.26 67.58 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M121.8,45.61 L 120.45 45.29 119.09 45.61 119.09 46.26 120.45 46.59 121.8 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M131.29,30.96 L 129.94 30.63 128.58 30.96 128.58 31.61 129.94 31.94 131.29 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M82.49,62.22 L 81.14 61.89 79.78 62.22 79.78 62.87 81.14 63.2 82.49 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M132.65,31.94 L 131.29 31.61 129.94 31.94 129.94 32.59 131.29 32.91 132.65 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M127.23,43.66 L 125.87 43.33 124.52 43.66 124.52 44.31 125.87 44.64 127.23 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M100.12,31.94 L 98.76 31.61 97.4 31.94 97.4 32.59 98.76 32.91 100.12 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M98.76,68.08 L 97.4 67.75 96.05 68.08 96.05 68.73 97.4 69.06 98.76 68.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M169.25,29.01 L 167.89 28.68 166.54 29.01 166.54 29.66 167.89 29.98 169.25 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M98.76,29.01 L 97.4 28.68 96.05 29.01 96.05 29.66 97.4 29.98 98.76 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M48.6,51.47 L 47.25 51.15 45.89 51.47 45.89 52.12 47.25 52.45 48.6 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M140.78,47.57 L 139.43 47.24 138.07 47.57 138.07 48.22 139.43 48.54 140.78 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M62.16,53.43 L 60.8 53.1 59.45 53.43 59.45 54.08 60.8 54.4 62.16 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M55.38,66.13 L 54.03 65.8 52.67 66.13 52.67 66.78 54.03 67.1 55.38 66.78 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M94.69,47.57 L 93.34 47.24 91.98 47.57 91.98 48.22 93.34 48.54 94.69 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M151.63,43.66 L 150.27 43.33 148.92 43.66 148.92 44.31 150.27 44.64 151.63 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M77.07,32.91 L 75.72 32.59 74.36 32.91 74.36 33.56 75.72 33.89 77.07 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M67.58,63.2 L 66.23 62.87 64.87 63.2 64.87 63.85 66.23 64.17 67.58 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M170.6,37.8 L 169.25 37.47 167.89 37.8 167.89 38.45 169.25 38.77 170.6 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M59.45,39.75 L 58.09 39.43 56.74 39.75 56.74 40.4 58.09 40.73 59.45 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M85.2,27.05 L 83.85 26.73 82.49 27.05 82.49 27.7 83.85 28.03 85.2 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M96.05,64.17 L 94.69 63.85 93.34 64.17 93.34 64.82 94.69 65.15 96.05 64.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BDCABA\",\"stroke\":\"#BDCABA\",\"d\":\"M90.63,42.68 L 89.27 42.36 87.92 42.68 87.92 43.33 89.27 43.66 90.63 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M71.65,34.87 L 70.29 34.54 68.94 34.87 68.94 35.52 70.29 35.84 71.65 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M105.54,26.08 L 104.18 25.75 102.83 26.08 102.83 26.73 104.18 27.05 105.54 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M121.8,33.89 L 120.45 33.56 119.09 33.89 119.09 34.54 120.45 34.87 121.8 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M64.87,39.75 L 63.52 39.43 62.16 39.75 62.16 40.4 63.52 40.73 64.87 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M140.78,22.17 L 139.43 21.84 138.07 22.17 138.07 22.82 139.43 23.14 140.78 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M89.27,31.94 L 87.92 31.61 86.56 31.94 86.56 32.59 87.92 32.91 89.27 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M77.07,34.87 L 75.72 34.54 74.36 34.87 74.36 35.52 75.72 35.84 77.07 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M131.29,21.19 L 129.94 20.87 128.58 21.19 128.58 21.84 129.94 22.17 131.29 21.84 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M134,21.19 L 132.65 20.87 131.29 21.19 131.29 21.84 132.65 22.17 134 21.84 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M131.29,44.64 L 129.94 44.31 128.58 44.64 128.58 45.29 129.94 45.61 131.29 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M82.49,40.73 L 81.14 40.4 79.78 40.73 79.78 41.38 81.14 41.7 82.49 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M41.83,44.64 L 40.47 44.31 39.12 44.64 39.12 45.29 40.47 45.61 41.83 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M93.34,32.91 L 91.98 32.59 90.63 32.91 90.63 33.56 91.98 33.89 93.34 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M70.29,55.38 L 68.94 55.06 67.58 55.38 67.58 56.03 68.94 56.36 70.29 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M63.52,42.68 L 62.16 42.36 60.8 42.68 60.8 43.33 62.16 43.66 63.52 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#CDC6B0\",\"stroke\":\"#CDC6B0\",\"d\":\"M104.18,38.77 L 102.83 38.45 101.47 38.77 101.47 39.43 102.83 39.75 104.18 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M105.54,35.84 L 104.18 35.52 102.83 35.84 102.83 36.5 104.18 36.82 105.54 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M71.65,56.36 L 70.29 56.03 68.94 56.36 68.94 57.01 70.29 57.33 71.65 57.01 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M79.78,46.59 L 78.43 46.26 77.07 46.59 77.07 47.24 78.43 47.57 79.78 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M60.8,42.68 L 59.45 42.36 58.09 42.68 58.09 43.33 59.45 43.66 60.8 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M82.49,71.99 L 81.14 71.66 79.78 71.99 79.78 72.64 81.14 72.96 82.49 72.64 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M63.52,52.45 L 62.16 52.12 60.8 52.45 60.8 53.1 62.16 53.43 63.52 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M75.72,33.89 L 74.36 33.56 73 33.89 73 34.54 74.36 34.87 75.72 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M131.29,27.05 L 129.94 26.73 128.58 27.05 128.58 27.7 129.94 28.03 131.29 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M143.49,18.26 L 142.14 17.94 140.78 18.26 140.78 18.91 142.14 19.24 143.49 18.91 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M140.78,31.94 L 139.43 31.61 138.07 31.94 138.07 32.59 139.43 32.91 140.78 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M121.8,55.38 L 120.45 55.06 119.09 55.38 119.09 56.03 120.45 56.36 121.8 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M134,36.82 L 132.65 36.5 131.29 36.82 131.29 37.47 132.65 37.8 134 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M81.14,63.2 L 79.78 62.87 78.43 63.2 78.43 63.85 79.78 64.17 81.14 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M121.8,47.57 L 120.45 47.24 119.09 47.57 119.09 48.22 120.45 48.54 121.8 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M59.45,49.52 L 58.09 49.19 56.74 49.52 56.74 50.17 58.09 50.5 59.45 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M48.6,63.2 L 47.25 62.87 45.89 63.2 45.89 63.85 47.25 64.17 48.6 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M55.38,70.03 L 54.03 69.71 52.67 70.03 52.67 70.68 54.03 71.01 55.38 70.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M143.49,45.61 L 142.14 45.29 140.78 45.61 140.78 46.26 142.14 46.59 143.49 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M60.8,71.99 L 59.45 71.66 58.09 71.99 58.09 72.64 59.45 72.96 60.8 72.64 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M152.98,36.82 L 151.63 36.5 150.27 36.82 150.27 37.47 151.63 37.8 152.98 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M90.63,30.96 L 89.27 30.63 87.92 30.96 87.92 31.61 89.27 31.94 90.63 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M73,49.52 L 71.65 49.19 70.29 49.52 70.29 50.17 71.65 50.5 73 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M138.07,22.17 L 136.72 21.84 135.36 22.17 135.36 22.82 136.72 23.14 138.07 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M86.56,65.15 L 85.2 64.82 83.85 65.15 83.85 65.8 85.2 66.13 86.56 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M116.38,28.03 L 115.03 27.7 113.67 28.03 113.67 28.68 115.03 29.01 116.38 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BFCAB8\",\"stroke\":\"#BFCAB8\",\"d\":\"M106.89,38.77 L 105.54 38.45 104.18 38.77 104.18 39.43 105.54 39.75 106.89 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M121.8,31.94 L 120.45 31.61 119.09 31.94 119.09 32.59 120.45 32.91 121.8 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M123.16,23.14 L 121.8 22.82 120.45 23.14 120.45 23.8 121.8 24.12 123.16 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M97.4,67.1 L 96.05 66.78 94.69 67.1 94.69 67.75 96.05 68.08 97.4 67.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#CAC7B3\",\"stroke\":\"#CAC7B3\",\"d\":\"M102.83,45.61 L 101.47 45.29 100.12 45.61 100.12 46.26 101.47 46.59 102.83 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M136.72,25.1 L 135.36 24.77 134 25.1 134 25.75 135.36 26.08 136.72 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#C7C8B5\",\"stroke\":\"#C7C8B5\",\"d\":\"M94.69,45.61 L 93.34 45.29 91.98 45.61 91.98 46.26 93.34 46.59 94.69 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M152.98,29.01 L 151.63 28.68 150.27 29.01 150.27 29.66 151.63 29.98 152.98 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M96.05,60.26 L 94.69 59.94 93.34 60.26 93.34 60.92 94.69 61.24 96.05 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M81.14,47.57 L 79.78 47.24 78.43 47.57 78.43 48.22 79.78 48.54 81.14 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M139.43,46.59 L 138.07 46.26 136.72 46.59 136.72 47.24 138.07 47.57 139.43 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M93.34,34.87 L 91.98 34.54 90.63 34.87 90.63 35.52 91.98 35.84 93.34 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M82.49,60.26 L 81.14 59.94 79.78 60.26 79.78 60.92 81.14 61.24 82.49 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B5CCC1\",\"stroke\":\"#B5CCC1\",\"d\":\"M106.89,42.68 L 105.54 42.36 104.18 42.68 104.18 43.33 105.54 43.66 106.89 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M105.54,69.06 L 104.18 68.73 102.83 69.06 102.83 69.71 104.18 70.03 105.54 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M131.29,42.68 L 129.94 42.36 128.58 42.68 128.58 43.33 129.94 43.66 131.29 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M123.16,38.77 L 121.8 38.45 120.45 38.77 120.45 39.43 121.8 39.75 123.16 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M131.29,29.01 L 129.94 28.68 128.58 29.01 128.58 29.66 129.94 29.98 131.29 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M115.03,50.5 L 113.67 50.17 112.32 50.5 112.32 51.15 113.67 51.47 115.03 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M67.58,53.43 L 66.23 53.1 64.87 53.43 64.87 54.08 66.23 54.4 67.58 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M97.4,29.98 L 96.05 29.66 94.69 29.98 94.69 30.63 96.05 30.96 97.4 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M127.23,22.17 L 125.87 21.84 124.52 22.17 124.52 22.82 125.87 23.14 127.23 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M89.27,37.8 L 87.92 37.47 86.56 37.8 86.56 38.45 87.92 38.77 89.27 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M85.2,42.68 L 83.85 42.36 82.49 42.68 82.49 43.33 83.85 43.66 85.2 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M102.83,26.08 L 101.47 25.75 100.12 26.08 100.12 26.73 101.47 27.05 102.83 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B7CBBF\",\"stroke\":\"#B7CBBF\",\"d\":\"M117.74,42.68 L 116.38 42.36 115.03 42.68 115.03 43.33 116.38 43.66 117.74 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M83.85,59.29 L 82.49 58.96 81.14 59.29 81.14 59.94 82.49 60.26 83.85 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M64.87,35.84 L 63.52 35.52 62.16 35.84 62.16 36.5 63.52 36.82 64.87 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M68.94,71.99 L 67.58 71.66 66.23 71.99 66.23 72.64 67.58 72.96 68.94 72.64 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BCCABB\",\"stroke\":\"#BCCABB\",\"d\":\"M102.83,41.7 L 101.47 41.38 100.12 41.7 100.12 42.36 101.47 42.68 102.83 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M101.47,30.96 L 100.12 30.63 98.76 30.96 98.76 31.61 100.12 31.94 101.47 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M110.96,22.17 L 109.6 21.84 108.25 22.17 108.25 22.82 109.6 23.14 110.96 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M79.78,42.68 L 78.43 42.36 77.07 42.68 77.07 43.33 78.43 43.66 79.78 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#C3C9B7\",\"stroke\":\"#C3C9B7\",\"d\":\"M112.32,38.77 L 110.96 38.45 109.6 38.77 109.6 39.43 110.96 39.75 112.32 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M56.74,51.47 L 55.38 51.15 54.03 51.47 54.03 52.12 55.38 52.45 56.74 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M74.36,40.73 L 73 40.4 71.65 40.73 71.65 41.38 73 41.7 74.36 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M86.56,49.52 L 85.2 49.19 83.85 49.52 83.85 50.17 85.2 50.5 86.56 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M136.72,44.64 L 135.36 44.31 134 44.64 134 45.29 135.36 45.61 136.72 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M113.67,57.33 L 112.32 57.01 110.96 57.33 110.96 57.99 112.32 58.31 113.67 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M109.6,58.31 L 108.25 57.99 106.89 58.31 106.89 58.96 108.25 59.29 109.6 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M87.92,27.05 L 86.56 26.73 85.2 27.05 85.2 27.7 86.56 28.03 87.92 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M62.16,72.96 L 60.8 72.64 59.45 72.96 59.45 73.62 60.8 73.94 62.16 73.62 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M74.36,64.17 L 73 63.85 71.65 64.17 71.65 64.82 73 65.15 74.36 64.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M82.49,50.5 L 81.14 50.17 79.78 50.5 79.78 51.15 81.14 51.47 82.49 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M48.6,69.06 L 47.25 68.73 45.89 69.06 45.89 69.71 47.25 70.03 48.6 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M119.09,53.43 L 117.74 53.1 116.38 53.43 116.38 54.08 117.74 54.4 119.09 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M83.85,45.61 L 82.49 45.29 81.14 45.61 81.14 46.26 82.49 46.59 83.85 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B5CCC1\",\"stroke\":\"#B5CCC1\",\"d\":\"M102.83,37.8 L 101.47 37.47 100.12 37.8 100.12 38.45 101.47 38.77 102.83 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M138.07,41.7 L 136.72 41.38 135.36 41.7 135.36 42.36 136.72 42.68 138.07 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M75.72,28.03 L 74.36 27.7 73 28.03 73 28.68 74.36 29.01 75.72 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M132.65,45.61 L 131.29 45.29 129.94 45.61 129.94 46.26 131.29 46.59 132.65 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M113.67,55.38 L 112.32 55.06 110.96 55.38 110.96 56.03 112.32 56.36 113.67 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M138.07,16.31 L 136.72 15.98 135.36 16.31 135.36 16.96 136.72 17.28 138.07 16.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M108.25,22.17 L 106.89 21.84 105.54 22.17 105.54 22.82 106.89 23.14 108.25 22.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M81.14,33.89 L 79.78 33.56 78.43 33.89 78.43 34.54 79.78 34.87 81.14 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M73,59.29 L 71.65 58.96 70.29 59.29 70.29 59.94 71.65 60.26 73 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M110.96,45.61 L 109.6 45.29 108.25 45.61 108.25 46.26 109.6 46.59 110.96 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M89.27,57.33 L 87.92 57.01 86.56 57.33 86.56 57.99 87.92 58.31 89.27 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#77BABE\",\"stroke\":\"#77BABE\",\"d\":\"M70.29,47.57 L 68.94 47.24 67.58 47.57 67.58 48.22 68.94 48.54 70.29 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M90.63,40.73 L 89.27 40.4 87.92 40.73 87.92 41.38 89.27 41.7 90.63 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M49.96,58.31 L 48.6 57.99 47.25 58.31 47.25 58.96 48.6 59.29 49.96 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M82.49,58.31 L 81.14 57.99 79.78 58.31 79.78 58.96 81.14 59.29 82.49 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M90.63,27.05 L 89.27 26.73 87.92 27.05 87.92 27.7 89.27 28.03 90.63 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M75.72,65.15 L 74.36 64.82 73 65.15 73 65.8 74.36 66.13 75.72 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M134,32.91 L 132.65 32.59 131.29 32.91 131.29 33.56 132.65 33.89 134 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M113.67,65.15 L 112.32 64.82 110.96 65.15 110.96 65.8 112.32 66.13 113.67 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M70.29,65.15 L 68.94 64.82 67.58 65.15 67.58 65.8 68.94 66.13 70.29 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M174.67,19.24 L 173.32 18.91 171.96 19.24 171.96 19.89 173.32 20.21 174.67 19.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M154.34,18.26 L 152.98 17.94 151.63 18.26 151.63 18.91 152.98 19.24 154.34 18.91 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M49.96,48.54 L 48.6 48.22 47.25 48.54 47.25 49.19 48.6 49.52 49.96 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M40.47,47.57 L 39.12 47.24 37.76 47.57 37.76 48.22 39.12 48.54 40.47 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M66.23,34.87 L 64.87 34.54 63.52 34.87 63.52 35.52 64.87 35.84 66.23 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M60.8,62.22 L 59.45 61.89 58.09 62.22 58.09 62.87 59.45 63.2 60.8 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M90.63,62.22 L 89.27 61.89 87.92 62.22 87.92 62.87 89.27 63.2 90.63 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M91.98,63.2 L 90.63 62.87 89.27 63.2 89.27 63.85 90.63 64.17 91.98 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M71.65,46.59 L 70.29 46.26 68.94 46.59 68.94 47.24 70.29 47.57 71.65 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BFCAB8\",\"stroke\":\"#BFCAB8\",\"d\":\"M113.67,39.75 L 112.32 39.43 110.96 39.75 110.96 40.4 112.32 40.73 113.67 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M100.12,51.47 L 98.76 51.15 97.4 51.47 97.4 52.12 98.76 52.45 100.12 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BACBBC\",\"stroke\":\"#BACBBC\",\"d\":\"M96.05,46.59 L 94.69 46.26 93.34 46.59 93.34 47.24 94.69 47.57 96.05 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B5CCC1\",\"stroke\":\"#B5CCC1\",\"d\":\"M94.69,37.8 L 93.34 37.47 91.98 37.8 91.98 38.45 93.34 38.77 94.69 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B7CBBF\",\"stroke\":\"#B7CBBF\",\"d\":\"M109.6,42.68 L 108.25 42.36 106.89 42.68 106.89 43.33 108.25 43.66 109.6 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M51.32,63.2 L 49.96 62.87 48.6 63.2 48.6 63.85 49.96 64.17 51.32 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M144.85,34.87 L 143.49 34.54 142.14 34.87 142.14 35.52 143.49 35.84 144.85 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M117.74,23.14 L 116.38 22.82 115.03 23.14 115.03 23.8 116.38 24.12 117.74 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M40.47,55.38 L 39.12 55.06 37.76 55.38 37.76 56.03 39.12 56.36 40.47 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B3CCC2\",\"stroke\":\"#B3CCC2\",\"d\":\"M113.67,45.61 L 112.32 45.29 110.96 45.61 110.96 46.26 112.32 46.59 113.67 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M75.72,67.1 L 74.36 66.78 73 67.1 73 67.75 74.36 68.08 75.72 67.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M167.89,33.89 L 166.54 33.56 165.18 33.89 165.18 34.54 166.54 34.87 167.89 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M121.8,12.4 L 120.45 12.07 119.09 12.4 119.09 13.05 120.45 13.38 121.8 13.05 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M58.09,52.45 L 56.74 52.12 55.38 52.45 55.38 53.1 56.74 53.43 58.09 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M60.8,60.26 L 59.45 59.94 58.09 60.26 58.09 60.92 59.45 61.24 60.8 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B3CCC2\",\"stroke\":\"#B3CCC2\",\"d\":\"M77.07,46.59 L 75.72 46.26 74.36 46.59 74.36 47.24 75.72 47.57 77.07 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M91.98,24.12 L 90.63 23.8 89.27 24.12 89.27 24.77 90.63 25.1 91.98 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M55.38,48.54 L 54.03 48.22 52.67 48.54 52.67 49.19 54.03 49.52 55.38 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M66.23,62.22 L 64.87 61.89 63.52 62.22 63.52 62.87 64.87 63.2 66.23 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M136.72,42.68 L 135.36 42.36 134 42.68 134 43.33 135.36 43.66 136.72 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M78.43,55.38 L 77.07 55.06 75.72 55.38 75.72 56.03 77.07 56.36 78.43 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M75.72,39.75 L 74.36 39.43 73 39.75 73 40.4 74.36 40.73 75.72 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M70.29,53.43 L 68.94 53.1 67.58 53.43 67.58 54.08 68.94 54.4 70.29 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BACBBC\",\"stroke\":\"#BACBBC\",\"d\":\"M101.47,40.73 L 100.12 40.4 98.76 40.73 98.76 41.38 100.12 41.7 101.47 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M73,33.89 L 71.65 33.56 70.29 33.89 70.29 34.54 71.65 34.87 73 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M79.78,44.64 L 78.43 44.31 77.07 44.64 77.07 45.29 78.43 45.61 79.78 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B8CBBE\",\"stroke\":\"#B8CBBE\",\"d\":\"M110.96,39.75 L 109.6 39.43 108.25 39.75 108.25 40.4 109.6 40.73 110.96 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M138.07,43.66 L 136.72 43.33 135.36 43.66 135.36 44.31 136.72 44.64 138.07 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M134,42.68 L 132.65 42.36 131.29 42.68 131.29 43.33 132.65 43.66 134 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M59.45,59.29 L 58.09 58.96 56.74 59.29 56.74 59.94 58.09 60.26 59.45 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M123.16,25.1 L 121.8 24.77 120.45 25.1 120.45 25.75 121.8 26.08 123.16 25.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M135.36,45.61 L 134 45.29 132.65 45.61 132.65 46.26 134 46.59 135.36 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M83.85,33.89 L 82.49 33.56 81.14 33.89 81.14 34.54 82.49 34.87 83.85 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M116.38,47.57 L 115.03 47.24 113.67 47.57 113.67 48.22 115.03 48.54 116.38 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M112.32,58.31 L 110.96 57.99 109.6 58.31 109.6 58.96 110.96 59.29 112.32 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M94.69,33.89 L 93.34 33.56 91.98 33.89 91.98 34.54 93.34 34.87 94.69 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M108.25,24.12 L 106.89 23.8 105.54 24.12 105.54 24.77 106.89 25.1 108.25 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M60.8,58.31 L 59.45 57.99 58.09 58.31 58.09 58.96 59.45 59.29 60.8 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M70.29,45.61 L 68.94 45.29 67.58 45.61 67.58 46.26 68.94 46.59 70.29 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M97.4,65.15 L 96.05 64.82 94.69 65.15 94.69 65.8 96.05 66.13 97.4 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M139.43,29.01 L 138.07 28.68 136.72 29.01 136.72 29.66 138.07 29.98 139.43 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M129.94,41.7 L 128.58 41.38 127.23 41.7 127.23 42.36 128.58 42.68 129.94 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M71.65,58.31 L 70.29 57.99 68.94 58.31 68.94 58.96 70.29 59.29 71.65 58.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M152.98,23.14 L 151.63 22.82 150.27 23.14 150.27 23.8 151.63 24.12 152.98 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M128.58,52.45 L 127.23 52.12 125.87 52.45 125.87 53.1 127.23 53.43 128.58 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M63.52,46.59 L 62.16 46.26 60.8 46.59 60.8 47.24 62.16 47.57 63.52 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M113.67,53.43 L 112.32 53.1 110.96 53.43 110.96 54.08 112.32 54.4 113.67 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M138.07,31.94 L 136.72 31.61 135.36 31.94 135.36 32.59 136.72 32.91 138.07 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M128.58,23.14 L 127.23 22.82 125.87 23.14 125.87 23.8 127.23 24.12 128.58 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M100.12,29.98 L 98.76 29.66 97.4 29.98 97.4 30.63 98.76 30.96 100.12 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M123.16,46.59 L 121.8 46.26 120.45 46.59 120.45 47.24 121.8 47.57 123.16 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M94.69,31.94 L 93.34 31.61 91.98 31.94 91.98 32.59 93.34 32.91 94.69 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M85.2,48.54 L 83.85 48.22 82.49 48.54 82.49 49.19 83.85 49.52 85.2 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M91.98,61.24 L 90.63 60.92 89.27 61.24 89.27 61.89 90.63 62.22 91.98 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M121.8,28.03 L 120.45 27.7 119.09 28.03 119.09 28.68 120.45 29.01 121.8 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M85.2,46.59 L 83.85 46.26 82.49 46.59 82.49 47.24 83.85 47.57 85.2 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M75.72,35.84 L 74.36 35.52 73 35.84 73 36.5 74.36 36.82 75.72 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M112.32,36.82 L 110.96 36.5 109.6 36.82 109.6 37.47 110.96 37.8 112.32 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M121.8,63.2 L 120.45 62.87 119.09 63.2 119.09 63.85 120.45 64.17 121.8 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M131.29,32.91 L 129.94 32.59 128.58 32.91 128.58 33.56 129.94 33.89 131.29 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M70.29,59.29 L 68.94 58.96 67.58 59.29 67.58 59.94 68.94 60.26 70.29 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M121.8,49.52 L 120.45 49.19 119.09 49.52 119.09 50.17 120.45 50.5 121.8 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#9FD0CB\",\"stroke\":\"#9FD0CB\",\"d\":\"M85.2,56.36 L 83.85 56.03 82.49 56.36 82.49 57.01 83.85 57.33 85.2 57.01 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M79.78,36.82 L 78.43 36.5 77.07 36.82 77.07 37.47 78.43 37.8 79.78 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M147.56,21.19 L 146.2 20.87 144.85 21.19 144.85 21.84 146.2 22.17 147.56 21.84 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M70.29,37.8 L 68.94 37.47 67.58 37.8 67.58 38.45 68.94 38.77 70.29 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M85.2,60.26 L 83.85 59.94 82.49 60.26 82.49 60.92 83.85 61.24 85.2 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M82.49,56.36 L 81.14 56.03 79.78 56.36 79.78 57.01 81.14 57.33 82.49 57.01 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M135.36,29.98 L 134 29.66 132.65 29.98 132.65 30.63 134 30.96 135.36 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M70.29,43.66 L 68.94 43.33 67.58 43.66 67.58 44.31 68.94 44.64 70.29 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M60.8,64.17 L 59.45 63.85 58.09 64.17 58.09 64.82 59.45 65.15 60.8 64.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M75.72,45.61 L 74.36 45.29 73 45.61 73 46.26 74.36 46.59 75.72 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M138.07,24.12 L 136.72 23.8 135.36 24.12 135.36 24.77 136.72 25.1 138.07 24.77 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M63.52,48.54 L 62.16 48.22 60.8 48.54 60.8 49.19 62.16 49.52 63.52 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M55.38,64.17 L 54.03 63.85 52.67 64.17 52.67 64.82 54.03 65.15 55.38 64.82 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M98.76,30.96 L 97.4 30.63 96.05 30.96 96.05 31.61 97.4 31.94 98.76 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M58.09,66.13 L 56.74 65.8 55.38 66.13 55.38 66.78 56.74 67.1 58.09 66.78 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M102.83,53.43 L 101.47 53.1 100.12 53.43 100.12 54.08 101.47 54.4 102.83 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M148.92,39.75 L 147.56 39.43 146.2 39.75 146.2 40.4 147.56 40.73 148.92 40.4 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M144.85,36.82 L 143.49 36.5 142.14 36.82 142.14 37.47 143.49 37.8 144.85 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M45.89,57.33 L 44.54 57.01 43.18 57.33 43.18 57.99 44.54 58.31 45.89 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M115.03,54.4 L 113.67 54.08 112.32 54.4 112.32 55.06 113.67 55.38 115.03 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B7CBBF\",\"stroke\":\"#B7CBBF\",\"d\":\"M97.4,41.7 L 96.05 41.38 94.69 41.7 94.69 42.36 96.05 42.68 97.4 42.36 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M155.69,23.14 L 154.34 22.82 152.98 23.14 152.98 23.8 154.34 24.12 155.69 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M157.05,33.89 L 155.69 33.56 154.34 33.89 154.34 34.54 155.69 34.87 157.05 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M101.47,34.87 L 100.12 34.54 98.76 34.87 98.76 35.52 100.12 35.84 101.47 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M81.14,59.29 L 79.78 58.96 78.43 59.29 78.43 59.94 79.78 60.26 81.14 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M59.45,45.61 L 58.09 45.29 56.74 45.61 56.74 46.26 58.09 46.59 59.45 46.26 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BCCABB\",\"stroke\":\"#BCCABB\",\"d\":\"M104.18,42.68 L 102.83 42.36 101.47 42.68 101.47 43.33 102.83 43.66 104.18 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M83.85,37.8 L 82.49 37.47 81.14 37.8 81.14 38.45 82.49 38.77 83.85 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M120.45,38.77 L 119.09 38.45 117.74 38.77 117.74 39.43 119.09 39.75 120.45 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M105.54,55.38 L 104.18 55.06 102.83 55.38 102.83 56.03 104.18 56.36 105.54 56.03 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M101.47,36.82 L 100.12 36.5 98.76 36.82 98.76 37.47 100.12 37.8 101.47 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M81.14,43.66 L 79.78 43.33 78.43 43.66 78.43 44.31 79.78 44.64 81.14 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M123.16,29.01 L 121.8 28.68 120.45 29.01 120.45 29.66 121.8 29.98 123.16 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M143.49,29.98 L 142.14 29.66 140.78 29.98 140.78 30.63 142.14 30.96 143.49 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M123.16,17.28 L 121.8 16.96 120.45 17.28 120.45 17.94 121.8 18.26 123.16 17.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M55.38,46.59 L 54.03 46.26 52.67 46.59 52.67 47.24 54.03 47.57 55.38 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M75.72,37.8 L 74.36 37.47 73 37.8 73 38.45 74.36 38.77 75.72 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M70.29,61.24 L 68.94 60.92 67.58 61.24 67.58 61.89 68.94 62.22 70.29 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M110.96,18.26 L 109.6 17.94 108.25 18.26 108.25 18.91 109.6 19.24 110.96 18.91 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M112.32,30.96 L 110.96 30.63 109.6 30.96 109.6 31.61 110.96 31.94 112.32 31.61 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M109.6,36.82 L 108.25 36.5 106.89 36.82 106.89 37.47 108.25 37.8 109.6 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M91.98,29.98 L 90.63 29.66 89.27 29.98 89.27 30.63 90.63 30.96 91.98 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M131.29,46.59 L 129.94 46.26 128.58 46.59 128.58 47.24 129.94 47.57 131.29 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M45.89,59.29 L 44.54 58.96 43.18 59.29 43.18 59.94 44.54 60.26 45.89 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M94.69,20.21 L 93.34 19.89 91.98 20.21 91.98 20.87 93.34 21.19 94.69 20.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M100.12,65.15 L 98.76 64.82 97.4 65.15 97.4 65.8 98.76 66.13 100.12 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M101.47,29.01 L 100.12 28.68 98.76 29.01 98.76 29.66 100.12 29.98 101.47 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M94.69,35.84 L 93.34 35.52 91.98 35.84 91.98 36.5 93.34 36.82 94.69 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M147.56,34.87 L 146.2 34.54 144.85 34.87 144.85 35.52 146.2 35.84 147.56 35.52 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M81.14,49.52 L 79.78 49.19 78.43 49.52 78.43 50.17 79.78 50.5 81.14 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M100.12,53.43 L 98.76 53.1 97.4 53.43 97.4 54.08 98.76 54.4 100.12 54.08 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M59.45,51.47 L 58.09 51.15 56.74 51.47 56.74 52.12 58.09 52.45 59.45 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M78.43,65.15 L 77.07 64.82 75.72 65.15 75.72 65.8 77.07 66.13 78.43 65.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M108.25,29.98 L 106.89 29.66 105.54 29.98 105.54 30.63 106.89 30.96 108.25 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M54.03,67.1 L 52.67 66.78 51.32 67.1 51.32 67.75 52.67 68.08 54.03 67.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#B8CBBE\",\"stroke\":\"#B8CBBE\",\"d\":\"M96.05,40.73 L 94.69 40.4 93.34 40.73 93.34 41.38 94.69 41.7 96.05 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M54.03,37.8 L 52.67 37.47 51.32 37.8 51.32 38.45 52.67 38.77 54.03 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M81.14,67.1 L 79.78 66.78 78.43 67.1 78.43 67.75 79.78 68.08 81.14 67.75 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M98.76,50.5 L 97.4 50.17 96.05 50.5 96.05 51.15 97.4 51.47 98.76 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M62.16,71.01 L 60.8 70.68 59.45 71.01 59.45 71.66 60.8 71.99 62.16 71.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M83.85,49.52 L 82.49 49.19 81.14 49.52 81.14 50.17 82.49 50.5 83.85 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M87.92,62.22 L 86.56 61.89 85.2 62.22 85.2 62.87 86.56 63.2 87.92 62.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M134,27.05 L 132.65 26.73 131.29 27.05 131.29 27.7 132.65 28.03 134 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M81.14,31.94 L 79.78 31.61 78.43 31.94 78.43 32.59 79.78 32.91 81.14 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M129.94,26.08 L 128.58 25.75 127.23 26.08 127.23 26.73 128.58 27.05 129.94 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M54.03,57.33 L 52.67 57.01 51.32 57.33 51.32 57.99 52.67 58.31 54.03 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M139.43,32.91 L 138.07 32.59 136.72 32.91 136.72 33.56 138.07 33.89 139.43 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M74.36,38.77 L 73 38.45 71.65 38.77 71.65 39.43 73 39.75 74.36 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M44.54,48.54 L 43.18 48.22 41.83 48.54 41.83 49.19 43.18 49.52 44.54 49.19 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M79.78,50.5 L 78.43 50.17 77.07 50.5 77.07 51.15 78.43 51.47 79.78 51.15 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M78.43,43.66 L 77.07 43.33 75.72 43.66 75.72 44.31 77.07 44.64 78.43 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M124.52,31.94 L 123.16 31.61 121.8 31.94 121.8 32.59 123.16 32.91 124.52 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M139.43,36.82 L 138.07 36.5 136.72 36.82 136.72 37.47 138.07 37.8 139.43 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M134,23.14 L 132.65 22.82 131.29 23.14 131.29 23.8 132.65 24.12 134 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M134,38.77 L 132.65 38.45 131.29 38.77 131.29 39.43 132.65 39.75 134 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M70.29,57.33 L 68.94 57.01 67.58 57.33 67.58 57.99 68.94 58.31 70.29 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M143.49,33.89 L 142.14 33.56 140.78 33.89 140.78 34.54 142.14 34.87 143.49 34.54 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M48.6,59.29 L 47.25 58.96 45.89 59.29 45.89 59.94 47.25 60.26 48.6 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M162.47,31.94 L 161.12 31.61 159.76 31.94 159.76 32.59 161.12 32.91 162.47 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M135.36,37.8 L 134 37.47 132.65 37.8 132.65 38.45 134 38.77 135.36 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M138.07,37.8 L 136.72 37.47 135.36 37.8 135.36 38.45 136.72 38.77 138.07 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#68B2BA\",\"stroke\":\"#68B2BA\",\"d\":\"M98.76,52.45 L 97.4 52.12 96.05 52.45 96.05 53.1 97.4 53.43 98.76 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M100.12,37.8 L 98.76 37.47 97.4 37.8 97.4 38.45 98.76 38.77 100.12 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M74.36,70.03 L 73 69.71 71.65 70.03 71.65 70.68 73 71.01 74.36 70.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M119.09,35.84 L 117.74 35.52 116.38 35.84 116.38 36.5 117.74 36.82 119.09 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M78.43,28.03 L 77.07 27.7 75.72 28.03 75.72 28.68 77.07 29.01 78.43 28.68 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#BACBBC\",\"stroke\":\"#BACBBC\",\"d\":\"M89.27,49.52 L 87.92 49.19 86.56 49.52 86.56 50.17 87.92 50.5 89.27 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M56.74,47.57 L 55.38 47.24 54.03 47.57 54.03 48.22 55.38 48.54 56.74 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M125.87,40.73 L 124.52 40.4 123.16 40.73 123.16 41.38 124.52 41.7 125.87 41.38 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M79.78,60.26 L 78.43 59.94 77.07 60.26 77.07 60.92 78.43 61.24 79.78 60.92 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#AECDC3\",\"stroke\":\"#AECDC3\",\"d\":\"M97.4,49.52 L 96.05 49.19 94.69 49.52 94.69 50.17 96.05 50.5 97.4 50.17 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M101.47,23.14 L 100.12 22.82 98.76 23.14 98.76 23.8 100.12 24.12 101.47 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#3696AD\",\"stroke\":\"#3696AD\",\"d\":\"M75.72,57.33 L 74.36 57.01 73 57.33 73 57.99 74.36 58.31 75.72 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M135.36,35.84 L 134 35.52 132.65 35.84 132.65 36.5 134 36.82 135.36 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M78.43,61.24 L 77.07 60.92 75.72 61.24 75.72 61.89 77.07 62.22 78.43 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M152.98,52.45 L 151.63 52.12 150.27 52.45 150.27 53.1 151.63 53.43 152.98 53.1 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M131.29,54.4 L 129.94 54.08 128.58 54.4 128.58 55.06 129.94 55.38 131.29 55.06 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#93CAC7\",\"stroke\":\"#93CAC7\",\"d\":\"M110.96,31.94 L 109.6 31.61 108.25 31.94 108.25 32.59 109.6 32.91 110.96 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M60.8,38.77 L 59.45 38.45 58.09 38.77 58.09 39.43 59.45 39.75 60.8 39.43 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M129.94,16.31 L 128.58 15.98 127.23 16.31 127.23 16.96 128.58 17.28 129.94 16.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M124.52,18.26 L 123.16 17.94 121.8 18.26 121.8 18.91 123.16 19.24 124.52 18.91 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M159.76,26.08 L 158.4 25.75 157.05 26.08 157.05 26.73 158.4 27.05 159.76 26.73 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M148.92,20.21 L 147.56 19.89 146.2 20.21 146.2 20.87 147.56 21.19 148.92 20.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M82.49,42.68 L 81.14 42.36 79.78 42.68 79.78 43.33 81.14 43.66 82.49 43.33 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M148.92,35.84 L 147.56 35.52 146.2 35.84 146.2 36.5 147.56 36.82 148.92 36.5 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M129.94,29.98 L 128.58 29.66 127.23 29.98 127.23 30.63 128.58 30.96 129.94 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M54.03,71.01 L 52.67 70.68 51.32 71.01 51.32 71.66 52.67 71.99 54.03 71.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M152.98,32.91 L 151.63 32.59 150.27 32.91 150.27 33.56 151.63 33.89 152.98 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M83.85,61.24 L 82.49 60.92 81.14 61.24 81.14 61.89 82.49 62.22 83.85 61.89 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00789E\",\"stroke\":\"#00789E\",\"d\":\"M121.8,51.47 L 120.45 51.15 119.09 51.47 119.09 52.12 120.45 52.45 121.8 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M127.23,20.21 L 125.87 19.89 124.52 20.21 124.52 20.87 125.87 21.19 127.23 20.87 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#C1C9B7\",\"stroke\":\"#C1C9B7\",\"d\":\"M87.92,46.59 L 86.56 46.26 85.2 46.59 85.2 47.24 86.56 47.57 87.92 47.24 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006392\",\"stroke\":\"#006392\",\"d\":\"M115.03,23.14 L 113.67 22.82 112.32 23.14 112.32 23.8 113.67 24.12 115.03 23.8 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M94.69,59.29 L 93.34 58.96 91.98 59.29 91.98 59.94 93.34 60.26 94.69 59.94 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M146.2,16.31 L 144.85 15.98 143.49 16.31 143.49 16.96 144.85 17.28 146.2 16.96 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M64.87,69.06 L 63.52 68.73 62.16 69.06 62.16 69.71 63.52 70.03 64.87 69.71 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A9CEC5\",\"stroke\":\"#A9CEC5\",\"d\":\"M119.09,37.8 L 117.74 37.47 116.38 37.8 116.38 38.45 117.74 38.77 119.09 38.45 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M54.03,51.47 L 52.67 51.15 51.32 51.47 51.32 52.12 52.67 52.45 54.03 52.12 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M83.85,63.2 L 82.49 62.87 81.14 63.2 81.14 63.85 82.49 64.17 83.85 63.85 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M104.18,32.91 L 102.83 32.59 101.47 32.91 101.47 33.56 102.83 33.89 104.18 33.56 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M106.89,15.33 L 105.54 15 104.18 15.33 104.18 15.98 105.54 16.31 106.89 15.98 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#48A0B1\",\"stroke\":\"#48A0B1\",\"d\":\"M105.54,31.94 L 104.18 31.61 102.83 31.94 102.83 32.59 104.18 32.91 105.54 32.59 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#59A9B6\",\"stroke\":\"#59A9B6\",\"d\":\"M77.07,44.64 L 75.72 44.31 74.36 44.64 74.36 45.29 75.72 45.61 77.07 45.29 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#0082A3\",\"stroke\":\"#0082A3\",\"d\":\"M110.96,29.98 L 109.6 29.66 108.25 29.98 108.25 30.63 109.6 30.96 110.96 30.63 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#208DA8\",\"stroke\":\"#208DA8\",\"d\":\"M104.18,29.01 L 102.83 28.68 101.47 29.01 101.47 29.66 102.83 29.98 104.18 29.66 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#006E98\",\"stroke\":\"#006E98\",\"d\":\"M123.16,27.05 L 121.8 26.73 120.45 27.05 120.45 27.7 121.8 28.03 123.16 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#A4CFC8\",\"stroke\":\"#A4CFC8\",\"d\":\"M75.72,47.57 L 74.36 47.24 73 47.57 73 48.22 74.36 48.54 75.72 48.22 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M32.34,57.33 L 30.98 57.01 29.63 57.33 29.63 57.99 30.98 58.31 32.34 57.99 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#85C2C3\",\"stroke\":\"#85C2C3\",\"d\":\"M96.05,36.82 L 94.69 36.5 93.34 36.82 93.34 37.47 94.69 37.8 96.05 37.47 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M51.32,43.66 L 49.96 43.33 48.6 43.66 48.6 44.31 49.96 44.64 51.32 44.31 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#00588B\",\"stroke\":\"#00588B\",\"d\":\"M136.72,27.05 L 135.36 26.73 134 27.05 134 27.7 135.36 28.03 136.72 27.7 z\"},\"n\":\"svg\"},{\"t\":\"path\",\"p\":{\"fill\":\"#004D84\",\"stroke\":\"#004D84\",\"d\":\"M63.52,56.36 L 62.16 56.03 60.8 56.36 60.8 57.01 62.16 57.33 63.52 57.01 z\"},\"n\":\"svg\"},{\"t\":\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment