Skip to content

Instantly share code, notes, and snippets.

@adityam
Last active August 29, 2015 14:14
Show Gist options
  • Save adityam/7dcb4c580ed42894f663 to your computer and use it in GitHub Desktop.
Save adityam/7dcb4c580ed42894f663 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"language": "Julia",
"name": "",
"signature": "sha256:05c910e8def002d8e998ce027a4ed6771c36fef8365fde3b48a691842c5d63ff"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"using Gadfly"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 1
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Recall the best reponse functions for the 2 agent traffic routing example discussed earlier in class.\n",
"\n",
"$$B_1(q) = \\frac 14 - \\frac q2 \\quad B_2(p) = \\frac 14 - \\frac p2$$\n",
"\n",
"Let's check if these equations have a fixed point solution."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"B1(q) = 0.25 - q/2; B2(p)= 0.25 - p/2;"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 2
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"A1 = linspace(0,0.5); A2 = linspace(0,0.5);\n",
"set_default_plot_size(8cm, 8cm);\n",
"\n",
"plot(layer(x=A1, y=B1(A1),Geom.line), \n",
" layer(x=B2(A2),y=A2,Geom.line), \n",
" Guide.xlabel(\"q\"), Guide.ylabel(\"p\"))"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\"\n",
" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n",
" xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n",
" version=\"1.2\"\n",
" width=\"80mm\" height=\"80mm\" viewBox=\"0 0 80 80\"\n",
" stroke=\"none\"\n",
" fill=\"#000000\"\n",
" stroke-width=\"0.3\"\n",
" font-size=\"3.88\"\n",
"\n",
" id=\"fig-222749bf07da4cb8998687f464df0e25\">\n",
"<g class=\"plotroot xscalable yscalable\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-1\">\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-2\">\n",
" <text x=\"46.06\" y=\"72\" text-anchor=\"middle\">q</text>\n",
" </g>\n",
" <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-3\">\n",
" <text x=\"-45.54\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.6</text>\n",
" <text x=\"-34.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.5</text>\n",
" <text x=\"-23.99\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.4</text>\n",
" <text x=\"-13.21\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.3</text>\n",
" <text x=\"-2.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.2</text>\n",
" <text x=\"8.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.1</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0.0</text>\n",
" <text x=\"29.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0.1</text>\n",
" <text x=\"40.67\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0.2</text>\n",
" <text x=\"51.45\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0.3</text>\n",
" <text x=\"62.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0.4</text>\n",
" <text x=\"73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0.5</text>\n",
" <text x=\"83.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.6</text>\n",
" <text x=\"94.55\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.7</text>\n",
" <text x=\"105.33\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.8</text>\n",
" <text x=\"116.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.9</text>\n",
" <text x=\"126.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.0</text>\n",
" <text x=\"137.66\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.1</text>\n",
" <text x=\"-34.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.50</text>\n",
" <text x=\"-32.61\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.48</text>\n",
" <text x=\"-30.45\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.46</text>\n",
" <text x=\"-28.3\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.44</text>\n",
" <text x=\"-26.14\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.42</text>\n",
" <text x=\"-23.99\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.40</text>\n",
" <text x=\"-21.83\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.38</text>\n",
" <text x=\"-19.68\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.36</text>\n",
" <text x=\"-17.52\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.34</text>\n",
" <text x=\"-15.36\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.32</text>\n",
" <text x=\"-13.21\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.30</text>\n",
" <text x=\"-11.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.28</text>\n",
" <text x=\"-8.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.26</text>\n",
" <text x=\"-6.74\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.24</text>\n",
" <text x=\"-4.59\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.22</text>\n",
" <text x=\"-2.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.20</text>\n",
" <text x=\"-0.28\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.18</text>\n",
" <text x=\"1.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.16</text>\n",
" <text x=\"4.03\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.14</text>\n",
" <text x=\"6.19\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.12</text>\n",
" <text x=\"8.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.10</text>\n",
" <text x=\"10.5\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.08</text>\n",
" <text x=\"12.65\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.06</text>\n",
" <text x=\"14.81\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.04</text>\n",
" <text x=\"16.96\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.02</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.00</text>\n",
" <text x=\"21.27\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.02</text>\n",
" <text x=\"23.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.04</text>\n",
" <text x=\"25.58\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.06</text>\n",
" <text x=\"27.74\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.08</text>\n",
" <text x=\"29.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.10</text>\n",
" <text x=\"32.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.12</text>\n",
" <text x=\"34.21\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.14</text>\n",
" <text x=\"36.36\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.16</text>\n",
" <text x=\"38.52\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.18</text>\n",
" <text x=\"40.67\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.20</text>\n",
" <text x=\"42.83\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.22</text>\n",
" <text x=\"44.98\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.24</text>\n",
" <text x=\"47.14\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.26</text>\n",
" <text x=\"49.29\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.28</text>\n",
" <text x=\"51.45\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.30</text>\n",
" <text x=\"53.6\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.32</text>\n",
" <text x=\"55.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.34</text>\n",
" <text x=\"57.91\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.36</text>\n",
" <text x=\"60.07\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.38</text>\n",
" <text x=\"62.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.40</text>\n",
" <text x=\"64.38\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.42</text>\n",
" <text x=\"66.53\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.44</text>\n",
" <text x=\"68.69\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.46</text>\n",
" <text x=\"70.84\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.48</text>\n",
" <text x=\"73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.50</text>\n",
" <text x=\"75.16\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.52</text>\n",
" <text x=\"77.31\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.54</text>\n",
" <text x=\"79.47\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.56</text>\n",
" <text x=\"81.62\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.58</text>\n",
" <text x=\"83.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.60</text>\n",
" <text x=\"85.93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.62</text>\n",
" <text x=\"88.09\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.64</text>\n",
" <text x=\"90.24\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.66</text>\n",
" <text x=\"92.4\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.68</text>\n",
" <text x=\"94.55\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.70</text>\n",
" <text x=\"96.71\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.72</text>\n",
" <text x=\"98.86\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.74</text>\n",
" <text x=\"101.02\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.76</text>\n",
" <text x=\"103.17\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.78</text>\n",
" <text x=\"105.33\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.80</text>\n",
" <text x=\"107.48\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.82</text>\n",
" <text x=\"109.64\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.84</text>\n",
" <text x=\"111.79\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.86</text>\n",
" <text x=\"113.95\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.88</text>\n",
" <text x=\"116.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.90</text>\n",
" <text x=\"118.26\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.92</text>\n",
" <text x=\"120.42\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.94</text>\n",
" <text x=\"122.57\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.96</text>\n",
" <text x=\"124.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.98</text>\n",
" <text x=\"126.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">1.00</text>\n",
" <text x=\"-34.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">-0.5</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.0</text>\n",
" <text x=\"73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.5</text>\n",
" <text x=\"126.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">1.0</text>\n",
" <text x=\"-34.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.50</text>\n",
" <text x=\"-29.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.45</text>\n",
" <text x=\"-23.99\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.40</text>\n",
" <text x=\"-18.6\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.35</text>\n",
" <text x=\"-13.21\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.30</text>\n",
" <text x=\"-7.82\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.25</text>\n",
" <text x=\"-2.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.20</text>\n",
" <text x=\"2.95\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.15</text>\n",
" <text x=\"8.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.10</text>\n",
" <text x=\"13.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.05</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.00</text>\n",
" <text x=\"24.51\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.05</text>\n",
" <text x=\"29.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.10</text>\n",
" <text x=\"35.28\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.15</text>\n",
" <text x=\"40.67\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.20</text>\n",
" <text x=\"46.06\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.25</text>\n",
" <text x=\"51.45\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.30</text>\n",
" <text x=\"56.84\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.35</text>\n",
" <text x=\"62.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.40</text>\n",
" <text x=\"67.61\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.45</text>\n",
" <text x=\"73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.50</text>\n",
" <text x=\"78.39\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.55</text>\n",
" <text x=\"83.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.60</text>\n",
" <text x=\"89.16\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.65</text>\n",
" <text x=\"94.55\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.70</text>\n",
" <text x=\"99.94\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.75</text>\n",
" <text x=\"105.33\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.80</text>\n",
" <text x=\"110.72\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.85</text>\n",
" <text x=\"116.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.90</text>\n",
" <text x=\"121.49\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.95</text>\n",
" <text x=\"126.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">1.00</text>\n",
" </g>\n",
" <g clip-path=\"url(#fig-222749bf07da4cb8998687f464df0e25-element-5)\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-4\">\n",
" <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-6\">\n",
" <rect x=\"17.12\" y=\"5\" width=\"57.88\" height=\"57.72\"/>\n",
" </g>\n",
" <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-7\">\n",
" <path fill=\"none\" d=\"M17.12,125.17 L 75 125.17\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 75 114.43\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,103.69 L 75 103.69\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,92.94 L 75 92.94\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,82.2 L 75 82.2\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,71.46 L 75 71.46\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 75 60.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 75 49.97\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 75 39.23\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 75 28.49\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 75 17.74\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 75 7\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-3.74 L 75 -3.74\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-14.49 L 75 -14.49\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-25.23 L 75 -25.23\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-35.97 L 75 -35.97\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 75 -46.71\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-57.46 L 75 -57.46\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 75 114.43\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,112.28 L 75 112.28\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,110.13 L 75 110.13\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,107.98 L 75 107.98\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,105.84 L 75 105.84\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,103.69 L 75 103.69\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,101.54 L 75 101.54\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,99.39 L 75 99.39\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,97.24 L 75 97.24\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,95.09 L 75 95.09\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,92.94 L 75 92.94\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,90.8 L 75 90.8\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,88.65 L 75 88.65\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,86.5 L 75 86.5\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,84.35 L 75 84.35\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,82.2 L 75 82.2\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,80.05 L 75 80.05\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,77.9 L 75 77.9\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,75.76 L 75 75.76\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,73.61 L 75 73.61\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,71.46 L 75 71.46\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,69.31 L 75 69.31\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,67.16 L 75 67.16\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,65.01 L 75 65.01\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,62.86 L 75 62.86\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 75 60.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,58.57 L 75 58.57\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,56.42 L 75 56.42\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,54.27 L 75 54.27\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,52.12 L 75 52.12\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 75 49.97\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,47.82 L 75 47.82\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,45.67 L 75 45.67\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,43.53 L 75 43.53\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,41.38 L 75 41.38\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 75 39.23\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,37.08 L 75 37.08\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,34.93 L 75 34.93\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,32.78 L 75 32.78\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,30.63 L 75 30.63\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 75 28.49\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,26.34 L 75 26.34\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,24.19 L 75 24.19\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,22.04 L 75 22.04\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,19.89 L 75 19.89\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 75 17.74\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,15.59 L 75 15.59\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,13.45 L 75 13.45\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,11.3 L 75 11.3\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,9.15 L 75 9.15\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 75 7\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,4.85 L 75 4.85\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,2.7 L 75 2.7\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,0.55 L 75 0.55\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-1.59 L 75 -1.59\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-3.74 L 75 -3.74\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-5.89 L 75 -5.89\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-8.04 L 75 -8.04\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-10.19 L 75 -10.19\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-12.34 L 75 -12.34\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-14.49 L 75 -14.49\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-16.63 L 75 -16.63\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-18.78 L 75 -18.78\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-20.93 L 75 -20.93\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-23.08 L 75 -23.08\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-25.23 L 75 -25.23\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-27.38 L 75 -27.38\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-29.53 L 75 -29.53\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-31.67 L 75 -31.67\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-33.82 L 75 -33.82\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-35.97 L 75 -35.97\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-38.12 L 75 -38.12\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-40.27 L 75 -40.27\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-42.42 L 75 -42.42\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-44.57 L 75 -44.57\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 75 -46.71\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 75 114.43\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 75 60.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 75 7\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 75 -46.71\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 75 114.43\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,109.06 L 75 109.06\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,103.69 L 75 103.69\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,98.32 L 75 98.32\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,92.94 L 75 92.94\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,87.57 L 75 87.57\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,82.2 L 75 82.2\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,76.83 L 75 76.83\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,71.46 L 75 71.46\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,66.09 L 75 66.09\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 75 60.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,55.34 L 75 55.34\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 75 49.97\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,44.6 L 75 44.6\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 75 39.23\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,33.86 L 75 33.86\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 75 28.49\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,23.11 L 75 23.11\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 75 17.74\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,12.37 L 75 12.37\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 75 7\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,1.63 L 75 1.63\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-3.74 L 75 -3.74\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-9.11 L 75 -9.11\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-14.49 L 75 -14.49\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-19.86 L 75 -19.86\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-25.23 L 75 -25.23\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-30.6 L 75 -30.6\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-35.97 L 75 -35.97\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-41.34 L 75 -41.34\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 75 -46.71\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" </g>\n",
" <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-8\">\n",
" <path fill=\"none\" d=\"M-45.54,5 L -45.54 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-34.76,5 L -34.76 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-23.99,5 L -23.99 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-13.21,5 L -13.21 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-2.43,5 L -2.43 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M8.34,5 L 8.34 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M29.9,5 L 29.9 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M40.67,5 L 40.67 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M51.45,5 L 51.45 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M62.22,5 L 62.22 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M73,5 L 73 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M83.78,5 L 83.78 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M94.55,5 L 94.55 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M105.33,5 L 105.33 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M116.1,5 L 116.1 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M126.88,5 L 126.88 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M137.66,5 L 137.66 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-34.76,5 L -34.76 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-32.61,5 L -32.61 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-30.45,5 L -30.45 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-28.3,5 L -28.3 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-26.14,5 L -26.14 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-23.99,5 L -23.99 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-21.83,5 L -21.83 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-19.68,5 L -19.68 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-17.52,5 L -17.52 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-15.36,5 L -15.36 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-13.21,5 L -13.21 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-11.05,5 L -11.05 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-8.9,5 L -8.9 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-6.74,5 L -6.74 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-4.59,5 L -4.59 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-2.43,5 L -2.43 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-0.28,5 L -0.28 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M1.88,5 L 1.88 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M4.03,5 L 4.03 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M6.19,5 L 6.19 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M8.34,5 L 8.34 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M10.5,5 L 10.5 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M12.65,5 L 12.65 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M14.81,5 L 14.81 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M16.96,5 L 16.96 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M21.27,5 L 21.27 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M23.43,5 L 23.43 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M25.58,5 L 25.58 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M27.74,5 L 27.74 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M29.9,5 L 29.9 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M32.05,5 L 32.05 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M34.21,5 L 34.21 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M36.36,5 L 36.36 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M38.52,5 L 38.52 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M40.67,5 L 40.67 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M42.83,5 L 42.83 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M44.98,5 L 44.98 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M47.14,5 L 47.14 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M49.29,5 L 49.29 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M51.45,5 L 51.45 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M53.6,5 L 53.6 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M55.76,5 L 55.76 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M57.91,5 L 57.91 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M60.07,5 L 60.07 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M62.22,5 L 62.22 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M64.38,5 L 64.38 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M66.53,5 L 66.53 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M68.69,5 L 68.69 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M70.84,5 L 70.84 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M73,5 L 73 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M75.16,5 L 75.16 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M77.31,5 L 77.31 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M79.47,5 L 79.47 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M81.62,5 L 81.62 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M83.78,5 L 83.78 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M85.93,5 L 85.93 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M88.09,5 L 88.09 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M90.24,5 L 90.24 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M92.4,5 L 92.4 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M94.55,5 L 94.55 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M96.71,5 L 96.71 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M98.86,5 L 98.86 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M101.02,5 L 101.02 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M103.17,5 L 103.17 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M105.33,5 L 105.33 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M107.48,5 L 107.48 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M109.64,5 L 109.64 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M111.79,5 L 111.79 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M113.95,5 L 113.95 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M116.1,5 L 116.1 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M118.26,5 L 118.26 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M120.42,5 L 120.42 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M122.57,5 L 122.57 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M124.73,5 L 124.73 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M126.88,5 L 126.88 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-34.76,5 L -34.76 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M73,5 L 73 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M126.88,5 L 126.88 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M-34.76,5 L -34.76 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-29.37,5 L -29.37 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-23.99,5 L -23.99 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-18.6,5 L -18.6 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-13.21,5 L -13.21 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-7.82,5 L -7.82 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-2.43,5 L -2.43 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M2.95,5 L 2.95 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M8.34,5 L 8.34 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M13.73,5 L 13.73 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M24.51,5 L 24.51 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M29.9,5 L 29.9 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M35.28,5 L 35.28 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M40.67,5 L 40.67 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M46.06,5 L 46.06 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M51.45,5 L 51.45 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M56.84,5 L 56.84 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M62.22,5 L 62.22 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M67.61,5 L 67.61 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M73,5 L 73 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M78.39,5 L 78.39 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M83.78,5 L 83.78 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M89.16,5 L 89.16 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M94.55,5 L 94.55 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M99.94,5 L 99.94 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M105.33,5 L 105.33 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M110.72,5 L 110.72 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M116.1,5 L 116.1 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M121.49,5 L 121.49 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M126.88,5 L 126.88 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" </g>\n",
" <g class=\"plotpanel\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-9\">\n",
" <g stroke-width=\"0.3\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-10\">\n",
" <path fill=\"none\" d=\"M19.12,7 L 19.39 7.54 19.66 8.09 19.94 8.63 20.21 9.17 20.48 9.71 20.75 10.26 21.02 10.8 21.3 11.34 21.57 11.88 21.84 12.43 22.11 12.97 22.38 13.51 22.66 14.05 22.93 14.6 23.2 15.14 23.47 15.68 23.75 16.22 24.02 16.77 24.29 17.31 24.56 17.85 24.83 18.39 25.11 18.94 25.38 19.48 25.65 20.02 25.92 20.56 26.19 21.11 26.47 21.65 26.74 22.19 27.01 22.73 27.28 23.28 27.56 23.82 27.83 24.36 28.1 24.91 28.37 25.45 28.64 25.99 28.92 26.53 29.19 27.08 29.46 27.62 29.73 28.16 30 28.7 30.28 29.25 30.55 29.79 30.82 30.33 31.09 30.87 31.36 31.42 31.64 31.96 31.91 32.5 32.18 33.04 32.45 33.59 32.73 34.13 33 34.67 33.27 35.21 33.54 35.76 33.81 36.3 34.09 36.84 34.36 37.38 34.63 37.93 34.9 38.47 35.17 39.01 35.45 39.55 35.72 40.1 35.99 40.64 36.26 41.18 36.54 41.72 36.81 42.27 37.08 42.81 37.35 43.35 37.62 43.9 37.9 44.44 38.17 44.98 38.44 45.52 38.71 46.07 38.98 46.61 39.26 47.15 39.53 47.69 39.8 48.24 40.07 48.78 40.34 49.32 40.62 49.86 40.89 50.41 41.16 50.95 41.43 51.49 41.71 52.03 41.98 52.58 42.25 53.12 42.52 53.66 42.79 54.2 43.07 54.75 43.34 55.29 43.61 55.83 43.88 56.37 44.15 56.92 44.43 57.46 44.7 58 44.97 58.54 45.24 59.09 45.52 59.63 45.79 60.17 46.06 60.72\"/>\n",
" </g>\n",
" <g stroke-width=\"0.3\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-11\">\n",
" <path fill=\"none\" d=\"M19.12,33.86 L 19.66 34.13 20.21 34.4 20.75 34.67 21.3 34.94 21.84 35.21 22.38 35.49 22.93 35.76 23.47 36.03 24.02 36.3 24.56 36.57 25.11 36.84 25.65 37.11 26.19 37.38 26.74 37.66 27.28 37.93 27.83 38.2 28.37 38.47 28.92 38.74 29.46 39.01 30 39.28 30.55 39.55 31.09 39.83 31.64 40.1 32.18 40.37 32.73 40.64 33.27 40.91 33.81 41.18 34.36 41.45 34.9 41.72 35.45 42 35.99 42.27 36.54 42.54 37.08 42.81 37.62 43.08 38.17 43.35 38.71 43.62 39.26 43.9 39.8 44.17 40.34 44.44 40.89 44.71 41.43 44.98 41.98 45.25 42.52 45.52 43.07 45.79 43.61 46.07 44.15 46.34 44.7 46.61 45.24 46.88 45.79 47.15 46.33 47.42 46.88 47.69 47.42 47.96 47.96 48.24 48.51 48.51 49.05 48.78 49.6 49.05 50.14 49.32 50.69 49.59 51.23 49.86 51.77 50.13 52.32 50.41 52.86 50.68 53.41 50.95 53.95 51.22 54.5 51.49 55.04 51.76 55.58 52.03 56.13 52.31 56.67 52.58 57.22 52.85 57.76 53.12 58.31 53.39 58.85 53.66 59.39 53.93 59.94 54.2 60.48 54.48 61.03 54.75 61.57 55.02 62.11 55.29 62.66 55.56 63.2 55.83 63.75 56.1 64.29 56.37 64.84 56.65 65.38 56.92 65.92 57.19 66.47 57.46 67.01 57.73 67.56 58 68.1 58.27 68.65 58.54 69.19 58.82 69.73 59.09 70.28 59.36 70.82 59.63 71.37 59.9 71.91 60.17 72.46 60.44 73 60.72\"/>\n",
" </g>\n",
" </g>\n",
" <g opacity=\"0\" class=\"guide zoomslider\" stroke=\"none\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-12\">\n",
" <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-13\">\n",
" <rect x=\"68\" y=\"8\" width=\"4\" height=\"4\"/>\n",
" <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-14\">\n",
" <path d=\"M68.8,9.6 L 69.6 9.6 69.6 8.8 70.4 8.8 70.4 9.6 71.2 9.6 71.2 10.4 70.4 10.4 70.4 11.2 69.6 11.2 69.6 10.4 68.8 10.4 z\"/>\n",
" </g>\n",
" </g>\n",
" <g fill=\"#EAEAEA\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-15\">\n",
" <rect x=\"48.5\" y=\"8\" width=\"19\" height=\"4\"/>\n",
" </g>\n",
" <g class=\"zoomslider_thumb\" fill=\"#6A6A6A\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-16\">\n",
" <rect x=\"57\" y=\"8\" width=\"2\" height=\"4\"/>\n",
" </g>\n",
" <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-17\">\n",
" <rect x=\"44\" y=\"8\" width=\"4\" height=\"4\"/>\n",
" <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-18\">\n",
" <path d=\"M44.8,9.6 L 47.2 9.6 47.2 10.4 44.8 10.4 z\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-19\">\n",
" <text x=\"16.12\" y=\"125.17\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.6</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.5</text>\n",
" <text x=\"16.12\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.4</text>\n",
" <text x=\"16.12\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.3</text>\n",
" <text x=\"16.12\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.2</text>\n",
" <text x=\"16.12\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.1</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.0</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.1</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.2</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.3</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.4</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.5</text>\n",
" <text x=\"16.12\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.6</text>\n",
" <text x=\"16.12\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.7</text>\n",
" <text x=\"16.12\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.8</text>\n",
" <text x=\"16.12\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.9</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.0</text>\n",
" <text x=\"16.12\" y=\"-57.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.1</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.50</text>\n",
" <text x=\"16.12\" y=\"112.28\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.48</text>\n",
" <text x=\"16.12\" y=\"110.13\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.46</text>\n",
" <text x=\"16.12\" y=\"107.98\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.44</text>\n",
" <text x=\"16.12\" y=\"105.84\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.42</text>\n",
" <text x=\"16.12\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.40</text>\n",
" <text x=\"16.12\" y=\"101.54\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.38</text>\n",
" <text x=\"16.12\" y=\"99.39\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.36</text>\n",
" <text x=\"16.12\" y=\"97.24\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.34</text>\n",
" <text x=\"16.12\" y=\"95.09\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.32</text>\n",
" <text x=\"16.12\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.30</text>\n",
" <text x=\"16.12\" y=\"90.8\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.28</text>\n",
" <text x=\"16.12\" y=\"88.65\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.26</text>\n",
" <text x=\"16.12\" y=\"86.5\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.24</text>\n",
" <text x=\"16.12\" y=\"84.35\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.22</text>\n",
" <text x=\"16.12\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.20</text>\n",
" <text x=\"16.12\" y=\"80.05\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.18</text>\n",
" <text x=\"16.12\" y=\"77.9\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.16</text>\n",
" <text x=\"16.12\" y=\"75.76\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.14</text>\n",
" <text x=\"16.12\" y=\"73.61\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.12</text>\n",
" <text x=\"16.12\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.10</text>\n",
" <text x=\"16.12\" y=\"69.31\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.08</text>\n",
" <text x=\"16.12\" y=\"67.16\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.06</text>\n",
" <text x=\"16.12\" y=\"65.01\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.04</text>\n",
" <text x=\"16.12\" y=\"62.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.02</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.00</text>\n",
" <text x=\"16.12\" y=\"58.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.02</text>\n",
" <text x=\"16.12\" y=\"56.42\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.04</text>\n",
" <text x=\"16.12\" y=\"54.27\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.06</text>\n",
" <text x=\"16.12\" y=\"52.12\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.08</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.10</text>\n",
" <text x=\"16.12\" y=\"47.82\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.12</text>\n",
" <text x=\"16.12\" y=\"45.67\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.14</text>\n",
" <text x=\"16.12\" y=\"43.53\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.16</text>\n",
" <text x=\"16.12\" y=\"41.38\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.18</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.20</text>\n",
" <text x=\"16.12\" y=\"37.08\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.22</text>\n",
" <text x=\"16.12\" y=\"34.93\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.24</text>\n",
" <text x=\"16.12\" y=\"32.78\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.26</text>\n",
" <text x=\"16.12\" y=\"30.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.28</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.30</text>\n",
" <text x=\"16.12\" y=\"26.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.32</text>\n",
" <text x=\"16.12\" y=\"24.19\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.34</text>\n",
" <text x=\"16.12\" y=\"22.04\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.36</text>\n",
" <text x=\"16.12\" y=\"19.89\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.38</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.40</text>\n",
" <text x=\"16.12\" y=\"15.59\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.42</text>\n",
" <text x=\"16.12\" y=\"13.45\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.44</text>\n",
" <text x=\"16.12\" y=\"11.3\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.46</text>\n",
" <text x=\"16.12\" y=\"9.15\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.48</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.50</text>\n",
" <text x=\"16.12\" y=\"4.85\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.52</text>\n",
" <text x=\"16.12\" y=\"2.7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.54</text>\n",
" <text x=\"16.12\" y=\"0.55\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.56</text>\n",
" <text x=\"16.12\" y=\"-1.59\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.58</text>\n",
" <text x=\"16.12\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.60</text>\n",
" <text x=\"16.12\" y=\"-5.89\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.62</text>\n",
" <text x=\"16.12\" y=\"-8.04\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.64</text>\n",
" <text x=\"16.12\" y=\"-10.19\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.66</text>\n",
" <text x=\"16.12\" y=\"-12.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.68</text>\n",
" <text x=\"16.12\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.70</text>\n",
" <text x=\"16.12\" y=\"-16.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.72</text>\n",
" <text x=\"16.12\" y=\"-18.78\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.74</text>\n",
" <text x=\"16.12\" y=\"-20.93\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.76</text>\n",
" <text x=\"16.12\" y=\"-23.08\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.78</text>\n",
" <text x=\"16.12\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.80</text>\n",
" <text x=\"16.12\" y=\"-27.38\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.82</text>\n",
" <text x=\"16.12\" y=\"-29.53\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.84</text>\n",
" <text x=\"16.12\" y=\"-31.67\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.86</text>\n",
" <text x=\"16.12\" y=\"-33.82\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.88</text>\n",
" <text x=\"16.12\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.90</text>\n",
" <text x=\"16.12\" y=\"-38.12\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.92</text>\n",
" <text x=\"16.12\" y=\"-40.27\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.94</text>\n",
" <text x=\"16.12\" y=\"-42.42\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.96</text>\n",
" <text x=\"16.12\" y=\"-44.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.98</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">1.00</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">-0.5</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.0</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.5</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">1.0</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.50</text>\n",
" <text x=\"16.12\" y=\"109.06\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.45</text>\n",
" <text x=\"16.12\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.40</text>\n",
" <text x=\"16.12\" y=\"98.32\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.35</text>\n",
" <text x=\"16.12\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.30</text>\n",
" <text x=\"16.12\" y=\"87.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.25</text>\n",
" <text x=\"16.12\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.20</text>\n",
" <text x=\"16.12\" y=\"76.83\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.15</text>\n",
" <text x=\"16.12\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.10</text>\n",
" <text x=\"16.12\" y=\"66.09\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.05</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.00</text>\n",
" <text x=\"16.12\" y=\"55.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.05</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.10</text>\n",
" <text x=\"16.12\" y=\"44.6\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.15</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.20</text>\n",
" <text x=\"16.12\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.25</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.30</text>\n",
" <text x=\"16.12\" y=\"23.11\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.35</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.40</text>\n",
" <text x=\"16.12\" y=\"12.37\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.45</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.50</text>\n",
" <text x=\"16.12\" y=\"1.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.55</text>\n",
" <text x=\"16.12\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.60</text>\n",
" <text x=\"16.12\" y=\"-9.11\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.65</text>\n",
" <text x=\"16.12\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.70</text>\n",
" <text x=\"16.12\" y=\"-19.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.75</text>\n",
" <text x=\"16.12\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.80</text>\n",
" <text x=\"16.12\" y=\"-30.6\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.85</text>\n",
" <text x=\"16.12\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.90</text>\n",
" <text x=\"16.12\" y=\"-41.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.95</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">1.00</text>\n",
" </g>\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-222749bf07da4cb8998687f464df0e25-element-20\">\n",
" <text x=\"9.1\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\">p</text>\n",
" </g>\n",
"</g>\n",
"<defs>\n",
"<clipPath id=\"fig-222749bf07da4cb8998687f464df0e25-element-5\">\n",
" <path d=\"M17.12,5 L 75 5 75 62.72 17.12 62.72\" />\n",
"</clipPath\n",
"></defs>\n",
"<script> <![CDATA[\n",
"(function(N){var k=/[\\.\\/]/,L=/\\s*,\\s*/,C=function(a,d){return a-d},a,v,y={n:{}},M=function(){for(var a=0,d=this.length;a<d;a++)if(\"undefined\"!=typeof this[a])return this[a]},A=function(){for(var a=this.length;--a;)if(\"undefined\"!=typeof this[a])return this[a]},w=function(k,d){k=String(k);var f=v,n=Array.prototype.slice.call(arguments,2),u=w.listeners(k),p=0,b,q=[],e={},l=[],r=a;l.firstDefined=M;l.lastDefined=A;a=k;for(var s=v=0,x=u.length;s<x;s++)\"zIndex\"in u[s]&&(q.push(u[s].zIndex),0>u[s].zIndex&&\n",
"(e[u[s].zIndex]=u[s]));for(q.sort(C);0>q[p];)if(b=e[q[p++] ],l.push(b.apply(d,n)),v)return v=f,l;for(s=0;s<x;s++)if(b=u[s],\"zIndex\"in b)if(b.zIndex==q[p]){l.push(b.apply(d,n));if(v)break;do if(p++,(b=e[q[p] ])&&l.push(b.apply(d,n)),v)break;while(b)}else e[b.zIndex]=b;else if(l.push(b.apply(d,n)),v)break;v=f;a=r;return l};w._events=y;w.listeners=function(a){a=a.split(k);var d=y,f,n,u,p,b,q,e,l=[d],r=[];u=0;for(p=a.length;u<p;u++){e=[];b=0;for(q=l.length;b<q;b++)for(d=l[b].n,f=[d[a[u] ],d[\"*\"] ],n=2;n--;)if(d=\n",
"f[n])e.push(d),r=r.concat(d.f||[]);l=e}return r};w.on=function(a,d){a=String(a);if(\"function\"!=typeof d)return function(){};for(var f=a.split(L),n=0,u=f.length;n<u;n++)(function(a){a=a.split(k);for(var b=y,f,e=0,l=a.length;e<l;e++)b=b.n,b=b.hasOwnProperty(a[e])&&b[a[e] ]||(b[a[e] ]={n:{}});b.f=b.f||[];e=0;for(l=b.f.length;e<l;e++)if(b.f[e]==d){f=!0;break}!f&&b.f.push(d)})(f[n]);return function(a){+a==+a&&(d.zIndex=+a)}};w.f=function(a){var d=[].slice.call(arguments,1);return function(){w.apply(null,\n",
"[a,null].concat(d).concat([].slice.call(arguments,0)))}};w.stop=function(){v=1};w.nt=function(k){return k?(new RegExp(\"(?:\\\\.|\\\\/|^)\"+k+\"(?:\\\\.|\\\\/|$)\")).test(a):a};w.nts=function(){return a.split(k)};w.off=w.unbind=function(a,d){if(a){var f=a.split(L);if(1<f.length)for(var n=0,u=f.length;n<u;n++)w.off(f[n],d);else{for(var f=a.split(k),p,b,q,e,l=[y],n=0,u=f.length;n<u;n++)for(e=0;e<l.length;e+=q.length-2){q=[e,1];p=l[e].n;if(\"*\"!=f[n])p[f[n] ]&&q.push(p[f[n] ]);else for(b in p)p.hasOwnProperty(b)&&\n",
"q.push(p[b]);l.splice.apply(l,q)}n=0;for(u=l.length;n<u;n++)for(p=l[n];p.n;){if(d){if(p.f){e=0;for(f=p.f.length;e<f;e++)if(p.f[e]==d){p.f.splice(e,1);break}!p.f.length&&delete p.f}for(b in p.n)if(p.n.hasOwnProperty(b)&&p.n[b].f){q=p.n[b].f;e=0;for(f=q.length;e<f;e++)if(q[e]==d){q.splice(e,1);break}!q.length&&delete p.n[b].f}}else for(b in delete p.f,p.n)p.n.hasOwnProperty(b)&&p.n[b].f&&delete p.n[b].f;p=p.n}}}else w._events=y={n:{}}};w.once=function(a,d){var f=function(){w.unbind(a,f);return d.apply(this,\n",
"arguments)};return w.on(a,f)};w.version=\"0.4.2\";w.toString=function(){return\"You are running Eve 0.4.2\"};\"undefined\"!=typeof module&&module.exports?module.exports=w:\"function\"===typeof define&&define.amd?define(\"eve\",[],function(){return w}):N.eve=w})(this);\n",
"(function(N,k){\"function\"===typeof define&&define.amd?define(\"Snap.svg\",[\"eve\"],function(L){return k(N,L)}):k(N,N.eve)})(this,function(N,k){var L=function(a){var k={},y=N.requestAnimationFrame||N.webkitRequestAnimationFrame||N.mozRequestAnimationFrame||N.oRequestAnimationFrame||N.msRequestAnimationFrame||function(a){setTimeout(a,16)},M=Array.isArray||function(a){return a instanceof Array||\"[object Array]\"==Object.prototype.toString.call(a)},A=0,w=\"M\"+(+new Date).toString(36),z=function(a){if(null==\n",
"a)return this.s;var b=this.s-a;this.b+=this.dur*b;this.B+=this.dur*b;this.s=a},d=function(a){if(null==a)return this.spd;this.spd=a},f=function(a){if(null==a)return this.dur;this.s=this.s*a/this.dur;this.dur=a},n=function(){delete k[this.id];this.update();a(\"mina.stop.\"+this.id,this)},u=function(){this.pdif||(delete k[this.id],this.update(),this.pdif=this.get()-this.b)},p=function(){this.pdif&&(this.b=this.get()-this.pdif,delete this.pdif,k[this.id]=this)},b=function(){var a;if(M(this.start)){a=[];\n",
"for(var b=0,e=this.start.length;b<e;b++)a[b]=+this.start[b]+(this.end[b]-this.start[b])*this.easing(this.s)}else a=+this.start+(this.end-this.start)*this.easing(this.s);this.set(a)},q=function(){var l=0,b;for(b in k)if(k.hasOwnProperty(b)){var e=k[b],f=e.get();l++;e.s=(f-e.b)/(e.dur/e.spd);1<=e.s&&(delete k[b],e.s=1,l--,function(b){setTimeout(function(){a(\"mina.finish.\"+b.id,b)})}(e));e.update()}l&&y(q)},e=function(a,r,s,x,G,h,J){a={id:w+(A++).toString(36),start:a,end:r,b:s,s:0,dur:x-s,spd:1,get:G,\n",
"set:h,easing:J||e.linear,status:z,speed:d,duration:f,stop:n,pause:u,resume:p,update:b};k[a.id]=a;r=0;for(var K in k)if(k.hasOwnProperty(K)&&(r++,2==r))break;1==r&&y(q);return a};e.time=Date.now||function(){return+new Date};e.getById=function(a){return k[a]||null};e.linear=function(a){return a};e.easeout=function(a){return Math.pow(a,1.7)};e.easein=function(a){return Math.pow(a,0.48)};e.easeinout=function(a){if(1==a)return 1;if(0==a)return 0;var b=0.48-a/1.04,e=Math.sqrt(0.1734+b*b);a=e-b;a=Math.pow(Math.abs(a),\n",
"1/3)*(0>a?-1:1);b=-e-b;b=Math.pow(Math.abs(b),1/3)*(0>b?-1:1);a=a+b+0.5;return 3*(1-a)*a*a+a*a*a};e.backin=function(a){return 1==a?1:a*a*(2.70158*a-1.70158)};e.backout=function(a){if(0==a)return 0;a-=1;return a*a*(2.70158*a+1.70158)+1};e.elastic=function(a){return a==!!a?a:Math.pow(2,-10*a)*Math.sin(2*(a-0.075)*Math.PI/0.3)+1};e.bounce=function(a){a<1/2.75?a*=7.5625*a:a<2/2.75?(a-=1.5/2.75,a=7.5625*a*a+0.75):a<2.5/2.75?(a-=2.25/2.75,a=7.5625*a*a+0.9375):(a-=2.625/2.75,a=7.5625*a*a+0.984375);return a};\n",
"return N.mina=e}(\"undefined\"==typeof k?function(){}:k),C=function(){function a(c,t){if(c){if(c.tagName)return x(c);if(y(c,\"array\")&&a.set)return a.set.apply(a,c);if(c instanceof e)return c;if(null==t)return c=G.doc.querySelector(c),x(c)}return new s(null==c?\"100%\":c,null==t?\"100%\":t)}function v(c,a){if(a){\"#text\"==c&&(c=G.doc.createTextNode(a.text||\"\"));\"string\"==typeof c&&(c=v(c));if(\"string\"==typeof a)return\"xlink:\"==a.substring(0,6)?c.getAttributeNS(m,a.substring(6)):\"xml:\"==a.substring(0,4)?c.getAttributeNS(la,\n",
"a.substring(4)):c.getAttribute(a);for(var da in a)if(a[h](da)){var b=J(a[da]);b?\"xlink:\"==da.substring(0,6)?c.setAttributeNS(m,da.substring(6),b):\"xml:\"==da.substring(0,4)?c.setAttributeNS(la,da.substring(4),b):c.setAttribute(da,b):c.removeAttribute(da)}}else c=G.doc.createElementNS(la,c);return c}function y(c,a){a=J.prototype.toLowerCase.call(a);return\"finite\"==a?isFinite(c):\"array\"==a&&(c instanceof Array||Array.isArray&&Array.isArray(c))?!0:\"null\"==a&&null===c||a==typeof c&&null!==c||\"object\"==\n",
"a&&c===Object(c)||$.call(c).slice(8,-1).toLowerCase()==a}function M(c){if(\"function\"==typeof c||Object(c)!==c)return c;var a=new c.constructor,b;for(b in c)c[h](b)&&(a[b]=M(c[b]));return a}function A(c,a,b){function m(){var e=Array.prototype.slice.call(arguments,0),f=e.join(\"\\u2400\"),d=m.cache=m.cache||{},l=m.count=m.count||[];if(d[h](f)){a:for(var e=l,l=f,B=0,H=e.length;B<H;B++)if(e[B]===l){e.push(e.splice(B,1)[0]);break a}return b?b(d[f]):d[f]}1E3<=l.length&&delete d[l.shift()];l.push(f);d[f]=c.apply(a,\n",
"e);return b?b(d[f]):d[f]}return m}function w(c,a,b,m,e,f){return null==e?(c-=b,a-=m,c||a?(180*I.atan2(-a,-c)/C+540)%360:0):w(c,a,e,f)-w(b,m,e,f)}function z(c){return c%360*C/180}function d(c){var a=[];c=c.replace(/(?:^|\\s)(\\w+)\\(([^)]+)\\)/g,function(c,b,m){m=m.split(/\\s*,\\s*|\\s+/);\"rotate\"==b&&1==m.length&&m.push(0,0);\"scale\"==b&&(2<m.length?m=m.slice(0,2):2==m.length&&m.push(0,0),1==m.length&&m.push(m[0],0,0));\"skewX\"==b?a.push([\"m\",1,0,I.tan(z(m[0])),1,0,0]):\"skewY\"==b?a.push([\"m\",1,I.tan(z(m[0])),\n",
"0,1,0,0]):a.push([b.charAt(0)].concat(m));return c});return a}function f(c,t){var b=O(c),m=new a.Matrix;if(b)for(var e=0,f=b.length;e<f;e++){var h=b[e],d=h.length,B=J(h[0]).toLowerCase(),H=h[0]!=B,l=H?m.invert():0,E;\"t\"==B&&2==d?m.translate(h[1],0):\"t\"==B&&3==d?H?(d=l.x(0,0),B=l.y(0,0),H=l.x(h[1],h[2]),l=l.y(h[1],h[2]),m.translate(H-d,l-B)):m.translate(h[1],h[2]):\"r\"==B?2==d?(E=E||t,m.rotate(h[1],E.x+E.width/2,E.y+E.height/2)):4==d&&(H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.rotate(h[1],H,l)):m.rotate(h[1],\n",
"h[2],h[3])):\"s\"==B?2==d||3==d?(E=E||t,m.scale(h[1],h[d-1],E.x+E.width/2,E.y+E.height/2)):4==d?H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.scale(h[1],h[1],H,l)):m.scale(h[1],h[1],h[2],h[3]):5==d&&(H?(H=l.x(h[3],h[4]),l=l.y(h[3],h[4]),m.scale(h[1],h[2],H,l)):m.scale(h[1],h[2],h[3],h[4])):\"m\"==B&&7==d&&m.add(h[1],h[2],h[3],h[4],h[5],h[6])}return m}function n(c,t){if(null==t){var m=!0;t=\"linearGradient\"==c.type||\"radialGradient\"==c.type?c.node.getAttribute(\"gradientTransform\"):\"pattern\"==c.type?c.node.getAttribute(\"patternTransform\"):\n",
"c.node.getAttribute(\"transform\");if(!t)return new a.Matrix;t=d(t)}else t=a._.rgTransform.test(t)?J(t).replace(/\\.{3}|\\u2026/g,c._.transform||aa):d(t),y(t,\"array\")&&(t=a.path?a.path.toString.call(t):J(t)),c._.transform=t;var b=f(t,c.getBBox(1));if(m)return b;c.matrix=b}function u(c){c=c.node.ownerSVGElement&&x(c.node.ownerSVGElement)||c.node.parentNode&&x(c.node.parentNode)||a.select(\"svg\")||a(0,0);var t=c.select(\"defs\"),t=null==t?!1:t.node;t||(t=r(\"defs\",c.node).node);return t}function p(c){return c.node.ownerSVGElement&&\n",
"x(c.node.ownerSVGElement)||a.select(\"svg\")}function b(c,a,m){function b(c){if(null==c)return aa;if(c==+c)return c;v(B,{width:c});try{return B.getBBox().width}catch(a){return 0}}function h(c){if(null==c)return aa;if(c==+c)return c;v(B,{height:c});try{return B.getBBox().height}catch(a){return 0}}function e(b,B){null==a?d[b]=B(c.attr(b)||0):b==a&&(d=B(null==m?c.attr(b)||0:m))}var f=p(c).node,d={},B=f.querySelector(\".svg---mgr\");B||(B=v(\"rect\"),v(B,{x:-9E9,y:-9E9,width:10,height:10,\"class\":\"svg---mgr\",\n",
"fill:\"none\"}),f.appendChild(B));switch(c.type){case \"rect\":e(\"rx\",b),e(\"ry\",h);case \"image\":e(\"width\",b),e(\"height\",h);case \"text\":e(\"x\",b);e(\"y\",h);break;case \"circle\":e(\"cx\",b);e(\"cy\",h);e(\"r\",b);break;case \"ellipse\":e(\"cx\",b);e(\"cy\",h);e(\"rx\",b);e(\"ry\",h);break;case \"line\":e(\"x1\",b);e(\"x2\",b);e(\"y1\",h);e(\"y2\",h);break;case \"marker\":e(\"refX\",b);e(\"markerWidth\",b);e(\"refY\",h);e(\"markerHeight\",h);break;case \"radialGradient\":e(\"fx\",b);e(\"fy\",h);break;case \"tspan\":e(\"dx\",b);e(\"dy\",h);break;default:e(a,\n",
"b)}f.removeChild(B);return d}function q(c){y(c,\"array\")||(c=Array.prototype.slice.call(arguments,0));for(var a=0,b=0,m=this.node;this[a];)delete this[a++];for(a=0;a<c.length;a++)\"set\"==c[a].type?c[a].forEach(function(c){m.appendChild(c.node)}):m.appendChild(c[a].node);for(var h=m.childNodes,a=0;a<h.length;a++)this[b++]=x(h[a]);return this}function e(c){if(c.snap in E)return E[c.snap];var a=this.id=V(),b;try{b=c.ownerSVGElement}catch(m){}this.node=c;b&&(this.paper=new s(b));this.type=c.tagName;this.anims=\n",
"{};this._={transform:[]};c.snap=a;E[a]=this;\"g\"==this.type&&(this.add=q);if(this.type in{g:1,mask:1,pattern:1})for(var e in s.prototype)s.prototype[h](e)&&(this[e]=s.prototype[e])}function l(c){this.node=c}function r(c,a){var b=v(c);a.appendChild(b);return x(b)}function s(c,a){var b,m,f,d=s.prototype;if(c&&\"svg\"==c.tagName){if(c.snap in E)return E[c.snap];var l=c.ownerDocument;b=new e(c);m=c.getElementsByTagName(\"desc\")[0];f=c.getElementsByTagName(\"defs\")[0];m||(m=v(\"desc\"),m.appendChild(l.createTextNode(\"Created with Snap\")),\n",
"b.node.appendChild(m));f||(f=v(\"defs\"),b.node.appendChild(f));b.defs=f;for(var ca in d)d[h](ca)&&(b[ca]=d[ca]);b.paper=b.root=b}else b=r(\"svg\",G.doc.body),v(b.node,{height:a,version:1.1,width:c,xmlns:la});return b}function x(c){return!c||c instanceof e||c instanceof l?c:c.tagName&&\"svg\"==c.tagName.toLowerCase()?new s(c):c.tagName&&\"object\"==c.tagName.toLowerCase()&&\"image/svg+xml\"==c.type?new s(c.contentDocument.getElementsByTagName(\"svg\")[0]):new e(c)}a.version=\"0.3.0\";a.toString=function(){return\"Snap v\"+\n",
"this.version};a._={};var G={win:N,doc:N.document};a._.glob=G;var h=\"hasOwnProperty\",J=String,K=parseFloat,U=parseInt,I=Math,P=I.max,Q=I.min,Y=I.abs,C=I.PI,aa=\"\",$=Object.prototype.toString,F=/^\\s*((#[a-f\\d]{6})|(#[a-f\\d]{3})|rgba?\\(\\s*([\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?(?:\\s*,\\s*[\\d\\.]+%?)?)\\s*\\)|hsba?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\)|hsla?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\))\\s*$/i;a._.separator=\n",
"RegExp(\"[,\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]+\");var S=RegExp(\"[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\"),X={hs:1,rg:1},W=RegExp(\"([a-z])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\n",
"\"ig\"),ma=RegExp(\"([rstm])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\"ig\"),Z=RegExp(\"(-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?)[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\",\n",
"\"ig\"),na=0,ba=\"S\"+(+new Date).toString(36),V=function(){return ba+(na++).toString(36)},m=\"http://www.w3.org/1999/xlink\",la=\"http://www.w3.org/2000/svg\",E={},ca=a.url=function(c){return\"url('#\"+c+\"')\"};a._.$=v;a._.id=V;a.format=function(){var c=/\\{([^\\}]+)\\}/g,a=/(?:(?:^|\\.)(.+?)(?=\\[|\\.|$|\\()|\\[('|\")(.+?)\\2\\])(\\(\\))?/g,b=function(c,b,m){var h=m;b.replace(a,function(c,a,b,m,t){a=a||m;h&&(a in h&&(h=h[a]),\"function\"==typeof h&&t&&(h=h()))});return h=(null==h||h==m?c:h)+\"\"};return function(a,m){return J(a).replace(c,\n",
"function(c,a){return b(c,a,m)})}}();a._.clone=M;a._.cacher=A;a.rad=z;a.deg=function(c){return 180*c/C%360};a.angle=w;a.is=y;a.snapTo=function(c,a,b){b=y(b,\"finite\")?b:10;if(y(c,\"array\"))for(var m=c.length;m--;){if(Y(c[m]-a)<=b)return c[m]}else{c=+c;m=a%c;if(m<b)return a-m;if(m>c-b)return a-m+c}return a};a.getRGB=A(function(c){if(!c||(c=J(c)).indexOf(\"-\")+1)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};if(\"none\"==c)return{r:-1,g:-1,b:-1,hex:\"none\",toString:ka};!X[h](c.toLowerCase().substring(0,\n",
"2))&&\"#\"!=c.charAt()&&(c=T(c));if(!c)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};var b,m,e,f,d;if(c=c.match(F)){c[2]&&(e=U(c[2].substring(5),16),m=U(c[2].substring(3,5),16),b=U(c[2].substring(1,3),16));c[3]&&(e=U((d=c[3].charAt(3))+d,16),m=U((d=c[3].charAt(2))+d,16),b=U((d=c[3].charAt(1))+d,16));c[4]&&(d=c[4].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b*=2.55),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m*=2.55),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e*=2.55),\"rgba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),\n",
"d[3]&&\"%\"==d[3].slice(-1)&&(f/=100));if(c[5])return d=c[5].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsb2rgb(b,m,e,f);if(c[6])return d=c[6].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\n",
"\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsla\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsl2rgb(b,m,e,f);b=Q(I.round(b),255);m=Q(I.round(m),255);e=Q(I.round(e),255);f=Q(P(f,0),1);c={r:b,g:m,b:e,toString:ka};c.hex=\"#\"+(16777216|e|m<<8|b<<16).toString(16).slice(1);c.opacity=y(f,\"finite\")?f:1;return c}return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka}},a);a.hsb=A(function(c,b,m){return a.hsb2rgb(c,b,m).hex});a.hsl=A(function(c,b,m){return a.hsl2rgb(c,\n",
"b,m).hex});a.rgb=A(function(c,a,b,m){if(y(m,\"finite\")){var e=I.round;return\"rgba(\"+[e(c),e(a),e(b),+m.toFixed(2)]+\")\"}return\"#\"+(16777216|b|a<<8|c<<16).toString(16).slice(1)});var T=function(c){var a=G.doc.getElementsByTagName(\"head\")[0]||G.doc.getElementsByTagName(\"svg\")[0];T=A(function(c){if(\"red\"==c.toLowerCase())return\"rgb(255, 0, 0)\";a.style.color=\"rgb(255, 0, 0)\";a.style.color=c;c=G.doc.defaultView.getComputedStyle(a,aa).getPropertyValue(\"color\");return\"rgb(255, 0, 0)\"==c?null:c});return T(c)},\n",
"qa=function(){return\"hsb(\"+[this.h,this.s,this.b]+\")\"},ra=function(){return\"hsl(\"+[this.h,this.s,this.l]+\")\"},ka=function(){return 1==this.opacity||null==this.opacity?this.hex:\"rgba(\"+[this.r,this.g,this.b,this.opacity]+\")\"},D=function(c,b,m){null==b&&y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&(m=c.b,b=c.g,c=c.r);null==b&&y(c,string)&&(m=a.getRGB(c),c=m.r,b=m.g,m=m.b);if(1<c||1<b||1<m)c/=255,b/=255,m/=255;return[c,b,m]},oa=function(c,b,m,e){c=I.round(255*c);b=I.round(255*b);m=I.round(255*m);c={r:c,\n",
"g:b,b:m,opacity:y(e,\"finite\")?e:1,hex:a.rgb(c,b,m),toString:ka};y(e,\"finite\")&&(c.opacity=e);return c};a.color=function(c){var b;y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c?(b=a.hsb2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c?(b=a.hsl2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):(y(c,\"string\")&&(c=a.getRGB(c)),y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&!(\"error\"in c)?(b=a.rgb2hsl(c),c.h=b.h,c.s=b.s,c.l=b.l,b=a.rgb2hsb(c),c.v=b.b):(c={hex:\"none\"},\n",
"c.r=c.g=c.b=c.h=c.s=c.v=c.l=-1,c.error=1));c.toString=ka;return c};a.hsb2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c&&(b=c.b,a=c.s,c=c.h,m=c.o);var e,h,d;c=360*c%360/60;d=b*a;a=d*(1-Y(c%2-1));b=e=h=b-d;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.hsl2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c&&(b=c.l,a=c.s,c=c.h);if(1<c||1<a||1<b)c/=360,a/=100,b/=100;var e,h,d;c=360*c%360/60;d=2*a*(0.5>b?b:1-b);a=d*(1-Y(c%2-1));b=e=\n",
"h=b-d/2;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.rgb2hsb=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e;m=P(c,a,b);e=m-Q(c,a,b);c=((0==e?0:m==c?(a-b)/e:m==a?(b-c)/e+2:(c-a)/e+4)+360)%6*60/360;return{h:c,s:0==e?0:e/m,b:m,toString:qa}};a.rgb2hsl=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e,h;m=P(c,a,b);e=Q(c,a,b);h=m-e;c=((0==h?0:m==c?(a-b)/h:m==a?(b-c)/h+2:(c-a)/h+4)+360)%6*60/360;m=(m+e)/2;return{h:c,s:0==h?0:0.5>m?h/(2*m):h/(2-2*\n",
"m),l:m,toString:ra}};a.parsePathString=function(c){if(!c)return null;var b=a.path(c);if(b.arr)return a.path.clone(b.arr);var m={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},e=[];y(c,\"array\")&&y(c[0],\"array\")&&(e=a.path.clone(c));e.length||J(c).replace(W,function(c,a,b){var h=[];c=a.toLowerCase();b.replace(Z,function(c,a){a&&h.push(+a)});\"m\"==c&&2<h.length&&(e.push([a].concat(h.splice(0,2))),c=\"l\",a=\"m\"==a?\"l\":\"L\");\"o\"==c&&1==h.length&&e.push([a,h[0] ]);if(\"r\"==c)e.push([a].concat(h));else for(;h.length>=\n",
"m[c]&&(e.push([a].concat(h.splice(0,m[c]))),m[c]););});e.toString=a.path.toString;b.arr=a.path.clone(e);return e};var O=a.parseTransformString=function(c){if(!c)return null;var b=[];y(c,\"array\")&&y(c[0],\"array\")&&(b=a.path.clone(c));b.length||J(c).replace(ma,function(c,a,m){var e=[];a.toLowerCase();m.replace(Z,function(c,a){a&&e.push(+a)});b.push([a].concat(e))});b.toString=a.path.toString;return b};a._.svgTransform2string=d;a._.rgTransform=RegExp(\"^[a-z][\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*-?\\\\.?\\\\d\",\n",
"\"i\");a._.transform2matrix=f;a._unit2px=b;a._.getSomeDefs=u;a._.getSomeSVG=p;a.select=function(c){return x(G.doc.querySelector(c))};a.selectAll=function(c){c=G.doc.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};setInterval(function(){for(var c in E)if(E[h](c)){var a=E[c],b=a.node;(\"svg\"!=a.type&&!b.ownerSVGElement||\"svg\"==a.type&&(!b.parentNode||\"ownerSVGElement\"in b.parentNode&&!b.ownerSVGElement))&&delete E[c]}},1E4);(function(c){function m(c){function a(c,\n",
"b){var m=v(c.node,b);(m=(m=m&&m.match(d))&&m[2])&&\"#\"==m.charAt()&&(m=m.substring(1))&&(f[m]=(f[m]||[]).concat(function(a){var m={};m[b]=ca(a);v(c.node,m)}))}function b(c){var a=v(c.node,\"xlink:href\");a&&\"#\"==a.charAt()&&(a=a.substring(1))&&(f[a]=(f[a]||[]).concat(function(a){c.attr(\"xlink:href\",\"#\"+a)}))}var e=c.selectAll(\"*\"),h,d=/^\\s*url\\((\"|'|)(.*)\\1\\)\\s*$/;c=[];for(var f={},l=0,E=e.length;l<E;l++){h=e[l];a(h,\"fill\");a(h,\"stroke\");a(h,\"filter\");a(h,\"mask\");a(h,\"clip-path\");b(h);var t=v(h.node,\n",
"\"id\");t&&(v(h.node,{id:h.id}),c.push({old:t,id:h.id}))}l=0;for(E=c.length;l<E;l++)if(e=f[c[l].old])for(h=0,t=e.length;h<t;h++)e[h](c[l].id)}function e(c,a,b){return function(m){m=m.slice(c,a);1==m.length&&(m=m[0]);return b?b(m):m}}function d(c){return function(){var a=c?\"<\"+this.type:\"\",b=this.node.attributes,m=this.node.childNodes;if(c)for(var e=0,h=b.length;e<h;e++)a+=\" \"+b[e].name+'=\"'+b[e].value.replace(/\"/g,'\\\\\"')+'\"';if(m.length){c&&(a+=\">\");e=0;for(h=m.length;e<h;e++)3==m[e].nodeType?a+=m[e].nodeValue:\n",
"1==m[e].nodeType&&(a+=x(m[e]).toString());c&&(a+=\"</\"+this.type+\">\")}else c&&(a+=\"/>\");return a}}c.attr=function(c,a){if(!c)return this;if(y(c,\"string\"))if(1<arguments.length){var b={};b[c]=a;c=b}else return k(\"snap.util.getattr.\"+c,this).firstDefined();for(var m in c)c[h](m)&&k(\"snap.util.attr.\"+m,this,c[m]);return this};c.getBBox=function(c){if(!a.Matrix||!a.path)return this.node.getBBox();var b=this,m=new a.Matrix;if(b.removed)return a._.box();for(;\"use\"==b.type;)if(c||(m=m.add(b.transform().localMatrix.translate(b.attr(\"x\")||\n",
"0,b.attr(\"y\")||0))),b.original)b=b.original;else var e=b.attr(\"xlink:href\"),b=b.original=b.node.ownerDocument.getElementById(e.substring(e.indexOf(\"#\")+1));var e=b._,h=a.path.get[b.type]||a.path.get.deflt;try{if(c)return e.bboxwt=h?a.path.getBBox(b.realPath=h(b)):a._.box(b.node.getBBox()),a._.box(e.bboxwt);b.realPath=h(b);b.matrix=b.transform().localMatrix;e.bbox=a.path.getBBox(a.path.map(b.realPath,m.add(b.matrix)));return a._.box(e.bbox)}catch(d){return a._.box()}};var f=function(){return this.string};\n",
"c.transform=function(c){var b=this._;if(null==c){var m=this;c=new a.Matrix(this.node.getCTM());for(var e=n(this),h=[e],d=new a.Matrix,l=e.toTransformString(),b=J(e)==J(this.matrix)?J(b.transform):l;\"svg\"!=m.type&&(m=m.parent());)h.push(n(m));for(m=h.length;m--;)d.add(h[m]);return{string:b,globalMatrix:c,totalMatrix:d,localMatrix:e,diffMatrix:c.clone().add(e.invert()),global:c.toTransformString(),total:d.toTransformString(),local:l,toString:f}}c instanceof a.Matrix?this.matrix=c:n(this,c);this.node&&\n",
"(\"linearGradient\"==this.type||\"radialGradient\"==this.type?v(this.node,{gradientTransform:this.matrix}):\"pattern\"==this.type?v(this.node,{patternTransform:this.matrix}):v(this.node,{transform:this.matrix}));return this};c.parent=function(){return x(this.node.parentNode)};c.append=c.add=function(c){if(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){a.add(c)});return this}c=x(c);this.node.appendChild(c.node);c.paper=this.paper}return this};c.appendTo=function(c){c&&(c=x(c),c.append(this));return this};\n",
"c.prepend=function(c){if(c){if(\"set\"==c.type){var a=this,b;c.forEach(function(c){b?b.after(c):a.prepend(c);b=c});return this}c=x(c);var m=c.parent();this.node.insertBefore(c.node,this.node.firstChild);this.add&&this.add();c.paper=this.paper;this.parent()&&this.parent().add();m&&m.add()}return this};c.prependTo=function(c){c=x(c);c.prepend(this);return this};c.before=function(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){var b=c.parent();a.node.parentNode.insertBefore(c.node,a.node);b&&b.add()});\n",
"this.parent().add();return this}c=x(c);var b=c.parent();this.node.parentNode.insertBefore(c.node,this.node);this.parent()&&this.parent().add();b&&b.add();c.paper=this.paper;return this};c.after=function(c){c=x(c);var a=c.parent();this.node.nextSibling?this.node.parentNode.insertBefore(c.node,this.node.nextSibling):this.node.parentNode.appendChild(c.node);this.parent()&&this.parent().add();a&&a.add();c.paper=this.paper;return this};c.insertBefore=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,\n",
"c.node);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.insertAfter=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,c.node.nextSibling);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.remove=function(){var c=this.parent();this.node.parentNode&&this.node.parentNode.removeChild(this.node);delete this.paper;this.removed=!0;c&&c.add();return this};c.select=function(c){return x(this.node.querySelector(c))};c.selectAll=\n",
"function(c){c=this.node.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};c.asPX=function(c,a){null==a&&(a=this.attr(c));return+b(this,c,a)};c.use=function(){var c,a=this.node.id;a||(a=this.id,v(this.node,{id:a}));c=\"linearGradient\"==this.type||\"radialGradient\"==this.type||\"pattern\"==this.type?r(this.type,this.node.parentNode):r(\"use\",this.node.parentNode);v(c.node,{\"xlink:href\":\"#\"+a});c.original=this;return c};var l=/\\S+/g;c.addClass=function(c){var a=(c||\n",
"\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h,d;if(a.length){for(e=0;d=a[e++];)h=m.indexOf(d),~h||m.push(d);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.removeClass=function(c){var a=(c||\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h;if(m.length){for(e=0;h=a[e++];)h=m.indexOf(h),~h&&m.splice(h,1);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.hasClass=function(c){return!!~(this.node.className.baseVal.match(l)||[]).indexOf(c)};\n",
"c.toggleClass=function(c,a){if(null!=a)return a?this.addClass(c):this.removeClass(c);var b=(c||\"\").match(l)||[],m=this.node,e=m.className.baseVal,h=e.match(l)||[],d,f,E;for(d=0;E=b[d++];)f=h.indexOf(E),~f?h.splice(f,1):h.push(E);b=h.join(\" \");e!=b&&(m.className.baseVal=b);return this};c.clone=function(){var c=x(this.node.cloneNode(!0));v(c.node,\"id\")&&v(c.node,{id:c.id});m(c);c.insertAfter(this);return c};c.toDefs=function(){u(this).appendChild(this.node);return this};c.pattern=c.toPattern=function(c,\n",
"a,b,m){var e=r(\"pattern\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,c=c.x);v(e.node,{x:c,y:a,width:b,height:m,patternUnits:\"userSpaceOnUse\",id:e.id,viewBox:[c,a,b,m].join(\" \")});e.node.appendChild(this.node);return e};c.marker=function(c,a,b,m,e,h){var d=r(\"marker\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,e=c.refX||c.cx,h=c.refY||c.cy,c=c.x);v(d.node,{viewBox:[c,a,b,m].join(\" \"),markerWidth:b,markerHeight:m,\n",
"orient:\"auto\",refX:e||0,refY:h||0,id:d.id});d.node.appendChild(this.node);return d};var E=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);this.attr=c;this.dur=a;b&&(this.easing=b);m&&(this.callback=m)};a._.Animation=E;a.animation=function(c,a,b,m){return new E(c,a,b,m)};c.inAnim=function(){var c=[],a;for(a in this.anims)this.anims[h](a)&&function(a){c.push({anim:new E(a._attrs,a.dur,a.easing,a._callback),mina:a,curStatus:a.status(),status:function(c){return a.status(c)},stop:function(){a.stop()}})}(this.anims[a]);\n",
"return c};a.animate=function(c,a,b,m,e,h){\"function\"!=typeof e||e.length||(h=e,e=L.linear);var d=L.time();c=L(c,a,d,d+m,L.time,b,e);h&&k.once(\"mina.finish.\"+c.id,h);return c};c.stop=function(){for(var c=this.inAnim(),a=0,b=c.length;a<b;a++)c[a].stop();return this};c.animate=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);c instanceof E&&(m=c.callback,b=c.easing,a=b.dur,c=c.attr);var d=[],f=[],l={},t,ca,n,T=this,q;for(q in c)if(c[h](q)){T.equal?(n=T.equal(q,J(c[q])),t=n.from,ca=\n",
"n.to,n=n.f):(t=+T.attr(q),ca=+c[q]);var la=y(t,\"array\")?t.length:1;l[q]=e(d.length,d.length+la,n);d=d.concat(t);f=f.concat(ca)}t=L.time();var p=L(d,f,t,t+a,L.time,function(c){var a={},b;for(b in l)l[h](b)&&(a[b]=l[b](c));T.attr(a)},b);T.anims[p.id]=p;p._attrs=c;p._callback=m;k(\"snap.animcreated.\"+T.id,p);k.once(\"mina.finish.\"+p.id,function(){delete T.anims[p.id];m&&m.call(T)});k.once(\"mina.stop.\"+p.id,function(){delete T.anims[p.id]});return T};var T={};c.data=function(c,b){var m=T[this.id]=T[this.id]||\n",
"{};if(0==arguments.length)return k(\"snap.data.get.\"+this.id,this,m,null),m;if(1==arguments.length){if(a.is(c,\"object\")){for(var e in c)c[h](e)&&this.data(e,c[e]);return this}k(\"snap.data.get.\"+this.id,this,m[c],c);return m[c]}m[c]=b;k(\"snap.data.set.\"+this.id,this,b,c);return this};c.removeData=function(c){null==c?T[this.id]={}:T[this.id]&&delete T[this.id][c];return this};c.outerSVG=c.toString=d(1);c.innerSVG=d()})(e.prototype);a.parse=function(c){var a=G.doc.createDocumentFragment(),b=!0,m=G.doc.createElement(\"div\");\n",
"c=J(c);c.match(/^\\s*<\\s*svg(?:\\s|>)/)||(c=\"<svg>\"+c+\"</svg>\",b=!1);m.innerHTML=c;if(c=m.getElementsByTagName(\"svg\")[0])if(b)a=c;else for(;c.firstChild;)a.appendChild(c.firstChild);m.innerHTML=aa;return new l(a)};l.prototype.select=e.prototype.select;l.prototype.selectAll=e.prototype.selectAll;a.fragment=function(){for(var c=Array.prototype.slice.call(arguments,0),b=G.doc.createDocumentFragment(),m=0,e=c.length;m<e;m++){var h=c[m];h.node&&h.node.nodeType&&b.appendChild(h.node);h.nodeType&&b.appendChild(h);\n",
"\"string\"==typeof h&&b.appendChild(a.parse(h).node)}return new l(b)};a._.make=r;a._.wrap=x;s.prototype.el=function(c,a){var b=r(c,this.node);a&&b.attr(a);return b};k.on(\"snap.util.getattr\",function(){var c=k.nt(),c=c.substring(c.lastIndexOf(\".\")+1),a=c.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});return pa[h](a)?this.node.ownerDocument.defaultView.getComputedStyle(this.node,null).getPropertyValue(a):v(this.node,c)});var pa={\"alignment-baseline\":0,\"baseline-shift\":0,clip:0,\"clip-path\":0,\n",
"\"clip-rule\":0,color:0,\"color-interpolation\":0,\"color-interpolation-filters\":0,\"color-profile\":0,\"color-rendering\":0,cursor:0,direction:0,display:0,\"dominant-baseline\":0,\"enable-background\":0,fill:0,\"fill-opacity\":0,\"fill-rule\":0,filter:0,\"flood-color\":0,\"flood-opacity\":0,font:0,\"font-family\":0,\"font-size\":0,\"font-size-adjust\":0,\"font-stretch\":0,\"font-style\":0,\"font-variant\":0,\"font-weight\":0,\"glyph-orientation-horizontal\":0,\"glyph-orientation-vertical\":0,\"image-rendering\":0,kerning:0,\"letter-spacing\":0,\n",
"\"lighting-color\":0,marker:0,\"marker-end\":0,\"marker-mid\":0,\"marker-start\":0,mask:0,opacity:0,overflow:0,\"pointer-events\":0,\"shape-rendering\":0,\"stop-color\":0,\"stop-opacity\":0,stroke:0,\"stroke-dasharray\":0,\"stroke-dashoffset\":0,\"stroke-linecap\":0,\"stroke-linejoin\":0,\"stroke-miterlimit\":0,\"stroke-opacity\":0,\"stroke-width\":0,\"text-anchor\":0,\"text-decoration\":0,\"text-rendering\":0,\"unicode-bidi\":0,visibility:0,\"word-spacing\":0,\"writing-mode\":0};k.on(\"snap.util.attr\",function(c){var a=k.nt(),b={},a=a.substring(a.lastIndexOf(\".\")+\n",
"1);b[a]=c;var m=a.replace(/-(\\w)/gi,function(c,a){return a.toUpperCase()}),a=a.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});pa[h](a)?this.node.style[m]=null==c?aa:c:v(this.node,b)});a.ajax=function(c,a,b,m){var e=new XMLHttpRequest,h=V();if(e){if(y(a,\"function\"))m=b,b=a,a=null;else if(y(a,\"object\")){var d=[],f;for(f in a)a.hasOwnProperty(f)&&d.push(encodeURIComponent(f)+\"=\"+encodeURIComponent(a[f]));a=d.join(\"&\")}e.open(a?\"POST\":\"GET\",c,!0);a&&(e.setRequestHeader(\"X-Requested-With\",\"XMLHttpRequest\"),\n",
"e.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded\"));b&&(k.once(\"snap.ajax.\"+h+\".0\",b),k.once(\"snap.ajax.\"+h+\".200\",b),k.once(\"snap.ajax.\"+h+\".304\",b));e.onreadystatechange=function(){4==e.readyState&&k(\"snap.ajax.\"+h+\".\"+e.status,m,e)};if(4==e.readyState)return e;e.send(a);return e}};a.load=function(c,b,m){a.ajax(c,function(c){c=a.parse(c.responseText);m?b.call(m,c):b(c)})};a.getElementByPoint=function(c,a){var b,m,e=G.doc.elementFromPoint(c,a);if(G.win.opera&&\"svg\"==e.tagName){b=\n",
"e;m=b.getBoundingClientRect();b=b.ownerDocument;var h=b.body,d=b.documentElement;b=m.top+(g.win.pageYOffset||d.scrollTop||h.scrollTop)-(d.clientTop||h.clientTop||0);m=m.left+(g.win.pageXOffset||d.scrollLeft||h.scrollLeft)-(d.clientLeft||h.clientLeft||0);h=e.createSVGRect();h.x=c-m;h.y=a-b;h.width=h.height=1;b=e.getIntersectionList(h,null);b.length&&(e=b[b.length-1])}return e?x(e):null};a.plugin=function(c){c(a,e,s,G,l)};return G.win.Snap=a}();C.plugin(function(a,k,y,M,A){function w(a,d,f,b,q,e){null==\n",
"d&&\"[object SVGMatrix]\"==z.call(a)?(this.a=a.a,this.b=a.b,this.c=a.c,this.d=a.d,this.e=a.e,this.f=a.f):null!=a?(this.a=+a,this.b=+d,this.c=+f,this.d=+b,this.e=+q,this.f=+e):(this.a=1,this.c=this.b=0,this.d=1,this.f=this.e=0)}var z=Object.prototype.toString,d=String,f=Math;(function(n){function k(a){return a[0]*a[0]+a[1]*a[1]}function p(a){var d=f.sqrt(k(a));a[0]&&(a[0]/=d);a[1]&&(a[1]/=d)}n.add=function(a,d,e,f,n,p){var k=[[],[],[] ],u=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1] ];d=[[a,\n",
"e,n],[d,f,p],[0,0,1] ];a&&a instanceof w&&(d=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1] ]);for(a=0;3>a;a++)for(e=0;3>e;e++){for(f=n=0;3>f;f++)n+=u[a][f]*d[f][e];k[a][e]=n}this.a=k[0][0];this.b=k[1][0];this.c=k[0][1];this.d=k[1][1];this.e=k[0][2];this.f=k[1][2];return this};n.invert=function(){var a=this.a*this.d-this.b*this.c;return new w(this.d/a,-this.b/a,-this.c/a,this.a/a,(this.c*this.f-this.d*this.e)/a,(this.b*this.e-this.a*this.f)/a)};n.clone=function(){return new w(this.a,this.b,this.c,this.d,this.e,\n",
"this.f)};n.translate=function(a,d){return this.add(1,0,0,1,a,d)};n.scale=function(a,d,e,f){null==d&&(d=a);(e||f)&&this.add(1,0,0,1,e,f);this.add(a,0,0,d,0,0);(e||f)&&this.add(1,0,0,1,-e,-f);return this};n.rotate=function(b,d,e){b=a.rad(b);d=d||0;e=e||0;var l=+f.cos(b).toFixed(9);b=+f.sin(b).toFixed(9);this.add(l,b,-b,l,d,e);return this.add(1,0,0,1,-d,-e)};n.x=function(a,d){return a*this.a+d*this.c+this.e};n.y=function(a,d){return a*this.b+d*this.d+this.f};n.get=function(a){return+this[d.fromCharCode(97+\n",
"a)].toFixed(4)};n.toString=function(){return\"matrix(\"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+\")\"};n.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]};n.determinant=function(){return this.a*this.d-this.b*this.c};n.split=function(){var b={};b.dx=this.e;b.dy=this.f;var d=[[this.a,this.c],[this.b,this.d] ];b.scalex=f.sqrt(k(d[0]));p(d[0]);b.shear=d[0][0]*d[1][0]+d[0][1]*d[1][1];d[1]=[d[1][0]-d[0][0]*b.shear,d[1][1]-d[0][1]*b.shear];b.scaley=f.sqrt(k(d[1]));\n",
"p(d[1]);b.shear/=b.scaley;0>this.determinant()&&(b.scalex=-b.scalex);var e=-d[0][1],d=d[1][1];0>d?(b.rotate=a.deg(f.acos(d)),0>e&&(b.rotate=360-b.rotate)):b.rotate=a.deg(f.asin(e));b.isSimple=!+b.shear.toFixed(9)&&(b.scalex.toFixed(9)==b.scaley.toFixed(9)||!b.rotate);b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate;b.noRotation=!+b.shear.toFixed(9)&&!b.rotate;return b};n.toTransformString=function(a){a=a||this.split();if(+a.shear.toFixed(9))return\"m\"+[this.get(0),\n",
"this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)];a.scalex=+a.scalex.toFixed(4);a.scaley=+a.scaley.toFixed(4);a.rotate=+a.rotate.toFixed(4);return(a.dx||a.dy?\"t\"+[+a.dx.toFixed(4),+a.dy.toFixed(4)]:\"\")+(1!=a.scalex||1!=a.scaley?\"s\"+[a.scalex,a.scaley,0,0]:\"\")+(a.rotate?\"r\"+[+a.rotate.toFixed(4),0,0]:\"\")}})(w.prototype);a.Matrix=w;a.matrix=function(a,d,f,b,k,e){return new w(a,d,f,b,k,e)}});C.plugin(function(a,v,y,M,A){function w(h){return function(d){k.stop();d instanceof A&&1==d.node.childNodes.length&&\n",
"(\"radialGradient\"==d.node.firstChild.tagName||\"linearGradient\"==d.node.firstChild.tagName||\"pattern\"==d.node.firstChild.tagName)&&(d=d.node.firstChild,b(this).appendChild(d),d=u(d));if(d instanceof v)if(\"radialGradient\"==d.type||\"linearGradient\"==d.type||\"pattern\"==d.type){d.node.id||e(d.node,{id:d.id});var f=l(d.node.id)}else f=d.attr(h);else f=a.color(d),f.error?(f=a(b(this).ownerSVGElement).gradient(d))?(f.node.id||e(f.node,{id:f.id}),f=l(f.node.id)):f=d:f=r(f);d={};d[h]=f;e(this.node,d);this.node.style[h]=\n",
"x}}function z(a){k.stop();a==+a&&(a+=\"px\");this.node.style.fontSize=a}function d(a){var b=[];a=a.childNodes;for(var e=0,f=a.length;e<f;e++){var l=a[e];3==l.nodeType&&b.push(l.nodeValue);\"tspan\"==l.tagName&&(1==l.childNodes.length&&3==l.firstChild.nodeType?b.push(l.firstChild.nodeValue):b.push(d(l)))}return b}function f(){k.stop();return this.node.style.fontSize}var n=a._.make,u=a._.wrap,p=a.is,b=a._.getSomeDefs,q=/^url\\(#?([^)]+)\\)$/,e=a._.$,l=a.url,r=String,s=a._.separator,x=\"\";k.on(\"snap.util.attr.mask\",\n",
"function(a){if(a instanceof v||a instanceof A){k.stop();a instanceof A&&1==a.node.childNodes.length&&(a=a.node.firstChild,b(this).appendChild(a),a=u(a));if(\"mask\"==a.type)var d=a;else d=n(\"mask\",b(this)),d.node.appendChild(a.node);!d.node.id&&e(d.node,{id:d.id});e(this.node,{mask:l(d.id)})}});(function(a){k.on(\"snap.util.attr.clip\",a);k.on(\"snap.util.attr.clip-path\",a);k.on(\"snap.util.attr.clipPath\",a)})(function(a){if(a instanceof v||a instanceof A){k.stop();if(\"clipPath\"==a.type)var d=a;else d=\n",
"n(\"clipPath\",b(this)),d.node.appendChild(a.node),!d.node.id&&e(d.node,{id:d.id});e(this.node,{\"clip-path\":l(d.id)})}});k.on(\"snap.util.attr.fill\",w(\"fill\"));k.on(\"snap.util.attr.stroke\",w(\"stroke\"));var G=/^([lr])(?:\\(([^)]*)\\))?(.*)$/i;k.on(\"snap.util.grad.parse\",function(a){a=r(a);var b=a.match(G);if(!b)return null;a=b[1];var e=b[2],b=b[3],e=e.split(/\\s*,\\s*/).map(function(a){return+a==a?+a:a});1==e.length&&0==e[0]&&(e=[]);b=b.split(\"-\");b=b.map(function(a){a=a.split(\":\");var b={color:a[0]};a[1]&&\n",
"(b.offset=parseFloat(a[1]));return b});return{type:a,params:e,stops:b}});k.on(\"snap.util.attr.d\",function(b){k.stop();p(b,\"array\")&&p(b[0],\"array\")&&(b=a.path.toString.call(b));b=r(b);b.match(/[ruo]/i)&&(b=a.path.toAbsolute(b));e(this.node,{d:b})})(-1);k.on(\"snap.util.attr.#text\",function(a){k.stop();a=r(a);for(a=M.doc.createTextNode(a);this.node.firstChild;)this.node.removeChild(this.node.firstChild);this.node.appendChild(a)})(-1);k.on(\"snap.util.attr.path\",function(a){k.stop();this.attr({d:a})})(-1);\n",
"k.on(\"snap.util.attr.class\",function(a){k.stop();this.node.className.baseVal=a})(-1);k.on(\"snap.util.attr.viewBox\",function(a){a=p(a,\"object\")&&\"x\"in a?[a.x,a.y,a.width,a.height].join(\" \"):p(a,\"array\")?a.join(\" \"):a;e(this.node,{viewBox:a});k.stop()})(-1);k.on(\"snap.util.attr.transform\",function(a){this.transform(a);k.stop()})(-1);k.on(\"snap.util.attr.r\",function(a){\"rect\"==this.type&&(k.stop(),e(this.node,{rx:a,ry:a}))})(-1);k.on(\"snap.util.attr.textpath\",function(a){k.stop();if(\"text\"==this.type){var d,\n",
"f;if(!a&&this.textPath){for(a=this.textPath;a.node.firstChild;)this.node.appendChild(a.node.firstChild);a.remove();delete this.textPath}else if(p(a,\"string\")?(d=b(this),a=u(d.parentNode).path(a),d.appendChild(a.node),d=a.id,a.attr({id:d})):(a=u(a),a instanceof v&&(d=a.attr(\"id\"),d||(d=a.id,a.attr({id:d})))),d)if(a=this.textPath,f=this.node,a)a.attr({\"xlink:href\":\"#\"+d});else{for(a=e(\"textPath\",{\"xlink:href\":\"#\"+d});f.firstChild;)a.appendChild(f.firstChild);f.appendChild(a);this.textPath=u(a)}}})(-1);\n",
"k.on(\"snap.util.attr.text\",function(a){if(\"text\"==this.type){for(var b=this.node,d=function(a){var b=e(\"tspan\");if(p(a,\"array\"))for(var f=0;f<a.length;f++)b.appendChild(d(a[f]));else b.appendChild(M.doc.createTextNode(a));b.normalize&&b.normalize();return b};b.firstChild;)b.removeChild(b.firstChild);for(a=d(a);a.firstChild;)b.appendChild(a.firstChild)}k.stop()})(-1);k.on(\"snap.util.attr.fontSize\",z)(-1);k.on(\"snap.util.attr.font-size\",z)(-1);k.on(\"snap.util.getattr.transform\",function(){k.stop();\n",
"return this.transform()})(-1);k.on(\"snap.util.getattr.textpath\",function(){k.stop();return this.textPath})(-1);(function(){function b(d){return function(){k.stop();var b=M.doc.defaultView.getComputedStyle(this.node,null).getPropertyValue(\"marker-\"+d);return\"none\"==b?b:a(M.doc.getElementById(b.match(q)[1]))}}function d(a){return function(b){k.stop();var d=\"marker\"+a.charAt(0).toUpperCase()+a.substring(1);if(\"\"==b||!b)this.node.style[d]=\"none\";else if(\"marker\"==b.type){var f=b.node.id;f||e(b.node,{id:b.id});\n",
"this.node.style[d]=l(f)}}}k.on(\"snap.util.getattr.marker-end\",b(\"end\"))(-1);k.on(\"snap.util.getattr.markerEnd\",b(\"end\"))(-1);k.on(\"snap.util.getattr.marker-start\",b(\"start\"))(-1);k.on(\"snap.util.getattr.markerStart\",b(\"start\"))(-1);k.on(\"snap.util.getattr.marker-mid\",b(\"mid\"))(-1);k.on(\"snap.util.getattr.markerMid\",b(\"mid\"))(-1);k.on(\"snap.util.attr.marker-end\",d(\"end\"))(-1);k.on(\"snap.util.attr.markerEnd\",d(\"end\"))(-1);k.on(\"snap.util.attr.marker-start\",d(\"start\"))(-1);k.on(\"snap.util.attr.markerStart\",\n",
"d(\"start\"))(-1);k.on(\"snap.util.attr.marker-mid\",d(\"mid\"))(-1);k.on(\"snap.util.attr.markerMid\",d(\"mid\"))(-1)})();k.on(\"snap.util.getattr.r\",function(){if(\"rect\"==this.type&&e(this.node,\"rx\")==e(this.node,\"ry\"))return k.stop(),e(this.node,\"rx\")})(-1);k.on(\"snap.util.getattr.text\",function(){if(\"text\"==this.type||\"tspan\"==this.type){k.stop();var a=d(this.node);return 1==a.length?a[0]:a}})(-1);k.on(\"snap.util.getattr.#text\",function(){return this.node.textContent})(-1);k.on(\"snap.util.getattr.viewBox\",\n",
"function(){k.stop();var b=e(this.node,\"viewBox\");if(b)return b=b.split(s),a._.box(+b[0],+b[1],+b[2],+b[3])})(-1);k.on(\"snap.util.getattr.points\",function(){var a=e(this.node,\"points\");k.stop();if(a)return a.split(s)})(-1);k.on(\"snap.util.getattr.path\",function(){var a=e(this.node,\"d\");k.stop();return a})(-1);k.on(\"snap.util.getattr.class\",function(){return this.node.className.baseVal})(-1);k.on(\"snap.util.getattr.fontSize\",f)(-1);k.on(\"snap.util.getattr.font-size\",f)(-1)});C.plugin(function(a,v,y,\n",
"M,A){function w(a){return a}function z(a){return function(b){return+b.toFixed(3)+a}}var d={\"+\":function(a,b){return a+b},\"-\":function(a,b){return a-b},\"/\":function(a,b){return a/b},\"*\":function(a,b){return a*b}},f=String,n=/[a-z]+$/i,u=/^\\s*([+\\-\\/*])\\s*=\\s*([\\d.eE+\\-]+)\\s*([^\\d\\s]+)?\\s*$/;k.on(\"snap.util.attr\",function(a){if(a=f(a).match(u)){var b=k.nt(),b=b.substring(b.lastIndexOf(\".\")+1),q=this.attr(b),e={};k.stop();var l=a[3]||\"\",r=q.match(n),s=d[a[1] ];r&&r==l?a=s(parseFloat(q),+a[2]):(q=this.asPX(b),\n",
"a=s(this.asPX(b),this.asPX(b,a[2]+l)));isNaN(q)||isNaN(a)||(e[b]=a,this.attr(e))}})(-10);k.on(\"snap.util.equal\",function(a,b){var q=f(this.attr(a)||\"\"),e=f(b).match(u);if(e){k.stop();var l=e[3]||\"\",r=q.match(n),s=d[e[1] ];if(r&&r==l)return{from:parseFloat(q),to:s(parseFloat(q),+e[2]),f:z(r)};q=this.asPX(a);return{from:q,to:s(q,this.asPX(a,e[2]+l)),f:w}}})(-10)});C.plugin(function(a,v,y,M,A){var w=y.prototype,z=a.is;w.rect=function(a,d,k,p,b,q){var e;null==q&&(q=b);z(a,\"object\")&&\"[object Object]\"==\n",
"a?e=a:null!=a&&(e={x:a,y:d,width:k,height:p},null!=b&&(e.rx=b,e.ry=q));return this.el(\"rect\",e)};w.circle=function(a,d,k){var p;z(a,\"object\")&&\"[object Object]\"==a?p=a:null!=a&&(p={cx:a,cy:d,r:k});return this.el(\"circle\",p)};var d=function(){function a(){this.parentNode.removeChild(this)}return function(d,k){var p=M.doc.createElement(\"img\"),b=M.doc.body;p.style.cssText=\"position:absolute;left:-9999em;top:-9999em\";p.onload=function(){k.call(p);p.onload=p.onerror=null;b.removeChild(p)};p.onerror=a;\n",
"b.appendChild(p);p.src=d}}();w.image=function(f,n,k,p,b){var q=this.el(\"image\");if(z(f,\"object\")&&\"src\"in f)q.attr(f);else if(null!=f){var e={\"xlink:href\":f,preserveAspectRatio:\"none\"};null!=n&&null!=k&&(e.x=n,e.y=k);null!=p&&null!=b?(e.width=p,e.height=b):d(f,function(){a._.$(q.node,{width:this.offsetWidth,height:this.offsetHeight})});a._.$(q.node,e)}return q};w.ellipse=function(a,d,k,p){var b;z(a,\"object\")&&\"[object Object]\"==a?b=a:null!=a&&(b={cx:a,cy:d,rx:k,ry:p});return this.el(\"ellipse\",b)};\n",
"w.path=function(a){var d;z(a,\"object\")&&!z(a,\"array\")?d=a:a&&(d={d:a});return this.el(\"path\",d)};w.group=w.g=function(a){var d=this.el(\"g\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.svg=function(a,d,k,p,b,q,e,l){var r={};z(a,\"object\")&&null==d?r=a:(null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l]));return this.el(\"svg\",r)};w.mask=function(a){var d=\n",
"this.el(\"mask\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.ptrn=function(a,d,k,p,b,q,e,l){if(z(a,\"object\"))var r=a;else arguments.length?(r={},null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l])):r={patternUnits:\"userSpaceOnUse\"};return this.el(\"pattern\",r)};w.use=function(a){return null!=a?(make(\"use\",this.node),a instanceof v&&(a.attr(\"id\")||\n",
"a.attr({id:ID()}),a=a.attr(\"id\")),this.el(\"use\",{\"xlink:href\":a})):v.prototype.use.call(this)};w.text=function(a,d,k){var p={};z(a,\"object\")?p=a:null!=a&&(p={x:a,y:d,text:k||\"\"});return this.el(\"text\",p)};w.line=function(a,d,k,p){var b={};z(a,\"object\")?b=a:null!=a&&(b={x1:a,x2:k,y1:d,y2:p});return this.el(\"line\",b)};w.polyline=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polyline\",d)};\n",
"w.polygon=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polygon\",d)};(function(){function d(){return this.selectAll(\"stop\")}function n(b,d){var f=e(\"stop\"),k={offset:+d+\"%\"};b=a.color(b);k[\"stop-color\"]=b.hex;1>b.opacity&&(k[\"stop-opacity\"]=b.opacity);e(f,k);this.node.appendChild(f);return this}function u(){if(\"linearGradient\"==this.type){var b=e(this.node,\"x1\")||0,d=e(this.node,\"x2\")||\n",
"1,f=e(this.node,\"y1\")||0,k=e(this.node,\"y2\")||0;return a._.box(b,f,math.abs(d-b),math.abs(k-f))}b=this.node.r||0;return a._.box((this.node.cx||0.5)-b,(this.node.cy||0.5)-b,2*b,2*b)}function p(a,d){function f(a,b){for(var d=(b-u)/(a-w),e=w;e<a;e++)h[e].offset=+(+u+d*(e-w)).toFixed(2);w=a;u=b}var n=k(\"snap.util.grad.parse\",null,d).firstDefined(),p;if(!n)return null;n.params.unshift(a);p=\"l\"==n.type.toLowerCase()?b.apply(0,n.params):q.apply(0,n.params);n.type!=n.type.toLowerCase()&&e(p.node,{gradientUnits:\"userSpaceOnUse\"});\n",
"var h=n.stops,n=h.length,u=0,w=0;n--;for(var v=0;v<n;v++)\"offset\"in h[v]&&f(v,h[v].offset);h[n].offset=h[n].offset||100;f(n,h[n].offset);for(v=0;v<=n;v++){var y=h[v];p.addStop(y.color,y.offset)}return p}function b(b,k,p,q,w){b=a._.make(\"linearGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{x1:k,y1:p,x2:q,y2:w});return b}function q(b,k,p,q,w,h){b=a._.make(\"radialGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{cx:k,cy:p,r:q});null!=w&&null!=h&&e(b.node,{fx:w,fy:h});\n",
"return b}var e=a._.$;w.gradient=function(a){return p(this.defs,a)};w.gradientLinear=function(a,d,e,f){return b(this.defs,a,d,e,f)};w.gradientRadial=function(a,b,d,e,f){return q(this.defs,a,b,d,e,f)};w.toString=function(){var b=this.node.ownerDocument,d=b.createDocumentFragment(),b=b.createElement(\"div\"),e=this.node.cloneNode(!0);d.appendChild(b);b.appendChild(e);a._.$(e,{xmlns:\"http://www.w3.org/2000/svg\"});b=b.innerHTML;d.removeChild(d.firstChild);return b};w.clear=function(){for(var a=this.node.firstChild,\n",
"b;a;)b=a.nextSibling,\"defs\"!=a.tagName?a.parentNode.removeChild(a):w.clear.call({node:a}),a=b}})()});C.plugin(function(a,k,y,M){function A(a){var b=A.ps=A.ps||{};b[a]?b[a].sleep=100:b[a]={sleep:100};setTimeout(function(){for(var d in b)b[L](d)&&d!=a&&(b[d].sleep--,!b[d].sleep&&delete b[d])});return b[a]}function w(a,b,d,e){null==a&&(a=b=d=e=0);null==b&&(b=a.y,d=a.width,e=a.height,a=a.x);return{x:a,y:b,width:d,w:d,height:e,h:e,x2:a+d,y2:b+e,cx:a+d/2,cy:b+e/2,r1:F.min(d,e)/2,r2:F.max(d,e)/2,r0:F.sqrt(d*\n",
"d+e*e)/2,path:s(a,b,d,e),vb:[a,b,d,e].join(\" \")}}function z(){return this.join(\",\").replace(N,\"$1\")}function d(a){a=C(a);a.toString=z;return a}function f(a,b,d,h,f,k,l,n,p){if(null==p)return e(a,b,d,h,f,k,l,n);if(0>p||e(a,b,d,h,f,k,l,n)<p)p=void 0;else{var q=0.5,O=1-q,s;for(s=e(a,b,d,h,f,k,l,n,O);0.01<Z(s-p);)q/=2,O+=(s<p?1:-1)*q,s=e(a,b,d,h,f,k,l,n,O);p=O}return u(a,b,d,h,f,k,l,n,p)}function n(b,d){function e(a){return+(+a).toFixed(3)}return a._.cacher(function(a,h,l){a instanceof k&&(a=a.attr(\"d\"));\n",
"a=I(a);for(var n,p,D,q,O=\"\",s={},c=0,t=0,r=a.length;t<r;t++){D=a[t];if(\"M\"==D[0])n=+D[1],p=+D[2];else{q=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6]);if(c+q>h){if(d&&!s.start){n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c);O+=[\"C\"+e(n.start.x),e(n.start.y),e(n.m.x),e(n.m.y),e(n.x),e(n.y)];if(l)return O;s.start=O;O=[\"M\"+e(n.x),e(n.y)+\"C\"+e(n.n.x),e(n.n.y),e(n.end.x),e(n.end.y),e(D[5]),e(D[6])].join();c+=q;n=+D[5];p=+D[6];continue}if(!b&&!d)return n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c)}c+=q;n=+D[5];p=+D[6]}O+=\n",
"D.shift()+D}s.end=O;return n=b?c:d?s:u(n,p,D[0],D[1],D[2],D[3],D[4],D[5],1)},null,a._.clone)}function u(a,b,d,e,h,f,k,l,n){var p=1-n,q=ma(p,3),s=ma(p,2),c=n*n,t=c*n,r=q*a+3*s*n*d+3*p*n*n*h+t*k,q=q*b+3*s*n*e+3*p*n*n*f+t*l,s=a+2*n*(d-a)+c*(h-2*d+a),t=b+2*n*(e-b)+c*(f-2*e+b),x=d+2*n*(h-d)+c*(k-2*h+d),c=e+2*n*(f-e)+c*(l-2*f+e);a=p*a+n*d;b=p*b+n*e;h=p*h+n*k;f=p*f+n*l;l=90-180*F.atan2(s-x,t-c)/S;return{x:r,y:q,m:{x:s,y:t},n:{x:x,y:c},start:{x:a,y:b},end:{x:h,y:f},alpha:l}}function p(b,d,e,h,f,n,k,l){a.is(b,\n",
"\"array\")||(b=[b,d,e,h,f,n,k,l]);b=U.apply(null,b);return w(b.min.x,b.min.y,b.max.x-b.min.x,b.max.y-b.min.y)}function b(a,b,d){return b>=a.x&&b<=a.x+a.width&&d>=a.y&&d<=a.y+a.height}function q(a,d){a=w(a);d=w(d);return b(d,a.x,a.y)||b(d,a.x2,a.y)||b(d,a.x,a.y2)||b(d,a.x2,a.y2)||b(a,d.x,d.y)||b(a,d.x2,d.y)||b(a,d.x,d.y2)||b(a,d.x2,d.y2)||(a.x<d.x2&&a.x>d.x||d.x<a.x2&&d.x>a.x)&&(a.y<d.y2&&a.y>d.y||d.y<a.y2&&d.y>a.y)}function e(a,b,d,e,h,f,n,k,l){null==l&&(l=1);l=(1<l?1:0>l?0:l)/2;for(var p=[-0.1252,\n",
"0.1252,-0.3678,0.3678,-0.5873,0.5873,-0.7699,0.7699,-0.9041,0.9041,-0.9816,0.9816],q=[0.2491,0.2491,0.2335,0.2335,0.2032,0.2032,0.1601,0.1601,0.1069,0.1069,0.0472,0.0472],s=0,c=0;12>c;c++)var t=l*p[c]+l,r=t*(t*(-3*a+9*d-9*h+3*n)+6*a-12*d+6*h)-3*a+3*d,t=t*(t*(-3*b+9*e-9*f+3*k)+6*b-12*e+6*f)-3*b+3*e,s=s+q[c]*F.sqrt(r*r+t*t);return l*s}function l(a,b,d){a=I(a);b=I(b);for(var h,f,l,n,k,s,r,O,x,c,t=d?0:[],w=0,v=a.length;w<v;w++)if(x=a[w],\"M\"==x[0])h=k=x[1],f=s=x[2];else{\"C\"==x[0]?(x=[h,f].concat(x.slice(1)),\n",
"h=x[6],f=x[7]):(x=[h,f,h,f,k,s,k,s],h=k,f=s);for(var G=0,y=b.length;G<y;G++)if(c=b[G],\"M\"==c[0])l=r=c[1],n=O=c[2];else{\"C\"==c[0]?(c=[l,n].concat(c.slice(1)),l=c[6],n=c[7]):(c=[l,n,l,n,r,O,r,O],l=r,n=O);var z;var K=x,B=c;z=d;var H=p(K),J=p(B);if(q(H,J)){for(var H=e.apply(0,K),J=e.apply(0,B),H=~~(H/8),J=~~(J/8),U=[],A=[],F={},M=z?0:[],P=0;P<H+1;P++){var C=u.apply(0,K.concat(P/H));U.push({x:C.x,y:C.y,t:P/H})}for(P=0;P<J+1;P++)C=u.apply(0,B.concat(P/J)),A.push({x:C.x,y:C.y,t:P/J});for(P=0;P<H;P++)for(K=\n",
"0;K<J;K++){var Q=U[P],L=U[P+1],B=A[K],C=A[K+1],N=0.001>Z(L.x-Q.x)?\"y\":\"x\",S=0.001>Z(C.x-B.x)?\"y\":\"x\",R;R=Q.x;var Y=Q.y,V=L.x,ea=L.y,fa=B.x,ga=B.y,ha=C.x,ia=C.y;if(W(R,V)<X(fa,ha)||X(R,V)>W(fa,ha)||W(Y,ea)<X(ga,ia)||X(Y,ea)>W(ga,ia))R=void 0;else{var $=(R*ea-Y*V)*(fa-ha)-(R-V)*(fa*ia-ga*ha),aa=(R*ea-Y*V)*(ga-ia)-(Y-ea)*(fa*ia-ga*ha),ja=(R-V)*(ga-ia)-(Y-ea)*(fa-ha);if(ja){var $=$/ja,aa=aa/ja,ja=+$.toFixed(2),ba=+aa.toFixed(2);R=ja<+X(R,V).toFixed(2)||ja>+W(R,V).toFixed(2)||ja<+X(fa,ha).toFixed(2)||\n",
"ja>+W(fa,ha).toFixed(2)||ba<+X(Y,ea).toFixed(2)||ba>+W(Y,ea).toFixed(2)||ba<+X(ga,ia).toFixed(2)||ba>+W(ga,ia).toFixed(2)?void 0:{x:$,y:aa}}else R=void 0}R&&F[R.x.toFixed(4)]!=R.y.toFixed(4)&&(F[R.x.toFixed(4)]=R.y.toFixed(4),Q=Q.t+Z((R[N]-Q[N])/(L[N]-Q[N]))*(L.t-Q.t),B=B.t+Z((R[S]-B[S])/(C[S]-B[S]))*(C.t-B.t),0<=Q&&1>=Q&&0<=B&&1>=B&&(z?M++:M.push({x:R.x,y:R.y,t1:Q,t2:B})))}z=M}else z=z?0:[];if(d)t+=z;else{H=0;for(J=z.length;H<J;H++)z[H].segment1=w,z[H].segment2=G,z[H].bez1=x,z[H].bez2=c;t=t.concat(z)}}}return t}\n",
"function r(a){var b=A(a);if(b.bbox)return C(b.bbox);if(!a)return w();a=I(a);for(var d=0,e=0,h=[],f=[],l,n=0,k=a.length;n<k;n++)l=a[n],\"M\"==l[0]?(d=l[1],e=l[2],h.push(d),f.push(e)):(d=U(d,e,l[1],l[2],l[3],l[4],l[5],l[6]),h=h.concat(d.min.x,d.max.x),f=f.concat(d.min.y,d.max.y),d=l[5],e=l[6]);a=X.apply(0,h);l=X.apply(0,f);h=W.apply(0,h);f=W.apply(0,f);f=w(a,l,h-a,f-l);b.bbox=C(f);return f}function s(a,b,d,e,h){if(h)return[[\"M\",+a+ +h,b],[\"l\",d-2*h,0],[\"a\",h,h,0,0,1,h,h],[\"l\",0,e-2*h],[\"a\",h,h,0,0,1,\n",
"-h,h],[\"l\",2*h-d,0],[\"a\",h,h,0,0,1,-h,-h],[\"l\",0,2*h-e],[\"a\",h,h,0,0,1,h,-h],[\"z\"] ];a=[[\"M\",a,b],[\"l\",d,0],[\"l\",0,e],[\"l\",-d,0],[\"z\"] ];a.toString=z;return a}function x(a,b,d,e,h){null==h&&null==e&&(e=d);a=+a;b=+b;d=+d;e=+e;if(null!=h){var f=Math.PI/180,l=a+d*Math.cos(-e*f);a+=d*Math.cos(-h*f);var n=b+d*Math.sin(-e*f);b+=d*Math.sin(-h*f);d=[[\"M\",l,n],[\"A\",d,d,0,+(180<h-e),0,a,b] ]}else d=[[\"M\",a,b],[\"m\",0,-e],[\"a\",d,e,0,1,1,0,2*e],[\"a\",d,e,0,1,1,0,-2*e],[\"z\"] ];d.toString=z;return d}function G(b){var e=\n",
"A(b);if(e.abs)return d(e.abs);Q(b,\"array\")&&Q(b&&b[0],\"array\")||(b=a.parsePathString(b));if(!b||!b.length)return[[\"M\",0,0] ];var h=[],f=0,l=0,n=0,k=0,p=0;\"M\"==b[0][0]&&(f=+b[0][1],l=+b[0][2],n=f,k=l,p++,h[0]=[\"M\",f,l]);for(var q=3==b.length&&\"M\"==b[0][0]&&\"R\"==b[1][0].toUpperCase()&&\"Z\"==b[2][0].toUpperCase(),s,r,w=p,c=b.length;w<c;w++){h.push(s=[]);r=b[w];p=r[0];if(p!=p.toUpperCase())switch(s[0]=p.toUpperCase(),s[0]){case \"A\":s[1]=r[1];s[2]=r[2];s[3]=r[3];s[4]=r[4];s[5]=r[5];s[6]=+r[6]+f;s[7]=+r[7]+\n",
"l;break;case \"V\":s[1]=+r[1]+l;break;case \"H\":s[1]=+r[1]+f;break;case \"R\":for(var t=[f,l].concat(r.slice(1)),u=2,v=t.length;u<v;u++)t[u]=+t[u]+f,t[++u]=+t[u]+l;h.pop();h=h.concat(P(t,q));break;case \"O\":h.pop();t=x(f,l,r[1],r[2]);t.push(t[0]);h=h.concat(t);break;case \"U\":h.pop();h=h.concat(x(f,l,r[1],r[2],r[3]));s=[\"U\"].concat(h[h.length-1].slice(-2));break;case \"M\":n=+r[1]+f,k=+r[2]+l;default:for(u=1,v=r.length;u<v;u++)s[u]=+r[u]+(u%2?f:l)}else if(\"R\"==p)t=[f,l].concat(r.slice(1)),h.pop(),h=h.concat(P(t,\n",
"q)),s=[\"R\"].concat(r.slice(-2));else if(\"O\"==p)h.pop(),t=x(f,l,r[1],r[2]),t.push(t[0]),h=h.concat(t);else if(\"U\"==p)h.pop(),h=h.concat(x(f,l,r[1],r[2],r[3])),s=[\"U\"].concat(h[h.length-1].slice(-2));else for(t=0,u=r.length;t<u;t++)s[t]=r[t];p=p.toUpperCase();if(\"O\"!=p)switch(s[0]){case \"Z\":f=+n;l=+k;break;case \"H\":f=s[1];break;case \"V\":l=s[1];break;case \"M\":n=s[s.length-2],k=s[s.length-1];default:f=s[s.length-2],l=s[s.length-1]}}h.toString=z;e.abs=d(h);return h}function h(a,b,d,e){return[a,b,d,e,d,\n",
"e]}function J(a,b,d,e,h,f){var l=1/3,n=2/3;return[l*a+n*d,l*b+n*e,l*h+n*d,l*f+n*e,h,f]}function K(b,d,e,h,f,l,n,k,p,s){var r=120*S/180,q=S/180*(+f||0),c=[],t,x=a._.cacher(function(a,b,c){var d=a*F.cos(c)-b*F.sin(c);a=a*F.sin(c)+b*F.cos(c);return{x:d,y:a}});if(s)v=s[0],t=s[1],l=s[2],u=s[3];else{t=x(b,d,-q);b=t.x;d=t.y;t=x(k,p,-q);k=t.x;p=t.y;F.cos(S/180*f);F.sin(S/180*f);t=(b-k)/2;v=(d-p)/2;u=t*t/(e*e)+v*v/(h*h);1<u&&(u=F.sqrt(u),e*=u,h*=u);var u=e*e,w=h*h,u=(l==n?-1:1)*F.sqrt(Z((u*w-u*v*v-w*t*t)/\n",
"(u*v*v+w*t*t)));l=u*e*v/h+(b+k)/2;var u=u*-h*t/e+(d+p)/2,v=F.asin(((d-u)/h).toFixed(9));t=F.asin(((p-u)/h).toFixed(9));v=b<l?S-v:v;t=k<l?S-t:t;0>v&&(v=2*S+v);0>t&&(t=2*S+t);n&&v>t&&(v-=2*S);!n&&t>v&&(t-=2*S)}if(Z(t-v)>r){var c=t,w=k,G=p;t=v+r*(n&&t>v?1:-1);k=l+e*F.cos(t);p=u+h*F.sin(t);c=K(k,p,e,h,f,0,n,w,G,[t,c,l,u])}l=t-v;f=F.cos(v);r=F.sin(v);n=F.cos(t);t=F.sin(t);l=F.tan(l/4);e=4/3*e*l;l*=4/3*h;h=[b,d];b=[b+e*r,d-l*f];d=[k+e*t,p-l*n];k=[k,p];b[0]=2*h[0]-b[0];b[1]=2*h[1]-b[1];if(s)return[b,d,k].concat(c);\n",
"c=[b,d,k].concat(c).join().split(\",\");s=[];k=0;for(p=c.length;k<p;k++)s[k]=k%2?x(c[k-1],c[k],q).y:x(c[k],c[k+1],q).x;return s}function U(a,b,d,e,h,f,l,k){for(var n=[],p=[[],[] ],s,r,c,t,q=0;2>q;++q)0==q?(r=6*a-12*d+6*h,s=-3*a+9*d-9*h+3*l,c=3*d-3*a):(r=6*b-12*e+6*f,s=-3*b+9*e-9*f+3*k,c=3*e-3*b),1E-12>Z(s)?1E-12>Z(r)||(s=-c/r,0<s&&1>s&&n.push(s)):(t=r*r-4*c*s,c=F.sqrt(t),0>t||(t=(-r+c)/(2*s),0<t&&1>t&&n.push(t),s=(-r-c)/(2*s),0<s&&1>s&&n.push(s)));for(r=q=n.length;q--;)s=n[q],c=1-s,p[0][q]=c*c*c*a+3*\n",
"c*c*s*d+3*c*s*s*h+s*s*s*l,p[1][q]=c*c*c*b+3*c*c*s*e+3*c*s*s*f+s*s*s*k;p[0][r]=a;p[1][r]=b;p[0][r+1]=l;p[1][r+1]=k;p[0].length=p[1].length=r+2;return{min:{x:X.apply(0,p[0]),y:X.apply(0,p[1])},max:{x:W.apply(0,p[0]),y:W.apply(0,p[1])}}}function I(a,b){var e=!b&&A(a);if(!b&&e.curve)return d(e.curve);var f=G(a),l=b&&G(b),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},k={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},p=function(a,b,c){if(!a)return[\"C\",b.x,b.y,b.x,b.y,b.x,b.y];a[0]in{T:1,Q:1}||(b.qx=b.qy=null);\n",
"switch(a[0]){case \"M\":b.X=a[1];b.Y=a[2];break;case \"A\":a=[\"C\"].concat(K.apply(0,[b.x,b.y].concat(a.slice(1))));break;case \"S\":\"C\"==c||\"S\"==c?(c=2*b.x-b.bx,b=2*b.y-b.by):(c=b.x,b=b.y);a=[\"C\",c,b].concat(a.slice(1));break;case \"T\":\"Q\"==c||\"T\"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y);a=[\"C\"].concat(J(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case \"Q\":b.qx=a[1];b.qy=a[2];a=[\"C\"].concat(J(b.x,b.y,a[1],a[2],a[3],a[4]));break;case \"L\":a=[\"C\"].concat(h(b.x,b.y,a[1],a[2]));break;case \"H\":a=[\"C\"].concat(h(b.x,\n",
"b.y,a[1],b.y));break;case \"V\":a=[\"C\"].concat(h(b.x,b.y,b.x,a[1]));break;case \"Z\":a=[\"C\"].concat(h(b.x,b.y,b.X,b.Y))}return a},s=function(a,b){if(7<a[b].length){a[b].shift();for(var c=a[b];c.length;)q[b]=\"A\",l&&(u[b]=\"A\"),a.splice(b++,0,[\"C\"].concat(c.splice(0,6)));a.splice(b,1);v=W(f.length,l&&l.length||0)}},r=function(a,b,c,d,e){a&&b&&\"M\"==a[e][0]&&\"M\"!=b[e][0]&&(b.splice(e,0,[\"M\",d.x,d.y]),c.bx=0,c.by=0,c.x=a[e][1],c.y=a[e][2],v=W(f.length,l&&l.length||0))},q=[],u=[],c=\"\",t=\"\",x=0,v=W(f.length,\n",
"l&&l.length||0);for(;x<v;x++){f[x]&&(c=f[x][0]);\"C\"!=c&&(q[x]=c,x&&(t=q[x-1]));f[x]=p(f[x],n,t);\"A\"!=q[x]&&\"C\"==c&&(q[x]=\"C\");s(f,x);l&&(l[x]&&(c=l[x][0]),\"C\"!=c&&(u[x]=c,x&&(t=u[x-1])),l[x]=p(l[x],k,t),\"A\"!=u[x]&&\"C\"==c&&(u[x]=\"C\"),s(l,x));r(f,l,n,k,x);r(l,f,k,n,x);var w=f[x],z=l&&l[x],y=w.length,U=l&&z.length;n.x=w[y-2];n.y=w[y-1];n.bx=$(w[y-4])||n.x;n.by=$(w[y-3])||n.y;k.bx=l&&($(z[U-4])||k.x);k.by=l&&($(z[U-3])||k.y);k.x=l&&z[U-2];k.y=l&&z[U-1]}l||(e.curve=d(f));return l?[f,l]:f}function P(a,\n",
"b){for(var d=[],e=0,h=a.length;h-2*!b>e;e+=2){var f=[{x:+a[e-2],y:+a[e-1]},{x:+a[e],y:+a[e+1]},{x:+a[e+2],y:+a[e+3]},{x:+a[e+4],y:+a[e+5]}];b?e?h-4==e?f[3]={x:+a[0],y:+a[1]}:h-2==e&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[h-2],y:+a[h-1]}:h-4==e?f[3]=f[2]:e||(f[0]={x:+a[e],y:+a[e+1]});d.push([\"C\",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return d}y=k.prototype;var Q=a.is,C=a._.clone,L=\"hasOwnProperty\",\n",
"N=/,?([a-z]),?/gi,$=parseFloat,F=Math,S=F.PI,X=F.min,W=F.max,ma=F.pow,Z=F.abs;M=n(1);var na=n(),ba=n(0,1),V=a._unit2px;a.path=A;a.path.getTotalLength=M;a.path.getPointAtLength=na;a.path.getSubpath=function(a,b,d){if(1E-6>this.getTotalLength(a)-d)return ba(a,b).end;a=ba(a,d,1);return b?ba(a,b).end:a};y.getTotalLength=function(){if(this.node.getTotalLength)return this.node.getTotalLength()};y.getPointAtLength=function(a){return na(this.attr(\"d\"),a)};y.getSubpath=function(b,d){return a.path.getSubpath(this.attr(\"d\"),\n",
"b,d)};a._.box=w;a.path.findDotsAtSegment=u;a.path.bezierBBox=p;a.path.isPointInsideBBox=b;a.path.isBBoxIntersect=q;a.path.intersection=function(a,b){return l(a,b)};a.path.intersectionNumber=function(a,b){return l(a,b,1)};a.path.isPointInside=function(a,d,e){var h=r(a);return b(h,d,e)&&1==l(a,[[\"M\",d,e],[\"H\",h.x2+10] ],1)%2};a.path.getBBox=r;a.path.get={path:function(a){return a.attr(\"path\")},circle:function(a){a=V(a);return x(a.cx,a.cy,a.r)},ellipse:function(a){a=V(a);return x(a.cx||0,a.cy||0,a.rx,\n",
"a.ry)},rect:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height,a.rx,a.ry)},image:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height)},line:function(a){return\"M\"+[a.attr(\"x1\")||0,a.attr(\"y1\")||0,a.attr(\"x2\"),a.attr(\"y2\")]},polyline:function(a){return\"M\"+a.attr(\"points\")},polygon:function(a){return\"M\"+a.attr(\"points\")+\"z\"},deflt:function(a){a=a.node.getBBox();return s(a.x,a.y,a.width,a.height)}};a.path.toRelative=function(b){var e=A(b),h=String.prototype.toLowerCase;if(e.rel)return d(e.rel);\n",
"a.is(b,\"array\")&&a.is(b&&b[0],\"array\")||(b=a.parsePathString(b));var f=[],l=0,n=0,k=0,p=0,s=0;\"M\"==b[0][0]&&(l=b[0][1],n=b[0][2],k=l,p=n,s++,f.push([\"M\",l,n]));for(var r=b.length;s<r;s++){var q=f[s]=[],x=b[s];if(x[0]!=h.call(x[0]))switch(q[0]=h.call(x[0]),q[0]){case \"a\":q[1]=x[1];q[2]=x[2];q[3]=x[3];q[4]=x[4];q[5]=x[5];q[6]=+(x[6]-l).toFixed(3);q[7]=+(x[7]-n).toFixed(3);break;case \"v\":q[1]=+(x[1]-n).toFixed(3);break;case \"m\":k=x[1],p=x[2];default:for(var c=1,t=x.length;c<t;c++)q[c]=+(x[c]-(c%2?l:\n",
"n)).toFixed(3)}else for(f[s]=[],\"m\"==x[0]&&(k=x[1]+l,p=x[2]+n),q=0,c=x.length;q<c;q++)f[s][q]=x[q];x=f[s].length;switch(f[s][0]){case \"z\":l=k;n=p;break;case \"h\":l+=+f[s][x-1];break;case \"v\":n+=+f[s][x-1];break;default:l+=+f[s][x-2],n+=+f[s][x-1]}}f.toString=z;e.rel=d(f);return f};a.path.toAbsolute=G;a.path.toCubic=I;a.path.map=function(a,b){if(!b)return a;var d,e,h,f,l,n,k;a=I(a);h=0;for(l=a.length;h<l;h++)for(k=a[h],f=1,n=k.length;f<n;f+=2)d=b.x(k[f],k[f+1]),e=b.y(k[f],k[f+1]),k[f]=d,k[f+1]=e;return a};\n",
"a.path.toString=z;a.path.clone=d});C.plugin(function(a,v,y,C){var A=Math.max,w=Math.min,z=function(a){this.items=[];this.bindings={};this.length=0;this.type=\"set\";if(a)for(var f=0,n=a.length;f<n;f++)a[f]&&(this[this.items.length]=this.items[this.items.length]=a[f],this.length++)};v=z.prototype;v.push=function(){for(var a,f,n=0,k=arguments.length;n<k;n++)if(a=arguments[n])f=this.items.length,this[f]=this.items[f]=a,this.length++;return this};v.pop=function(){this.length&&delete this[this.length--];\n",
"return this.items.pop()};v.forEach=function(a,f){for(var n=0,k=this.items.length;n<k&&!1!==a.call(f,this.items[n],n);n++);return this};v.animate=function(d,f,n,u){\"function\"!=typeof n||n.length||(u=n,n=L.linear);d instanceof a._.Animation&&(u=d.callback,n=d.easing,f=n.dur,d=d.attr);var p=arguments;if(a.is(d,\"array\")&&a.is(p[p.length-1],\"array\"))var b=!0;var q,e=function(){q?this.b=q:q=this.b},l=0,r=u&&function(){l++==this.length&&u.call(this)};return this.forEach(function(a,l){k.once(\"snap.animcreated.\"+\n",
"a.id,e);b?p[l]&&a.animate.apply(a,p[l]):a.animate(d,f,n,r)})};v.remove=function(){for(;this.length;)this.pop().remove();return this};v.bind=function(a,f,k){var u={};if(\"function\"==typeof f)this.bindings[a]=f;else{var p=k||a;this.bindings[a]=function(a){u[p]=a;f.attr(u)}}return this};v.attr=function(a){var f={},k;for(k in a)if(this.bindings[k])this.bindings[k](a[k]);else f[k]=a[k];a=0;for(k=this.items.length;a<k;a++)this.items[a].attr(f);return this};v.clear=function(){for(;this.length;)this.pop()};\n",
"v.splice=function(a,f,k){a=0>a?A(this.length+a,0):a;f=A(0,w(this.length-a,f));var u=[],p=[],b=[],q;for(q=2;q<arguments.length;q++)b.push(arguments[q]);for(q=0;q<f;q++)p.push(this[a+q]);for(;q<this.length-a;q++)u.push(this[a+q]);var e=b.length;for(q=0;q<e+u.length;q++)this.items[a+q]=this[a+q]=q<e?b[q]:u[q-e];for(q=this.items.length=this.length-=f-e;this[q];)delete this[q++];return new z(p)};v.exclude=function(a){for(var f=0,k=this.length;f<k;f++)if(this[f]==a)return this.splice(f,1),!0;return!1};\n",
"v.insertAfter=function(a){for(var f=this.items.length;f--;)this.items[f].insertAfter(a);return this};v.getBBox=function(){for(var a=[],f=[],k=[],u=[],p=this.items.length;p--;)if(!this.items[p].removed){var b=this.items[p].getBBox();a.push(b.x);f.push(b.y);k.push(b.x+b.width);u.push(b.y+b.height)}a=w.apply(0,a);f=w.apply(0,f);k=A.apply(0,k);u=A.apply(0,u);return{x:a,y:f,x2:k,y2:u,width:k-a,height:u-f,cx:a+(k-a)/2,cy:f+(u-f)/2}};v.clone=function(a){a=new z;for(var f=0,k=this.items.length;f<k;f++)a.push(this.items[f].clone());\n",
"return a};v.toString=function(){return\"Snap\\u2018s set\"};v.type=\"set\";a.set=function(){var a=new z;arguments.length&&a.push.apply(a,Array.prototype.slice.call(arguments,0));return a}});C.plugin(function(a,v,y,C){function A(a){var b=a[0];switch(b.toLowerCase()){case \"t\":return[b,0,0];case \"m\":return[b,1,0,0,1,0,0];case \"r\":return 4==a.length?[b,0,a[2],a[3] ]:[b,0];case \"s\":return 5==a.length?[b,1,1,a[3],a[4] ]:3==a.length?[b,1,1]:[b,1]}}function w(b,d,f){d=q(d).replace(/\\.{3}|\\u2026/g,b);b=a.parseTransformString(b)||\n",
"[];d=a.parseTransformString(d)||[];for(var k=Math.max(b.length,d.length),p=[],v=[],h=0,w,z,y,I;h<k;h++){y=b[h]||A(d[h]);I=d[h]||A(y);if(y[0]!=I[0]||\"r\"==y[0].toLowerCase()&&(y[2]!=I[2]||y[3]!=I[3])||\"s\"==y[0].toLowerCase()&&(y[3]!=I[3]||y[4]!=I[4])){b=a._.transform2matrix(b,f());d=a._.transform2matrix(d,f());p=[[\"m\",b.a,b.b,b.c,b.d,b.e,b.f] ];v=[[\"m\",d.a,d.b,d.c,d.d,d.e,d.f] ];break}p[h]=[];v[h]=[];w=0;for(z=Math.max(y.length,I.length);w<z;w++)w in y&&(p[h][w]=y[w]),w in I&&(v[h][w]=I[w])}return{from:u(p),\n",
"to:u(v),f:n(p)}}function z(a){return a}function d(a){return function(b){return+b.toFixed(3)+a}}function f(b){return a.rgb(b[0],b[1],b[2])}function n(a){var b=0,d,f,k,n,h,p,q=[];d=0;for(f=a.length;d<f;d++){h=\"[\";p=['\"'+a[d][0]+'\"'];k=1;for(n=a[d].length;k<n;k++)p[k]=\"val[\"+b++ +\"]\";h+=p+\"]\";q[d]=h}return Function(\"val\",\"return Snap.path.toString.call([\"+q+\"])\")}function u(a){for(var b=[],d=0,f=a.length;d<f;d++)for(var k=1,n=a[d].length;k<n;k++)b.push(a[d][k]);return b}var p={},b=/[a-z]+$/i,q=String;\n",
"p.stroke=p.fill=\"colour\";v.prototype.equal=function(a,b){return k(\"snap.util.equal\",this,a,b).firstDefined()};k.on(\"snap.util.equal\",function(e,k){var r,s;r=q(this.attr(e)||\"\");var x=this;if(r==+r&&k==+k)return{from:+r,to:+k,f:z};if(\"colour\"==p[e])return r=a.color(r),s=a.color(k),{from:[r.r,r.g,r.b,r.opacity],to:[s.r,s.g,s.b,s.opacity],f:f};if(\"transform\"==e||\"gradientTransform\"==e||\"patternTransform\"==e)return k instanceof a.Matrix&&(k=k.toTransformString()),a._.rgTransform.test(k)||(k=a._.svgTransform2string(k)),\n",
"w(r,k,function(){return x.getBBox(1)});if(\"d\"==e||\"path\"==e)return r=a.path.toCubic(r,k),{from:u(r[0]),to:u(r[1]),f:n(r[0])};if(\"points\"==e)return r=q(r).split(a._.separator),s=q(k).split(a._.separator),{from:r,to:s,f:function(a){return a}};aUnit=r.match(b);s=q(k).match(b);return aUnit&&aUnit==s?{from:parseFloat(r),to:parseFloat(k),f:d(aUnit)}:{from:this.asPX(e),to:this.asPX(e,k),f:z}})});C.plugin(function(a,v,y,C){var A=v.prototype,w=\"createTouch\"in C.doc;v=\"click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel\".split(\" \");\n",
"var z={mousedown:\"touchstart\",mousemove:\"touchmove\",mouseup:\"touchend\"},d=function(a,b){var d=\"y\"==a?\"scrollTop\":\"scrollLeft\",e=b&&b.node?b.node.ownerDocument:C.doc;return e[d in e.documentElement?\"documentElement\":\"body\"][d]},f=function(){this.returnValue=!1},n=function(){return this.originalEvent.preventDefault()},u=function(){this.cancelBubble=!0},p=function(){return this.originalEvent.stopPropagation()},b=function(){if(C.doc.addEventListener)return function(a,b,e,f){var k=w&&z[b]?z[b]:b,l=function(k){var l=\n",
"d(\"y\",f),q=d(\"x\",f);if(w&&z.hasOwnProperty(b))for(var r=0,u=k.targetTouches&&k.targetTouches.length;r<u;r++)if(k.targetTouches[r].target==a||a.contains(k.targetTouches[r].target)){u=k;k=k.targetTouches[r];k.originalEvent=u;k.preventDefault=n;k.stopPropagation=p;break}return e.call(f,k,k.clientX+q,k.clientY+l)};b!==k&&a.addEventListener(b,l,!1);a.addEventListener(k,l,!1);return function(){b!==k&&a.removeEventListener(b,l,!1);a.removeEventListener(k,l,!1);return!0}};if(C.doc.attachEvent)return function(a,\n",
"b,e,h){var k=function(a){a=a||h.node.ownerDocument.window.event;var b=d(\"y\",h),k=d(\"x\",h),k=a.clientX+k,b=a.clientY+b;a.preventDefault=a.preventDefault||f;a.stopPropagation=a.stopPropagation||u;return e.call(h,a,k,b)};a.attachEvent(\"on\"+b,k);return function(){a.detachEvent(\"on\"+b,k);return!0}}}(),q=[],e=function(a){for(var b=a.clientX,e=a.clientY,f=d(\"y\"),l=d(\"x\"),n,p=q.length;p--;){n=q[p];if(w)for(var r=a.touches&&a.touches.length,u;r--;){if(u=a.touches[r],u.identifier==n.el._drag.id||n.el.node.contains(u.target)){b=\n",
"u.clientX;e=u.clientY;(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();b+=l;e+=f;k(\"snap.drag.move.\"+n.el.id,n.move_scope||n.el,b-n.el._drag.x,e-n.el._drag.y,b,e,a)}},l=function(b){a.unmousemove(e).unmouseup(l);for(var d=q.length,f;d--;)f=q[d],f.el._drag={},k(\"snap.drag.end.\"+f.el.id,f.end_scope||f.start_scope||f.move_scope||f.el,b);q=[]};for(y=v.length;y--;)(function(d){a[d]=A[d]=function(e,f){a.is(e,\"function\")&&(this.events=this.events||[],this.events.push({name:d,\n",
"f:e,unbind:b(this.node||document,d,e,f||this)}));return this};a[\"un\"+d]=A[\"un\"+d]=function(a){for(var b=this.events||[],e=b.length;e--;)if(b[e].name==d&&(b[e].f==a||!a)){b[e].unbind();b.splice(e,1);!b.length&&delete this.events;break}return this}})(v[y]);A.hover=function(a,b,d,e){return this.mouseover(a,d).mouseout(b,e||d)};A.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var r=[];A.drag=function(b,d,f,h,n,p){function u(r,v,w){(r.originalEvent||r).preventDefault();this._drag.x=v;\n",
"this._drag.y=w;this._drag.id=r.identifier;!q.length&&a.mousemove(e).mouseup(l);q.push({el:this,move_scope:h,start_scope:n,end_scope:p});d&&k.on(\"snap.drag.start.\"+this.id,d);b&&k.on(\"snap.drag.move.\"+this.id,b);f&&k.on(\"snap.drag.end.\"+this.id,f);k(\"snap.drag.start.\"+this.id,n||h||this,v,w,r)}if(!arguments.length){var v;return this.drag(function(a,b){this.attr({transform:v+(v?\"T\":\"t\")+[a,b]})},function(){v=this.transform().local})}this._drag={};r.push({el:this,start:u});this.mousedown(u);return this};\n",
"A.undrag=function(){for(var b=r.length;b--;)r[b].el==this&&(this.unmousedown(r[b].start),r.splice(b,1),k.unbind(\"snap.drag.*.\"+this.id));!r.length&&a.unmousemove(e).unmouseup(l);return this}});C.plugin(function(a,v,y,C){y=y.prototype;var A=/^\\s*url\\((.+)\\)/,w=String,z=a._.$;a.filter={};y.filter=function(d){var f=this;\"svg\"!=f.type&&(f=f.paper);d=a.parse(w(d));var k=a._.id(),u=z(\"filter\");z(u,{id:k,filterUnits:\"userSpaceOnUse\"});u.appendChild(d.node);f.defs.appendChild(u);return new v(u)};k.on(\"snap.util.getattr.filter\",\n",
"function(){k.stop();var d=z(this.node,\"filter\");if(d)return(d=w(d).match(A))&&a.select(d[1])});k.on(\"snap.util.attr.filter\",function(d){if(d instanceof v&&\"filter\"==d.type){k.stop();var f=d.node.id;f||(z(d.node,{id:d.id}),f=d.id);z(this.node,{filter:a.url(f)})}d&&\"none\"!=d||(k.stop(),this.node.removeAttribute(\"filter\"))});a.filter.blur=function(d,f){null==d&&(d=2);return a.format('<feGaussianBlur stdDeviation=\"{def}\"/>',{def:null==f?d:[d,f]})};a.filter.blur.toString=function(){return this()};a.filter.shadow=\n",
"function(d,f,k,u,p){\"string\"==typeof k&&(p=u=k,k=4);\"string\"!=typeof u&&(p=u,u=\"#000\");null==k&&(k=4);null==p&&(p=1);null==d&&(d=0,f=2);null==f&&(f=d);u=a.color(u||\"#000\");return a.format('<feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"{blur}\"/><feOffset dx=\"{dx}\" dy=\"{dy}\" result=\"offsetblur\"/><feFlood flood-color=\"{color}\"/><feComposite in2=\"offsetblur\" operator=\"in\"/><feComponentTransfer><feFuncA type=\"linear\" slope=\"{opacity}\"/></feComponentTransfer><feMerge><feMergeNode/><feMergeNode in=\"SourceGraphic\"/></feMerge>',\n",
"{color:u,dx:d,dy:f,blur:k,opacity:p})};a.filter.shadow.toString=function(){return this()};a.filter.grayscale=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {b} {h} 0 0 0 0 0 1 0\"/>',{a:0.2126+0.7874*(1-d),b:0.7152-0.7152*(1-d),c:0.0722-0.0722*(1-d),d:0.2126-0.2126*(1-d),e:0.7152+0.2848*(1-d),f:0.0722-0.0722*(1-d),g:0.2126-0.2126*(1-d),h:0.0722+0.9278*(1-d)})};a.filter.grayscale.toString=function(){return this()};a.filter.sepia=\n",
"function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {h} {i} 0 0 0 0 0 1 0\"/>',{a:0.393+0.607*(1-d),b:0.769-0.769*(1-d),c:0.189-0.189*(1-d),d:0.349-0.349*(1-d),e:0.686+0.314*(1-d),f:0.168-0.168*(1-d),g:0.272-0.272*(1-d),h:0.534-0.534*(1-d),i:0.131+0.869*(1-d)})};a.filter.sepia.toString=function(){return this()};a.filter.saturate=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"saturate\" values=\"{amount}\"/>',{amount:1-\n",
"d})};a.filter.saturate.toString=function(){return this()};a.filter.hueRotate=function(d){return a.format('<feColorMatrix type=\"hueRotate\" values=\"{angle}\"/>',{angle:d||0})};a.filter.hueRotate.toString=function(){return this()};a.filter.invert=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncG type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncB type=\"table\" tableValues=\"{amount} {amount2}\"/></feComponentTransfer>',{amount:d,\n",
"amount2:1-d})};a.filter.invert.toString=function(){return this()};a.filter.brightness=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\"/><feFuncG type=\"linear\" slope=\"{amount}\"/><feFuncB type=\"linear\" slope=\"{amount}\"/></feComponentTransfer>',{amount:d})};a.filter.brightness.toString=function(){return this()};a.filter.contrast=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncG type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncB type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/></feComponentTransfer>',\n",
"{amount:d,amount2:0.5-d/2})};a.filter.contrast.toString=function(){return this()}});return C});\n",
"\n",
"]]> </script>\n",
"<script> <![CDATA[\n",
"\n",
"(function (glob, factory) {\n",
" // AMD support\n",
" if (typeof define === \"function\" && define.amd) {\n",
" // Define as an anonymous module\n",
" define(\"Gadfly\", [\"Snap.svg\"], function (Snap) {\n",
" return factory(Snap);\n",
" });\n",
" } else {\n",
" // Browser globals (glob is window)\n",
" // Snap adds itself to window\n",
" glob.Gadfly = factory(glob.Snap);\n",
" }\n",
"}(this, function (Snap) {\n",
"\n",
"var Gadfly = {};\n",
"\n",
"// Get an x/y coordinate value in pixels\n",
"var xPX = function(fig, x) {\n",
" var client_box = fig.node.getBoundingClientRect();\n",
" return x * fig.node.viewBox.baseVal.width / client_box.width;\n",
"};\n",
"\n",
"var yPX = function(fig, y) {\n",
" var client_box = fig.node.getBoundingClientRect();\n",
" return y * fig.node.viewBox.baseVal.height / client_box.height;\n",
"};\n",
"\n",
"\n",
"Snap.plugin(function (Snap, Element, Paper, global) {\n",
" // Traverse upwards from a snap element to find and return the first\n",
" // note with the \"plotroot\" class.\n",
" Element.prototype.plotroot = function () {\n",
" var element = this;\n",
" while (!element.hasClass(\"plotroot\") && element.parent() != null) {\n",
" element = element.parent();\n",
" }\n",
" return element;\n",
" };\n",
"\n",
" Element.prototype.svgroot = function () {\n",
" var element = this;\n",
" while (element.node.nodeName != \"svg\" && element.parent() != null) {\n",
" element = element.parent();\n",
" }\n",
" return element;\n",
" };\n",
"\n",
" Element.prototype.plotbounds = function () {\n",
" var root = this.plotroot()\n",
" var bbox = root.select(\".guide.background\").node.getBBox();\n",
" return {\n",
" x0: bbox.x,\n",
" x1: bbox.x + bbox.width,\n",
" y0: bbox.y,\n",
" y1: bbox.y + bbox.height\n",
" };\n",
" };\n",
"\n",
" Element.prototype.plotcenter = function () {\n",
" var root = this.plotroot()\n",
" var bbox = root.select(\".guide.background\").node.getBBox();\n",
" return {\n",
" x: bbox.x + bbox.width / 2,\n",
" y: bbox.y + bbox.height / 2\n",
" };\n",
" };\n",
"\n",
" // Emulate IE style mouseenter/mouseleave events, since Microsoft always\n",
" // does everything right.\n",
" // See: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/\n",
" var events = [\"mouseenter\", \"mouseleave\"];\n",
"\n",
" for (i in events) {\n",
" (function (event_name) {\n",
" var event_name = events[i];\n",
" Element.prototype[event_name] = function (fn, scope) {\n",
" if (Snap.is(fn, \"function\")) {\n",
" var fn2 = function (event) {\n",
" if (event.type != \"mouseover\" && event.type != \"mouseout\") {\n",
" return;\n",
" }\n",
"\n",
" var reltg = event.relatedTarget ? event.relatedTarget :\n",
" event.type == \"mouseout\" ? event.toElement : event.fromElement;\n",
" while (reltg && reltg != this.node) reltg = reltg.parentNode;\n",
"\n",
" if (reltg != this.node) {\n",
" return fn.apply(this, event);\n",
" }\n",
" };\n",
"\n",
" if (event_name == \"mouseenter\") {\n",
" this.mouseover(fn2, scope);\n",
" } else {\n",
" this.mouseout(fn2, scope);\n",
" }\n",
" }\n",
" return this;\n",
" };\n",
" })(events[i]);\n",
" }\n",
"\n",
"\n",
" Element.prototype.mousewheel = function (fn, scope) {\n",
" if (Snap.is(fn, \"function\")) {\n",
" var el = this;\n",
" var fn2 = function (event) {\n",
" fn.apply(el, [event]);\n",
" };\n",
" }\n",
"\n",
" this.node.addEventListener(\n",
" /Firefox/i.test(navigator.userAgent) ? \"DOMMouseScroll\" : \"mousewheel\",\n",
" fn2);\n",
"\n",
" return this;\n",
" };\n",
"\n",
"\n",
" // Snap's attr function can be too slow for things like panning/zooming.\n",
" // This is a function to directly update element attributes without going\n",
" // through eve.\n",
" Element.prototype.attribute = function(key, val) {\n",
" if (val === undefined) {\n",
" return this.node.getAttribute(key, val);\n",
" } else {\n",
" return this.node.setAttribute(key, val);\n",
" }\n",
" };\n",
"});\n",
"\n",
"\n",
"// When the plot is moused over, emphasize the grid lines.\n",
"Gadfly.plot_mouseover = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
"\n",
" var xgridlines = root.select(\".xgridlines\"),\n",
" ygridlines = root.select(\".ygridlines\");\n",
"\n",
" xgridlines.data(\"unfocused_strokedash\",\n",
" xgridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n",
" ygridlines.data(\"unfocused_strokedash\",\n",
" ygridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n",
"\n",
" // emphasize grid lines\n",
" var destcolor = root.data(\"focused_xgrid_color\");\n",
" xgridlines.attr(\"stroke-dasharray\", \"none\")\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" destcolor = root.data(\"focused_ygrid_color\");\n",
" ygridlines.attr(\"stroke-dasharray\", \"none\")\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" // reveal zoom slider\n",
" root.select(\".zoomslider\")\n",
" .animate({opacity: 1.0}, 250);\n",
"};\n",
"\n",
"\n",
"// Unemphasize grid lines on mouse out.\n",
"Gadfly.plot_mouseout = function(event) {\n",
" var root = this.plotroot();\n",
" var xgridlines = root.select(\".xgridlines\"),\n",
" ygridlines = root.select(\".ygridlines\");\n",
"\n",
" var destcolor = root.data(\"unfocused_xgrid_color\");\n",
"\n",
" xgridlines.attr(\"stroke-dasharray\", xgridlines.data(\"unfocused_strokedash\"))\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" destcolor = root.data(\"unfocused_ygrid_color\");\n",
" ygridlines.attr(\"stroke-dasharray\", ygridlines.data(\"unfocused_strokedash\"))\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" // hide zoom slider\n",
" root.select(\".zoomslider\")\n",
" .animate({opacity: 0.0}, 250);\n",
"};\n",
"\n",
"\n",
"var set_geometry_transform = function(root, tx, ty, scale) {\n",
" var xscalable = root.hasClass(\"xscalable\"),\n",
" yscalable = root.hasClass(\"yscalable\");\n",
"\n",
" var old_scale = root.data(\"scale\");\n",
"\n",
" var xscale = xscalable ? scale : 1.0,\n",
" yscale = yscalable ? scale : 1.0;\n",
"\n",
" tx = xscalable ? tx : 0.0;\n",
" ty = yscalable ? ty : 0.0;\n",
"\n",
" var t = new Snap.Matrix().translate(tx, ty).scale(xscale, yscale);\n",
"\n",
" root.selectAll(\".geometry, image\")\n",
" .forEach(function (element, i) {\n",
" element.transform(t);\n",
" });\n",
"\n",
" bounds = root.plotbounds();\n",
"\n",
" if (yscalable) {\n",
" var xfixed_t = new Snap.Matrix().translate(0, ty).scale(1.0, yscale);\n",
" root.selectAll(\".xfixed\")\n",
" .forEach(function (element, i) {\n",
" element.transform(xfixed_t);\n",
" });\n",
"\n",
" root.select(\".ylabels\")\n",
" .transform(xfixed_t)\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var cx = element.asPX(\"x\"),\n",
" cy = element.asPX(\"y\");\n",
" var st = element.data(\"static_transform\");\n",
" unscale_t = new Snap.Matrix();\n",
" unscale_t.scale(1, 1/scale, cx, cy).add(st);\n",
" element.transform(unscale_t);\n",
"\n",
" var y = cy * scale + ty;\n",
" element.attr(\"visibility\",\n",
" bounds.y0 <= y && y <= bounds.y1 ? \"visible\" : \"hidden\");\n",
" }\n",
" });\n",
" }\n",
"\n",
" if (xscalable) {\n",
" var yfixed_t = new Snap.Matrix().translate(tx, 0).scale(xscale, 1.0);\n",
" var xtrans = new Snap.Matrix().translate(tx, 0);\n",
" root.selectAll(\".yfixed\")\n",
" .forEach(function (element, i) {\n",
" element.transform(yfixed_t);\n",
" });\n",
"\n",
" root.select(\".xlabels\")\n",
" .transform(yfixed_t)\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var cx = element.asPX(\"x\"),\n",
" cy = element.asPX(\"y\");\n",
" var st = element.data(\"static_transform\");\n",
" unscale_t = new Snap.Matrix();\n",
" unscale_t.scale(1/scale, 1, cx, cy).add(st);\n",
"\n",
" element.transform(unscale_t);\n",
"\n",
" var x = cx * scale + tx;\n",
" element.attr(\"visibility\",\n",
" bounds.x0 <= x && x <= bounds.x1 ? \"visible\" : \"hidden\");\n",
" }\n",
" });\n",
" }\n",
"\n",
" // we must unscale anything that is scale invariance: widths, raiduses, etc.\n",
" var size_attribs = [\"font-size\"];\n",
" var unscaled_selection = \".geometry, .geometry *\";\n",
" if (xscalable) {\n",
" size_attribs.push(\"rx\");\n",
" unscaled_selection += \", .xgridlines\";\n",
" }\n",
" if (yscalable) {\n",
" size_attribs.push(\"ry\");\n",
" unscaled_selection += \", .ygridlines\";\n",
" }\n",
"\n",
" root.selectAll(unscaled_selection)\n",
" .forEach(function (element, i) {\n",
" // circle need special help\n",
" if (element.node.nodeName == \"circle\") {\n",
" var cx = element.attribute(\"cx\"),\n",
" cy = element.attribute(\"cy\");\n",
" unscale_t = new Snap.Matrix().scale(1/xscale, 1/yscale,\n",
" cx, cy);\n",
" element.transform(unscale_t);\n",
" return;\n",
" }\n",
"\n",
" for (i in size_attribs) {\n",
" var key = size_attribs[i];\n",
" var val = parseFloat(element.attribute(key));\n",
" if (val !== undefined && val != 0 && !isNaN(val)) {\n",
" element.attribute(key, val * old_scale / scale);\n",
" }\n",
" }\n",
" });\n",
"};\n",
"\n",
"\n",
"// Find the most appropriate tick scale and update label visibility.\n",
"var update_tickscale = function(root, scale, axis) {\n",
" if (!root.hasClass(axis + \"scalable\")) return;\n",
"\n",
" var tickscales = root.data(axis + \"tickscales\");\n",
" var best_tickscale = 1.0;\n",
" var best_tickscale_dist = Infinity;\n",
" for (tickscale in tickscales) {\n",
" var dist = Math.abs(Math.log(tickscale) - Math.log(scale));\n",
" if (dist < best_tickscale_dist) {\n",
" best_tickscale_dist = dist;\n",
" best_tickscale = tickscale;\n",
" }\n",
" }\n",
"\n",
" if (best_tickscale != root.data(axis + \"tickscale\")) {\n",
" root.data(axis + \"tickscale\", best_tickscale);\n",
" var mark_inscale_gridlines = function (element, i) {\n",
" var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n",
" element.attribute(\"gadfly:inscale\", inscale);\n",
" element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n",
" };\n",
"\n",
" var mark_inscale_labels = function (element, i) {\n",
" var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n",
" element.attribute(\"gadfly:inscale\", inscale);\n",
" element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n",
" };\n",
"\n",
" root.select(\".\" + axis + \"gridlines\").selectAll(\"path\").forEach(mark_inscale_gridlines);\n",
" root.select(\".\" + axis + \"labels\").selectAll(\"text\").forEach(mark_inscale_labels);\n",
" }\n",
"};\n",
"\n",
"\n",
"var set_plot_pan_zoom = function(root, tx, ty, scale) {\n",
" var old_scale = root.data(\"scale\");\n",
" var bounds = root.plotbounds();\n",
"\n",
" var width = bounds.x1 - bounds.x0,\n",
" height = bounds.y1 - bounds.y0;\n",
"\n",
" // compute the viewport derived from tx, ty, and scale\n",
" var x_min = -width * scale - (scale * width - width),\n",
" x_max = width * scale,\n",
" y_min = -height * scale - (scale * height - height),\n",
" y_max = height * scale;\n",
"\n",
" var x0 = bounds.x0 - scale * bounds.x0,\n",
" y0 = bounds.y0 - scale * bounds.y0;\n",
"\n",
" var tx = Math.max(Math.min(tx - x0, x_max), x_min),\n",
" ty = Math.max(Math.min(ty - y0, y_max), y_min);\n",
"\n",
" tx += x0;\n",
" ty += y0;\n",
"\n",
" // when the scale change, we may need to alter which set of\n",
" // ticks is being displayed\n",
" if (scale != old_scale) {\n",
" update_tickscale(root, scale, \"x\");\n",
" update_tickscale(root, scale, \"y\");\n",
" }\n",
"\n",
" set_geometry_transform(root, tx, ty, scale);\n",
"\n",
" root.data(\"scale\", scale);\n",
" root.data(\"tx\", tx);\n",
" root.data(\"ty\", ty);\n",
"};\n",
"\n",
"\n",
"var scale_centered_translation = function(root, scale) {\n",
" var bounds = root.plotbounds();\n",
"\n",
" var width = bounds.x1 - bounds.x0,\n",
" height = bounds.y1 - bounds.y0;\n",
"\n",
" var tx0 = root.data(\"tx\"),\n",
" ty0 = root.data(\"ty\");\n",
"\n",
" var scale0 = root.data(\"scale\");\n",
"\n",
" // how off from center the current view is\n",
" var xoff = tx0 - (bounds.x0 * (1 - scale0) + (width * (1 - scale0)) / 2),\n",
" yoff = ty0 - (bounds.y0 * (1 - scale0) + (height * (1 - scale0)) / 2);\n",
"\n",
" // rescale offsets\n",
" xoff = xoff * scale / scale0;\n",
" yoff = yoff * scale / scale0;\n",
"\n",
" // adjust for the panel position being scaled\n",
" var x_edge_adjust = bounds.x0 * (1 - scale),\n",
" y_edge_adjust = bounds.y0 * (1 - scale);\n",
"\n",
" return {\n",
" x: xoff + x_edge_adjust + (width - width * scale) / 2,\n",
" y: yoff + y_edge_adjust + (height - height * scale) / 2\n",
" };\n",
"};\n",
"\n",
"\n",
"// Initialize data for panning zooming if it isn't already.\n",
"var init_pan_zoom = function(root) {\n",
" if (root.data(\"zoompan-ready\")) {\n",
" return;\n",
" }\n",
"\n",
" // The non-scaling-stroke trick. Rather than try to correct for the\n",
" // stroke-width when zooming, we force it to a fixed value.\n",
" var px_per_mm = root.node.getCTM().a;\n",
"\n",
" // Drag events report deltas in pixels, which we'd like to convert to\n",
" // millimeters.\n",
" root.data(\"px_per_mm\", px_per_mm);\n",
"\n",
" root.selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" sw = element.asPX(\"stroke-width\") * px_per_mm;\n",
" if (sw > 0) {\n",
" element.attribute(\"stroke-width\", sw);\n",
" element.attribute(\"vector-effect\", \"non-scaling-stroke\");\n",
" }\n",
" });\n",
"\n",
" // Store ticks labels original tranformation\n",
" root.selectAll(\".xlabels > text, .ylabels > text\")\n",
" .forEach(function (element, i) {\n",
" var lm = element.transform().localMatrix;\n",
" element.data(\"static_transform\",\n",
" new Snap.Matrix(lm.a, lm.b, lm.c, lm.d, lm.e, lm.f));\n",
" });\n",
"\n",
" if (root.data(\"tx\") === undefined) root.data(\"tx\", 0);\n",
" if (root.data(\"ty\") === undefined) root.data(\"ty\", 0);\n",
" if (root.data(\"scale\") === undefined) root.data(\"scale\", 1.0);\n",
" if (root.data(\"xtickscales\") === undefined) {\n",
"\n",
" // index all the tick scales that are listed\n",
" var xtickscales = {};\n",
" var ytickscales = {};\n",
" var add_x_tick_scales = function (element, i) {\n",
" xtickscales[element.attribute(\"gadfly:scale\")] = true;\n",
" };\n",
" var add_y_tick_scales = function (element, i) {\n",
" ytickscales[element.attribute(\"gadfly:scale\")] = true;\n",
" };\n",
"\n",
" root.select(\".xgridlines\").selectAll(\"path\").forEach(add_x_tick_scales);\n",
" root.select(\".ygridlines\").selectAll(\"path\").forEach(add_y_tick_scales);\n",
" root.select(\".xlabels\").selectAll(\"text\").forEach(add_x_tick_scales);\n",
" root.select(\".ylabels\").selectAll(\"text\").forEach(add_y_tick_scales);\n",
"\n",
" root.data(\"xtickscales\", xtickscales);\n",
" root.data(\"ytickscales\", ytickscales);\n",
" root.data(\"xtickscale\", 1.0);\n",
" }\n",
"\n",
" var min_scale = 1.0, max_scale = 1.0;\n",
" for (scale in xtickscales) {\n",
" min_scale = Math.min(min_scale, scale);\n",
" max_scale = Math.max(max_scale, scale);\n",
" }\n",
" for (scale in ytickscales) {\n",
" min_scale = Math.min(min_scale, scale);\n",
" max_scale = Math.max(max_scale, scale);\n",
" }\n",
" root.data(\"min_scale\", min_scale);\n",
" root.data(\"max_scale\", max_scale);\n",
"\n",
" // store the original positions of labels\n",
" root.select(\".xlabels\")\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" element.data(\"x\", element.asPX(\"x\"));\n",
" });\n",
"\n",
" root.select(\".ylabels\")\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" element.data(\"y\", element.asPX(\"y\"));\n",
" });\n",
"\n",
" // mark grid lines and ticks as in or out of scale.\n",
" var mark_inscale = function (element, i) {\n",
" element.attribute(\"gadfly:inscale\", element.attribute(\"gadfly:scale\") == 1.0);\n",
" };\n",
"\n",
" root.select(\".xgridlines\").selectAll(\"path\").forEach(mark_inscale);\n",
" root.select(\".ygridlines\").selectAll(\"path\").forEach(mark_inscale);\n",
" root.select(\".xlabels\").selectAll(\"text\").forEach(mark_inscale);\n",
" root.select(\".ylabels\").selectAll(\"text\").forEach(mark_inscale);\n",
"\n",
" // figure out the upper ond lower bounds on panning using the maximum\n",
" // and minum grid lines\n",
" var bounds = root.plotbounds();\n",
" var pan_bounds = {\n",
" x0: 0.0,\n",
" y0: 0.0,\n",
" x1: 0.0,\n",
" y1: 0.0\n",
" };\n",
"\n",
" root.select(\".xgridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var bbox = element.node.getBBox();\n",
" if (bounds.x1 - bbox.x < pan_bounds.x0) {\n",
" pan_bounds.x0 = bounds.x1 - bbox.x;\n",
" }\n",
" if (bounds.x0 - bbox.x > pan_bounds.x1) {\n",
" pan_bounds.x1 = bounds.x0 - bbox.x;\n",
" }\n",
" }\n",
" });\n",
"\n",
" root.select(\".ygridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var bbox = element.node.getBBox();\n",
" if (bounds.y1 - bbox.y < pan_bounds.y0) {\n",
" pan_bounds.y0 = bounds.y1 - bbox.y;\n",
" }\n",
" if (bounds.y0 - bbox.y > pan_bounds.y1) {\n",
" pan_bounds.y1 = bounds.y0 - bbox.y;\n",
" }\n",
" }\n",
" });\n",
"\n",
" // nudge these values a little\n",
" pan_bounds.x0 -= 5;\n",
" pan_bounds.x1 += 5;\n",
" pan_bounds.y0 -= 5;\n",
" pan_bounds.y1 += 5;\n",
" root.data(\"pan_bounds\", pan_bounds);\n",
"\n",
" // Set all grid lines at scale 1.0 to visible. Out of bounds lines\n",
" // will be clipped.\n",
" root.select(\".xgridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" element.attr(\"visibility\", \"visible\");\n",
" }\n",
" });\n",
"\n",
" root.select(\".ygridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" element.attr(\"visibility\", \"visible\");\n",
" }\n",
" });\n",
"\n",
" root.data(\"zoompan-ready\", true)\n",
"};\n",
"\n",
"\n",
"// Panning\n",
"Gadfly.guide_background_drag_onmove = function(dx, dy, x, y, event) {\n",
" var root = this.plotroot();\n",
" var px_per_mm = root.data(\"px_per_mm\");\n",
" dx /= px_per_mm;\n",
" dy /= px_per_mm;\n",
"\n",
" var tx0 = root.data(\"tx\"),\n",
" ty0 = root.data(\"ty\");\n",
"\n",
" var dx0 = root.data(\"dx\"),\n",
" dy0 = root.data(\"dy\");\n",
"\n",
" root.data(\"dx\", dx);\n",
" root.data(\"dy\", dy);\n",
"\n",
" dx = dx - dx0;\n",
" dy = dy - dy0;\n",
"\n",
" var tx = tx0 + dx,\n",
" ty = ty0 + dy;\n",
"\n",
" set_plot_pan_zoom(root, tx, ty, root.data(\"scale\"));\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_drag_onstart = function(x, y, event) {\n",
" var root = this.plotroot();\n",
" root.data(\"dx\", 0);\n",
" root.data(\"dy\", 0);\n",
" init_pan_zoom(root);\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_drag_onend = function(event) {\n",
" var root = this.plotroot();\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_scroll = function(event) {\n",
" if (event.shiftKey) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var new_scale = root.data(\"scale\") * Math.pow(2, 0.002 * event.wheelDelta);\n",
" new_scale = Math.max(\n",
" root.data(\"min_scale\"),\n",
" Math.min(root.data(\"max_scale\"), new_scale))\n",
" update_plot_scale(root, new_scale);\n",
" event.stopPropagation();\n",
" }\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_button_mouseover = function(event) {\n",
" this.select(\".button_logo\")\n",
" .animate({fill: this.data(\"mouseover_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_button_mouseout = function(event) {\n",
" this.select(\".button_logo\")\n",
" .animate({fill: this.data(\"mouseout_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_zoomout_click = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var min_scale = root.data(\"min_scale\"),\n",
" scale = root.data(\"scale\");\n",
" Snap.animate(\n",
" scale,\n",
" Math.max(min_scale, scale / 1.5),\n",
" function (new_scale) {\n",
" update_plot_scale(root, new_scale);\n",
" },\n",
" 200);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_zoomin_click = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var max_scale = root.data(\"max_scale\"),\n",
" scale = root.data(\"scale\");\n",
"\n",
" Snap.animate(\n",
" scale,\n",
" Math.min(max_scale, scale * 1.5),\n",
" function (new_scale) {\n",
" update_plot_scale(root, new_scale);\n",
" },\n",
" 200);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_track_click = function(event) {\n",
" // TODO\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_mousedown = function(event) {\n",
" this.animate({fill: this.data(\"mouseover_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_mouseup = function(event) {\n",
" this.animate({fill: this.data(\"mouseout_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"// compute the position in [0, 1] of the zoom slider thumb from the current scale\n",
"var slider_position_from_scale = function(scale, min_scale, max_scale) {\n",
" if (scale >= 1.0) {\n",
" return 0.5 + 0.5 * (Math.log(scale) / Math.log(max_scale));\n",
" }\n",
" else {\n",
" return 0.5 * (Math.log(scale) - Math.log(min_scale)) / (0 - Math.log(min_scale));\n",
" }\n",
"}\n",
"\n",
"\n",
"var update_plot_scale = function(root, new_scale) {\n",
" var trans = scale_centered_translation(root, new_scale);\n",
" set_plot_pan_zoom(root, trans.x, trans.y, new_scale);\n",
"\n",
" root.selectAll(\".zoomslider_thumb\")\n",
" .forEach(function (element, i) {\n",
" var min_pos = element.data(\"min_pos\"),\n",
" max_pos = element.data(\"max_pos\"),\n",
" min_scale = root.data(\"min_scale\"),\n",
" max_scale = root.data(\"max_scale\");\n",
" var xmid = (min_pos + max_pos) / 2;\n",
" var xpos = slider_position_from_scale(new_scale, min_scale, max_scale);\n",
" element.transform(new Snap.Matrix().translate(\n",
" Math.max(min_pos, Math.min(\n",
" max_pos, min_pos + (max_pos - min_pos) * xpos)) - xmid, 0));\n",
" });\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragmove = function(dx, dy, x, y) {\n",
" var root = this.plotroot();\n",
" var min_pos = this.data(\"min_pos\"),\n",
" max_pos = this.data(\"max_pos\"),\n",
" min_scale = root.data(\"min_scale\"),\n",
" max_scale = root.data(\"max_scale\"),\n",
" old_scale = root.data(\"old_scale\");\n",
"\n",
" var px_per_mm = root.data(\"px_per_mm\");\n",
" dx /= px_per_mm;\n",
" dy /= px_per_mm;\n",
"\n",
" var xmid = (min_pos + max_pos) / 2;\n",
" var xpos = slider_position_from_scale(old_scale, min_scale, max_scale) +\n",
" dx / (max_pos - min_pos);\n",
"\n",
" // compute the new scale\n",
" var new_scale;\n",
" if (xpos >= 0.5) {\n",
" new_scale = Math.exp(2.0 * (xpos - 0.5) * Math.log(max_scale));\n",
" }\n",
" else {\n",
" new_scale = Math.exp(2.0 * xpos * (0 - Math.log(min_scale)) +\n",
" Math.log(min_scale));\n",
" }\n",
" new_scale = Math.min(max_scale, Math.max(min_scale, new_scale));\n",
"\n",
" update_plot_scale(root, new_scale);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragstart = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
"\n",
" // keep track of what the scale was when we started dragging\n",
" root.data(\"old_scale\", root.data(\"scale\"));\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragend = function(event) {\n",
"};\n",
"\n",
"\n",
"var toggle_color_class = function(root, color_class, ison) {\n",
" var guides = root.selectAll(\".guide.\" + color_class + \",.guide .\" + color_class);\n",
" var geoms = root.selectAll(\".geometry.\" + color_class + \",.geometry .\" + color_class);\n",
" if (ison) {\n",
" guides.animate({opacity: 0.5}, 250);\n",
" geoms.animate({opacity: 0.0}, 250);\n",
" } else {\n",
" guides.animate({opacity: 1.0}, 250);\n",
" geoms.animate({opacity: 1.0}, 250);\n",
" }\n",
"};\n",
"\n",
"\n",
"Gadfly.colorkey_swatch_click = function(event) {\n",
" var root = this.plotroot();\n",
" var color_class = this.data(\"color_class\");\n",
"\n",
" if (event.shiftKey) {\n",
" root.selectAll(\".colorkey text\")\n",
" .forEach(function (element) {\n",
" var other_color_class = element.data(\"color_class\");\n",
" if (other_color_class != color_class) {\n",
" toggle_color_class(root, other_color_class,\n",
" element.attr(\"opacity\") == 1.0);\n",
" }\n",
" });\n",
" } else {\n",
" toggle_color_class(root, color_class, this.attr(\"opacity\") == 1.0);\n",
" }\n",
"};\n",
"\n",
"\n",
"return Gadfly;\n",
"\n",
"}));\n",
"\n",
"\n",
"//@ sourceURL=gadfly.js\n",
"\n",
"(function (glob, factory) {\n",
" // AMD support\n",
" if (typeof require === \"function\" && typeof define === \"function\" && define.amd) {\n",
" require([\"Snap.svg\", \"Gadfly\"], function (Snap, Gadfly) {\n",
" factory(Snap, Gadfly);\n",
" });\n",
" } else {\n",
" factory(glob.Snap, glob.Gadfly);\n",
" }\n",
"})(window, function (Snap, Gadfly) {\n",
" var fig = Snap(\"#fig-222749bf07da4cb8998687f464df0e25\");\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-4\")\n",
" .mouseenter(Gadfly.plot_mouseover)\n",
".mouseleave(Gadfly.plot_mouseout)\n",
".mousewheel(Gadfly.guide_background_scroll)\n",
".drag(Gadfly.guide_background_drag_onmove,\n",
" Gadfly.guide_background_drag_onstart,\n",
" Gadfly.guide_background_drag_onend)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-7\")\n",
" .plotroot().data(\"unfocused_ygrid_color\", \"#D0D0E0\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-7\")\n",
" .plotroot().data(\"focused_ygrid_color\", \"#A0A0A0\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-8\")\n",
" .plotroot().data(\"unfocused_xgrid_color\", \"#D0D0E0\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-8\")\n",
" .plotroot().data(\"focused_xgrid_color\", \"#A0A0A0\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-13\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-13\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-13\")\n",
" .click(Gadfly.zoomslider_zoomin_click)\n",
".mouseenter(Gadfly.zoomslider_button_mouseover)\n",
".mouseleave(Gadfly.zoomslider_button_mouseout)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-15\")\n",
" .data(\"max_pos\", 59)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-15\")\n",
" .data(\"min_pos\", 42)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-15\")\n",
" .click(Gadfly.zoomslider_track_click);\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-16\")\n",
" .data(\"max_pos\", 59)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-16\")\n",
" .data(\"min_pos\", 42)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-16\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-16\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-16\")\n",
" .drag(Gadfly.zoomslider_thumb_dragmove,\n",
" Gadfly.zoomslider_thumb_dragstart,\n",
" Gadfly.zoomslider_thumb_dragend)\n",
".mousedown(Gadfly.zoomslider_thumb_mousedown)\n",
".mouseup(Gadfly.zoomslider_thumb_mouseup)\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-17\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-17\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-222749bf07da4cb8998687f464df0e25-element-17\")\n",
" .click(Gadfly.zoomslider_zoomout_click)\n",
".mouseenter(Gadfly.zoomslider_button_mouseover)\n",
".mouseleave(Gadfly.zoomslider_button_mouseout)\n",
";\n",
" });\n",
"]]> </script>\n",
"</svg>\n"
],
"metadata": {},
"output_type": "pyout",
"png": "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",
"prompt_number": 3,
"svg": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\"\n",
" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n",
" xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n",
" version=\"1.2\"\n",
" width=\"80mm\" height=\"80mm\" viewBox=\"0 0 80 80\"\n",
" stroke=\"none\"\n",
" fill=\"#000000\"\n",
" stroke-width=\"0.3\"\n",
" font-size=\"3.88\"\n",
">\n",
"<g class=\"plotroot xscalable yscalable\" id=\"fig-f4706eaa7157489680b8958583271b72-element-1\">\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-f4706eaa7157489680b8958583271b72-element-2\">\n",
" <text x=\"46.06\" y=\"72\" text-anchor=\"middle\">q</text>\n",
" </g>\n",
" <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-f4706eaa7157489680b8958583271b72-element-3\">\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\">0.0</text>\n",
" <text x=\"29.9\" y=\"66.39\" text-anchor=\"middle\">0.1</text>\n",
" <text x=\"40.67\" y=\"66.39\" text-anchor=\"middle\">0.2</text>\n",
" <text x=\"51.45\" y=\"66.39\" text-anchor=\"middle\">0.3</text>\n",
" <text x=\"62.22\" y=\"66.39\" text-anchor=\"middle\">0.4</text>\n",
" <text x=\"73\" y=\"66.39\" text-anchor=\"middle\">0.5</text>\n",
" </g>\n",
" <g clip-path=\"url(#fig-f4706eaa7157489680b8958583271b72-element-5)\" id=\"fig-f4706eaa7157489680b8958583271b72-element-4\">\n",
" <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-f4706eaa7157489680b8958583271b72-element-6\">\n",
" <rect x=\"17.12\" y=\"5\" width=\"57.88\" height=\"57.72\"/>\n",
" </g>\n",
" <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-f4706eaa7157489680b8958583271b72-element-7\">\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 75 60.72\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 75 49.97\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 75 39.23\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 75 28.49\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 75 17.74\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 75 7\"/>\n",
" </g>\n",
" <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-f4706eaa7157489680b8958583271b72-element-8\">\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\"/>\n",
" <path fill=\"none\" d=\"M29.9,5 L 29.9 62.72\"/>\n",
" <path fill=\"none\" d=\"M40.67,5 L 40.67 62.72\"/>\n",
" <path fill=\"none\" d=\"M51.45,5 L 51.45 62.72\"/>\n",
" <path fill=\"none\" d=\"M62.22,5 L 62.22 62.72\"/>\n",
" <path fill=\"none\" d=\"M73,5 L 73 62.72\"/>\n",
" </g>\n",
" <g class=\"plotpanel\" id=\"fig-f4706eaa7157489680b8958583271b72-element-9\">\n",
" <g stroke-width=\"0.3\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-f4706eaa7157489680b8958583271b72-element-10\">\n",
" <path fill=\"none\" d=\"M19.12,7 L 19.39 7.54 19.66 8.09 19.94 8.63 20.21 9.17 20.48 9.71 20.75 10.26 21.02 10.8 21.3 11.34 21.57 11.88 21.84 12.43 22.11 12.97 22.38 13.51 22.66 14.05 22.93 14.6 23.2 15.14 23.47 15.68 23.75 16.22 24.02 16.77 24.29 17.31 24.56 17.85 24.83 18.39 25.11 18.94 25.38 19.48 25.65 20.02 25.92 20.56 26.19 21.11 26.47 21.65 26.74 22.19 27.01 22.73 27.28 23.28 27.56 23.82 27.83 24.36 28.1 24.91 28.37 25.45 28.64 25.99 28.92 26.53 29.19 27.08 29.46 27.62 29.73 28.16 30 28.7 30.28 29.25 30.55 29.79 30.82 30.33 31.09 30.87 31.36 31.42 31.64 31.96 31.91 32.5 32.18 33.04 32.45 33.59 32.73 34.13 33 34.67 33.27 35.21 33.54 35.76 33.81 36.3 34.09 36.84 34.36 37.38 34.63 37.93 34.9 38.47 35.17 39.01 35.45 39.55 35.72 40.1 35.99 40.64 36.26 41.18 36.54 41.72 36.81 42.27 37.08 42.81 37.35 43.35 37.62 43.9 37.9 44.44 38.17 44.98 38.44 45.52 38.71 46.07 38.98 46.61 39.26 47.15 39.53 47.69 39.8 48.24 40.07 48.78 40.34 49.32 40.62 49.86 40.89 50.41 41.16 50.95 41.43 51.49 41.71 52.03 41.98 52.58 42.25 53.12 42.52 53.66 42.79 54.2 43.07 54.75 43.34 55.29 43.61 55.83 43.88 56.37 44.15 56.92 44.43 57.46 44.7 58 44.97 58.54 45.24 59.09 45.52 59.63 45.79 60.17 46.06 60.72\"/>\n",
" </g>\n",
" <g stroke-width=\"0.3\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-f4706eaa7157489680b8958583271b72-element-11\">\n",
" <path fill=\"none\" d=\"M19.12,33.86 L 19.66 34.13 20.21 34.4 20.75 34.67 21.3 34.94 21.84 35.21 22.38 35.49 22.93 35.76 23.47 36.03 24.02 36.3 24.56 36.57 25.11 36.84 25.65 37.11 26.19 37.38 26.74 37.66 27.28 37.93 27.83 38.2 28.37 38.47 28.92 38.74 29.46 39.01 30 39.28 30.55 39.55 31.09 39.83 31.64 40.1 32.18 40.37 32.73 40.64 33.27 40.91 33.81 41.18 34.36 41.45 34.9 41.72 35.45 42 35.99 42.27 36.54 42.54 37.08 42.81 37.62 43.08 38.17 43.35 38.71 43.62 39.26 43.9 39.8 44.17 40.34 44.44 40.89 44.71 41.43 44.98 41.98 45.25 42.52 45.52 43.07 45.79 43.61 46.07 44.15 46.34 44.7 46.61 45.24 46.88 45.79 47.15 46.33 47.42 46.88 47.69 47.42 47.96 47.96 48.24 48.51 48.51 49.05 48.78 49.6 49.05 50.14 49.32 50.69 49.59 51.23 49.86 51.77 50.13 52.32 50.41 52.86 50.68 53.41 50.95 53.95 51.22 54.5 51.49 55.04 51.76 55.58 52.03 56.13 52.31 56.67 52.58 57.22 52.85 57.76 53.12 58.31 53.39 58.85 53.66 59.39 53.93 59.94 54.2 60.48 54.48 61.03 54.75 61.57 55.02 62.11 55.29 62.66 55.56 63.2 55.83 63.75 56.1 64.29 56.37 64.84 56.65 65.38 56.92 65.92 57.19 66.47 57.46 67.01 57.73 67.56 58 68.1 58.27 68.65 58.54 69.19 58.82 69.73 59.09 70.28 59.36 70.82 59.63 71.37 59.9 71.91 60.17 72.46 60.44 73 60.72\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-f4706eaa7157489680b8958583271b72-element-12\">\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\">0.0</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\">0.1</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\">0.2</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\">0.3</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\">0.4</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\">0.5</text>\n",
" </g>\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-f4706eaa7157489680b8958583271b72-element-13\">\n",
" <text x=\"9.1\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\">p</text>\n",
" </g>\n",
"</g>\n",
"<defs>\n",
"<clipPath id=\"fig-f4706eaa7157489680b8958583271b72-element-5\">\n",
" <path d=\"M17.12,5 L 75 5 75 62.72 17.12 62.72\" />\n",
"</clipPath\n",
"></defs>\n",
"</svg>\n"
],
"text": [
"Plot(...)"
]
}
],
"prompt_number": 3
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Thus, the best response mapping is given as follows"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"B(p,q) = (B1(q), B2(p));"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 4
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, let's start with an abitrary value and run the best response iteration for 20 steps."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"iterations = 20;\n",
"p = zeros(iterations,1); q = zeros(iterations,1);"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 5
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"p[1], q[1] = 0.25, 0.45;"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 13
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"for i = 2:iterations\n",
" (p[i],q[i])=B(p[i-1],q[i-1]);\n",
"end"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 14
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"properties=(Guide.xlabel(\"Iterations\"), Scale.y_continuous(minvalue=0, maxvalue=0.5), Geom.line, Theme(line_width=2pt)) ;\n",
"plt1 = plot(x=1:iterations, y=p, Guide.ylabel(\"p\"), properties...); \n",
"plt2 = plot(x=1:iterations, y=q, Guide.ylabel(\"q\"), properties...);\n",
"\n",
"set_default_plot_size(20cm, 8cm);\n",
"hstack(plt1, plt2)"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\"\n",
" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n",
" xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n",
" version=\"1.2\"\n",
" width=\"200mm\" height=\"80mm\" viewBox=\"0 0 200 80\"\n",
" stroke=\"none\"\n",
" fill=\"#000000\"\n",
" stroke-width=\"0.3\"\n",
" font-size=\"3.88\"\n",
"\n",
" id=\"fig-98362dd5b99a4b428801166f74cae751\">\n",
"<g class=\"plotroot xscalable yscalable\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-1\">\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-2\">\n",
" <text x=\"156.05\" y=\"72\" text-anchor=\"middle\">Iterations</text>\n",
" </g>\n",
" <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-3\">\n",
" <text x=\"26.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-25</text>\n",
" <text x=\"45.2\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-20</text>\n",
" <text x=\"63.68\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-15</text>\n",
" <text x=\"82.15\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-10</text>\n",
" <text x=\"100.63\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-5</text>\n",
" <text x=\"119.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0</text>\n",
" <text x=\"137.58\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">5</text>\n",
" <text x=\"156.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">10</text>\n",
" <text x=\"174.53\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">15</text>\n",
" <text x=\"193\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">20</text>\n",
" <text x=\"211.47\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">25</text>\n",
" <text x=\"229.95\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">30</text>\n",
" <text x=\"248.42\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">35</text>\n",
" <text x=\"266.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">40</text>\n",
" <text x=\"285.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">45</text>\n",
" <text x=\"45.2\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-20</text>\n",
" <text x=\"48.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-19</text>\n",
" <text x=\"52.59\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-18</text>\n",
" <text x=\"56.29\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-17</text>\n",
" <text x=\"59.98\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-16</text>\n",
" <text x=\"63.68\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-15</text>\n",
" <text x=\"67.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-14</text>\n",
" <text x=\"71.07\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-13</text>\n",
" <text x=\"74.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-12</text>\n",
" <text x=\"78.46\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-11</text>\n",
" <text x=\"82.15\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-10</text>\n",
" <text x=\"85.85\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-9</text>\n",
" <text x=\"89.54\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-8</text>\n",
" <text x=\"93.24\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-7</text>\n",
" <text x=\"96.93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-6</text>\n",
" <text x=\"100.63\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-5</text>\n",
" <text x=\"104.32\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-4</text>\n",
" <text x=\"108.02\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-3</text>\n",
" <text x=\"111.71\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-2</text>\n",
" <text x=\"115.41\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-1</text>\n",
" <text x=\"119.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0</text>\n",
" <text x=\"122.8\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">1</text>\n",
" <text x=\"126.49\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">2</text>\n",
" <text x=\"130.19\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">3</text>\n",
" <text x=\"133.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">4</text>\n",
" <text x=\"137.58\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">5</text>\n",
" <text x=\"141.27\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">6</text>\n",
" <text x=\"144.97\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">7</text>\n",
" <text x=\"148.66\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">8</text>\n",
" <text x=\"152.36\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">9</text>\n",
" <text x=\"156.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">10</text>\n",
" <text x=\"159.75\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">11</text>\n",
" <text x=\"163.44\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">12</text>\n",
" <text x=\"167.14\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">13</text>\n",
" <text x=\"170.83\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">14</text>\n",
" <text x=\"174.53\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">15</text>\n",
" <text x=\"178.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">16</text>\n",
" <text x=\"181.92\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">17</text>\n",
" <text x=\"185.61\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">18</text>\n",
" <text x=\"189.31\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">19</text>\n",
" <text x=\"193\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">20</text>\n",
" <text x=\"196.69\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">21</text>\n",
" <text x=\"200.39\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">22</text>\n",
" <text x=\"204.08\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">23</text>\n",
" <text x=\"207.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">24</text>\n",
" <text x=\"211.47\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">25</text>\n",
" <text x=\"215.17\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">26</text>\n",
" <text x=\"218.86\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">27</text>\n",
" <text x=\"222.56\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">28</text>\n",
" <text x=\"226.25\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">29</text>\n",
" <text x=\"229.95\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">30</text>\n",
" <text x=\"233.64\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">31</text>\n",
" <text x=\"237.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">32</text>\n",
" <text x=\"241.03\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">33</text>\n",
" <text x=\"244.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">34</text>\n",
" <text x=\"248.42\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">35</text>\n",
" <text x=\"252.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">36</text>\n",
" <text x=\"255.81\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">37</text>\n",
" <text x=\"259.51\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">38</text>\n",
" <text x=\"263.2\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">39</text>\n",
" <text x=\"266.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">40</text>\n",
" <text x=\"45.2\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">-20</text>\n",
" <text x=\"119.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">0</text>\n",
" <text x=\"193\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">20</text>\n",
" <text x=\"266.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">40</text>\n",
" <text x=\"45.2\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-20</text>\n",
" <text x=\"52.59\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-18</text>\n",
" <text x=\"59.98\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-16</text>\n",
" <text x=\"67.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-14</text>\n",
" <text x=\"74.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-12</text>\n",
" <text x=\"82.15\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-10</text>\n",
" <text x=\"89.54\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-8</text>\n",
" <text x=\"96.93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-6</text>\n",
" <text x=\"104.32\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-4</text>\n",
" <text x=\"111.71\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-2</text>\n",
" <text x=\"119.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0</text>\n",
" <text x=\"126.49\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">2</text>\n",
" <text x=\"133.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">4</text>\n",
" <text x=\"141.27\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">6</text>\n",
" <text x=\"148.66\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">8</text>\n",
" <text x=\"156.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">10</text>\n",
" <text x=\"163.44\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">12</text>\n",
" <text x=\"170.83\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">14</text>\n",
" <text x=\"178.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">16</text>\n",
" <text x=\"185.61\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">18</text>\n",
" <text x=\"193\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">20</text>\n",
" <text x=\"200.39\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">22</text>\n",
" <text x=\"207.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">24</text>\n",
" <text x=\"215.17\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">26</text>\n",
" <text x=\"222.56\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">28</text>\n",
" <text x=\"229.95\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">30</text>\n",
" <text x=\"237.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">32</text>\n",
" <text x=\"244.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">34</text>\n",
" <text x=\"252.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">36</text>\n",
" <text x=\"259.51\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">38</text>\n",
" <text x=\"266.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">40</text>\n",
" </g>\n",
" <g clip-path=\"url(#fig-98362dd5b99a4b428801166f74cae751-element-5)\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-4\">\n",
" <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-6\">\n",
" <rect x=\"117.1\" y=\"5\" width=\"77.9\" height=\"57.72\"/>\n",
" </g>\n",
" <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-7\">\n",
" <path fill=\"none\" d=\"M117.1,125.17 L 195 125.17\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,114.43 L 195 114.43\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,103.69 L 195 103.69\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,92.94 L 195 92.94\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,82.2 L 195 82.2\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,71.46 L 195 71.46\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,60.72 L 195 60.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,49.97 L 195 49.97\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,39.23 L 195 39.23\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,28.49 L 195 28.49\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,17.74 L 195 17.74\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,7 L 195 7\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-3.74 L 195 -3.74\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-14.49 L 195 -14.49\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-25.23 L 195 -25.23\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-35.97 L 195 -35.97\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-46.71 L 195 -46.71\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-57.46 L 195 -57.46\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,114.43 L 195 114.43\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,112.28 L 195 112.28\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,110.13 L 195 110.13\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,107.98 L 195 107.98\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,105.84 L 195 105.84\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,103.69 L 195 103.69\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,101.54 L 195 101.54\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,99.39 L 195 99.39\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,97.24 L 195 97.24\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,95.09 L 195 95.09\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,92.94 L 195 92.94\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,90.8 L 195 90.8\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,88.65 L 195 88.65\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,86.5 L 195 86.5\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,84.35 L 195 84.35\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,82.2 L 195 82.2\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,80.05 L 195 80.05\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,77.9 L 195 77.9\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,75.76 L 195 75.76\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,73.61 L 195 73.61\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,71.46 L 195 71.46\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,69.31 L 195 69.31\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,67.16 L 195 67.16\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,65.01 L 195 65.01\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,62.86 L 195 62.86\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,60.72 L 195 60.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,58.57 L 195 58.57\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,56.42 L 195 56.42\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,54.27 L 195 54.27\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,52.12 L 195 52.12\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,49.97 L 195 49.97\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,47.82 L 195 47.82\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,45.67 L 195 45.67\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,43.53 L 195 43.53\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,41.38 L 195 41.38\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,39.23 L 195 39.23\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,37.08 L 195 37.08\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,34.93 L 195 34.93\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,32.78 L 195 32.78\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,30.63 L 195 30.63\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,28.49 L 195 28.49\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,26.34 L 195 26.34\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,24.19 L 195 24.19\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,22.04 L 195 22.04\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,19.89 L 195 19.89\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,17.74 L 195 17.74\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,15.59 L 195 15.59\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,13.45 L 195 13.45\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,11.3 L 195 11.3\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,9.15 L 195 9.15\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,7 L 195 7\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,4.85 L 195 4.85\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,2.7 L 195 2.7\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,0.55 L 195 0.55\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-1.59 L 195 -1.59\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-3.74 L 195 -3.74\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-5.89 L 195 -5.89\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-8.04 L 195 -8.04\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-10.19 L 195 -10.19\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-12.34 L 195 -12.34\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-14.49 L 195 -14.49\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-16.63 L 195 -16.63\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-18.78 L 195 -18.78\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-20.93 L 195 -20.93\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-23.08 L 195 -23.08\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-25.23 L 195 -25.23\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-27.38 L 195 -27.38\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-29.53 L 195 -29.53\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-31.67 L 195 -31.67\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-33.82 L 195 -33.82\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-35.97 L 195 -35.97\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-38.12 L 195 -38.12\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-40.27 L 195 -40.27\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-42.42 L 195 -42.42\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-44.57 L 195 -44.57\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-46.71 L 195 -46.71\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,114.43 L 195 114.43\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M117.1,60.72 L 195 60.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M117.1,7 L 195 7\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M117.1,-46.71 L 195 -46.71\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M117.1,114.43 L 195 114.43\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,109.06 L 195 109.06\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,103.69 L 195 103.69\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,98.32 L 195 98.32\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,92.94 L 195 92.94\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,87.57 L 195 87.57\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,82.2 L 195 82.2\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,76.83 L 195 76.83\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,71.46 L 195 71.46\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,66.09 L 195 66.09\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,60.72 L 195 60.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,55.34 L 195 55.34\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,49.97 L 195 49.97\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,44.6 L 195 44.6\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,39.23 L 195 39.23\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,33.86 L 195 33.86\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,28.49 L 195 28.49\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,23.11 L 195 23.11\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,17.74 L 195 17.74\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,12.37 L 195 12.37\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,7 L 195 7\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,1.63 L 195 1.63\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-3.74 L 195 -3.74\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-9.11 L 195 -9.11\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-14.49 L 195 -14.49\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-19.86 L 195 -19.86\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-25.23 L 195 -25.23\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-30.6 L 195 -30.6\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-35.97 L 195 -35.97\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-41.34 L 195 -41.34\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M117.1,-46.71 L 195 -46.71\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" </g>\n",
" <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-8\">\n",
" <path fill=\"none\" d=\"M26.73,5 L 26.73 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M45.2,5 L 45.2 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M63.68,5 L 63.68 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M82.15,5 L 82.15 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M100.63,5 L 100.63 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M119.1,5 L 119.1 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M137.58,5 L 137.58 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M156.05,5 L 156.05 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M174.53,5 L 174.53 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M193,5 L 193 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M211.47,5 L 211.47 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M229.95,5 L 229.95 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M248.42,5 L 248.42 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M266.9,5 L 266.9 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M285.37,5 L 285.37 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M45.2,5 L 45.2 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M48.9,5 L 48.9 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M52.59,5 L 52.59 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M56.29,5 L 56.29 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M59.98,5 L 59.98 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M63.68,5 L 63.68 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M67.37,5 L 67.37 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M71.07,5 L 71.07 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M74.76,5 L 74.76 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M78.46,5 L 78.46 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M82.15,5 L 82.15 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M85.85,5 L 85.85 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M89.54,5 L 89.54 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M93.24,5 L 93.24 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M96.93,5 L 96.93 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M100.63,5 L 100.63 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M104.32,5 L 104.32 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M108.02,5 L 108.02 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M111.71,5 L 111.71 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M115.41,5 L 115.41 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M119.1,5 L 119.1 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M122.8,5 L 122.8 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M126.49,5 L 126.49 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M130.19,5 L 130.19 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M133.88,5 L 133.88 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M137.58,5 L 137.58 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M141.27,5 L 141.27 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M144.97,5 L 144.97 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M148.66,5 L 148.66 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M152.36,5 L 152.36 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M156.05,5 L 156.05 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M159.75,5 L 159.75 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M163.44,5 L 163.44 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M167.14,5 L 167.14 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M170.83,5 L 170.83 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M174.53,5 L 174.53 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M178.22,5 L 178.22 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M181.92,5 L 181.92 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M185.61,5 L 185.61 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M189.31,5 L 189.31 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M193,5 L 193 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M196.69,5 L 196.69 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M200.39,5 L 200.39 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M204.08,5 L 204.08 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M207.78,5 L 207.78 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M211.47,5 L 211.47 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M215.17,5 L 215.17 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M218.86,5 L 218.86 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M222.56,5 L 222.56 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M226.25,5 L 226.25 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M229.95,5 L 229.95 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M233.64,5 L 233.64 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M237.34,5 L 237.34 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M241.03,5 L 241.03 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M244.73,5 L 244.73 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M248.42,5 L 248.42 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M252.12,5 L 252.12 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M255.81,5 L 255.81 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M259.51,5 L 259.51 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M263.2,5 L 263.2 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M266.9,5 L 266.9 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M45.2,5 L 45.2 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M119.1,5 L 119.1 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M193,5 L 193 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M266.9,5 L 266.9 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M45.2,5 L 45.2 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M52.59,5 L 52.59 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M59.98,5 L 59.98 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M67.37,5 L 67.37 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M74.76,5 L 74.76 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M82.15,5 L 82.15 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M89.54,5 L 89.54 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M96.93,5 L 96.93 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M104.32,5 L 104.32 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M111.71,5 L 111.71 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M119.1,5 L 119.1 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M126.49,5 L 126.49 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M133.88,5 L 133.88 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M141.27,5 L 141.27 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M148.66,5 L 148.66 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M156.05,5 L 156.05 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M163.44,5 L 163.44 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M170.83,5 L 170.83 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M178.22,5 L 178.22 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M185.61,5 L 185.61 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M193,5 L 193 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M200.39,5 L 200.39 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M207.78,5 L 207.78 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M215.17,5 L 215.17 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M222.56,5 L 222.56 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M229.95,5 L 229.95 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M237.34,5 L 237.34 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M244.73,5 L 244.73 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M252.12,5 L 252.12 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M259.51,5 L 259.51 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M266.9,5 L 266.9 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" </g>\n",
" <g class=\"plotpanel\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-9\">\n",
" <g stroke-width=\"0.71\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-10\">\n",
" <path fill=\"none\" d=\"M122.8,12.37 L 126.49 47.29 130.19 35.2 133.88 43.93 137.58 40.91 141.27 43.09 144.97 42.33 148.66 42.88 152.36 42.69 156.05 42.83 159.75 42.78 163.44 42.81 167.14 42.8 170.83 42.81 174.53 42.81 178.22 42.81 181.92 42.81 185.61 42.81 189.31 42.81 193 42.81\"/>\n",
" </g>\n",
" </g>\n",
" <g opacity=\"0\" class=\"guide zoomslider\" stroke=\"none\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-11\">\n",
" <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-12\">\n",
" <rect x=\"188\" y=\"8\" width=\"4\" height=\"4\"/>\n",
" <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-13\">\n",
" <path d=\"M188.8,9.6 L 189.6 9.6 189.6 8.8 190.4 8.8 190.4 9.6 191.2 9.6 191.2 10.4 190.4 10.4 190.4 11.2 189.6 11.2 189.6 10.4 188.8 10.4 z\"/>\n",
" </g>\n",
" </g>\n",
" <g fill=\"#EAEAEA\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-14\">\n",
" <rect x=\"168.5\" y=\"8\" width=\"19\" height=\"4\"/>\n",
" </g>\n",
" <g class=\"zoomslider_thumb\" fill=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-15\">\n",
" <rect x=\"177\" y=\"8\" width=\"2\" height=\"4\"/>\n",
" </g>\n",
" <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-16\">\n",
" <rect x=\"164\" y=\"8\" width=\"4\" height=\"4\"/>\n",
" <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-17\">\n",
" <path d=\"M164.8,9.6 L 167.2 9.6 167.2 10.4 164.8 10.4 z\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-18\">\n",
" <text x=\"116.1\" y=\"125.17\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.6</text>\n",
" <text x=\"116.1\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.5</text>\n",
" <text x=\"116.1\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.4</text>\n",
" <text x=\"116.1\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.3</text>\n",
" <text x=\"116.1\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.2</text>\n",
" <text x=\"116.1\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.1</text>\n",
" <text x=\"116.1\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.0</text>\n",
" <text x=\"116.1\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.1</text>\n",
" <text x=\"116.1\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.2</text>\n",
" <text x=\"116.1\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.3</text>\n",
" <text x=\"116.1\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.4</text>\n",
" <text x=\"116.1\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.5</text>\n",
" <text x=\"116.1\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.6</text>\n",
" <text x=\"116.1\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.7</text>\n",
" <text x=\"116.1\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.8</text>\n",
" <text x=\"116.1\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.9</text>\n",
" <text x=\"116.1\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.0</text>\n",
" <text x=\"116.1\" y=\"-57.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.1</text>\n",
" <text x=\"116.1\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.50</text>\n",
" <text x=\"116.1\" y=\"112.28\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.48</text>\n",
" <text x=\"116.1\" y=\"110.13\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.46</text>\n",
" <text x=\"116.1\" y=\"107.98\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.44</text>\n",
" <text x=\"116.1\" y=\"105.84\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.42</text>\n",
" <text x=\"116.1\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.40</text>\n",
" <text x=\"116.1\" y=\"101.54\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.38</text>\n",
" <text x=\"116.1\" y=\"99.39\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.36</text>\n",
" <text x=\"116.1\" y=\"97.24\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.34</text>\n",
" <text x=\"116.1\" y=\"95.09\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.32</text>\n",
" <text x=\"116.1\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.30</text>\n",
" <text x=\"116.1\" y=\"90.8\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.28</text>\n",
" <text x=\"116.1\" y=\"88.65\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.26</text>\n",
" <text x=\"116.1\" y=\"86.5\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.24</text>\n",
" <text x=\"116.1\" y=\"84.35\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.22</text>\n",
" <text x=\"116.1\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.20</text>\n",
" <text x=\"116.1\" y=\"80.05\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.18</text>\n",
" <text x=\"116.1\" y=\"77.9\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.16</text>\n",
" <text x=\"116.1\" y=\"75.76\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.14</text>\n",
" <text x=\"116.1\" y=\"73.61\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.12</text>\n",
" <text x=\"116.1\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.10</text>\n",
" <text x=\"116.1\" y=\"69.31\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.08</text>\n",
" <text x=\"116.1\" y=\"67.16\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.06</text>\n",
" <text x=\"116.1\" y=\"65.01\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.04</text>\n",
" <text x=\"116.1\" y=\"62.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.02</text>\n",
" <text x=\"116.1\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.00</text>\n",
" <text x=\"116.1\" y=\"58.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.02</text>\n",
" <text x=\"116.1\" y=\"56.42\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.04</text>\n",
" <text x=\"116.1\" y=\"54.27\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.06</text>\n",
" <text x=\"116.1\" y=\"52.12\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.08</text>\n",
" <text x=\"116.1\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.10</text>\n",
" <text x=\"116.1\" y=\"47.82\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.12</text>\n",
" <text x=\"116.1\" y=\"45.67\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.14</text>\n",
" <text x=\"116.1\" y=\"43.53\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.16</text>\n",
" <text x=\"116.1\" y=\"41.38\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.18</text>\n",
" <text x=\"116.1\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.20</text>\n",
" <text x=\"116.1\" y=\"37.08\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.22</text>\n",
" <text x=\"116.1\" y=\"34.93\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.24</text>\n",
" <text x=\"116.1\" y=\"32.78\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.26</text>\n",
" <text x=\"116.1\" y=\"30.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.28</text>\n",
" <text x=\"116.1\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.30</text>\n",
" <text x=\"116.1\" y=\"26.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.32</text>\n",
" <text x=\"116.1\" y=\"24.19\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.34</text>\n",
" <text x=\"116.1\" y=\"22.04\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.36</text>\n",
" <text x=\"116.1\" y=\"19.89\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.38</text>\n",
" <text x=\"116.1\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.40</text>\n",
" <text x=\"116.1\" y=\"15.59\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.42</text>\n",
" <text x=\"116.1\" y=\"13.45\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.44</text>\n",
" <text x=\"116.1\" y=\"11.3\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.46</text>\n",
" <text x=\"116.1\" y=\"9.15\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.48</text>\n",
" <text x=\"116.1\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.50</text>\n",
" <text x=\"116.1\" y=\"4.85\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.52</text>\n",
" <text x=\"116.1\" y=\"2.7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.54</text>\n",
" <text x=\"116.1\" y=\"0.55\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.56</text>\n",
" <text x=\"116.1\" y=\"-1.59\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.58</text>\n",
" <text x=\"116.1\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.60</text>\n",
" <text x=\"116.1\" y=\"-5.89\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.62</text>\n",
" <text x=\"116.1\" y=\"-8.04\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.64</text>\n",
" <text x=\"116.1\" y=\"-10.19\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.66</text>\n",
" <text x=\"116.1\" y=\"-12.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.68</text>\n",
" <text x=\"116.1\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.70</text>\n",
" <text x=\"116.1\" y=\"-16.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.72</text>\n",
" <text x=\"116.1\" y=\"-18.78\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.74</text>\n",
" <text x=\"116.1\" y=\"-20.93\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.76</text>\n",
" <text x=\"116.1\" y=\"-23.08\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.78</text>\n",
" <text x=\"116.1\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.80</text>\n",
" <text x=\"116.1\" y=\"-27.38\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.82</text>\n",
" <text x=\"116.1\" y=\"-29.53\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.84</text>\n",
" <text x=\"116.1\" y=\"-31.67\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.86</text>\n",
" <text x=\"116.1\" y=\"-33.82\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.88</text>\n",
" <text x=\"116.1\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.90</text>\n",
" <text x=\"116.1\" y=\"-38.12\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.92</text>\n",
" <text x=\"116.1\" y=\"-40.27\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.94</text>\n",
" <text x=\"116.1\" y=\"-42.42\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.96</text>\n",
" <text x=\"116.1\" y=\"-44.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.98</text>\n",
" <text x=\"116.1\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">1.00</text>\n",
" <text x=\"116.1\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">-0.5</text>\n",
" <text x=\"116.1\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.0</text>\n",
" <text x=\"116.1\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.5</text>\n",
" <text x=\"116.1\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">1.0</text>\n",
" <text x=\"116.1\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.50</text>\n",
" <text x=\"116.1\" y=\"109.06\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.45</text>\n",
" <text x=\"116.1\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.40</text>\n",
" <text x=\"116.1\" y=\"98.32\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.35</text>\n",
" <text x=\"116.1\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.30</text>\n",
" <text x=\"116.1\" y=\"87.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.25</text>\n",
" <text x=\"116.1\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.20</text>\n",
" <text x=\"116.1\" y=\"76.83\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.15</text>\n",
" <text x=\"116.1\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.10</text>\n",
" <text x=\"116.1\" y=\"66.09\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.05</text>\n",
" <text x=\"116.1\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.00</text>\n",
" <text x=\"116.1\" y=\"55.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.05</text>\n",
" <text x=\"116.1\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.10</text>\n",
" <text x=\"116.1\" y=\"44.6\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.15</text>\n",
" <text x=\"116.1\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.20</text>\n",
" <text x=\"116.1\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.25</text>\n",
" <text x=\"116.1\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.30</text>\n",
" <text x=\"116.1\" y=\"23.11\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.35</text>\n",
" <text x=\"116.1\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.40</text>\n",
" <text x=\"116.1\" y=\"12.37\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.45</text>\n",
" <text x=\"116.1\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.50</text>\n",
" <text x=\"116.1\" y=\"1.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.55</text>\n",
" <text x=\"116.1\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.60</text>\n",
" <text x=\"116.1\" y=\"-9.11\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.65</text>\n",
" <text x=\"116.1\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.70</text>\n",
" <text x=\"116.1\" y=\"-19.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.75</text>\n",
" <text x=\"116.1\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.80</text>\n",
" <text x=\"116.1\" y=\"-30.6\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.85</text>\n",
" <text x=\"116.1\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.90</text>\n",
" <text x=\"116.1\" y=\"-41.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.95</text>\n",
" <text x=\"116.1\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">1.00</text>\n",
" </g>\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-19\">\n",
" <text x=\"109.08\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\">q</text>\n",
" </g>\n",
"</g>\n",
"<g class=\"plotroot xscalable yscalable\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-20\">\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-21\">\n",
" <text x=\"56.06\" y=\"72\" text-anchor=\"middle\">Iterations</text>\n",
" </g>\n",
" <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-22\">\n",
" <text x=\"-73.23\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-25</text>\n",
" <text x=\"-54.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-20</text>\n",
" <text x=\"-36.29\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-15</text>\n",
" <text x=\"-17.82\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-10</text>\n",
" <text x=\"0.65\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">-5</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">0</text>\n",
" <text x=\"37.59\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">5</text>\n",
" <text x=\"56.06\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">10</text>\n",
" <text x=\"74.53\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">15</text>\n",
" <text x=\"93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"visible\" gadfly:scale=\"1.0\">20</text>\n",
" <text x=\"111.47\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">25</text>\n",
" <text x=\"129.94\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">30</text>\n",
" <text x=\"148.41\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">35</text>\n",
" <text x=\"166.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">40</text>\n",
" <text x=\"185.35\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"1.0\">45</text>\n",
" <text x=\"-54.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-20</text>\n",
" <text x=\"-51.07\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-19</text>\n",
" <text x=\"-47.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-18</text>\n",
" <text x=\"-43.68\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-17</text>\n",
" <text x=\"-39.99\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-16</text>\n",
" <text x=\"-36.29\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-15</text>\n",
" <text x=\"-32.6\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-14</text>\n",
" <text x=\"-28.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-13</text>\n",
" <text x=\"-25.21\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-12</text>\n",
" <text x=\"-21.52\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-11</text>\n",
" <text x=\"-17.82\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-10</text>\n",
" <text x=\"-14.13\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-9</text>\n",
" <text x=\"-10.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-8</text>\n",
" <text x=\"-6.74\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-7</text>\n",
" <text x=\"-3.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-6</text>\n",
" <text x=\"0.65\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-5</text>\n",
" <text x=\"4.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-4</text>\n",
" <text x=\"8.04\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-3</text>\n",
" <text x=\"11.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-2</text>\n",
" <text x=\"15.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">-1</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">0</text>\n",
" <text x=\"22.81\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">1</text>\n",
" <text x=\"26.51\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">2</text>\n",
" <text x=\"30.2\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">3</text>\n",
" <text x=\"33.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">4</text>\n",
" <text x=\"37.59\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">5</text>\n",
" <text x=\"41.28\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">6</text>\n",
" <text x=\"44.98\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">7</text>\n",
" <text x=\"48.67\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">8</text>\n",
" <text x=\"52.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">9</text>\n",
" <text x=\"56.06\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">10</text>\n",
" <text x=\"59.75\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">11</text>\n",
" <text x=\"63.45\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">12</text>\n",
" <text x=\"67.14\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">13</text>\n",
" <text x=\"70.84\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">14</text>\n",
" <text x=\"74.53\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">15</text>\n",
" <text x=\"78.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">16</text>\n",
" <text x=\"81.92\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">17</text>\n",
" <text x=\"85.61\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">18</text>\n",
" <text x=\"89.31\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">19</text>\n",
" <text x=\"93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">20</text>\n",
" <text x=\"96.69\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">21</text>\n",
" <text x=\"100.39\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">22</text>\n",
" <text x=\"104.08\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">23</text>\n",
" <text x=\"107.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">24</text>\n",
" <text x=\"111.47\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">25</text>\n",
" <text x=\"115.16\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">26</text>\n",
" <text x=\"118.86\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">27</text>\n",
" <text x=\"122.55\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">28</text>\n",
" <text x=\"126.25\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">29</text>\n",
" <text x=\"129.94\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">30</text>\n",
" <text x=\"133.63\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">31</text>\n",
" <text x=\"137.33\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">32</text>\n",
" <text x=\"141.02\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">33</text>\n",
" <text x=\"144.72\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">34</text>\n",
" <text x=\"148.41\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">35</text>\n",
" <text x=\"152.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">36</text>\n",
" <text x=\"155.8\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">37</text>\n",
" <text x=\"159.49\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">38</text>\n",
" <text x=\"163.19\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">39</text>\n",
" <text x=\"166.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"10.0\">40</text>\n",
" <text x=\"-54.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">-20</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">0</text>\n",
" <text x=\"93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">20</text>\n",
" <text x=\"166.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"0.5\">40</text>\n",
" <text x=\"-54.76\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-20</text>\n",
" <text x=\"-47.37\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-18</text>\n",
" <text x=\"-39.99\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-16</text>\n",
" <text x=\"-32.6\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-14</text>\n",
" <text x=\"-25.21\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-12</text>\n",
" <text x=\"-17.82\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-10</text>\n",
" <text x=\"-10.43\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-8</text>\n",
" <text x=\"-3.05\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-6</text>\n",
" <text x=\"4.34\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-4</text>\n",
" <text x=\"11.73\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">-2</text>\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">0</text>\n",
" <text x=\"26.51\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">2</text>\n",
" <text x=\"33.9\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">4</text>\n",
" <text x=\"41.28\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">6</text>\n",
" <text x=\"48.67\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">8</text>\n",
" <text x=\"56.06\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">10</text>\n",
" <text x=\"63.45\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">12</text>\n",
" <text x=\"70.84\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">14</text>\n",
" <text x=\"78.22\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">16</text>\n",
" <text x=\"85.61\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">18</text>\n",
" <text x=\"93\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">20</text>\n",
" <text x=\"100.39\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">22</text>\n",
" <text x=\"107.78\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">24</text>\n",
" <text x=\"115.16\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">26</text>\n",
" <text x=\"122.55\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">28</text>\n",
" <text x=\"129.94\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">30</text>\n",
" <text x=\"137.33\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">32</text>\n",
" <text x=\"144.72\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">34</text>\n",
" <text x=\"152.1\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">36</text>\n",
" <text x=\"159.49\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">38</text>\n",
" <text x=\"166.88\" y=\"66.39\" text-anchor=\"middle\" visibility=\"hidden\" gadfly:scale=\"5.0\">40</text>\n",
" </g>\n",
" <g clip-path=\"url(#fig-98362dd5b99a4b428801166f74cae751-element-24)\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-23\">\n",
" <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-25\">\n",
" <rect x=\"17.12\" y=\"5\" width=\"77.88\" height=\"57.72\"/>\n",
" </g>\n",
" <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-26\">\n",
" <path fill=\"none\" d=\"M17.12,125.17 L 95 125.17\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 95 114.43\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,103.69 L 95 103.69\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,92.94 L 95 92.94\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,82.2 L 95 82.2\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,71.46 L 95 71.46\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 95 60.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 95 49.97\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 95 39.23\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 95 28.49\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 95 17.74\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 95 7\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-3.74 L 95 -3.74\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-14.49 L 95 -14.49\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-25.23 L 95 -25.23\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-35.97 L 95 -35.97\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 95 -46.71\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-57.46 L 95 -57.46\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 95 114.43\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,112.28 L 95 112.28\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,110.13 L 95 110.13\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,107.98 L 95 107.98\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,105.84 L 95 105.84\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,103.69 L 95 103.69\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,101.54 L 95 101.54\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,99.39 L 95 99.39\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,97.24 L 95 97.24\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,95.09 L 95 95.09\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,92.94 L 95 92.94\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,90.8 L 95 90.8\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,88.65 L 95 88.65\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,86.5 L 95 86.5\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,84.35 L 95 84.35\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,82.2 L 95 82.2\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,80.05 L 95 80.05\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,77.9 L 95 77.9\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,75.76 L 95 75.76\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,73.61 L 95 73.61\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,71.46 L 95 71.46\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,69.31 L 95 69.31\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,67.16 L 95 67.16\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,65.01 L 95 65.01\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,62.86 L 95 62.86\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 95 60.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,58.57 L 95 58.57\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,56.42 L 95 56.42\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,54.27 L 95 54.27\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,52.12 L 95 52.12\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 95 49.97\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,47.82 L 95 47.82\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,45.67 L 95 45.67\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,43.53 L 95 43.53\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,41.38 L 95 41.38\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 95 39.23\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,37.08 L 95 37.08\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,34.93 L 95 34.93\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,32.78 L 95 32.78\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,30.63 L 95 30.63\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 95 28.49\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,26.34 L 95 26.34\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,24.19 L 95 24.19\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,22.04 L 95 22.04\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,19.89 L 95 19.89\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 95 17.74\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,15.59 L 95 15.59\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,13.45 L 95 13.45\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,11.3 L 95 11.3\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,9.15 L 95 9.15\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 95 7\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,4.85 L 95 4.85\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,2.7 L 95 2.7\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,0.55 L 95 0.55\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-1.59 L 95 -1.59\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-3.74 L 95 -3.74\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-5.89 L 95 -5.89\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-8.04 L 95 -8.04\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-10.19 L 95 -10.19\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-12.34 L 95 -12.34\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-14.49 L 95 -14.49\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-16.63 L 95 -16.63\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-18.78 L 95 -18.78\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-20.93 L 95 -20.93\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-23.08 L 95 -23.08\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-25.23 L 95 -25.23\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-27.38 L 95 -27.38\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-29.53 L 95 -29.53\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-31.67 L 95 -31.67\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-33.82 L 95 -33.82\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-35.97 L 95 -35.97\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-38.12 L 95 -38.12\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-40.27 L 95 -40.27\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-42.42 L 95 -42.42\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-44.57 L 95 -44.57\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 95 -46.71\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 95 114.43\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 95 60.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 95 7\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 95 -46.71\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M17.12,114.43 L 95 114.43\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,109.06 L 95 109.06\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,103.69 L 95 103.69\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,98.32 L 95 98.32\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,92.94 L 95 92.94\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,87.57 L 95 87.57\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,82.2 L 95 82.2\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,76.83 L 95 76.83\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,71.46 L 95 71.46\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,66.09 L 95 66.09\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 95 60.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,55.34 L 95 55.34\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 95 49.97\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,44.6 L 95 44.6\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 95 39.23\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,33.86 L 95 33.86\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 95 28.49\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,23.11 L 95 23.11\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 95 17.74\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,12.37 L 95 12.37\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 95 7\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,1.63 L 95 1.63\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-3.74 L 95 -3.74\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-9.11 L 95 -9.11\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-14.49 L 95 -14.49\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-19.86 L 95 -19.86\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-25.23 L 95 -25.23\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-30.6 L 95 -30.6\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-35.97 L 95 -35.97\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-41.34 L 95 -41.34\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M17.12,-46.71 L 95 -46.71\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" </g>\n",
" <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-27\">\n",
" <path fill=\"none\" d=\"M-73.23,5 L -73.23 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-54.76,5 L -54.76 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-36.29,5 L -36.29 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-17.82,5 L -17.82 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M0.65,5 L 0.65 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M37.59,5 L 37.59 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M56.06,5 L 56.06 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M74.53,5 L 74.53 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M93,5 L 93 62.72\" visibility=\"visible\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M111.47,5 L 111.47 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M129.94,5 L 129.94 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M148.41,5 L 148.41 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M166.88,5 L 166.88 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M185.35,5 L 185.35 62.72\" visibility=\"hidden\" gadfly:scale=\"1.0\"/>\n",
" <path fill=\"none\" d=\"M-54.76,5 L -54.76 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-51.07,5 L -51.07 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-47.37,5 L -47.37 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-43.68,5 L -43.68 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-39.99,5 L -39.99 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-36.29,5 L -36.29 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-32.6,5 L -32.6 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-28.9,5 L -28.9 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-25.21,5 L -25.21 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-21.52,5 L -21.52 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-17.82,5 L -17.82 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-14.13,5 L -14.13 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-10.43,5 L -10.43 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-6.74,5 L -6.74 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-3.05,5 L -3.05 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M0.65,5 L 0.65 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M4.34,5 L 4.34 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M8.04,5 L 8.04 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M11.73,5 L 11.73 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M15.43,5 L 15.43 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M22.81,5 L 22.81 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M26.51,5 L 26.51 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M30.2,5 L 30.2 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M33.9,5 L 33.9 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M37.59,5 L 37.59 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M41.28,5 L 41.28 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M44.98,5 L 44.98 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M48.67,5 L 48.67 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M52.37,5 L 52.37 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M56.06,5 L 56.06 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M59.75,5 L 59.75 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M63.45,5 L 63.45 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M67.14,5 L 67.14 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M70.84,5 L 70.84 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M74.53,5 L 74.53 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M78.22,5 L 78.22 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M81.92,5 L 81.92 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M85.61,5 L 85.61 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M89.31,5 L 89.31 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M93,5 L 93 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M96.69,5 L 96.69 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M100.39,5 L 100.39 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M104.08,5 L 104.08 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M107.78,5 L 107.78 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M111.47,5 L 111.47 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M115.16,5 L 115.16 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M118.86,5 L 118.86 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M122.55,5 L 122.55 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M126.25,5 L 126.25 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M129.94,5 L 129.94 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M133.63,5 L 133.63 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M137.33,5 L 137.33 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M141.02,5 L 141.02 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M144.72,5 L 144.72 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M148.41,5 L 148.41 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M152.1,5 L 152.1 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M155.8,5 L 155.8 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M159.49,5 L 159.49 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M163.19,5 L 163.19 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M166.88,5 L 166.88 62.72\" visibility=\"hidden\" gadfly:scale=\"10.0\"/>\n",
" <path fill=\"none\" d=\"M-54.76,5 L -54.76 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M93,5 L 93 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M166.88,5 L 166.88 62.72\" visibility=\"hidden\" gadfly:scale=\"0.5\"/>\n",
" <path fill=\"none\" d=\"M-54.76,5 L -54.76 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-47.37,5 L -47.37 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-39.99,5 L -39.99 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-32.6,5 L -32.6 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-25.21,5 L -25.21 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-17.82,5 L -17.82 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-10.43,5 L -10.43 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M-3.05,5 L -3.05 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M4.34,5 L 4.34 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M11.73,5 L 11.73 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M26.51,5 L 26.51 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M33.9,5 L 33.9 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M41.28,5 L 41.28 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M48.67,5 L 48.67 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M56.06,5 L 56.06 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M63.45,5 L 63.45 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M70.84,5 L 70.84 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M78.22,5 L 78.22 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M85.61,5 L 85.61 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M93,5 L 93 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M100.39,5 L 100.39 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M107.78,5 L 107.78 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M115.16,5 L 115.16 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M122.55,5 L 122.55 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M129.94,5 L 129.94 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M137.33,5 L 137.33 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M144.72,5 L 144.72 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M152.1,5 L 152.1 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M159.49,5 L 159.49 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" <path fill=\"none\" d=\"M166.88,5 L 166.88 62.72\" visibility=\"hidden\" gadfly:scale=\"5.0\"/>\n",
" </g>\n",
" <g class=\"plotpanel\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-28\">\n",
" <g stroke-width=\"0.71\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-29\">\n",
" <path fill=\"none\" d=\"M22.81,33.86 L 26.51 58.03 30.2 40.57 33.9 46.61 37.59 42.25 41.28 43.76 44.98 42.67 48.67 43.05 52.37 42.78 56.06 42.87 59.75 42.8 63.45 42.82 67.14 42.81 70.84 42.81 74.53 42.81 78.22 42.81 81.92 42.81 85.61 42.81 89.31 42.81 93 42.81\"/>\n",
" </g>\n",
" </g>\n",
" <g opacity=\"0\" class=\"guide zoomslider\" stroke=\"none\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-30\">\n",
" <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-31\">\n",
" <rect x=\"88\" y=\"8\" width=\"4\" height=\"4\"/>\n",
" <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-32\">\n",
" <path d=\"M88.8,9.6 L 89.6 9.6 89.6 8.8 90.4 8.8 90.4 9.6 91.2 9.6 91.2 10.4 90.4 10.4 90.4 11.2 89.6 11.2 89.6 10.4 88.8 10.4 z\"/>\n",
" </g>\n",
" </g>\n",
" <g fill=\"#EAEAEA\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-33\">\n",
" <rect x=\"68.5\" y=\"8\" width=\"19\" height=\"4\"/>\n",
" </g>\n",
" <g class=\"zoomslider_thumb\" fill=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-34\">\n",
" <rect x=\"77\" y=\"8\" width=\"2\" height=\"4\"/>\n",
" </g>\n",
" <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-35\">\n",
" <rect x=\"64\" y=\"8\" width=\"4\" height=\"4\"/>\n",
" <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-36\">\n",
" <path d=\"M64.8,9.6 L 67.2 9.6 67.2 10.4 64.8 10.4 z\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-37\">\n",
" <text x=\"16.12\" y=\"125.17\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.6</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.5</text>\n",
" <text x=\"16.12\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.4</text>\n",
" <text x=\"16.12\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.3</text>\n",
" <text x=\"16.12\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.2</text>\n",
" <text x=\"16.12\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">-0.1</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.0</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.1</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.2</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.3</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.4</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"visible\" gadfly:scale=\"1.0\">0.5</text>\n",
" <text x=\"16.12\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.6</text>\n",
" <text x=\"16.12\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.7</text>\n",
" <text x=\"16.12\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.8</text>\n",
" <text x=\"16.12\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">0.9</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.0</text>\n",
" <text x=\"16.12\" y=\"-57.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"1.0\">1.1</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.50</text>\n",
" <text x=\"16.12\" y=\"112.28\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.48</text>\n",
" <text x=\"16.12\" y=\"110.13\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.46</text>\n",
" <text x=\"16.12\" y=\"107.98\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.44</text>\n",
" <text x=\"16.12\" y=\"105.84\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.42</text>\n",
" <text x=\"16.12\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.40</text>\n",
" <text x=\"16.12\" y=\"101.54\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.38</text>\n",
" <text x=\"16.12\" y=\"99.39\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.36</text>\n",
" <text x=\"16.12\" y=\"97.24\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.34</text>\n",
" <text x=\"16.12\" y=\"95.09\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.32</text>\n",
" <text x=\"16.12\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.30</text>\n",
" <text x=\"16.12\" y=\"90.8\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.28</text>\n",
" <text x=\"16.12\" y=\"88.65\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.26</text>\n",
" <text x=\"16.12\" y=\"86.5\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.24</text>\n",
" <text x=\"16.12\" y=\"84.35\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.22</text>\n",
" <text x=\"16.12\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.20</text>\n",
" <text x=\"16.12\" y=\"80.05\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.18</text>\n",
" <text x=\"16.12\" y=\"77.9\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.16</text>\n",
" <text x=\"16.12\" y=\"75.76\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.14</text>\n",
" <text x=\"16.12\" y=\"73.61\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.12</text>\n",
" <text x=\"16.12\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.10</text>\n",
" <text x=\"16.12\" y=\"69.31\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.08</text>\n",
" <text x=\"16.12\" y=\"67.16\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.06</text>\n",
" <text x=\"16.12\" y=\"65.01\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.04</text>\n",
" <text x=\"16.12\" y=\"62.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">-0.02</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.00</text>\n",
" <text x=\"16.12\" y=\"58.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.02</text>\n",
" <text x=\"16.12\" y=\"56.42\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.04</text>\n",
" <text x=\"16.12\" y=\"54.27\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.06</text>\n",
" <text x=\"16.12\" y=\"52.12\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.08</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.10</text>\n",
" <text x=\"16.12\" y=\"47.82\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.12</text>\n",
" <text x=\"16.12\" y=\"45.67\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.14</text>\n",
" <text x=\"16.12\" y=\"43.53\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.16</text>\n",
" <text x=\"16.12\" y=\"41.38\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.18</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.20</text>\n",
" <text x=\"16.12\" y=\"37.08\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.22</text>\n",
" <text x=\"16.12\" y=\"34.93\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.24</text>\n",
" <text x=\"16.12\" y=\"32.78\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.26</text>\n",
" <text x=\"16.12\" y=\"30.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.28</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.30</text>\n",
" <text x=\"16.12\" y=\"26.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.32</text>\n",
" <text x=\"16.12\" y=\"24.19\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.34</text>\n",
" <text x=\"16.12\" y=\"22.04\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.36</text>\n",
" <text x=\"16.12\" y=\"19.89\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.38</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.40</text>\n",
" <text x=\"16.12\" y=\"15.59\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.42</text>\n",
" <text x=\"16.12\" y=\"13.45\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.44</text>\n",
" <text x=\"16.12\" y=\"11.3\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.46</text>\n",
" <text x=\"16.12\" y=\"9.15\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.48</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.50</text>\n",
" <text x=\"16.12\" y=\"4.85\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.52</text>\n",
" <text x=\"16.12\" y=\"2.7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.54</text>\n",
" <text x=\"16.12\" y=\"0.55\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.56</text>\n",
" <text x=\"16.12\" y=\"-1.59\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.58</text>\n",
" <text x=\"16.12\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.60</text>\n",
" <text x=\"16.12\" y=\"-5.89\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.62</text>\n",
" <text x=\"16.12\" y=\"-8.04\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.64</text>\n",
" <text x=\"16.12\" y=\"-10.19\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.66</text>\n",
" <text x=\"16.12\" y=\"-12.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.68</text>\n",
" <text x=\"16.12\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.70</text>\n",
" <text x=\"16.12\" y=\"-16.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.72</text>\n",
" <text x=\"16.12\" y=\"-18.78\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.74</text>\n",
" <text x=\"16.12\" y=\"-20.93\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.76</text>\n",
" <text x=\"16.12\" y=\"-23.08\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.78</text>\n",
" <text x=\"16.12\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.80</text>\n",
" <text x=\"16.12\" y=\"-27.38\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.82</text>\n",
" <text x=\"16.12\" y=\"-29.53\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.84</text>\n",
" <text x=\"16.12\" y=\"-31.67\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.86</text>\n",
" <text x=\"16.12\" y=\"-33.82\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.88</text>\n",
" <text x=\"16.12\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.90</text>\n",
" <text x=\"16.12\" y=\"-38.12\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.92</text>\n",
" <text x=\"16.12\" y=\"-40.27\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.94</text>\n",
" <text x=\"16.12\" y=\"-42.42\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.96</text>\n",
" <text x=\"16.12\" y=\"-44.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">0.98</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"10.0\">1.00</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">-0.5</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.0</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">0.5</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"0.5\">1.0</text>\n",
" <text x=\"16.12\" y=\"114.43\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.50</text>\n",
" <text x=\"16.12\" y=\"109.06\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.45</text>\n",
" <text x=\"16.12\" y=\"103.69\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.40</text>\n",
" <text x=\"16.12\" y=\"98.32\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.35</text>\n",
" <text x=\"16.12\" y=\"92.94\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.30</text>\n",
" <text x=\"16.12\" y=\"87.57\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.25</text>\n",
" <text x=\"16.12\" y=\"82.2\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.20</text>\n",
" <text x=\"16.12\" y=\"76.83\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.15</text>\n",
" <text x=\"16.12\" y=\"71.46\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.10</text>\n",
" <text x=\"16.12\" y=\"66.09\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">-0.05</text>\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.00</text>\n",
" <text x=\"16.12\" y=\"55.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.05</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.10</text>\n",
" <text x=\"16.12\" y=\"44.6\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.15</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.20</text>\n",
" <text x=\"16.12\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.25</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.30</text>\n",
" <text x=\"16.12\" y=\"23.11\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.35</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.40</text>\n",
" <text x=\"16.12\" y=\"12.37\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.45</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.50</text>\n",
" <text x=\"16.12\" y=\"1.63\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.55</text>\n",
" <text x=\"16.12\" y=\"-3.74\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.60</text>\n",
" <text x=\"16.12\" y=\"-9.11\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.65</text>\n",
" <text x=\"16.12\" y=\"-14.49\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.70</text>\n",
" <text x=\"16.12\" y=\"-19.86\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.75</text>\n",
" <text x=\"16.12\" y=\"-25.23\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.80</text>\n",
" <text x=\"16.12\" y=\"-30.6\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.85</text>\n",
" <text x=\"16.12\" y=\"-35.97\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.90</text>\n",
" <text x=\"16.12\" y=\"-41.34\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">0.95</text>\n",
" <text x=\"16.12\" y=\"-46.71\" text-anchor=\"end\" dy=\"0.35em\" visibility=\"hidden\" gadfly:scale=\"5.0\">1.00</text>\n",
" </g>\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-98362dd5b99a4b428801166f74cae751-element-38\">\n",
" <text x=\"9.1\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\">p</text>\n",
" </g>\n",
"</g>\n",
"<defs>\n",
"<clipPath id=\"fig-98362dd5b99a4b428801166f74cae751-element-5\">\n",
" <path d=\"M117.1,5 L 195 5 195 62.72 117.1 62.72\" />\n",
"</clipPath\n",
"><clipPath id=\"fig-98362dd5b99a4b428801166f74cae751-element-24\">\n",
" <path d=\"M17.12,5 L 95 5 95 62.72 17.12 62.72\" />\n",
"</clipPath\n",
"></defs>\n",
"<script> <![CDATA[\n",
"(function(N){var k=/[\\.\\/]/,L=/\\s*,\\s*/,C=function(a,d){return a-d},a,v,y={n:{}},M=function(){for(var a=0,d=this.length;a<d;a++)if(\"undefined\"!=typeof this[a])return this[a]},A=function(){for(var a=this.length;--a;)if(\"undefined\"!=typeof this[a])return this[a]},w=function(k,d){k=String(k);var f=v,n=Array.prototype.slice.call(arguments,2),u=w.listeners(k),p=0,b,q=[],e={},l=[],r=a;l.firstDefined=M;l.lastDefined=A;a=k;for(var s=v=0,x=u.length;s<x;s++)\"zIndex\"in u[s]&&(q.push(u[s].zIndex),0>u[s].zIndex&&\n",
"(e[u[s].zIndex]=u[s]));for(q.sort(C);0>q[p];)if(b=e[q[p++] ],l.push(b.apply(d,n)),v)return v=f,l;for(s=0;s<x;s++)if(b=u[s],\"zIndex\"in b)if(b.zIndex==q[p]){l.push(b.apply(d,n));if(v)break;do if(p++,(b=e[q[p] ])&&l.push(b.apply(d,n)),v)break;while(b)}else e[b.zIndex]=b;else if(l.push(b.apply(d,n)),v)break;v=f;a=r;return l};w._events=y;w.listeners=function(a){a=a.split(k);var d=y,f,n,u,p,b,q,e,l=[d],r=[];u=0;for(p=a.length;u<p;u++){e=[];b=0;for(q=l.length;b<q;b++)for(d=l[b].n,f=[d[a[u] ],d[\"*\"] ],n=2;n--;)if(d=\n",
"f[n])e.push(d),r=r.concat(d.f||[]);l=e}return r};w.on=function(a,d){a=String(a);if(\"function\"!=typeof d)return function(){};for(var f=a.split(L),n=0,u=f.length;n<u;n++)(function(a){a=a.split(k);for(var b=y,f,e=0,l=a.length;e<l;e++)b=b.n,b=b.hasOwnProperty(a[e])&&b[a[e] ]||(b[a[e] ]={n:{}});b.f=b.f||[];e=0;for(l=b.f.length;e<l;e++)if(b.f[e]==d){f=!0;break}!f&&b.f.push(d)})(f[n]);return function(a){+a==+a&&(d.zIndex=+a)}};w.f=function(a){var d=[].slice.call(arguments,1);return function(){w.apply(null,\n",
"[a,null].concat(d).concat([].slice.call(arguments,0)))}};w.stop=function(){v=1};w.nt=function(k){return k?(new RegExp(\"(?:\\\\.|\\\\/|^)\"+k+\"(?:\\\\.|\\\\/|$)\")).test(a):a};w.nts=function(){return a.split(k)};w.off=w.unbind=function(a,d){if(a){var f=a.split(L);if(1<f.length)for(var n=0,u=f.length;n<u;n++)w.off(f[n],d);else{for(var f=a.split(k),p,b,q,e,l=[y],n=0,u=f.length;n<u;n++)for(e=0;e<l.length;e+=q.length-2){q=[e,1];p=l[e].n;if(\"*\"!=f[n])p[f[n] ]&&q.push(p[f[n] ]);else for(b in p)p.hasOwnProperty(b)&&\n",
"q.push(p[b]);l.splice.apply(l,q)}n=0;for(u=l.length;n<u;n++)for(p=l[n];p.n;){if(d){if(p.f){e=0;for(f=p.f.length;e<f;e++)if(p.f[e]==d){p.f.splice(e,1);break}!p.f.length&&delete p.f}for(b in p.n)if(p.n.hasOwnProperty(b)&&p.n[b].f){q=p.n[b].f;e=0;for(f=q.length;e<f;e++)if(q[e]==d){q.splice(e,1);break}!q.length&&delete p.n[b].f}}else for(b in delete p.f,p.n)p.n.hasOwnProperty(b)&&p.n[b].f&&delete p.n[b].f;p=p.n}}}else w._events=y={n:{}}};w.once=function(a,d){var f=function(){w.unbind(a,f);return d.apply(this,\n",
"arguments)};return w.on(a,f)};w.version=\"0.4.2\";w.toString=function(){return\"You are running Eve 0.4.2\"};\"undefined\"!=typeof module&&module.exports?module.exports=w:\"function\"===typeof define&&define.amd?define(\"eve\",[],function(){return w}):N.eve=w})(this);\n",
"(function(N,k){\"function\"===typeof define&&define.amd?define(\"Snap.svg\",[\"eve\"],function(L){return k(N,L)}):k(N,N.eve)})(this,function(N,k){var L=function(a){var k={},y=N.requestAnimationFrame||N.webkitRequestAnimationFrame||N.mozRequestAnimationFrame||N.oRequestAnimationFrame||N.msRequestAnimationFrame||function(a){setTimeout(a,16)},M=Array.isArray||function(a){return a instanceof Array||\"[object Array]\"==Object.prototype.toString.call(a)},A=0,w=\"M\"+(+new Date).toString(36),z=function(a){if(null==\n",
"a)return this.s;var b=this.s-a;this.b+=this.dur*b;this.B+=this.dur*b;this.s=a},d=function(a){if(null==a)return this.spd;this.spd=a},f=function(a){if(null==a)return this.dur;this.s=this.s*a/this.dur;this.dur=a},n=function(){delete k[this.id];this.update();a(\"mina.stop.\"+this.id,this)},u=function(){this.pdif||(delete k[this.id],this.update(),this.pdif=this.get()-this.b)},p=function(){this.pdif&&(this.b=this.get()-this.pdif,delete this.pdif,k[this.id]=this)},b=function(){var a;if(M(this.start)){a=[];\n",
"for(var b=0,e=this.start.length;b<e;b++)a[b]=+this.start[b]+(this.end[b]-this.start[b])*this.easing(this.s)}else a=+this.start+(this.end-this.start)*this.easing(this.s);this.set(a)},q=function(){var l=0,b;for(b in k)if(k.hasOwnProperty(b)){var e=k[b],f=e.get();l++;e.s=(f-e.b)/(e.dur/e.spd);1<=e.s&&(delete k[b],e.s=1,l--,function(b){setTimeout(function(){a(\"mina.finish.\"+b.id,b)})}(e));e.update()}l&&y(q)},e=function(a,r,s,x,G,h,J){a={id:w+(A++).toString(36),start:a,end:r,b:s,s:0,dur:x-s,spd:1,get:G,\n",
"set:h,easing:J||e.linear,status:z,speed:d,duration:f,stop:n,pause:u,resume:p,update:b};k[a.id]=a;r=0;for(var K in k)if(k.hasOwnProperty(K)&&(r++,2==r))break;1==r&&y(q);return a};e.time=Date.now||function(){return+new Date};e.getById=function(a){return k[a]||null};e.linear=function(a){return a};e.easeout=function(a){return Math.pow(a,1.7)};e.easein=function(a){return Math.pow(a,0.48)};e.easeinout=function(a){if(1==a)return 1;if(0==a)return 0;var b=0.48-a/1.04,e=Math.sqrt(0.1734+b*b);a=e-b;a=Math.pow(Math.abs(a),\n",
"1/3)*(0>a?-1:1);b=-e-b;b=Math.pow(Math.abs(b),1/3)*(0>b?-1:1);a=a+b+0.5;return 3*(1-a)*a*a+a*a*a};e.backin=function(a){return 1==a?1:a*a*(2.70158*a-1.70158)};e.backout=function(a){if(0==a)return 0;a-=1;return a*a*(2.70158*a+1.70158)+1};e.elastic=function(a){return a==!!a?a:Math.pow(2,-10*a)*Math.sin(2*(a-0.075)*Math.PI/0.3)+1};e.bounce=function(a){a<1/2.75?a*=7.5625*a:a<2/2.75?(a-=1.5/2.75,a=7.5625*a*a+0.75):a<2.5/2.75?(a-=2.25/2.75,a=7.5625*a*a+0.9375):(a-=2.625/2.75,a=7.5625*a*a+0.984375);return a};\n",
"return N.mina=e}(\"undefined\"==typeof k?function(){}:k),C=function(){function a(c,t){if(c){if(c.tagName)return x(c);if(y(c,\"array\")&&a.set)return a.set.apply(a,c);if(c instanceof e)return c;if(null==t)return c=G.doc.querySelector(c),x(c)}return new s(null==c?\"100%\":c,null==t?\"100%\":t)}function v(c,a){if(a){\"#text\"==c&&(c=G.doc.createTextNode(a.text||\"\"));\"string\"==typeof c&&(c=v(c));if(\"string\"==typeof a)return\"xlink:\"==a.substring(0,6)?c.getAttributeNS(m,a.substring(6)):\"xml:\"==a.substring(0,4)?c.getAttributeNS(la,\n",
"a.substring(4)):c.getAttribute(a);for(var da in a)if(a[h](da)){var b=J(a[da]);b?\"xlink:\"==da.substring(0,6)?c.setAttributeNS(m,da.substring(6),b):\"xml:\"==da.substring(0,4)?c.setAttributeNS(la,da.substring(4),b):c.setAttribute(da,b):c.removeAttribute(da)}}else c=G.doc.createElementNS(la,c);return c}function y(c,a){a=J.prototype.toLowerCase.call(a);return\"finite\"==a?isFinite(c):\"array\"==a&&(c instanceof Array||Array.isArray&&Array.isArray(c))?!0:\"null\"==a&&null===c||a==typeof c&&null!==c||\"object\"==\n",
"a&&c===Object(c)||$.call(c).slice(8,-1).toLowerCase()==a}function M(c){if(\"function\"==typeof c||Object(c)!==c)return c;var a=new c.constructor,b;for(b in c)c[h](b)&&(a[b]=M(c[b]));return a}function A(c,a,b){function m(){var e=Array.prototype.slice.call(arguments,0),f=e.join(\"\\u2400\"),d=m.cache=m.cache||{},l=m.count=m.count||[];if(d[h](f)){a:for(var e=l,l=f,B=0,H=e.length;B<H;B++)if(e[B]===l){e.push(e.splice(B,1)[0]);break a}return b?b(d[f]):d[f]}1E3<=l.length&&delete d[l.shift()];l.push(f);d[f]=c.apply(a,\n",
"e);return b?b(d[f]):d[f]}return m}function w(c,a,b,m,e,f){return null==e?(c-=b,a-=m,c||a?(180*I.atan2(-a,-c)/C+540)%360:0):w(c,a,e,f)-w(b,m,e,f)}function z(c){return c%360*C/180}function d(c){var a=[];c=c.replace(/(?:^|\\s)(\\w+)\\(([^)]+)\\)/g,function(c,b,m){m=m.split(/\\s*,\\s*|\\s+/);\"rotate\"==b&&1==m.length&&m.push(0,0);\"scale\"==b&&(2<m.length?m=m.slice(0,2):2==m.length&&m.push(0,0),1==m.length&&m.push(m[0],0,0));\"skewX\"==b?a.push([\"m\",1,0,I.tan(z(m[0])),1,0,0]):\"skewY\"==b?a.push([\"m\",1,I.tan(z(m[0])),\n",
"0,1,0,0]):a.push([b.charAt(0)].concat(m));return c});return a}function f(c,t){var b=O(c),m=new a.Matrix;if(b)for(var e=0,f=b.length;e<f;e++){var h=b[e],d=h.length,B=J(h[0]).toLowerCase(),H=h[0]!=B,l=H?m.invert():0,E;\"t\"==B&&2==d?m.translate(h[1],0):\"t\"==B&&3==d?H?(d=l.x(0,0),B=l.y(0,0),H=l.x(h[1],h[2]),l=l.y(h[1],h[2]),m.translate(H-d,l-B)):m.translate(h[1],h[2]):\"r\"==B?2==d?(E=E||t,m.rotate(h[1],E.x+E.width/2,E.y+E.height/2)):4==d&&(H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.rotate(h[1],H,l)):m.rotate(h[1],\n",
"h[2],h[3])):\"s\"==B?2==d||3==d?(E=E||t,m.scale(h[1],h[d-1],E.x+E.width/2,E.y+E.height/2)):4==d?H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.scale(h[1],h[1],H,l)):m.scale(h[1],h[1],h[2],h[3]):5==d&&(H?(H=l.x(h[3],h[4]),l=l.y(h[3],h[4]),m.scale(h[1],h[2],H,l)):m.scale(h[1],h[2],h[3],h[4])):\"m\"==B&&7==d&&m.add(h[1],h[2],h[3],h[4],h[5],h[6])}return m}function n(c,t){if(null==t){var m=!0;t=\"linearGradient\"==c.type||\"radialGradient\"==c.type?c.node.getAttribute(\"gradientTransform\"):\"pattern\"==c.type?c.node.getAttribute(\"patternTransform\"):\n",
"c.node.getAttribute(\"transform\");if(!t)return new a.Matrix;t=d(t)}else t=a._.rgTransform.test(t)?J(t).replace(/\\.{3}|\\u2026/g,c._.transform||aa):d(t),y(t,\"array\")&&(t=a.path?a.path.toString.call(t):J(t)),c._.transform=t;var b=f(t,c.getBBox(1));if(m)return b;c.matrix=b}function u(c){c=c.node.ownerSVGElement&&x(c.node.ownerSVGElement)||c.node.parentNode&&x(c.node.parentNode)||a.select(\"svg\")||a(0,0);var t=c.select(\"defs\"),t=null==t?!1:t.node;t||(t=r(\"defs\",c.node).node);return t}function p(c){return c.node.ownerSVGElement&&\n",
"x(c.node.ownerSVGElement)||a.select(\"svg\")}function b(c,a,m){function b(c){if(null==c)return aa;if(c==+c)return c;v(B,{width:c});try{return B.getBBox().width}catch(a){return 0}}function h(c){if(null==c)return aa;if(c==+c)return c;v(B,{height:c});try{return B.getBBox().height}catch(a){return 0}}function e(b,B){null==a?d[b]=B(c.attr(b)||0):b==a&&(d=B(null==m?c.attr(b)||0:m))}var f=p(c).node,d={},B=f.querySelector(\".svg---mgr\");B||(B=v(\"rect\"),v(B,{x:-9E9,y:-9E9,width:10,height:10,\"class\":\"svg---mgr\",\n",
"fill:\"none\"}),f.appendChild(B));switch(c.type){case \"rect\":e(\"rx\",b),e(\"ry\",h);case \"image\":e(\"width\",b),e(\"height\",h);case \"text\":e(\"x\",b);e(\"y\",h);break;case \"circle\":e(\"cx\",b);e(\"cy\",h);e(\"r\",b);break;case \"ellipse\":e(\"cx\",b);e(\"cy\",h);e(\"rx\",b);e(\"ry\",h);break;case \"line\":e(\"x1\",b);e(\"x2\",b);e(\"y1\",h);e(\"y2\",h);break;case \"marker\":e(\"refX\",b);e(\"markerWidth\",b);e(\"refY\",h);e(\"markerHeight\",h);break;case \"radialGradient\":e(\"fx\",b);e(\"fy\",h);break;case \"tspan\":e(\"dx\",b);e(\"dy\",h);break;default:e(a,\n",
"b)}f.removeChild(B);return d}function q(c){y(c,\"array\")||(c=Array.prototype.slice.call(arguments,0));for(var a=0,b=0,m=this.node;this[a];)delete this[a++];for(a=0;a<c.length;a++)\"set\"==c[a].type?c[a].forEach(function(c){m.appendChild(c.node)}):m.appendChild(c[a].node);for(var h=m.childNodes,a=0;a<h.length;a++)this[b++]=x(h[a]);return this}function e(c){if(c.snap in E)return E[c.snap];var a=this.id=V(),b;try{b=c.ownerSVGElement}catch(m){}this.node=c;b&&(this.paper=new s(b));this.type=c.tagName;this.anims=\n",
"{};this._={transform:[]};c.snap=a;E[a]=this;\"g\"==this.type&&(this.add=q);if(this.type in{g:1,mask:1,pattern:1})for(var e in s.prototype)s.prototype[h](e)&&(this[e]=s.prototype[e])}function l(c){this.node=c}function r(c,a){var b=v(c);a.appendChild(b);return x(b)}function s(c,a){var b,m,f,d=s.prototype;if(c&&\"svg\"==c.tagName){if(c.snap in E)return E[c.snap];var l=c.ownerDocument;b=new e(c);m=c.getElementsByTagName(\"desc\")[0];f=c.getElementsByTagName(\"defs\")[0];m||(m=v(\"desc\"),m.appendChild(l.createTextNode(\"Created with Snap\")),\n",
"b.node.appendChild(m));f||(f=v(\"defs\"),b.node.appendChild(f));b.defs=f;for(var ca in d)d[h](ca)&&(b[ca]=d[ca]);b.paper=b.root=b}else b=r(\"svg\",G.doc.body),v(b.node,{height:a,version:1.1,width:c,xmlns:la});return b}function x(c){return!c||c instanceof e||c instanceof l?c:c.tagName&&\"svg\"==c.tagName.toLowerCase()?new s(c):c.tagName&&\"object\"==c.tagName.toLowerCase()&&\"image/svg+xml\"==c.type?new s(c.contentDocument.getElementsByTagName(\"svg\")[0]):new e(c)}a.version=\"0.3.0\";a.toString=function(){return\"Snap v\"+\n",
"this.version};a._={};var G={win:N,doc:N.document};a._.glob=G;var h=\"hasOwnProperty\",J=String,K=parseFloat,U=parseInt,I=Math,P=I.max,Q=I.min,Y=I.abs,C=I.PI,aa=\"\",$=Object.prototype.toString,F=/^\\s*((#[a-f\\d]{6})|(#[a-f\\d]{3})|rgba?\\(\\s*([\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?(?:\\s*,\\s*[\\d\\.]+%?)?)\\s*\\)|hsba?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\)|hsla?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\))\\s*$/i;a._.separator=\n",
"RegExp(\"[,\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]+\");var S=RegExp(\"[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\"),X={hs:1,rg:1},W=RegExp(\"([a-z])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\n",
"\"ig\"),ma=RegExp(\"([rstm])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\"ig\"),Z=RegExp(\"(-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?)[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\",\n",
"\"ig\"),na=0,ba=\"S\"+(+new Date).toString(36),V=function(){return ba+(na++).toString(36)},m=\"http://www.w3.org/1999/xlink\",la=\"http://www.w3.org/2000/svg\",E={},ca=a.url=function(c){return\"url('#\"+c+\"')\"};a._.$=v;a._.id=V;a.format=function(){var c=/\\{([^\\}]+)\\}/g,a=/(?:(?:^|\\.)(.+?)(?=\\[|\\.|$|\\()|\\[('|\")(.+?)\\2\\])(\\(\\))?/g,b=function(c,b,m){var h=m;b.replace(a,function(c,a,b,m,t){a=a||m;h&&(a in h&&(h=h[a]),\"function\"==typeof h&&t&&(h=h()))});return h=(null==h||h==m?c:h)+\"\"};return function(a,m){return J(a).replace(c,\n",
"function(c,a){return b(c,a,m)})}}();a._.clone=M;a._.cacher=A;a.rad=z;a.deg=function(c){return 180*c/C%360};a.angle=w;a.is=y;a.snapTo=function(c,a,b){b=y(b,\"finite\")?b:10;if(y(c,\"array\"))for(var m=c.length;m--;){if(Y(c[m]-a)<=b)return c[m]}else{c=+c;m=a%c;if(m<b)return a-m;if(m>c-b)return a-m+c}return a};a.getRGB=A(function(c){if(!c||(c=J(c)).indexOf(\"-\")+1)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};if(\"none\"==c)return{r:-1,g:-1,b:-1,hex:\"none\",toString:ka};!X[h](c.toLowerCase().substring(0,\n",
"2))&&\"#\"!=c.charAt()&&(c=T(c));if(!c)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};var b,m,e,f,d;if(c=c.match(F)){c[2]&&(e=U(c[2].substring(5),16),m=U(c[2].substring(3,5),16),b=U(c[2].substring(1,3),16));c[3]&&(e=U((d=c[3].charAt(3))+d,16),m=U((d=c[3].charAt(2))+d,16),b=U((d=c[3].charAt(1))+d,16));c[4]&&(d=c[4].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b*=2.55),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m*=2.55),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e*=2.55),\"rgba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),\n",
"d[3]&&\"%\"==d[3].slice(-1)&&(f/=100));if(c[5])return d=c[5].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsb2rgb(b,m,e,f);if(c[6])return d=c[6].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\n",
"\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsla\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsl2rgb(b,m,e,f);b=Q(I.round(b),255);m=Q(I.round(m),255);e=Q(I.round(e),255);f=Q(P(f,0),1);c={r:b,g:m,b:e,toString:ka};c.hex=\"#\"+(16777216|e|m<<8|b<<16).toString(16).slice(1);c.opacity=y(f,\"finite\")?f:1;return c}return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka}},a);a.hsb=A(function(c,b,m){return a.hsb2rgb(c,b,m).hex});a.hsl=A(function(c,b,m){return a.hsl2rgb(c,\n",
"b,m).hex});a.rgb=A(function(c,a,b,m){if(y(m,\"finite\")){var e=I.round;return\"rgba(\"+[e(c),e(a),e(b),+m.toFixed(2)]+\")\"}return\"#\"+(16777216|b|a<<8|c<<16).toString(16).slice(1)});var T=function(c){var a=G.doc.getElementsByTagName(\"head\")[0]||G.doc.getElementsByTagName(\"svg\")[0];T=A(function(c){if(\"red\"==c.toLowerCase())return\"rgb(255, 0, 0)\";a.style.color=\"rgb(255, 0, 0)\";a.style.color=c;c=G.doc.defaultView.getComputedStyle(a,aa).getPropertyValue(\"color\");return\"rgb(255, 0, 0)\"==c?null:c});return T(c)},\n",
"qa=function(){return\"hsb(\"+[this.h,this.s,this.b]+\")\"},ra=function(){return\"hsl(\"+[this.h,this.s,this.l]+\")\"},ka=function(){return 1==this.opacity||null==this.opacity?this.hex:\"rgba(\"+[this.r,this.g,this.b,this.opacity]+\")\"},D=function(c,b,m){null==b&&y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&(m=c.b,b=c.g,c=c.r);null==b&&y(c,string)&&(m=a.getRGB(c),c=m.r,b=m.g,m=m.b);if(1<c||1<b||1<m)c/=255,b/=255,m/=255;return[c,b,m]},oa=function(c,b,m,e){c=I.round(255*c);b=I.round(255*b);m=I.round(255*m);c={r:c,\n",
"g:b,b:m,opacity:y(e,\"finite\")?e:1,hex:a.rgb(c,b,m),toString:ka};y(e,\"finite\")&&(c.opacity=e);return c};a.color=function(c){var b;y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c?(b=a.hsb2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c?(b=a.hsl2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):(y(c,\"string\")&&(c=a.getRGB(c)),y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&!(\"error\"in c)?(b=a.rgb2hsl(c),c.h=b.h,c.s=b.s,c.l=b.l,b=a.rgb2hsb(c),c.v=b.b):(c={hex:\"none\"},\n",
"c.r=c.g=c.b=c.h=c.s=c.v=c.l=-1,c.error=1));c.toString=ka;return c};a.hsb2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c&&(b=c.b,a=c.s,c=c.h,m=c.o);var e,h,d;c=360*c%360/60;d=b*a;a=d*(1-Y(c%2-1));b=e=h=b-d;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.hsl2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c&&(b=c.l,a=c.s,c=c.h);if(1<c||1<a||1<b)c/=360,a/=100,b/=100;var e,h,d;c=360*c%360/60;d=2*a*(0.5>b?b:1-b);a=d*(1-Y(c%2-1));b=e=\n",
"h=b-d/2;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.rgb2hsb=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e;m=P(c,a,b);e=m-Q(c,a,b);c=((0==e?0:m==c?(a-b)/e:m==a?(b-c)/e+2:(c-a)/e+4)+360)%6*60/360;return{h:c,s:0==e?0:e/m,b:m,toString:qa}};a.rgb2hsl=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e,h;m=P(c,a,b);e=Q(c,a,b);h=m-e;c=((0==h?0:m==c?(a-b)/h:m==a?(b-c)/h+2:(c-a)/h+4)+360)%6*60/360;m=(m+e)/2;return{h:c,s:0==h?0:0.5>m?h/(2*m):h/(2-2*\n",
"m),l:m,toString:ra}};a.parsePathString=function(c){if(!c)return null;var b=a.path(c);if(b.arr)return a.path.clone(b.arr);var m={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},e=[];y(c,\"array\")&&y(c[0],\"array\")&&(e=a.path.clone(c));e.length||J(c).replace(W,function(c,a,b){var h=[];c=a.toLowerCase();b.replace(Z,function(c,a){a&&h.push(+a)});\"m\"==c&&2<h.length&&(e.push([a].concat(h.splice(0,2))),c=\"l\",a=\"m\"==a?\"l\":\"L\");\"o\"==c&&1==h.length&&e.push([a,h[0] ]);if(\"r\"==c)e.push([a].concat(h));else for(;h.length>=\n",
"m[c]&&(e.push([a].concat(h.splice(0,m[c]))),m[c]););});e.toString=a.path.toString;b.arr=a.path.clone(e);return e};var O=a.parseTransformString=function(c){if(!c)return null;var b=[];y(c,\"array\")&&y(c[0],\"array\")&&(b=a.path.clone(c));b.length||J(c).replace(ma,function(c,a,m){var e=[];a.toLowerCase();m.replace(Z,function(c,a){a&&e.push(+a)});b.push([a].concat(e))});b.toString=a.path.toString;return b};a._.svgTransform2string=d;a._.rgTransform=RegExp(\"^[a-z][\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*-?\\\\.?\\\\d\",\n",
"\"i\");a._.transform2matrix=f;a._unit2px=b;a._.getSomeDefs=u;a._.getSomeSVG=p;a.select=function(c){return x(G.doc.querySelector(c))};a.selectAll=function(c){c=G.doc.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};setInterval(function(){for(var c in E)if(E[h](c)){var a=E[c],b=a.node;(\"svg\"!=a.type&&!b.ownerSVGElement||\"svg\"==a.type&&(!b.parentNode||\"ownerSVGElement\"in b.parentNode&&!b.ownerSVGElement))&&delete E[c]}},1E4);(function(c){function m(c){function a(c,\n",
"b){var m=v(c.node,b);(m=(m=m&&m.match(d))&&m[2])&&\"#\"==m.charAt()&&(m=m.substring(1))&&(f[m]=(f[m]||[]).concat(function(a){var m={};m[b]=ca(a);v(c.node,m)}))}function b(c){var a=v(c.node,\"xlink:href\");a&&\"#\"==a.charAt()&&(a=a.substring(1))&&(f[a]=(f[a]||[]).concat(function(a){c.attr(\"xlink:href\",\"#\"+a)}))}var e=c.selectAll(\"*\"),h,d=/^\\s*url\\((\"|'|)(.*)\\1\\)\\s*$/;c=[];for(var f={},l=0,E=e.length;l<E;l++){h=e[l];a(h,\"fill\");a(h,\"stroke\");a(h,\"filter\");a(h,\"mask\");a(h,\"clip-path\");b(h);var t=v(h.node,\n",
"\"id\");t&&(v(h.node,{id:h.id}),c.push({old:t,id:h.id}))}l=0;for(E=c.length;l<E;l++)if(e=f[c[l].old])for(h=0,t=e.length;h<t;h++)e[h](c[l].id)}function e(c,a,b){return function(m){m=m.slice(c,a);1==m.length&&(m=m[0]);return b?b(m):m}}function d(c){return function(){var a=c?\"<\"+this.type:\"\",b=this.node.attributes,m=this.node.childNodes;if(c)for(var e=0,h=b.length;e<h;e++)a+=\" \"+b[e].name+'=\"'+b[e].value.replace(/\"/g,'\\\\\"')+'\"';if(m.length){c&&(a+=\">\");e=0;for(h=m.length;e<h;e++)3==m[e].nodeType?a+=m[e].nodeValue:\n",
"1==m[e].nodeType&&(a+=x(m[e]).toString());c&&(a+=\"</\"+this.type+\">\")}else c&&(a+=\"/>\");return a}}c.attr=function(c,a){if(!c)return this;if(y(c,\"string\"))if(1<arguments.length){var b={};b[c]=a;c=b}else return k(\"snap.util.getattr.\"+c,this).firstDefined();for(var m in c)c[h](m)&&k(\"snap.util.attr.\"+m,this,c[m]);return this};c.getBBox=function(c){if(!a.Matrix||!a.path)return this.node.getBBox();var b=this,m=new a.Matrix;if(b.removed)return a._.box();for(;\"use\"==b.type;)if(c||(m=m.add(b.transform().localMatrix.translate(b.attr(\"x\")||\n",
"0,b.attr(\"y\")||0))),b.original)b=b.original;else var e=b.attr(\"xlink:href\"),b=b.original=b.node.ownerDocument.getElementById(e.substring(e.indexOf(\"#\")+1));var e=b._,h=a.path.get[b.type]||a.path.get.deflt;try{if(c)return e.bboxwt=h?a.path.getBBox(b.realPath=h(b)):a._.box(b.node.getBBox()),a._.box(e.bboxwt);b.realPath=h(b);b.matrix=b.transform().localMatrix;e.bbox=a.path.getBBox(a.path.map(b.realPath,m.add(b.matrix)));return a._.box(e.bbox)}catch(d){return a._.box()}};var f=function(){return this.string};\n",
"c.transform=function(c){var b=this._;if(null==c){var m=this;c=new a.Matrix(this.node.getCTM());for(var e=n(this),h=[e],d=new a.Matrix,l=e.toTransformString(),b=J(e)==J(this.matrix)?J(b.transform):l;\"svg\"!=m.type&&(m=m.parent());)h.push(n(m));for(m=h.length;m--;)d.add(h[m]);return{string:b,globalMatrix:c,totalMatrix:d,localMatrix:e,diffMatrix:c.clone().add(e.invert()),global:c.toTransformString(),total:d.toTransformString(),local:l,toString:f}}c instanceof a.Matrix?this.matrix=c:n(this,c);this.node&&\n",
"(\"linearGradient\"==this.type||\"radialGradient\"==this.type?v(this.node,{gradientTransform:this.matrix}):\"pattern\"==this.type?v(this.node,{patternTransform:this.matrix}):v(this.node,{transform:this.matrix}));return this};c.parent=function(){return x(this.node.parentNode)};c.append=c.add=function(c){if(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){a.add(c)});return this}c=x(c);this.node.appendChild(c.node);c.paper=this.paper}return this};c.appendTo=function(c){c&&(c=x(c),c.append(this));return this};\n",
"c.prepend=function(c){if(c){if(\"set\"==c.type){var a=this,b;c.forEach(function(c){b?b.after(c):a.prepend(c);b=c});return this}c=x(c);var m=c.parent();this.node.insertBefore(c.node,this.node.firstChild);this.add&&this.add();c.paper=this.paper;this.parent()&&this.parent().add();m&&m.add()}return this};c.prependTo=function(c){c=x(c);c.prepend(this);return this};c.before=function(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){var b=c.parent();a.node.parentNode.insertBefore(c.node,a.node);b&&b.add()});\n",
"this.parent().add();return this}c=x(c);var b=c.parent();this.node.parentNode.insertBefore(c.node,this.node);this.parent()&&this.parent().add();b&&b.add();c.paper=this.paper;return this};c.after=function(c){c=x(c);var a=c.parent();this.node.nextSibling?this.node.parentNode.insertBefore(c.node,this.node.nextSibling):this.node.parentNode.appendChild(c.node);this.parent()&&this.parent().add();a&&a.add();c.paper=this.paper;return this};c.insertBefore=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,\n",
"c.node);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.insertAfter=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,c.node.nextSibling);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.remove=function(){var c=this.parent();this.node.parentNode&&this.node.parentNode.removeChild(this.node);delete this.paper;this.removed=!0;c&&c.add();return this};c.select=function(c){return x(this.node.querySelector(c))};c.selectAll=\n",
"function(c){c=this.node.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};c.asPX=function(c,a){null==a&&(a=this.attr(c));return+b(this,c,a)};c.use=function(){var c,a=this.node.id;a||(a=this.id,v(this.node,{id:a}));c=\"linearGradient\"==this.type||\"radialGradient\"==this.type||\"pattern\"==this.type?r(this.type,this.node.parentNode):r(\"use\",this.node.parentNode);v(c.node,{\"xlink:href\":\"#\"+a});c.original=this;return c};var l=/\\S+/g;c.addClass=function(c){var a=(c||\n",
"\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h,d;if(a.length){for(e=0;d=a[e++];)h=m.indexOf(d),~h||m.push(d);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.removeClass=function(c){var a=(c||\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h;if(m.length){for(e=0;h=a[e++];)h=m.indexOf(h),~h&&m.splice(h,1);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.hasClass=function(c){return!!~(this.node.className.baseVal.match(l)||[]).indexOf(c)};\n",
"c.toggleClass=function(c,a){if(null!=a)return a?this.addClass(c):this.removeClass(c);var b=(c||\"\").match(l)||[],m=this.node,e=m.className.baseVal,h=e.match(l)||[],d,f,E;for(d=0;E=b[d++];)f=h.indexOf(E),~f?h.splice(f,1):h.push(E);b=h.join(\" \");e!=b&&(m.className.baseVal=b);return this};c.clone=function(){var c=x(this.node.cloneNode(!0));v(c.node,\"id\")&&v(c.node,{id:c.id});m(c);c.insertAfter(this);return c};c.toDefs=function(){u(this).appendChild(this.node);return this};c.pattern=c.toPattern=function(c,\n",
"a,b,m){var e=r(\"pattern\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,c=c.x);v(e.node,{x:c,y:a,width:b,height:m,patternUnits:\"userSpaceOnUse\",id:e.id,viewBox:[c,a,b,m].join(\" \")});e.node.appendChild(this.node);return e};c.marker=function(c,a,b,m,e,h){var d=r(\"marker\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,e=c.refX||c.cx,h=c.refY||c.cy,c=c.x);v(d.node,{viewBox:[c,a,b,m].join(\" \"),markerWidth:b,markerHeight:m,\n",
"orient:\"auto\",refX:e||0,refY:h||0,id:d.id});d.node.appendChild(this.node);return d};var E=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);this.attr=c;this.dur=a;b&&(this.easing=b);m&&(this.callback=m)};a._.Animation=E;a.animation=function(c,a,b,m){return new E(c,a,b,m)};c.inAnim=function(){var c=[],a;for(a in this.anims)this.anims[h](a)&&function(a){c.push({anim:new E(a._attrs,a.dur,a.easing,a._callback),mina:a,curStatus:a.status(),status:function(c){return a.status(c)},stop:function(){a.stop()}})}(this.anims[a]);\n",
"return c};a.animate=function(c,a,b,m,e,h){\"function\"!=typeof e||e.length||(h=e,e=L.linear);var d=L.time();c=L(c,a,d,d+m,L.time,b,e);h&&k.once(\"mina.finish.\"+c.id,h);return c};c.stop=function(){for(var c=this.inAnim(),a=0,b=c.length;a<b;a++)c[a].stop();return this};c.animate=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);c instanceof E&&(m=c.callback,b=c.easing,a=b.dur,c=c.attr);var d=[],f=[],l={},t,ca,n,T=this,q;for(q in c)if(c[h](q)){T.equal?(n=T.equal(q,J(c[q])),t=n.from,ca=\n",
"n.to,n=n.f):(t=+T.attr(q),ca=+c[q]);var la=y(t,\"array\")?t.length:1;l[q]=e(d.length,d.length+la,n);d=d.concat(t);f=f.concat(ca)}t=L.time();var p=L(d,f,t,t+a,L.time,function(c){var a={},b;for(b in l)l[h](b)&&(a[b]=l[b](c));T.attr(a)},b);T.anims[p.id]=p;p._attrs=c;p._callback=m;k(\"snap.animcreated.\"+T.id,p);k.once(\"mina.finish.\"+p.id,function(){delete T.anims[p.id];m&&m.call(T)});k.once(\"mina.stop.\"+p.id,function(){delete T.anims[p.id]});return T};var T={};c.data=function(c,b){var m=T[this.id]=T[this.id]||\n",
"{};if(0==arguments.length)return k(\"snap.data.get.\"+this.id,this,m,null),m;if(1==arguments.length){if(a.is(c,\"object\")){for(var e in c)c[h](e)&&this.data(e,c[e]);return this}k(\"snap.data.get.\"+this.id,this,m[c],c);return m[c]}m[c]=b;k(\"snap.data.set.\"+this.id,this,b,c);return this};c.removeData=function(c){null==c?T[this.id]={}:T[this.id]&&delete T[this.id][c];return this};c.outerSVG=c.toString=d(1);c.innerSVG=d()})(e.prototype);a.parse=function(c){var a=G.doc.createDocumentFragment(),b=!0,m=G.doc.createElement(\"div\");\n",
"c=J(c);c.match(/^\\s*<\\s*svg(?:\\s|>)/)||(c=\"<svg>\"+c+\"</svg>\",b=!1);m.innerHTML=c;if(c=m.getElementsByTagName(\"svg\")[0])if(b)a=c;else for(;c.firstChild;)a.appendChild(c.firstChild);m.innerHTML=aa;return new l(a)};l.prototype.select=e.prototype.select;l.prototype.selectAll=e.prototype.selectAll;a.fragment=function(){for(var c=Array.prototype.slice.call(arguments,0),b=G.doc.createDocumentFragment(),m=0,e=c.length;m<e;m++){var h=c[m];h.node&&h.node.nodeType&&b.appendChild(h.node);h.nodeType&&b.appendChild(h);\n",
"\"string\"==typeof h&&b.appendChild(a.parse(h).node)}return new l(b)};a._.make=r;a._.wrap=x;s.prototype.el=function(c,a){var b=r(c,this.node);a&&b.attr(a);return b};k.on(\"snap.util.getattr\",function(){var c=k.nt(),c=c.substring(c.lastIndexOf(\".\")+1),a=c.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});return pa[h](a)?this.node.ownerDocument.defaultView.getComputedStyle(this.node,null).getPropertyValue(a):v(this.node,c)});var pa={\"alignment-baseline\":0,\"baseline-shift\":0,clip:0,\"clip-path\":0,\n",
"\"clip-rule\":0,color:0,\"color-interpolation\":0,\"color-interpolation-filters\":0,\"color-profile\":0,\"color-rendering\":0,cursor:0,direction:0,display:0,\"dominant-baseline\":0,\"enable-background\":0,fill:0,\"fill-opacity\":0,\"fill-rule\":0,filter:0,\"flood-color\":0,\"flood-opacity\":0,font:0,\"font-family\":0,\"font-size\":0,\"font-size-adjust\":0,\"font-stretch\":0,\"font-style\":0,\"font-variant\":0,\"font-weight\":0,\"glyph-orientation-horizontal\":0,\"glyph-orientation-vertical\":0,\"image-rendering\":0,kerning:0,\"letter-spacing\":0,\n",
"\"lighting-color\":0,marker:0,\"marker-end\":0,\"marker-mid\":0,\"marker-start\":0,mask:0,opacity:0,overflow:0,\"pointer-events\":0,\"shape-rendering\":0,\"stop-color\":0,\"stop-opacity\":0,stroke:0,\"stroke-dasharray\":0,\"stroke-dashoffset\":0,\"stroke-linecap\":0,\"stroke-linejoin\":0,\"stroke-miterlimit\":0,\"stroke-opacity\":0,\"stroke-width\":0,\"text-anchor\":0,\"text-decoration\":0,\"text-rendering\":0,\"unicode-bidi\":0,visibility:0,\"word-spacing\":0,\"writing-mode\":0};k.on(\"snap.util.attr\",function(c){var a=k.nt(),b={},a=a.substring(a.lastIndexOf(\".\")+\n",
"1);b[a]=c;var m=a.replace(/-(\\w)/gi,function(c,a){return a.toUpperCase()}),a=a.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});pa[h](a)?this.node.style[m]=null==c?aa:c:v(this.node,b)});a.ajax=function(c,a,b,m){var e=new XMLHttpRequest,h=V();if(e){if(y(a,\"function\"))m=b,b=a,a=null;else if(y(a,\"object\")){var d=[],f;for(f in a)a.hasOwnProperty(f)&&d.push(encodeURIComponent(f)+\"=\"+encodeURIComponent(a[f]));a=d.join(\"&\")}e.open(a?\"POST\":\"GET\",c,!0);a&&(e.setRequestHeader(\"X-Requested-With\",\"XMLHttpRequest\"),\n",
"e.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded\"));b&&(k.once(\"snap.ajax.\"+h+\".0\",b),k.once(\"snap.ajax.\"+h+\".200\",b),k.once(\"snap.ajax.\"+h+\".304\",b));e.onreadystatechange=function(){4==e.readyState&&k(\"snap.ajax.\"+h+\".\"+e.status,m,e)};if(4==e.readyState)return e;e.send(a);return e}};a.load=function(c,b,m){a.ajax(c,function(c){c=a.parse(c.responseText);m?b.call(m,c):b(c)})};a.getElementByPoint=function(c,a){var b,m,e=G.doc.elementFromPoint(c,a);if(G.win.opera&&\"svg\"==e.tagName){b=\n",
"e;m=b.getBoundingClientRect();b=b.ownerDocument;var h=b.body,d=b.documentElement;b=m.top+(g.win.pageYOffset||d.scrollTop||h.scrollTop)-(d.clientTop||h.clientTop||0);m=m.left+(g.win.pageXOffset||d.scrollLeft||h.scrollLeft)-(d.clientLeft||h.clientLeft||0);h=e.createSVGRect();h.x=c-m;h.y=a-b;h.width=h.height=1;b=e.getIntersectionList(h,null);b.length&&(e=b[b.length-1])}return e?x(e):null};a.plugin=function(c){c(a,e,s,G,l)};return G.win.Snap=a}();C.plugin(function(a,k,y,M,A){function w(a,d,f,b,q,e){null==\n",
"d&&\"[object SVGMatrix]\"==z.call(a)?(this.a=a.a,this.b=a.b,this.c=a.c,this.d=a.d,this.e=a.e,this.f=a.f):null!=a?(this.a=+a,this.b=+d,this.c=+f,this.d=+b,this.e=+q,this.f=+e):(this.a=1,this.c=this.b=0,this.d=1,this.f=this.e=0)}var z=Object.prototype.toString,d=String,f=Math;(function(n){function k(a){return a[0]*a[0]+a[1]*a[1]}function p(a){var d=f.sqrt(k(a));a[0]&&(a[0]/=d);a[1]&&(a[1]/=d)}n.add=function(a,d,e,f,n,p){var k=[[],[],[] ],u=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1] ];d=[[a,\n",
"e,n],[d,f,p],[0,0,1] ];a&&a instanceof w&&(d=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1] ]);for(a=0;3>a;a++)for(e=0;3>e;e++){for(f=n=0;3>f;f++)n+=u[a][f]*d[f][e];k[a][e]=n}this.a=k[0][0];this.b=k[1][0];this.c=k[0][1];this.d=k[1][1];this.e=k[0][2];this.f=k[1][2];return this};n.invert=function(){var a=this.a*this.d-this.b*this.c;return new w(this.d/a,-this.b/a,-this.c/a,this.a/a,(this.c*this.f-this.d*this.e)/a,(this.b*this.e-this.a*this.f)/a)};n.clone=function(){return new w(this.a,this.b,this.c,this.d,this.e,\n",
"this.f)};n.translate=function(a,d){return this.add(1,0,0,1,a,d)};n.scale=function(a,d,e,f){null==d&&(d=a);(e||f)&&this.add(1,0,0,1,e,f);this.add(a,0,0,d,0,0);(e||f)&&this.add(1,0,0,1,-e,-f);return this};n.rotate=function(b,d,e){b=a.rad(b);d=d||0;e=e||0;var l=+f.cos(b).toFixed(9);b=+f.sin(b).toFixed(9);this.add(l,b,-b,l,d,e);return this.add(1,0,0,1,-d,-e)};n.x=function(a,d){return a*this.a+d*this.c+this.e};n.y=function(a,d){return a*this.b+d*this.d+this.f};n.get=function(a){return+this[d.fromCharCode(97+\n",
"a)].toFixed(4)};n.toString=function(){return\"matrix(\"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+\")\"};n.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]};n.determinant=function(){return this.a*this.d-this.b*this.c};n.split=function(){var b={};b.dx=this.e;b.dy=this.f;var d=[[this.a,this.c],[this.b,this.d] ];b.scalex=f.sqrt(k(d[0]));p(d[0]);b.shear=d[0][0]*d[1][0]+d[0][1]*d[1][1];d[1]=[d[1][0]-d[0][0]*b.shear,d[1][1]-d[0][1]*b.shear];b.scaley=f.sqrt(k(d[1]));\n",
"p(d[1]);b.shear/=b.scaley;0>this.determinant()&&(b.scalex=-b.scalex);var e=-d[0][1],d=d[1][1];0>d?(b.rotate=a.deg(f.acos(d)),0>e&&(b.rotate=360-b.rotate)):b.rotate=a.deg(f.asin(e));b.isSimple=!+b.shear.toFixed(9)&&(b.scalex.toFixed(9)==b.scaley.toFixed(9)||!b.rotate);b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate;b.noRotation=!+b.shear.toFixed(9)&&!b.rotate;return b};n.toTransformString=function(a){a=a||this.split();if(+a.shear.toFixed(9))return\"m\"+[this.get(0),\n",
"this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)];a.scalex=+a.scalex.toFixed(4);a.scaley=+a.scaley.toFixed(4);a.rotate=+a.rotate.toFixed(4);return(a.dx||a.dy?\"t\"+[+a.dx.toFixed(4),+a.dy.toFixed(4)]:\"\")+(1!=a.scalex||1!=a.scaley?\"s\"+[a.scalex,a.scaley,0,0]:\"\")+(a.rotate?\"r\"+[+a.rotate.toFixed(4),0,0]:\"\")}})(w.prototype);a.Matrix=w;a.matrix=function(a,d,f,b,k,e){return new w(a,d,f,b,k,e)}});C.plugin(function(a,v,y,M,A){function w(h){return function(d){k.stop();d instanceof A&&1==d.node.childNodes.length&&\n",
"(\"radialGradient\"==d.node.firstChild.tagName||\"linearGradient\"==d.node.firstChild.tagName||\"pattern\"==d.node.firstChild.tagName)&&(d=d.node.firstChild,b(this).appendChild(d),d=u(d));if(d instanceof v)if(\"radialGradient\"==d.type||\"linearGradient\"==d.type||\"pattern\"==d.type){d.node.id||e(d.node,{id:d.id});var f=l(d.node.id)}else f=d.attr(h);else f=a.color(d),f.error?(f=a(b(this).ownerSVGElement).gradient(d))?(f.node.id||e(f.node,{id:f.id}),f=l(f.node.id)):f=d:f=r(f);d={};d[h]=f;e(this.node,d);this.node.style[h]=\n",
"x}}function z(a){k.stop();a==+a&&(a+=\"px\");this.node.style.fontSize=a}function d(a){var b=[];a=a.childNodes;for(var e=0,f=a.length;e<f;e++){var l=a[e];3==l.nodeType&&b.push(l.nodeValue);\"tspan\"==l.tagName&&(1==l.childNodes.length&&3==l.firstChild.nodeType?b.push(l.firstChild.nodeValue):b.push(d(l)))}return b}function f(){k.stop();return this.node.style.fontSize}var n=a._.make,u=a._.wrap,p=a.is,b=a._.getSomeDefs,q=/^url\\(#?([^)]+)\\)$/,e=a._.$,l=a.url,r=String,s=a._.separator,x=\"\";k.on(\"snap.util.attr.mask\",\n",
"function(a){if(a instanceof v||a instanceof A){k.stop();a instanceof A&&1==a.node.childNodes.length&&(a=a.node.firstChild,b(this).appendChild(a),a=u(a));if(\"mask\"==a.type)var d=a;else d=n(\"mask\",b(this)),d.node.appendChild(a.node);!d.node.id&&e(d.node,{id:d.id});e(this.node,{mask:l(d.id)})}});(function(a){k.on(\"snap.util.attr.clip\",a);k.on(\"snap.util.attr.clip-path\",a);k.on(\"snap.util.attr.clipPath\",a)})(function(a){if(a instanceof v||a instanceof A){k.stop();if(\"clipPath\"==a.type)var d=a;else d=\n",
"n(\"clipPath\",b(this)),d.node.appendChild(a.node),!d.node.id&&e(d.node,{id:d.id});e(this.node,{\"clip-path\":l(d.id)})}});k.on(\"snap.util.attr.fill\",w(\"fill\"));k.on(\"snap.util.attr.stroke\",w(\"stroke\"));var G=/^([lr])(?:\\(([^)]*)\\))?(.*)$/i;k.on(\"snap.util.grad.parse\",function(a){a=r(a);var b=a.match(G);if(!b)return null;a=b[1];var e=b[2],b=b[3],e=e.split(/\\s*,\\s*/).map(function(a){return+a==a?+a:a});1==e.length&&0==e[0]&&(e=[]);b=b.split(\"-\");b=b.map(function(a){a=a.split(\":\");var b={color:a[0]};a[1]&&\n",
"(b.offset=parseFloat(a[1]));return b});return{type:a,params:e,stops:b}});k.on(\"snap.util.attr.d\",function(b){k.stop();p(b,\"array\")&&p(b[0],\"array\")&&(b=a.path.toString.call(b));b=r(b);b.match(/[ruo]/i)&&(b=a.path.toAbsolute(b));e(this.node,{d:b})})(-1);k.on(\"snap.util.attr.#text\",function(a){k.stop();a=r(a);for(a=M.doc.createTextNode(a);this.node.firstChild;)this.node.removeChild(this.node.firstChild);this.node.appendChild(a)})(-1);k.on(\"snap.util.attr.path\",function(a){k.stop();this.attr({d:a})})(-1);\n",
"k.on(\"snap.util.attr.class\",function(a){k.stop();this.node.className.baseVal=a})(-1);k.on(\"snap.util.attr.viewBox\",function(a){a=p(a,\"object\")&&\"x\"in a?[a.x,a.y,a.width,a.height].join(\" \"):p(a,\"array\")?a.join(\" \"):a;e(this.node,{viewBox:a});k.stop()})(-1);k.on(\"snap.util.attr.transform\",function(a){this.transform(a);k.stop()})(-1);k.on(\"snap.util.attr.r\",function(a){\"rect\"==this.type&&(k.stop(),e(this.node,{rx:a,ry:a}))})(-1);k.on(\"snap.util.attr.textpath\",function(a){k.stop();if(\"text\"==this.type){var d,\n",
"f;if(!a&&this.textPath){for(a=this.textPath;a.node.firstChild;)this.node.appendChild(a.node.firstChild);a.remove();delete this.textPath}else if(p(a,\"string\")?(d=b(this),a=u(d.parentNode).path(a),d.appendChild(a.node),d=a.id,a.attr({id:d})):(a=u(a),a instanceof v&&(d=a.attr(\"id\"),d||(d=a.id,a.attr({id:d})))),d)if(a=this.textPath,f=this.node,a)a.attr({\"xlink:href\":\"#\"+d});else{for(a=e(\"textPath\",{\"xlink:href\":\"#\"+d});f.firstChild;)a.appendChild(f.firstChild);f.appendChild(a);this.textPath=u(a)}}})(-1);\n",
"k.on(\"snap.util.attr.text\",function(a){if(\"text\"==this.type){for(var b=this.node,d=function(a){var b=e(\"tspan\");if(p(a,\"array\"))for(var f=0;f<a.length;f++)b.appendChild(d(a[f]));else b.appendChild(M.doc.createTextNode(a));b.normalize&&b.normalize();return b};b.firstChild;)b.removeChild(b.firstChild);for(a=d(a);a.firstChild;)b.appendChild(a.firstChild)}k.stop()})(-1);k.on(\"snap.util.attr.fontSize\",z)(-1);k.on(\"snap.util.attr.font-size\",z)(-1);k.on(\"snap.util.getattr.transform\",function(){k.stop();\n",
"return this.transform()})(-1);k.on(\"snap.util.getattr.textpath\",function(){k.stop();return this.textPath})(-1);(function(){function b(d){return function(){k.stop();var b=M.doc.defaultView.getComputedStyle(this.node,null).getPropertyValue(\"marker-\"+d);return\"none\"==b?b:a(M.doc.getElementById(b.match(q)[1]))}}function d(a){return function(b){k.stop();var d=\"marker\"+a.charAt(0).toUpperCase()+a.substring(1);if(\"\"==b||!b)this.node.style[d]=\"none\";else if(\"marker\"==b.type){var f=b.node.id;f||e(b.node,{id:b.id});\n",
"this.node.style[d]=l(f)}}}k.on(\"snap.util.getattr.marker-end\",b(\"end\"))(-1);k.on(\"snap.util.getattr.markerEnd\",b(\"end\"))(-1);k.on(\"snap.util.getattr.marker-start\",b(\"start\"))(-1);k.on(\"snap.util.getattr.markerStart\",b(\"start\"))(-1);k.on(\"snap.util.getattr.marker-mid\",b(\"mid\"))(-1);k.on(\"snap.util.getattr.markerMid\",b(\"mid\"))(-1);k.on(\"snap.util.attr.marker-end\",d(\"end\"))(-1);k.on(\"snap.util.attr.markerEnd\",d(\"end\"))(-1);k.on(\"snap.util.attr.marker-start\",d(\"start\"))(-1);k.on(\"snap.util.attr.markerStart\",\n",
"d(\"start\"))(-1);k.on(\"snap.util.attr.marker-mid\",d(\"mid\"))(-1);k.on(\"snap.util.attr.markerMid\",d(\"mid\"))(-1)})();k.on(\"snap.util.getattr.r\",function(){if(\"rect\"==this.type&&e(this.node,\"rx\")==e(this.node,\"ry\"))return k.stop(),e(this.node,\"rx\")})(-1);k.on(\"snap.util.getattr.text\",function(){if(\"text\"==this.type||\"tspan\"==this.type){k.stop();var a=d(this.node);return 1==a.length?a[0]:a}})(-1);k.on(\"snap.util.getattr.#text\",function(){return this.node.textContent})(-1);k.on(\"snap.util.getattr.viewBox\",\n",
"function(){k.stop();var b=e(this.node,\"viewBox\");if(b)return b=b.split(s),a._.box(+b[0],+b[1],+b[2],+b[3])})(-1);k.on(\"snap.util.getattr.points\",function(){var a=e(this.node,\"points\");k.stop();if(a)return a.split(s)})(-1);k.on(\"snap.util.getattr.path\",function(){var a=e(this.node,\"d\");k.stop();return a})(-1);k.on(\"snap.util.getattr.class\",function(){return this.node.className.baseVal})(-1);k.on(\"snap.util.getattr.fontSize\",f)(-1);k.on(\"snap.util.getattr.font-size\",f)(-1)});C.plugin(function(a,v,y,\n",
"M,A){function w(a){return a}function z(a){return function(b){return+b.toFixed(3)+a}}var d={\"+\":function(a,b){return a+b},\"-\":function(a,b){return a-b},\"/\":function(a,b){return a/b},\"*\":function(a,b){return a*b}},f=String,n=/[a-z]+$/i,u=/^\\s*([+\\-\\/*])\\s*=\\s*([\\d.eE+\\-]+)\\s*([^\\d\\s]+)?\\s*$/;k.on(\"snap.util.attr\",function(a){if(a=f(a).match(u)){var b=k.nt(),b=b.substring(b.lastIndexOf(\".\")+1),q=this.attr(b),e={};k.stop();var l=a[3]||\"\",r=q.match(n),s=d[a[1] ];r&&r==l?a=s(parseFloat(q),+a[2]):(q=this.asPX(b),\n",
"a=s(this.asPX(b),this.asPX(b,a[2]+l)));isNaN(q)||isNaN(a)||(e[b]=a,this.attr(e))}})(-10);k.on(\"snap.util.equal\",function(a,b){var q=f(this.attr(a)||\"\"),e=f(b).match(u);if(e){k.stop();var l=e[3]||\"\",r=q.match(n),s=d[e[1] ];if(r&&r==l)return{from:parseFloat(q),to:s(parseFloat(q),+e[2]),f:z(r)};q=this.asPX(a);return{from:q,to:s(q,this.asPX(a,e[2]+l)),f:w}}})(-10)});C.plugin(function(a,v,y,M,A){var w=y.prototype,z=a.is;w.rect=function(a,d,k,p,b,q){var e;null==q&&(q=b);z(a,\"object\")&&\"[object Object]\"==\n",
"a?e=a:null!=a&&(e={x:a,y:d,width:k,height:p},null!=b&&(e.rx=b,e.ry=q));return this.el(\"rect\",e)};w.circle=function(a,d,k){var p;z(a,\"object\")&&\"[object Object]\"==a?p=a:null!=a&&(p={cx:a,cy:d,r:k});return this.el(\"circle\",p)};var d=function(){function a(){this.parentNode.removeChild(this)}return function(d,k){var p=M.doc.createElement(\"img\"),b=M.doc.body;p.style.cssText=\"position:absolute;left:-9999em;top:-9999em\";p.onload=function(){k.call(p);p.onload=p.onerror=null;b.removeChild(p)};p.onerror=a;\n",
"b.appendChild(p);p.src=d}}();w.image=function(f,n,k,p,b){var q=this.el(\"image\");if(z(f,\"object\")&&\"src\"in f)q.attr(f);else if(null!=f){var e={\"xlink:href\":f,preserveAspectRatio:\"none\"};null!=n&&null!=k&&(e.x=n,e.y=k);null!=p&&null!=b?(e.width=p,e.height=b):d(f,function(){a._.$(q.node,{width:this.offsetWidth,height:this.offsetHeight})});a._.$(q.node,e)}return q};w.ellipse=function(a,d,k,p){var b;z(a,\"object\")&&\"[object Object]\"==a?b=a:null!=a&&(b={cx:a,cy:d,rx:k,ry:p});return this.el(\"ellipse\",b)};\n",
"w.path=function(a){var d;z(a,\"object\")&&!z(a,\"array\")?d=a:a&&(d={d:a});return this.el(\"path\",d)};w.group=w.g=function(a){var d=this.el(\"g\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.svg=function(a,d,k,p,b,q,e,l){var r={};z(a,\"object\")&&null==d?r=a:(null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l]));return this.el(\"svg\",r)};w.mask=function(a){var d=\n",
"this.el(\"mask\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.ptrn=function(a,d,k,p,b,q,e,l){if(z(a,\"object\"))var r=a;else arguments.length?(r={},null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l])):r={patternUnits:\"userSpaceOnUse\"};return this.el(\"pattern\",r)};w.use=function(a){return null!=a?(make(\"use\",this.node),a instanceof v&&(a.attr(\"id\")||\n",
"a.attr({id:ID()}),a=a.attr(\"id\")),this.el(\"use\",{\"xlink:href\":a})):v.prototype.use.call(this)};w.text=function(a,d,k){var p={};z(a,\"object\")?p=a:null!=a&&(p={x:a,y:d,text:k||\"\"});return this.el(\"text\",p)};w.line=function(a,d,k,p){var b={};z(a,\"object\")?b=a:null!=a&&(b={x1:a,x2:k,y1:d,y2:p});return this.el(\"line\",b)};w.polyline=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polyline\",d)};\n",
"w.polygon=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polygon\",d)};(function(){function d(){return this.selectAll(\"stop\")}function n(b,d){var f=e(\"stop\"),k={offset:+d+\"%\"};b=a.color(b);k[\"stop-color\"]=b.hex;1>b.opacity&&(k[\"stop-opacity\"]=b.opacity);e(f,k);this.node.appendChild(f);return this}function u(){if(\"linearGradient\"==this.type){var b=e(this.node,\"x1\")||0,d=e(this.node,\"x2\")||\n",
"1,f=e(this.node,\"y1\")||0,k=e(this.node,\"y2\")||0;return a._.box(b,f,math.abs(d-b),math.abs(k-f))}b=this.node.r||0;return a._.box((this.node.cx||0.5)-b,(this.node.cy||0.5)-b,2*b,2*b)}function p(a,d){function f(a,b){for(var d=(b-u)/(a-w),e=w;e<a;e++)h[e].offset=+(+u+d*(e-w)).toFixed(2);w=a;u=b}var n=k(\"snap.util.grad.parse\",null,d).firstDefined(),p;if(!n)return null;n.params.unshift(a);p=\"l\"==n.type.toLowerCase()?b.apply(0,n.params):q.apply(0,n.params);n.type!=n.type.toLowerCase()&&e(p.node,{gradientUnits:\"userSpaceOnUse\"});\n",
"var h=n.stops,n=h.length,u=0,w=0;n--;for(var v=0;v<n;v++)\"offset\"in h[v]&&f(v,h[v].offset);h[n].offset=h[n].offset||100;f(n,h[n].offset);for(v=0;v<=n;v++){var y=h[v];p.addStop(y.color,y.offset)}return p}function b(b,k,p,q,w){b=a._.make(\"linearGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{x1:k,y1:p,x2:q,y2:w});return b}function q(b,k,p,q,w,h){b=a._.make(\"radialGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{cx:k,cy:p,r:q});null!=w&&null!=h&&e(b.node,{fx:w,fy:h});\n",
"return b}var e=a._.$;w.gradient=function(a){return p(this.defs,a)};w.gradientLinear=function(a,d,e,f){return b(this.defs,a,d,e,f)};w.gradientRadial=function(a,b,d,e,f){return q(this.defs,a,b,d,e,f)};w.toString=function(){var b=this.node.ownerDocument,d=b.createDocumentFragment(),b=b.createElement(\"div\"),e=this.node.cloneNode(!0);d.appendChild(b);b.appendChild(e);a._.$(e,{xmlns:\"http://www.w3.org/2000/svg\"});b=b.innerHTML;d.removeChild(d.firstChild);return b};w.clear=function(){for(var a=this.node.firstChild,\n",
"b;a;)b=a.nextSibling,\"defs\"!=a.tagName?a.parentNode.removeChild(a):w.clear.call({node:a}),a=b}})()});C.plugin(function(a,k,y,M){function A(a){var b=A.ps=A.ps||{};b[a]?b[a].sleep=100:b[a]={sleep:100};setTimeout(function(){for(var d in b)b[L](d)&&d!=a&&(b[d].sleep--,!b[d].sleep&&delete b[d])});return b[a]}function w(a,b,d,e){null==a&&(a=b=d=e=0);null==b&&(b=a.y,d=a.width,e=a.height,a=a.x);return{x:a,y:b,width:d,w:d,height:e,h:e,x2:a+d,y2:b+e,cx:a+d/2,cy:b+e/2,r1:F.min(d,e)/2,r2:F.max(d,e)/2,r0:F.sqrt(d*\n",
"d+e*e)/2,path:s(a,b,d,e),vb:[a,b,d,e].join(\" \")}}function z(){return this.join(\",\").replace(N,\"$1\")}function d(a){a=C(a);a.toString=z;return a}function f(a,b,d,h,f,k,l,n,p){if(null==p)return e(a,b,d,h,f,k,l,n);if(0>p||e(a,b,d,h,f,k,l,n)<p)p=void 0;else{var q=0.5,O=1-q,s;for(s=e(a,b,d,h,f,k,l,n,O);0.01<Z(s-p);)q/=2,O+=(s<p?1:-1)*q,s=e(a,b,d,h,f,k,l,n,O);p=O}return u(a,b,d,h,f,k,l,n,p)}function n(b,d){function e(a){return+(+a).toFixed(3)}return a._.cacher(function(a,h,l){a instanceof k&&(a=a.attr(\"d\"));\n",
"a=I(a);for(var n,p,D,q,O=\"\",s={},c=0,t=0,r=a.length;t<r;t++){D=a[t];if(\"M\"==D[0])n=+D[1],p=+D[2];else{q=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6]);if(c+q>h){if(d&&!s.start){n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c);O+=[\"C\"+e(n.start.x),e(n.start.y),e(n.m.x),e(n.m.y),e(n.x),e(n.y)];if(l)return O;s.start=O;O=[\"M\"+e(n.x),e(n.y)+\"C\"+e(n.n.x),e(n.n.y),e(n.end.x),e(n.end.y),e(D[5]),e(D[6])].join();c+=q;n=+D[5];p=+D[6];continue}if(!b&&!d)return n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c)}c+=q;n=+D[5];p=+D[6]}O+=\n",
"D.shift()+D}s.end=O;return n=b?c:d?s:u(n,p,D[0],D[1],D[2],D[3],D[4],D[5],1)},null,a._.clone)}function u(a,b,d,e,h,f,k,l,n){var p=1-n,q=ma(p,3),s=ma(p,2),c=n*n,t=c*n,r=q*a+3*s*n*d+3*p*n*n*h+t*k,q=q*b+3*s*n*e+3*p*n*n*f+t*l,s=a+2*n*(d-a)+c*(h-2*d+a),t=b+2*n*(e-b)+c*(f-2*e+b),x=d+2*n*(h-d)+c*(k-2*h+d),c=e+2*n*(f-e)+c*(l-2*f+e);a=p*a+n*d;b=p*b+n*e;h=p*h+n*k;f=p*f+n*l;l=90-180*F.atan2(s-x,t-c)/S;return{x:r,y:q,m:{x:s,y:t},n:{x:x,y:c},start:{x:a,y:b},end:{x:h,y:f},alpha:l}}function p(b,d,e,h,f,n,k,l){a.is(b,\n",
"\"array\")||(b=[b,d,e,h,f,n,k,l]);b=U.apply(null,b);return w(b.min.x,b.min.y,b.max.x-b.min.x,b.max.y-b.min.y)}function b(a,b,d){return b>=a.x&&b<=a.x+a.width&&d>=a.y&&d<=a.y+a.height}function q(a,d){a=w(a);d=w(d);return b(d,a.x,a.y)||b(d,a.x2,a.y)||b(d,a.x,a.y2)||b(d,a.x2,a.y2)||b(a,d.x,d.y)||b(a,d.x2,d.y)||b(a,d.x,d.y2)||b(a,d.x2,d.y2)||(a.x<d.x2&&a.x>d.x||d.x<a.x2&&d.x>a.x)&&(a.y<d.y2&&a.y>d.y||d.y<a.y2&&d.y>a.y)}function e(a,b,d,e,h,f,n,k,l){null==l&&(l=1);l=(1<l?1:0>l?0:l)/2;for(var p=[-0.1252,\n",
"0.1252,-0.3678,0.3678,-0.5873,0.5873,-0.7699,0.7699,-0.9041,0.9041,-0.9816,0.9816],q=[0.2491,0.2491,0.2335,0.2335,0.2032,0.2032,0.1601,0.1601,0.1069,0.1069,0.0472,0.0472],s=0,c=0;12>c;c++)var t=l*p[c]+l,r=t*(t*(-3*a+9*d-9*h+3*n)+6*a-12*d+6*h)-3*a+3*d,t=t*(t*(-3*b+9*e-9*f+3*k)+6*b-12*e+6*f)-3*b+3*e,s=s+q[c]*F.sqrt(r*r+t*t);return l*s}function l(a,b,d){a=I(a);b=I(b);for(var h,f,l,n,k,s,r,O,x,c,t=d?0:[],w=0,v=a.length;w<v;w++)if(x=a[w],\"M\"==x[0])h=k=x[1],f=s=x[2];else{\"C\"==x[0]?(x=[h,f].concat(x.slice(1)),\n",
"h=x[6],f=x[7]):(x=[h,f,h,f,k,s,k,s],h=k,f=s);for(var G=0,y=b.length;G<y;G++)if(c=b[G],\"M\"==c[0])l=r=c[1],n=O=c[2];else{\"C\"==c[0]?(c=[l,n].concat(c.slice(1)),l=c[6],n=c[7]):(c=[l,n,l,n,r,O,r,O],l=r,n=O);var z;var K=x,B=c;z=d;var H=p(K),J=p(B);if(q(H,J)){for(var H=e.apply(0,K),J=e.apply(0,B),H=~~(H/8),J=~~(J/8),U=[],A=[],F={},M=z?0:[],P=0;P<H+1;P++){var C=u.apply(0,K.concat(P/H));U.push({x:C.x,y:C.y,t:P/H})}for(P=0;P<J+1;P++)C=u.apply(0,B.concat(P/J)),A.push({x:C.x,y:C.y,t:P/J});for(P=0;P<H;P++)for(K=\n",
"0;K<J;K++){var Q=U[P],L=U[P+1],B=A[K],C=A[K+1],N=0.001>Z(L.x-Q.x)?\"y\":\"x\",S=0.001>Z(C.x-B.x)?\"y\":\"x\",R;R=Q.x;var Y=Q.y,V=L.x,ea=L.y,fa=B.x,ga=B.y,ha=C.x,ia=C.y;if(W(R,V)<X(fa,ha)||X(R,V)>W(fa,ha)||W(Y,ea)<X(ga,ia)||X(Y,ea)>W(ga,ia))R=void 0;else{var $=(R*ea-Y*V)*(fa-ha)-(R-V)*(fa*ia-ga*ha),aa=(R*ea-Y*V)*(ga-ia)-(Y-ea)*(fa*ia-ga*ha),ja=(R-V)*(ga-ia)-(Y-ea)*(fa-ha);if(ja){var $=$/ja,aa=aa/ja,ja=+$.toFixed(2),ba=+aa.toFixed(2);R=ja<+X(R,V).toFixed(2)||ja>+W(R,V).toFixed(2)||ja<+X(fa,ha).toFixed(2)||\n",
"ja>+W(fa,ha).toFixed(2)||ba<+X(Y,ea).toFixed(2)||ba>+W(Y,ea).toFixed(2)||ba<+X(ga,ia).toFixed(2)||ba>+W(ga,ia).toFixed(2)?void 0:{x:$,y:aa}}else R=void 0}R&&F[R.x.toFixed(4)]!=R.y.toFixed(4)&&(F[R.x.toFixed(4)]=R.y.toFixed(4),Q=Q.t+Z((R[N]-Q[N])/(L[N]-Q[N]))*(L.t-Q.t),B=B.t+Z((R[S]-B[S])/(C[S]-B[S]))*(C.t-B.t),0<=Q&&1>=Q&&0<=B&&1>=B&&(z?M++:M.push({x:R.x,y:R.y,t1:Q,t2:B})))}z=M}else z=z?0:[];if(d)t+=z;else{H=0;for(J=z.length;H<J;H++)z[H].segment1=w,z[H].segment2=G,z[H].bez1=x,z[H].bez2=c;t=t.concat(z)}}}return t}\n",
"function r(a){var b=A(a);if(b.bbox)return C(b.bbox);if(!a)return w();a=I(a);for(var d=0,e=0,h=[],f=[],l,n=0,k=a.length;n<k;n++)l=a[n],\"M\"==l[0]?(d=l[1],e=l[2],h.push(d),f.push(e)):(d=U(d,e,l[1],l[2],l[3],l[4],l[5],l[6]),h=h.concat(d.min.x,d.max.x),f=f.concat(d.min.y,d.max.y),d=l[5],e=l[6]);a=X.apply(0,h);l=X.apply(0,f);h=W.apply(0,h);f=W.apply(0,f);f=w(a,l,h-a,f-l);b.bbox=C(f);return f}function s(a,b,d,e,h){if(h)return[[\"M\",+a+ +h,b],[\"l\",d-2*h,0],[\"a\",h,h,0,0,1,h,h],[\"l\",0,e-2*h],[\"a\",h,h,0,0,1,\n",
"-h,h],[\"l\",2*h-d,0],[\"a\",h,h,0,0,1,-h,-h],[\"l\",0,2*h-e],[\"a\",h,h,0,0,1,h,-h],[\"z\"] ];a=[[\"M\",a,b],[\"l\",d,0],[\"l\",0,e],[\"l\",-d,0],[\"z\"] ];a.toString=z;return a}function x(a,b,d,e,h){null==h&&null==e&&(e=d);a=+a;b=+b;d=+d;e=+e;if(null!=h){var f=Math.PI/180,l=a+d*Math.cos(-e*f);a+=d*Math.cos(-h*f);var n=b+d*Math.sin(-e*f);b+=d*Math.sin(-h*f);d=[[\"M\",l,n],[\"A\",d,d,0,+(180<h-e),0,a,b] ]}else d=[[\"M\",a,b],[\"m\",0,-e],[\"a\",d,e,0,1,1,0,2*e],[\"a\",d,e,0,1,1,0,-2*e],[\"z\"] ];d.toString=z;return d}function G(b){var e=\n",
"A(b);if(e.abs)return d(e.abs);Q(b,\"array\")&&Q(b&&b[0],\"array\")||(b=a.parsePathString(b));if(!b||!b.length)return[[\"M\",0,0] ];var h=[],f=0,l=0,n=0,k=0,p=0;\"M\"==b[0][0]&&(f=+b[0][1],l=+b[0][2],n=f,k=l,p++,h[0]=[\"M\",f,l]);for(var q=3==b.length&&\"M\"==b[0][0]&&\"R\"==b[1][0].toUpperCase()&&\"Z\"==b[2][0].toUpperCase(),s,r,w=p,c=b.length;w<c;w++){h.push(s=[]);r=b[w];p=r[0];if(p!=p.toUpperCase())switch(s[0]=p.toUpperCase(),s[0]){case \"A\":s[1]=r[1];s[2]=r[2];s[3]=r[3];s[4]=r[4];s[5]=r[5];s[6]=+r[6]+f;s[7]=+r[7]+\n",
"l;break;case \"V\":s[1]=+r[1]+l;break;case \"H\":s[1]=+r[1]+f;break;case \"R\":for(var t=[f,l].concat(r.slice(1)),u=2,v=t.length;u<v;u++)t[u]=+t[u]+f,t[++u]=+t[u]+l;h.pop();h=h.concat(P(t,q));break;case \"O\":h.pop();t=x(f,l,r[1],r[2]);t.push(t[0]);h=h.concat(t);break;case \"U\":h.pop();h=h.concat(x(f,l,r[1],r[2],r[3]));s=[\"U\"].concat(h[h.length-1].slice(-2));break;case \"M\":n=+r[1]+f,k=+r[2]+l;default:for(u=1,v=r.length;u<v;u++)s[u]=+r[u]+(u%2?f:l)}else if(\"R\"==p)t=[f,l].concat(r.slice(1)),h.pop(),h=h.concat(P(t,\n",
"q)),s=[\"R\"].concat(r.slice(-2));else if(\"O\"==p)h.pop(),t=x(f,l,r[1],r[2]),t.push(t[0]),h=h.concat(t);else if(\"U\"==p)h.pop(),h=h.concat(x(f,l,r[1],r[2],r[3])),s=[\"U\"].concat(h[h.length-1].slice(-2));else for(t=0,u=r.length;t<u;t++)s[t]=r[t];p=p.toUpperCase();if(\"O\"!=p)switch(s[0]){case \"Z\":f=+n;l=+k;break;case \"H\":f=s[1];break;case \"V\":l=s[1];break;case \"M\":n=s[s.length-2],k=s[s.length-1];default:f=s[s.length-2],l=s[s.length-1]}}h.toString=z;e.abs=d(h);return h}function h(a,b,d,e){return[a,b,d,e,d,\n",
"e]}function J(a,b,d,e,h,f){var l=1/3,n=2/3;return[l*a+n*d,l*b+n*e,l*h+n*d,l*f+n*e,h,f]}function K(b,d,e,h,f,l,n,k,p,s){var r=120*S/180,q=S/180*(+f||0),c=[],t,x=a._.cacher(function(a,b,c){var d=a*F.cos(c)-b*F.sin(c);a=a*F.sin(c)+b*F.cos(c);return{x:d,y:a}});if(s)v=s[0],t=s[1],l=s[2],u=s[3];else{t=x(b,d,-q);b=t.x;d=t.y;t=x(k,p,-q);k=t.x;p=t.y;F.cos(S/180*f);F.sin(S/180*f);t=(b-k)/2;v=(d-p)/2;u=t*t/(e*e)+v*v/(h*h);1<u&&(u=F.sqrt(u),e*=u,h*=u);var u=e*e,w=h*h,u=(l==n?-1:1)*F.sqrt(Z((u*w-u*v*v-w*t*t)/\n",
"(u*v*v+w*t*t)));l=u*e*v/h+(b+k)/2;var u=u*-h*t/e+(d+p)/2,v=F.asin(((d-u)/h).toFixed(9));t=F.asin(((p-u)/h).toFixed(9));v=b<l?S-v:v;t=k<l?S-t:t;0>v&&(v=2*S+v);0>t&&(t=2*S+t);n&&v>t&&(v-=2*S);!n&&t>v&&(t-=2*S)}if(Z(t-v)>r){var c=t,w=k,G=p;t=v+r*(n&&t>v?1:-1);k=l+e*F.cos(t);p=u+h*F.sin(t);c=K(k,p,e,h,f,0,n,w,G,[t,c,l,u])}l=t-v;f=F.cos(v);r=F.sin(v);n=F.cos(t);t=F.sin(t);l=F.tan(l/4);e=4/3*e*l;l*=4/3*h;h=[b,d];b=[b+e*r,d-l*f];d=[k+e*t,p-l*n];k=[k,p];b[0]=2*h[0]-b[0];b[1]=2*h[1]-b[1];if(s)return[b,d,k].concat(c);\n",
"c=[b,d,k].concat(c).join().split(\",\");s=[];k=0;for(p=c.length;k<p;k++)s[k]=k%2?x(c[k-1],c[k],q).y:x(c[k],c[k+1],q).x;return s}function U(a,b,d,e,h,f,l,k){for(var n=[],p=[[],[] ],s,r,c,t,q=0;2>q;++q)0==q?(r=6*a-12*d+6*h,s=-3*a+9*d-9*h+3*l,c=3*d-3*a):(r=6*b-12*e+6*f,s=-3*b+9*e-9*f+3*k,c=3*e-3*b),1E-12>Z(s)?1E-12>Z(r)||(s=-c/r,0<s&&1>s&&n.push(s)):(t=r*r-4*c*s,c=F.sqrt(t),0>t||(t=(-r+c)/(2*s),0<t&&1>t&&n.push(t),s=(-r-c)/(2*s),0<s&&1>s&&n.push(s)));for(r=q=n.length;q--;)s=n[q],c=1-s,p[0][q]=c*c*c*a+3*\n",
"c*c*s*d+3*c*s*s*h+s*s*s*l,p[1][q]=c*c*c*b+3*c*c*s*e+3*c*s*s*f+s*s*s*k;p[0][r]=a;p[1][r]=b;p[0][r+1]=l;p[1][r+1]=k;p[0].length=p[1].length=r+2;return{min:{x:X.apply(0,p[0]),y:X.apply(0,p[1])},max:{x:W.apply(0,p[0]),y:W.apply(0,p[1])}}}function I(a,b){var e=!b&&A(a);if(!b&&e.curve)return d(e.curve);var f=G(a),l=b&&G(b),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},k={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},p=function(a,b,c){if(!a)return[\"C\",b.x,b.y,b.x,b.y,b.x,b.y];a[0]in{T:1,Q:1}||(b.qx=b.qy=null);\n",
"switch(a[0]){case \"M\":b.X=a[1];b.Y=a[2];break;case \"A\":a=[\"C\"].concat(K.apply(0,[b.x,b.y].concat(a.slice(1))));break;case \"S\":\"C\"==c||\"S\"==c?(c=2*b.x-b.bx,b=2*b.y-b.by):(c=b.x,b=b.y);a=[\"C\",c,b].concat(a.slice(1));break;case \"T\":\"Q\"==c||\"T\"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y);a=[\"C\"].concat(J(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case \"Q\":b.qx=a[1];b.qy=a[2];a=[\"C\"].concat(J(b.x,b.y,a[1],a[2],a[3],a[4]));break;case \"L\":a=[\"C\"].concat(h(b.x,b.y,a[1],a[2]));break;case \"H\":a=[\"C\"].concat(h(b.x,\n",
"b.y,a[1],b.y));break;case \"V\":a=[\"C\"].concat(h(b.x,b.y,b.x,a[1]));break;case \"Z\":a=[\"C\"].concat(h(b.x,b.y,b.X,b.Y))}return a},s=function(a,b){if(7<a[b].length){a[b].shift();for(var c=a[b];c.length;)q[b]=\"A\",l&&(u[b]=\"A\"),a.splice(b++,0,[\"C\"].concat(c.splice(0,6)));a.splice(b,1);v=W(f.length,l&&l.length||0)}},r=function(a,b,c,d,e){a&&b&&\"M\"==a[e][0]&&\"M\"!=b[e][0]&&(b.splice(e,0,[\"M\",d.x,d.y]),c.bx=0,c.by=0,c.x=a[e][1],c.y=a[e][2],v=W(f.length,l&&l.length||0))},q=[],u=[],c=\"\",t=\"\",x=0,v=W(f.length,\n",
"l&&l.length||0);for(;x<v;x++){f[x]&&(c=f[x][0]);\"C\"!=c&&(q[x]=c,x&&(t=q[x-1]));f[x]=p(f[x],n,t);\"A\"!=q[x]&&\"C\"==c&&(q[x]=\"C\");s(f,x);l&&(l[x]&&(c=l[x][0]),\"C\"!=c&&(u[x]=c,x&&(t=u[x-1])),l[x]=p(l[x],k,t),\"A\"!=u[x]&&\"C\"==c&&(u[x]=\"C\"),s(l,x));r(f,l,n,k,x);r(l,f,k,n,x);var w=f[x],z=l&&l[x],y=w.length,U=l&&z.length;n.x=w[y-2];n.y=w[y-1];n.bx=$(w[y-4])||n.x;n.by=$(w[y-3])||n.y;k.bx=l&&($(z[U-4])||k.x);k.by=l&&($(z[U-3])||k.y);k.x=l&&z[U-2];k.y=l&&z[U-1]}l||(e.curve=d(f));return l?[f,l]:f}function P(a,\n",
"b){for(var d=[],e=0,h=a.length;h-2*!b>e;e+=2){var f=[{x:+a[e-2],y:+a[e-1]},{x:+a[e],y:+a[e+1]},{x:+a[e+2],y:+a[e+3]},{x:+a[e+4],y:+a[e+5]}];b?e?h-4==e?f[3]={x:+a[0],y:+a[1]}:h-2==e&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[h-2],y:+a[h-1]}:h-4==e?f[3]=f[2]:e||(f[0]={x:+a[e],y:+a[e+1]});d.push([\"C\",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return d}y=k.prototype;var Q=a.is,C=a._.clone,L=\"hasOwnProperty\",\n",
"N=/,?([a-z]),?/gi,$=parseFloat,F=Math,S=F.PI,X=F.min,W=F.max,ma=F.pow,Z=F.abs;M=n(1);var na=n(),ba=n(0,1),V=a._unit2px;a.path=A;a.path.getTotalLength=M;a.path.getPointAtLength=na;a.path.getSubpath=function(a,b,d){if(1E-6>this.getTotalLength(a)-d)return ba(a,b).end;a=ba(a,d,1);return b?ba(a,b).end:a};y.getTotalLength=function(){if(this.node.getTotalLength)return this.node.getTotalLength()};y.getPointAtLength=function(a){return na(this.attr(\"d\"),a)};y.getSubpath=function(b,d){return a.path.getSubpath(this.attr(\"d\"),\n",
"b,d)};a._.box=w;a.path.findDotsAtSegment=u;a.path.bezierBBox=p;a.path.isPointInsideBBox=b;a.path.isBBoxIntersect=q;a.path.intersection=function(a,b){return l(a,b)};a.path.intersectionNumber=function(a,b){return l(a,b,1)};a.path.isPointInside=function(a,d,e){var h=r(a);return b(h,d,e)&&1==l(a,[[\"M\",d,e],[\"H\",h.x2+10] ],1)%2};a.path.getBBox=r;a.path.get={path:function(a){return a.attr(\"path\")},circle:function(a){a=V(a);return x(a.cx,a.cy,a.r)},ellipse:function(a){a=V(a);return x(a.cx||0,a.cy||0,a.rx,\n",
"a.ry)},rect:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height,a.rx,a.ry)},image:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height)},line:function(a){return\"M\"+[a.attr(\"x1\")||0,a.attr(\"y1\")||0,a.attr(\"x2\"),a.attr(\"y2\")]},polyline:function(a){return\"M\"+a.attr(\"points\")},polygon:function(a){return\"M\"+a.attr(\"points\")+\"z\"},deflt:function(a){a=a.node.getBBox();return s(a.x,a.y,a.width,a.height)}};a.path.toRelative=function(b){var e=A(b),h=String.prototype.toLowerCase;if(e.rel)return d(e.rel);\n",
"a.is(b,\"array\")&&a.is(b&&b[0],\"array\")||(b=a.parsePathString(b));var f=[],l=0,n=0,k=0,p=0,s=0;\"M\"==b[0][0]&&(l=b[0][1],n=b[0][2],k=l,p=n,s++,f.push([\"M\",l,n]));for(var r=b.length;s<r;s++){var q=f[s]=[],x=b[s];if(x[0]!=h.call(x[0]))switch(q[0]=h.call(x[0]),q[0]){case \"a\":q[1]=x[1];q[2]=x[2];q[3]=x[3];q[4]=x[4];q[5]=x[5];q[6]=+(x[6]-l).toFixed(3);q[7]=+(x[7]-n).toFixed(3);break;case \"v\":q[1]=+(x[1]-n).toFixed(3);break;case \"m\":k=x[1],p=x[2];default:for(var c=1,t=x.length;c<t;c++)q[c]=+(x[c]-(c%2?l:\n",
"n)).toFixed(3)}else for(f[s]=[],\"m\"==x[0]&&(k=x[1]+l,p=x[2]+n),q=0,c=x.length;q<c;q++)f[s][q]=x[q];x=f[s].length;switch(f[s][0]){case \"z\":l=k;n=p;break;case \"h\":l+=+f[s][x-1];break;case \"v\":n+=+f[s][x-1];break;default:l+=+f[s][x-2],n+=+f[s][x-1]}}f.toString=z;e.rel=d(f);return f};a.path.toAbsolute=G;a.path.toCubic=I;a.path.map=function(a,b){if(!b)return a;var d,e,h,f,l,n,k;a=I(a);h=0;for(l=a.length;h<l;h++)for(k=a[h],f=1,n=k.length;f<n;f+=2)d=b.x(k[f],k[f+1]),e=b.y(k[f],k[f+1]),k[f]=d,k[f+1]=e;return a};\n",
"a.path.toString=z;a.path.clone=d});C.plugin(function(a,v,y,C){var A=Math.max,w=Math.min,z=function(a){this.items=[];this.bindings={};this.length=0;this.type=\"set\";if(a)for(var f=0,n=a.length;f<n;f++)a[f]&&(this[this.items.length]=this.items[this.items.length]=a[f],this.length++)};v=z.prototype;v.push=function(){for(var a,f,n=0,k=arguments.length;n<k;n++)if(a=arguments[n])f=this.items.length,this[f]=this.items[f]=a,this.length++;return this};v.pop=function(){this.length&&delete this[this.length--];\n",
"return this.items.pop()};v.forEach=function(a,f){for(var n=0,k=this.items.length;n<k&&!1!==a.call(f,this.items[n],n);n++);return this};v.animate=function(d,f,n,u){\"function\"!=typeof n||n.length||(u=n,n=L.linear);d instanceof a._.Animation&&(u=d.callback,n=d.easing,f=n.dur,d=d.attr);var p=arguments;if(a.is(d,\"array\")&&a.is(p[p.length-1],\"array\"))var b=!0;var q,e=function(){q?this.b=q:q=this.b},l=0,r=u&&function(){l++==this.length&&u.call(this)};return this.forEach(function(a,l){k.once(\"snap.animcreated.\"+\n",
"a.id,e);b?p[l]&&a.animate.apply(a,p[l]):a.animate(d,f,n,r)})};v.remove=function(){for(;this.length;)this.pop().remove();return this};v.bind=function(a,f,k){var u={};if(\"function\"==typeof f)this.bindings[a]=f;else{var p=k||a;this.bindings[a]=function(a){u[p]=a;f.attr(u)}}return this};v.attr=function(a){var f={},k;for(k in a)if(this.bindings[k])this.bindings[k](a[k]);else f[k]=a[k];a=0;for(k=this.items.length;a<k;a++)this.items[a].attr(f);return this};v.clear=function(){for(;this.length;)this.pop()};\n",
"v.splice=function(a,f,k){a=0>a?A(this.length+a,0):a;f=A(0,w(this.length-a,f));var u=[],p=[],b=[],q;for(q=2;q<arguments.length;q++)b.push(arguments[q]);for(q=0;q<f;q++)p.push(this[a+q]);for(;q<this.length-a;q++)u.push(this[a+q]);var e=b.length;for(q=0;q<e+u.length;q++)this.items[a+q]=this[a+q]=q<e?b[q]:u[q-e];for(q=this.items.length=this.length-=f-e;this[q];)delete this[q++];return new z(p)};v.exclude=function(a){for(var f=0,k=this.length;f<k;f++)if(this[f]==a)return this.splice(f,1),!0;return!1};\n",
"v.insertAfter=function(a){for(var f=this.items.length;f--;)this.items[f].insertAfter(a);return this};v.getBBox=function(){for(var a=[],f=[],k=[],u=[],p=this.items.length;p--;)if(!this.items[p].removed){var b=this.items[p].getBBox();a.push(b.x);f.push(b.y);k.push(b.x+b.width);u.push(b.y+b.height)}a=w.apply(0,a);f=w.apply(0,f);k=A.apply(0,k);u=A.apply(0,u);return{x:a,y:f,x2:k,y2:u,width:k-a,height:u-f,cx:a+(k-a)/2,cy:f+(u-f)/2}};v.clone=function(a){a=new z;for(var f=0,k=this.items.length;f<k;f++)a.push(this.items[f].clone());\n",
"return a};v.toString=function(){return\"Snap\\u2018s set\"};v.type=\"set\";a.set=function(){var a=new z;arguments.length&&a.push.apply(a,Array.prototype.slice.call(arguments,0));return a}});C.plugin(function(a,v,y,C){function A(a){var b=a[0];switch(b.toLowerCase()){case \"t\":return[b,0,0];case \"m\":return[b,1,0,0,1,0,0];case \"r\":return 4==a.length?[b,0,a[2],a[3] ]:[b,0];case \"s\":return 5==a.length?[b,1,1,a[3],a[4] ]:3==a.length?[b,1,1]:[b,1]}}function w(b,d,f){d=q(d).replace(/\\.{3}|\\u2026/g,b);b=a.parseTransformString(b)||\n",
"[];d=a.parseTransformString(d)||[];for(var k=Math.max(b.length,d.length),p=[],v=[],h=0,w,z,y,I;h<k;h++){y=b[h]||A(d[h]);I=d[h]||A(y);if(y[0]!=I[0]||\"r\"==y[0].toLowerCase()&&(y[2]!=I[2]||y[3]!=I[3])||\"s\"==y[0].toLowerCase()&&(y[3]!=I[3]||y[4]!=I[4])){b=a._.transform2matrix(b,f());d=a._.transform2matrix(d,f());p=[[\"m\",b.a,b.b,b.c,b.d,b.e,b.f] ];v=[[\"m\",d.a,d.b,d.c,d.d,d.e,d.f] ];break}p[h]=[];v[h]=[];w=0;for(z=Math.max(y.length,I.length);w<z;w++)w in y&&(p[h][w]=y[w]),w in I&&(v[h][w]=I[w])}return{from:u(p),\n",
"to:u(v),f:n(p)}}function z(a){return a}function d(a){return function(b){return+b.toFixed(3)+a}}function f(b){return a.rgb(b[0],b[1],b[2])}function n(a){var b=0,d,f,k,n,h,p,q=[];d=0;for(f=a.length;d<f;d++){h=\"[\";p=['\"'+a[d][0]+'\"'];k=1;for(n=a[d].length;k<n;k++)p[k]=\"val[\"+b++ +\"]\";h+=p+\"]\";q[d]=h}return Function(\"val\",\"return Snap.path.toString.call([\"+q+\"])\")}function u(a){for(var b=[],d=0,f=a.length;d<f;d++)for(var k=1,n=a[d].length;k<n;k++)b.push(a[d][k]);return b}var p={},b=/[a-z]+$/i,q=String;\n",
"p.stroke=p.fill=\"colour\";v.prototype.equal=function(a,b){return k(\"snap.util.equal\",this,a,b).firstDefined()};k.on(\"snap.util.equal\",function(e,k){var r,s;r=q(this.attr(e)||\"\");var x=this;if(r==+r&&k==+k)return{from:+r,to:+k,f:z};if(\"colour\"==p[e])return r=a.color(r),s=a.color(k),{from:[r.r,r.g,r.b,r.opacity],to:[s.r,s.g,s.b,s.opacity],f:f};if(\"transform\"==e||\"gradientTransform\"==e||\"patternTransform\"==e)return k instanceof a.Matrix&&(k=k.toTransformString()),a._.rgTransform.test(k)||(k=a._.svgTransform2string(k)),\n",
"w(r,k,function(){return x.getBBox(1)});if(\"d\"==e||\"path\"==e)return r=a.path.toCubic(r,k),{from:u(r[0]),to:u(r[1]),f:n(r[0])};if(\"points\"==e)return r=q(r).split(a._.separator),s=q(k).split(a._.separator),{from:r,to:s,f:function(a){return a}};aUnit=r.match(b);s=q(k).match(b);return aUnit&&aUnit==s?{from:parseFloat(r),to:parseFloat(k),f:d(aUnit)}:{from:this.asPX(e),to:this.asPX(e,k),f:z}})});C.plugin(function(a,v,y,C){var A=v.prototype,w=\"createTouch\"in C.doc;v=\"click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel\".split(\" \");\n",
"var z={mousedown:\"touchstart\",mousemove:\"touchmove\",mouseup:\"touchend\"},d=function(a,b){var d=\"y\"==a?\"scrollTop\":\"scrollLeft\",e=b&&b.node?b.node.ownerDocument:C.doc;return e[d in e.documentElement?\"documentElement\":\"body\"][d]},f=function(){this.returnValue=!1},n=function(){return this.originalEvent.preventDefault()},u=function(){this.cancelBubble=!0},p=function(){return this.originalEvent.stopPropagation()},b=function(){if(C.doc.addEventListener)return function(a,b,e,f){var k=w&&z[b]?z[b]:b,l=function(k){var l=\n",
"d(\"y\",f),q=d(\"x\",f);if(w&&z.hasOwnProperty(b))for(var r=0,u=k.targetTouches&&k.targetTouches.length;r<u;r++)if(k.targetTouches[r].target==a||a.contains(k.targetTouches[r].target)){u=k;k=k.targetTouches[r];k.originalEvent=u;k.preventDefault=n;k.stopPropagation=p;break}return e.call(f,k,k.clientX+q,k.clientY+l)};b!==k&&a.addEventListener(b,l,!1);a.addEventListener(k,l,!1);return function(){b!==k&&a.removeEventListener(b,l,!1);a.removeEventListener(k,l,!1);return!0}};if(C.doc.attachEvent)return function(a,\n",
"b,e,h){var k=function(a){a=a||h.node.ownerDocument.window.event;var b=d(\"y\",h),k=d(\"x\",h),k=a.clientX+k,b=a.clientY+b;a.preventDefault=a.preventDefault||f;a.stopPropagation=a.stopPropagation||u;return e.call(h,a,k,b)};a.attachEvent(\"on\"+b,k);return function(){a.detachEvent(\"on\"+b,k);return!0}}}(),q=[],e=function(a){for(var b=a.clientX,e=a.clientY,f=d(\"y\"),l=d(\"x\"),n,p=q.length;p--;){n=q[p];if(w)for(var r=a.touches&&a.touches.length,u;r--;){if(u=a.touches[r],u.identifier==n.el._drag.id||n.el.node.contains(u.target)){b=\n",
"u.clientX;e=u.clientY;(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();b+=l;e+=f;k(\"snap.drag.move.\"+n.el.id,n.move_scope||n.el,b-n.el._drag.x,e-n.el._drag.y,b,e,a)}},l=function(b){a.unmousemove(e).unmouseup(l);for(var d=q.length,f;d--;)f=q[d],f.el._drag={},k(\"snap.drag.end.\"+f.el.id,f.end_scope||f.start_scope||f.move_scope||f.el,b);q=[]};for(y=v.length;y--;)(function(d){a[d]=A[d]=function(e,f){a.is(e,\"function\")&&(this.events=this.events||[],this.events.push({name:d,\n",
"f:e,unbind:b(this.node||document,d,e,f||this)}));return this};a[\"un\"+d]=A[\"un\"+d]=function(a){for(var b=this.events||[],e=b.length;e--;)if(b[e].name==d&&(b[e].f==a||!a)){b[e].unbind();b.splice(e,1);!b.length&&delete this.events;break}return this}})(v[y]);A.hover=function(a,b,d,e){return this.mouseover(a,d).mouseout(b,e||d)};A.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var r=[];A.drag=function(b,d,f,h,n,p){function u(r,v,w){(r.originalEvent||r).preventDefault();this._drag.x=v;\n",
"this._drag.y=w;this._drag.id=r.identifier;!q.length&&a.mousemove(e).mouseup(l);q.push({el:this,move_scope:h,start_scope:n,end_scope:p});d&&k.on(\"snap.drag.start.\"+this.id,d);b&&k.on(\"snap.drag.move.\"+this.id,b);f&&k.on(\"snap.drag.end.\"+this.id,f);k(\"snap.drag.start.\"+this.id,n||h||this,v,w,r)}if(!arguments.length){var v;return this.drag(function(a,b){this.attr({transform:v+(v?\"T\":\"t\")+[a,b]})},function(){v=this.transform().local})}this._drag={};r.push({el:this,start:u});this.mousedown(u);return this};\n",
"A.undrag=function(){for(var b=r.length;b--;)r[b].el==this&&(this.unmousedown(r[b].start),r.splice(b,1),k.unbind(\"snap.drag.*.\"+this.id));!r.length&&a.unmousemove(e).unmouseup(l);return this}});C.plugin(function(a,v,y,C){y=y.prototype;var A=/^\\s*url\\((.+)\\)/,w=String,z=a._.$;a.filter={};y.filter=function(d){var f=this;\"svg\"!=f.type&&(f=f.paper);d=a.parse(w(d));var k=a._.id(),u=z(\"filter\");z(u,{id:k,filterUnits:\"userSpaceOnUse\"});u.appendChild(d.node);f.defs.appendChild(u);return new v(u)};k.on(\"snap.util.getattr.filter\",\n",
"function(){k.stop();var d=z(this.node,\"filter\");if(d)return(d=w(d).match(A))&&a.select(d[1])});k.on(\"snap.util.attr.filter\",function(d){if(d instanceof v&&\"filter\"==d.type){k.stop();var f=d.node.id;f||(z(d.node,{id:d.id}),f=d.id);z(this.node,{filter:a.url(f)})}d&&\"none\"!=d||(k.stop(),this.node.removeAttribute(\"filter\"))});a.filter.blur=function(d,f){null==d&&(d=2);return a.format('<feGaussianBlur stdDeviation=\"{def}\"/>',{def:null==f?d:[d,f]})};a.filter.blur.toString=function(){return this()};a.filter.shadow=\n",
"function(d,f,k,u,p){\"string\"==typeof k&&(p=u=k,k=4);\"string\"!=typeof u&&(p=u,u=\"#000\");null==k&&(k=4);null==p&&(p=1);null==d&&(d=0,f=2);null==f&&(f=d);u=a.color(u||\"#000\");return a.format('<feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"{blur}\"/><feOffset dx=\"{dx}\" dy=\"{dy}\" result=\"offsetblur\"/><feFlood flood-color=\"{color}\"/><feComposite in2=\"offsetblur\" operator=\"in\"/><feComponentTransfer><feFuncA type=\"linear\" slope=\"{opacity}\"/></feComponentTransfer><feMerge><feMergeNode/><feMergeNode in=\"SourceGraphic\"/></feMerge>',\n",
"{color:u,dx:d,dy:f,blur:k,opacity:p})};a.filter.shadow.toString=function(){return this()};a.filter.grayscale=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {b} {h} 0 0 0 0 0 1 0\"/>',{a:0.2126+0.7874*(1-d),b:0.7152-0.7152*(1-d),c:0.0722-0.0722*(1-d),d:0.2126-0.2126*(1-d),e:0.7152+0.2848*(1-d),f:0.0722-0.0722*(1-d),g:0.2126-0.2126*(1-d),h:0.0722+0.9278*(1-d)})};a.filter.grayscale.toString=function(){return this()};a.filter.sepia=\n",
"function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {h} {i} 0 0 0 0 0 1 0\"/>',{a:0.393+0.607*(1-d),b:0.769-0.769*(1-d),c:0.189-0.189*(1-d),d:0.349-0.349*(1-d),e:0.686+0.314*(1-d),f:0.168-0.168*(1-d),g:0.272-0.272*(1-d),h:0.534-0.534*(1-d),i:0.131+0.869*(1-d)})};a.filter.sepia.toString=function(){return this()};a.filter.saturate=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"saturate\" values=\"{amount}\"/>',{amount:1-\n",
"d})};a.filter.saturate.toString=function(){return this()};a.filter.hueRotate=function(d){return a.format('<feColorMatrix type=\"hueRotate\" values=\"{angle}\"/>',{angle:d||0})};a.filter.hueRotate.toString=function(){return this()};a.filter.invert=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncG type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncB type=\"table\" tableValues=\"{amount} {amount2}\"/></feComponentTransfer>',{amount:d,\n",
"amount2:1-d})};a.filter.invert.toString=function(){return this()};a.filter.brightness=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\"/><feFuncG type=\"linear\" slope=\"{amount}\"/><feFuncB type=\"linear\" slope=\"{amount}\"/></feComponentTransfer>',{amount:d})};a.filter.brightness.toString=function(){return this()};a.filter.contrast=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncG type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncB type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/></feComponentTransfer>',\n",
"{amount:d,amount2:0.5-d/2})};a.filter.contrast.toString=function(){return this()}});return C});\n",
"\n",
"]]> </script>\n",
"<script> <![CDATA[\n",
"\n",
"(function (glob, factory) {\n",
" // AMD support\n",
" if (typeof define === \"function\" && define.amd) {\n",
" // Define as an anonymous module\n",
" define(\"Gadfly\", [\"Snap.svg\"], function (Snap) {\n",
" return factory(Snap);\n",
" });\n",
" } else {\n",
" // Browser globals (glob is window)\n",
" // Snap adds itself to window\n",
" glob.Gadfly = factory(glob.Snap);\n",
" }\n",
"}(this, function (Snap) {\n",
"\n",
"var Gadfly = {};\n",
"\n",
"// Get an x/y coordinate value in pixels\n",
"var xPX = function(fig, x) {\n",
" var client_box = fig.node.getBoundingClientRect();\n",
" return x * fig.node.viewBox.baseVal.width / client_box.width;\n",
"};\n",
"\n",
"var yPX = function(fig, y) {\n",
" var client_box = fig.node.getBoundingClientRect();\n",
" return y * fig.node.viewBox.baseVal.height / client_box.height;\n",
"};\n",
"\n",
"\n",
"Snap.plugin(function (Snap, Element, Paper, global) {\n",
" // Traverse upwards from a snap element to find and return the first\n",
" // note with the \"plotroot\" class.\n",
" Element.prototype.plotroot = function () {\n",
" var element = this;\n",
" while (!element.hasClass(\"plotroot\") && element.parent() != null) {\n",
" element = element.parent();\n",
" }\n",
" return element;\n",
" };\n",
"\n",
" Element.prototype.svgroot = function () {\n",
" var element = this;\n",
" while (element.node.nodeName != \"svg\" && element.parent() != null) {\n",
" element = element.parent();\n",
" }\n",
" return element;\n",
" };\n",
"\n",
" Element.prototype.plotbounds = function () {\n",
" var root = this.plotroot()\n",
" var bbox = root.select(\".guide.background\").node.getBBox();\n",
" return {\n",
" x0: bbox.x,\n",
" x1: bbox.x + bbox.width,\n",
" y0: bbox.y,\n",
" y1: bbox.y + bbox.height\n",
" };\n",
" };\n",
"\n",
" Element.prototype.plotcenter = function () {\n",
" var root = this.plotroot()\n",
" var bbox = root.select(\".guide.background\").node.getBBox();\n",
" return {\n",
" x: bbox.x + bbox.width / 2,\n",
" y: bbox.y + bbox.height / 2\n",
" };\n",
" };\n",
"\n",
" // Emulate IE style mouseenter/mouseleave events, since Microsoft always\n",
" // does everything right.\n",
" // See: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/\n",
" var events = [\"mouseenter\", \"mouseleave\"];\n",
"\n",
" for (i in events) {\n",
" (function (event_name) {\n",
" var event_name = events[i];\n",
" Element.prototype[event_name] = function (fn, scope) {\n",
" if (Snap.is(fn, \"function\")) {\n",
" var fn2 = function (event) {\n",
" if (event.type != \"mouseover\" && event.type != \"mouseout\") {\n",
" return;\n",
" }\n",
"\n",
" var reltg = event.relatedTarget ? event.relatedTarget :\n",
" event.type == \"mouseout\" ? event.toElement : event.fromElement;\n",
" while (reltg && reltg != this.node) reltg = reltg.parentNode;\n",
"\n",
" if (reltg != this.node) {\n",
" return fn.apply(this, event);\n",
" }\n",
" };\n",
"\n",
" if (event_name == \"mouseenter\") {\n",
" this.mouseover(fn2, scope);\n",
" } else {\n",
" this.mouseout(fn2, scope);\n",
" }\n",
" }\n",
" return this;\n",
" };\n",
" })(events[i]);\n",
" }\n",
"\n",
"\n",
" Element.prototype.mousewheel = function (fn, scope) {\n",
" if (Snap.is(fn, \"function\")) {\n",
" var el = this;\n",
" var fn2 = function (event) {\n",
" fn.apply(el, [event]);\n",
" };\n",
" }\n",
"\n",
" this.node.addEventListener(\n",
" /Firefox/i.test(navigator.userAgent) ? \"DOMMouseScroll\" : \"mousewheel\",\n",
" fn2);\n",
"\n",
" return this;\n",
" };\n",
"\n",
"\n",
" // Snap's attr function can be too slow for things like panning/zooming.\n",
" // This is a function to directly update element attributes without going\n",
" // through eve.\n",
" Element.prototype.attribute = function(key, val) {\n",
" if (val === undefined) {\n",
" return this.node.getAttribute(key, val);\n",
" } else {\n",
" return this.node.setAttribute(key, val);\n",
" }\n",
" };\n",
"});\n",
"\n",
"\n",
"// When the plot is moused over, emphasize the grid lines.\n",
"Gadfly.plot_mouseover = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
"\n",
" var xgridlines = root.select(\".xgridlines\"),\n",
" ygridlines = root.select(\".ygridlines\");\n",
"\n",
" xgridlines.data(\"unfocused_strokedash\",\n",
" xgridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n",
" ygridlines.data(\"unfocused_strokedash\",\n",
" ygridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n",
"\n",
" // emphasize grid lines\n",
" var destcolor = root.data(\"focused_xgrid_color\");\n",
" xgridlines.attr(\"stroke-dasharray\", \"none\")\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" destcolor = root.data(\"focused_ygrid_color\");\n",
" ygridlines.attr(\"stroke-dasharray\", \"none\")\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" // reveal zoom slider\n",
" root.select(\".zoomslider\")\n",
" .animate({opacity: 1.0}, 250);\n",
"};\n",
"\n",
"\n",
"// Unemphasize grid lines on mouse out.\n",
"Gadfly.plot_mouseout = function(event) {\n",
" var root = this.plotroot();\n",
" var xgridlines = root.select(\".xgridlines\"),\n",
" ygridlines = root.select(\".ygridlines\");\n",
"\n",
" var destcolor = root.data(\"unfocused_xgrid_color\");\n",
"\n",
" xgridlines.attr(\"stroke-dasharray\", xgridlines.data(\"unfocused_strokedash\"))\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" destcolor = root.data(\"unfocused_ygrid_color\");\n",
" ygridlines.attr(\"stroke-dasharray\", ygridlines.data(\"unfocused_strokedash\"))\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" // hide zoom slider\n",
" root.select(\".zoomslider\")\n",
" .animate({opacity: 0.0}, 250);\n",
"};\n",
"\n",
"\n",
"var set_geometry_transform = function(root, tx, ty, scale) {\n",
" var xscalable = root.hasClass(\"xscalable\"),\n",
" yscalable = root.hasClass(\"yscalable\");\n",
"\n",
" var old_scale = root.data(\"scale\");\n",
"\n",
" var xscale = xscalable ? scale : 1.0,\n",
" yscale = yscalable ? scale : 1.0;\n",
"\n",
" tx = xscalable ? tx : 0.0;\n",
" ty = yscalable ? ty : 0.0;\n",
"\n",
" var t = new Snap.Matrix().translate(tx, ty).scale(xscale, yscale);\n",
"\n",
" root.selectAll(\".geometry, image\")\n",
" .forEach(function (element, i) {\n",
" element.transform(t);\n",
" });\n",
"\n",
" bounds = root.plotbounds();\n",
"\n",
" if (yscalable) {\n",
" var xfixed_t = new Snap.Matrix().translate(0, ty).scale(1.0, yscale);\n",
" root.selectAll(\".xfixed\")\n",
" .forEach(function (element, i) {\n",
" element.transform(xfixed_t);\n",
" });\n",
"\n",
" root.select(\".ylabels\")\n",
" .transform(xfixed_t)\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var cx = element.asPX(\"x\"),\n",
" cy = element.asPX(\"y\");\n",
" var st = element.data(\"static_transform\");\n",
" unscale_t = new Snap.Matrix();\n",
" unscale_t.scale(1, 1/scale, cx, cy).add(st);\n",
" element.transform(unscale_t);\n",
"\n",
" var y = cy * scale + ty;\n",
" element.attr(\"visibility\",\n",
" bounds.y0 <= y && y <= bounds.y1 ? \"visible\" : \"hidden\");\n",
" }\n",
" });\n",
" }\n",
"\n",
" if (xscalable) {\n",
" var yfixed_t = new Snap.Matrix().translate(tx, 0).scale(xscale, 1.0);\n",
" var xtrans = new Snap.Matrix().translate(tx, 0);\n",
" root.selectAll(\".yfixed\")\n",
" .forEach(function (element, i) {\n",
" element.transform(yfixed_t);\n",
" });\n",
"\n",
" root.select(\".xlabels\")\n",
" .transform(yfixed_t)\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var cx = element.asPX(\"x\"),\n",
" cy = element.asPX(\"y\");\n",
" var st = element.data(\"static_transform\");\n",
" unscale_t = new Snap.Matrix();\n",
" unscale_t.scale(1/scale, 1, cx, cy).add(st);\n",
"\n",
" element.transform(unscale_t);\n",
"\n",
" var x = cx * scale + tx;\n",
" element.attr(\"visibility\",\n",
" bounds.x0 <= x && x <= bounds.x1 ? \"visible\" : \"hidden\");\n",
" }\n",
" });\n",
" }\n",
"\n",
" // we must unscale anything that is scale invariance: widths, raiduses, etc.\n",
" var size_attribs = [\"font-size\"];\n",
" var unscaled_selection = \".geometry, .geometry *\";\n",
" if (xscalable) {\n",
" size_attribs.push(\"rx\");\n",
" unscaled_selection += \", .xgridlines\";\n",
" }\n",
" if (yscalable) {\n",
" size_attribs.push(\"ry\");\n",
" unscaled_selection += \", .ygridlines\";\n",
" }\n",
"\n",
" root.selectAll(unscaled_selection)\n",
" .forEach(function (element, i) {\n",
" // circle need special help\n",
" if (element.node.nodeName == \"circle\") {\n",
" var cx = element.attribute(\"cx\"),\n",
" cy = element.attribute(\"cy\");\n",
" unscale_t = new Snap.Matrix().scale(1/xscale, 1/yscale,\n",
" cx, cy);\n",
" element.transform(unscale_t);\n",
" return;\n",
" }\n",
"\n",
" for (i in size_attribs) {\n",
" var key = size_attribs[i];\n",
" var val = parseFloat(element.attribute(key));\n",
" if (val !== undefined && val != 0 && !isNaN(val)) {\n",
" element.attribute(key, val * old_scale / scale);\n",
" }\n",
" }\n",
" });\n",
"};\n",
"\n",
"\n",
"// Find the most appropriate tick scale and update label visibility.\n",
"var update_tickscale = function(root, scale, axis) {\n",
" if (!root.hasClass(axis + \"scalable\")) return;\n",
"\n",
" var tickscales = root.data(axis + \"tickscales\");\n",
" var best_tickscale = 1.0;\n",
" var best_tickscale_dist = Infinity;\n",
" for (tickscale in tickscales) {\n",
" var dist = Math.abs(Math.log(tickscale) - Math.log(scale));\n",
" if (dist < best_tickscale_dist) {\n",
" best_tickscale_dist = dist;\n",
" best_tickscale = tickscale;\n",
" }\n",
" }\n",
"\n",
" if (best_tickscale != root.data(axis + \"tickscale\")) {\n",
" root.data(axis + \"tickscale\", best_tickscale);\n",
" var mark_inscale_gridlines = function (element, i) {\n",
" var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n",
" element.attribute(\"gadfly:inscale\", inscale);\n",
" element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n",
" };\n",
"\n",
" var mark_inscale_labels = function (element, i) {\n",
" var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n",
" element.attribute(\"gadfly:inscale\", inscale);\n",
" element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n",
" };\n",
"\n",
" root.select(\".\" + axis + \"gridlines\").selectAll(\"path\").forEach(mark_inscale_gridlines);\n",
" root.select(\".\" + axis + \"labels\").selectAll(\"text\").forEach(mark_inscale_labels);\n",
" }\n",
"};\n",
"\n",
"\n",
"var set_plot_pan_zoom = function(root, tx, ty, scale) {\n",
" var old_scale = root.data(\"scale\");\n",
" var bounds = root.plotbounds();\n",
"\n",
" var width = bounds.x1 - bounds.x0,\n",
" height = bounds.y1 - bounds.y0;\n",
"\n",
" // compute the viewport derived from tx, ty, and scale\n",
" var x_min = -width * scale - (scale * width - width),\n",
" x_max = width * scale,\n",
" y_min = -height * scale - (scale * height - height),\n",
" y_max = height * scale;\n",
"\n",
" var x0 = bounds.x0 - scale * bounds.x0,\n",
" y0 = bounds.y0 - scale * bounds.y0;\n",
"\n",
" var tx = Math.max(Math.min(tx - x0, x_max), x_min),\n",
" ty = Math.max(Math.min(ty - y0, y_max), y_min);\n",
"\n",
" tx += x0;\n",
" ty += y0;\n",
"\n",
" // when the scale change, we may need to alter which set of\n",
" // ticks is being displayed\n",
" if (scale != old_scale) {\n",
" update_tickscale(root, scale, \"x\");\n",
" update_tickscale(root, scale, \"y\");\n",
" }\n",
"\n",
" set_geometry_transform(root, tx, ty, scale);\n",
"\n",
" root.data(\"scale\", scale);\n",
" root.data(\"tx\", tx);\n",
" root.data(\"ty\", ty);\n",
"};\n",
"\n",
"\n",
"var scale_centered_translation = function(root, scale) {\n",
" var bounds = root.plotbounds();\n",
"\n",
" var width = bounds.x1 - bounds.x0,\n",
" height = bounds.y1 - bounds.y0;\n",
"\n",
" var tx0 = root.data(\"tx\"),\n",
" ty0 = root.data(\"ty\");\n",
"\n",
" var scale0 = root.data(\"scale\");\n",
"\n",
" // how off from center the current view is\n",
" var xoff = tx0 - (bounds.x0 * (1 - scale0) + (width * (1 - scale0)) / 2),\n",
" yoff = ty0 - (bounds.y0 * (1 - scale0) + (height * (1 - scale0)) / 2);\n",
"\n",
" // rescale offsets\n",
" xoff = xoff * scale / scale0;\n",
" yoff = yoff * scale / scale0;\n",
"\n",
" // adjust for the panel position being scaled\n",
" var x_edge_adjust = bounds.x0 * (1 - scale),\n",
" y_edge_adjust = bounds.y0 * (1 - scale);\n",
"\n",
" return {\n",
" x: xoff + x_edge_adjust + (width - width * scale) / 2,\n",
" y: yoff + y_edge_adjust + (height - height * scale) / 2\n",
" };\n",
"};\n",
"\n",
"\n",
"// Initialize data for panning zooming if it isn't already.\n",
"var init_pan_zoom = function(root) {\n",
" if (root.data(\"zoompan-ready\")) {\n",
" return;\n",
" }\n",
"\n",
" // The non-scaling-stroke trick. Rather than try to correct for the\n",
" // stroke-width when zooming, we force it to a fixed value.\n",
" var px_per_mm = root.node.getCTM().a;\n",
"\n",
" // Drag events report deltas in pixels, which we'd like to convert to\n",
" // millimeters.\n",
" root.data(\"px_per_mm\", px_per_mm);\n",
"\n",
" root.selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" sw = element.asPX(\"stroke-width\") * px_per_mm;\n",
" if (sw > 0) {\n",
" element.attribute(\"stroke-width\", sw);\n",
" element.attribute(\"vector-effect\", \"non-scaling-stroke\");\n",
" }\n",
" });\n",
"\n",
" // Store ticks labels original tranformation\n",
" root.selectAll(\".xlabels > text, .ylabels > text\")\n",
" .forEach(function (element, i) {\n",
" var lm = element.transform().localMatrix;\n",
" element.data(\"static_transform\",\n",
" new Snap.Matrix(lm.a, lm.b, lm.c, lm.d, lm.e, lm.f));\n",
" });\n",
"\n",
" if (root.data(\"tx\") === undefined) root.data(\"tx\", 0);\n",
" if (root.data(\"ty\") === undefined) root.data(\"ty\", 0);\n",
" if (root.data(\"scale\") === undefined) root.data(\"scale\", 1.0);\n",
" if (root.data(\"xtickscales\") === undefined) {\n",
"\n",
" // index all the tick scales that are listed\n",
" var xtickscales = {};\n",
" var ytickscales = {};\n",
" var add_x_tick_scales = function (element, i) {\n",
" xtickscales[element.attribute(\"gadfly:scale\")] = true;\n",
" };\n",
" var add_y_tick_scales = function (element, i) {\n",
" ytickscales[element.attribute(\"gadfly:scale\")] = true;\n",
" };\n",
"\n",
" root.select(\".xgridlines\").selectAll(\"path\").forEach(add_x_tick_scales);\n",
" root.select(\".ygridlines\").selectAll(\"path\").forEach(add_y_tick_scales);\n",
" root.select(\".xlabels\").selectAll(\"text\").forEach(add_x_tick_scales);\n",
" root.select(\".ylabels\").selectAll(\"text\").forEach(add_y_tick_scales);\n",
"\n",
" root.data(\"xtickscales\", xtickscales);\n",
" root.data(\"ytickscales\", ytickscales);\n",
" root.data(\"xtickscale\", 1.0);\n",
" }\n",
"\n",
" var min_scale = 1.0, max_scale = 1.0;\n",
" for (scale in xtickscales) {\n",
" min_scale = Math.min(min_scale, scale);\n",
" max_scale = Math.max(max_scale, scale);\n",
" }\n",
" for (scale in ytickscales) {\n",
" min_scale = Math.min(min_scale, scale);\n",
" max_scale = Math.max(max_scale, scale);\n",
" }\n",
" root.data(\"min_scale\", min_scale);\n",
" root.data(\"max_scale\", max_scale);\n",
"\n",
" // store the original positions of labels\n",
" root.select(\".xlabels\")\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" element.data(\"x\", element.asPX(\"x\"));\n",
" });\n",
"\n",
" root.select(\".ylabels\")\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" element.data(\"y\", element.asPX(\"y\"));\n",
" });\n",
"\n",
" // mark grid lines and ticks as in or out of scale.\n",
" var mark_inscale = function (element, i) {\n",
" element.attribute(\"gadfly:inscale\", element.attribute(\"gadfly:scale\") == 1.0);\n",
" };\n",
"\n",
" root.select(\".xgridlines\").selectAll(\"path\").forEach(mark_inscale);\n",
" root.select(\".ygridlines\").selectAll(\"path\").forEach(mark_inscale);\n",
" root.select(\".xlabels\").selectAll(\"text\").forEach(mark_inscale);\n",
" root.select(\".ylabels\").selectAll(\"text\").forEach(mark_inscale);\n",
"\n",
" // figure out the upper ond lower bounds on panning using the maximum\n",
" // and minum grid lines\n",
" var bounds = root.plotbounds();\n",
" var pan_bounds = {\n",
" x0: 0.0,\n",
" y0: 0.0,\n",
" x1: 0.0,\n",
" y1: 0.0\n",
" };\n",
"\n",
" root.select(\".xgridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var bbox = element.node.getBBox();\n",
" if (bounds.x1 - bbox.x < pan_bounds.x0) {\n",
" pan_bounds.x0 = bounds.x1 - bbox.x;\n",
" }\n",
" if (bounds.x0 - bbox.x > pan_bounds.x1) {\n",
" pan_bounds.x1 = bounds.x0 - bbox.x;\n",
" }\n",
" }\n",
" });\n",
"\n",
" root.select(\".ygridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var bbox = element.node.getBBox();\n",
" if (bounds.y1 - bbox.y < pan_bounds.y0) {\n",
" pan_bounds.y0 = bounds.y1 - bbox.y;\n",
" }\n",
" if (bounds.y0 - bbox.y > pan_bounds.y1) {\n",
" pan_bounds.y1 = bounds.y0 - bbox.y;\n",
" }\n",
" }\n",
" });\n",
"\n",
" // nudge these values a little\n",
" pan_bounds.x0 -= 5;\n",
" pan_bounds.x1 += 5;\n",
" pan_bounds.y0 -= 5;\n",
" pan_bounds.y1 += 5;\n",
" root.data(\"pan_bounds\", pan_bounds);\n",
"\n",
" // Set all grid lines at scale 1.0 to visible. Out of bounds lines\n",
" // will be clipped.\n",
" root.select(\".xgridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" element.attr(\"visibility\", \"visible\");\n",
" }\n",
" });\n",
"\n",
" root.select(\".ygridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" element.attr(\"visibility\", \"visible\");\n",
" }\n",
" });\n",
"\n",
" root.data(\"zoompan-ready\", true)\n",
"};\n",
"\n",
"\n",
"// Panning\n",
"Gadfly.guide_background_drag_onmove = function(dx, dy, x, y, event) {\n",
" var root = this.plotroot();\n",
" var px_per_mm = root.data(\"px_per_mm\");\n",
" dx /= px_per_mm;\n",
" dy /= px_per_mm;\n",
"\n",
" var tx0 = root.data(\"tx\"),\n",
" ty0 = root.data(\"ty\");\n",
"\n",
" var dx0 = root.data(\"dx\"),\n",
" dy0 = root.data(\"dy\");\n",
"\n",
" root.data(\"dx\", dx);\n",
" root.data(\"dy\", dy);\n",
"\n",
" dx = dx - dx0;\n",
" dy = dy - dy0;\n",
"\n",
" var tx = tx0 + dx,\n",
" ty = ty0 + dy;\n",
"\n",
" set_plot_pan_zoom(root, tx, ty, root.data(\"scale\"));\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_drag_onstart = function(x, y, event) {\n",
" var root = this.plotroot();\n",
" root.data(\"dx\", 0);\n",
" root.data(\"dy\", 0);\n",
" init_pan_zoom(root);\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_drag_onend = function(event) {\n",
" var root = this.plotroot();\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_scroll = function(event) {\n",
" if (event.shiftKey) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var new_scale = root.data(\"scale\") * Math.pow(2, 0.002 * event.wheelDelta);\n",
" new_scale = Math.max(\n",
" root.data(\"min_scale\"),\n",
" Math.min(root.data(\"max_scale\"), new_scale))\n",
" update_plot_scale(root, new_scale);\n",
" event.stopPropagation();\n",
" }\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_button_mouseover = function(event) {\n",
" this.select(\".button_logo\")\n",
" .animate({fill: this.data(\"mouseover_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_button_mouseout = function(event) {\n",
" this.select(\".button_logo\")\n",
" .animate({fill: this.data(\"mouseout_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_zoomout_click = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var min_scale = root.data(\"min_scale\"),\n",
" scale = root.data(\"scale\");\n",
" Snap.animate(\n",
" scale,\n",
" Math.max(min_scale, scale / 1.5),\n",
" function (new_scale) {\n",
" update_plot_scale(root, new_scale);\n",
" },\n",
" 200);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_zoomin_click = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var max_scale = root.data(\"max_scale\"),\n",
" scale = root.data(\"scale\");\n",
"\n",
" Snap.animate(\n",
" scale,\n",
" Math.min(max_scale, scale * 1.5),\n",
" function (new_scale) {\n",
" update_plot_scale(root, new_scale);\n",
" },\n",
" 200);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_track_click = function(event) {\n",
" // TODO\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_mousedown = function(event) {\n",
" this.animate({fill: this.data(\"mouseover_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_mouseup = function(event) {\n",
" this.animate({fill: this.data(\"mouseout_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"// compute the position in [0, 1] of the zoom slider thumb from the current scale\n",
"var slider_position_from_scale = function(scale, min_scale, max_scale) {\n",
" if (scale >= 1.0) {\n",
" return 0.5 + 0.5 * (Math.log(scale) / Math.log(max_scale));\n",
" }\n",
" else {\n",
" return 0.5 * (Math.log(scale) - Math.log(min_scale)) / (0 - Math.log(min_scale));\n",
" }\n",
"}\n",
"\n",
"\n",
"var update_plot_scale = function(root, new_scale) {\n",
" var trans = scale_centered_translation(root, new_scale);\n",
" set_plot_pan_zoom(root, trans.x, trans.y, new_scale);\n",
"\n",
" root.selectAll(\".zoomslider_thumb\")\n",
" .forEach(function (element, i) {\n",
" var min_pos = element.data(\"min_pos\"),\n",
" max_pos = element.data(\"max_pos\"),\n",
" min_scale = root.data(\"min_scale\"),\n",
" max_scale = root.data(\"max_scale\");\n",
" var xmid = (min_pos + max_pos) / 2;\n",
" var xpos = slider_position_from_scale(new_scale, min_scale, max_scale);\n",
" element.transform(new Snap.Matrix().translate(\n",
" Math.max(min_pos, Math.min(\n",
" max_pos, min_pos + (max_pos - min_pos) * xpos)) - xmid, 0));\n",
" });\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragmove = function(dx, dy, x, y) {\n",
" var root = this.plotroot();\n",
" var min_pos = this.data(\"min_pos\"),\n",
" max_pos = this.data(\"max_pos\"),\n",
" min_scale = root.data(\"min_scale\"),\n",
" max_scale = root.data(\"max_scale\"),\n",
" old_scale = root.data(\"old_scale\");\n",
"\n",
" var px_per_mm = root.data(\"px_per_mm\");\n",
" dx /= px_per_mm;\n",
" dy /= px_per_mm;\n",
"\n",
" var xmid = (min_pos + max_pos) / 2;\n",
" var xpos = slider_position_from_scale(old_scale, min_scale, max_scale) +\n",
" dx / (max_pos - min_pos);\n",
"\n",
" // compute the new scale\n",
" var new_scale;\n",
" if (xpos >= 0.5) {\n",
" new_scale = Math.exp(2.0 * (xpos - 0.5) * Math.log(max_scale));\n",
" }\n",
" else {\n",
" new_scale = Math.exp(2.0 * xpos * (0 - Math.log(min_scale)) +\n",
" Math.log(min_scale));\n",
" }\n",
" new_scale = Math.min(max_scale, Math.max(min_scale, new_scale));\n",
"\n",
" update_plot_scale(root, new_scale);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragstart = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
"\n",
" // keep track of what the scale was when we started dragging\n",
" root.data(\"old_scale\", root.data(\"scale\"));\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragend = function(event) {\n",
"};\n",
"\n",
"\n",
"var toggle_color_class = function(root, color_class, ison) {\n",
" var guides = root.selectAll(\".guide.\" + color_class + \",.guide .\" + color_class);\n",
" var geoms = root.selectAll(\".geometry.\" + color_class + \",.geometry .\" + color_class);\n",
" if (ison) {\n",
" guides.animate({opacity: 0.5}, 250);\n",
" geoms.animate({opacity: 0.0}, 250);\n",
" } else {\n",
" guides.animate({opacity: 1.0}, 250);\n",
" geoms.animate({opacity: 1.0}, 250);\n",
" }\n",
"};\n",
"\n",
"\n",
"Gadfly.colorkey_swatch_click = function(event) {\n",
" var root = this.plotroot();\n",
" var color_class = this.data(\"color_class\");\n",
"\n",
" if (event.shiftKey) {\n",
" root.selectAll(\".colorkey text\")\n",
" .forEach(function (element) {\n",
" var other_color_class = element.data(\"color_class\");\n",
" if (other_color_class != color_class) {\n",
" toggle_color_class(root, other_color_class,\n",
" element.attr(\"opacity\") == 1.0);\n",
" }\n",
" });\n",
" } else {\n",
" toggle_color_class(root, color_class, this.attr(\"opacity\") == 1.0);\n",
" }\n",
"};\n",
"\n",
"\n",
"return Gadfly;\n",
"\n",
"}));\n",
"\n",
"\n",
"//@ sourceURL=gadfly.js\n",
"\n",
"\n",
"(function (glob, factory) {\n",
" // AMD support\n",
" if (typeof define === \"function\" && define.amd) {\n",
" // Define as an anonymous module\n",
" define(\"Gadfly\", [\"Snap.svg\"], function (Snap) {\n",
" return factory(Snap);\n",
" });\n",
" } else {\n",
" // Browser globals (glob is window)\n",
" // Snap adds itself to window\n",
" glob.Gadfly = factory(glob.Snap);\n",
" }\n",
"}(this, function (Snap) {\n",
"\n",
"var Gadfly = {};\n",
"\n",
"// Get an x/y coordinate value in pixels\n",
"var xPX = function(fig, x) {\n",
" var client_box = fig.node.getBoundingClientRect();\n",
" return x * fig.node.viewBox.baseVal.width / client_box.width;\n",
"};\n",
"\n",
"var yPX = function(fig, y) {\n",
" var client_box = fig.node.getBoundingClientRect();\n",
" return y * fig.node.viewBox.baseVal.height / client_box.height;\n",
"};\n",
"\n",
"\n",
"Snap.plugin(function (Snap, Element, Paper, global) {\n",
" // Traverse upwards from a snap element to find and return the first\n",
" // note with the \"plotroot\" class.\n",
" Element.prototype.plotroot = function () {\n",
" var element = this;\n",
" while (!element.hasClass(\"plotroot\") && element.parent() != null) {\n",
" element = element.parent();\n",
" }\n",
" return element;\n",
" };\n",
"\n",
" Element.prototype.svgroot = function () {\n",
" var element = this;\n",
" while (element.node.nodeName != \"svg\" && element.parent() != null) {\n",
" element = element.parent();\n",
" }\n",
" return element;\n",
" };\n",
"\n",
" Element.prototype.plotbounds = function () {\n",
" var root = this.plotroot()\n",
" var bbox = root.select(\".guide.background\").node.getBBox();\n",
" return {\n",
" x0: bbox.x,\n",
" x1: bbox.x + bbox.width,\n",
" y0: bbox.y,\n",
" y1: bbox.y + bbox.height\n",
" };\n",
" };\n",
"\n",
" Element.prototype.plotcenter = function () {\n",
" var root = this.plotroot()\n",
" var bbox = root.select(\".guide.background\").node.getBBox();\n",
" return {\n",
" x: bbox.x + bbox.width / 2,\n",
" y: bbox.y + bbox.height / 2\n",
" };\n",
" };\n",
"\n",
" // Emulate IE style mouseenter/mouseleave events, since Microsoft always\n",
" // does everything right.\n",
" // See: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/\n",
" var events = [\"mouseenter\", \"mouseleave\"];\n",
"\n",
" for (i in events) {\n",
" (function (event_name) {\n",
" var event_name = events[i];\n",
" Element.prototype[event_name] = function (fn, scope) {\n",
" if (Snap.is(fn, \"function\")) {\n",
" var fn2 = function (event) {\n",
" if (event.type != \"mouseover\" && event.type != \"mouseout\") {\n",
" return;\n",
" }\n",
"\n",
" var reltg = event.relatedTarget ? event.relatedTarget :\n",
" event.type == \"mouseout\" ? event.toElement : event.fromElement;\n",
" while (reltg && reltg != this.node) reltg = reltg.parentNode;\n",
"\n",
" if (reltg != this.node) {\n",
" return fn.apply(this, event);\n",
" }\n",
" };\n",
"\n",
" if (event_name == \"mouseenter\") {\n",
" this.mouseover(fn2, scope);\n",
" } else {\n",
" this.mouseout(fn2, scope);\n",
" }\n",
" }\n",
" return this;\n",
" };\n",
" })(events[i]);\n",
" }\n",
"\n",
"\n",
" Element.prototype.mousewheel = function (fn, scope) {\n",
" if (Snap.is(fn, \"function\")) {\n",
" var el = this;\n",
" var fn2 = function (event) {\n",
" fn.apply(el, [event]);\n",
" };\n",
" }\n",
"\n",
" this.node.addEventListener(\n",
" /Firefox/i.test(navigator.userAgent) ? \"DOMMouseScroll\" : \"mousewheel\",\n",
" fn2);\n",
"\n",
" return this;\n",
" };\n",
"\n",
"\n",
" // Snap's attr function can be too slow for things like panning/zooming.\n",
" // This is a function to directly update element attributes without going\n",
" // through eve.\n",
" Element.prototype.attribute = function(key, val) {\n",
" if (val === undefined) {\n",
" return this.node.getAttribute(key, val);\n",
" } else {\n",
" return this.node.setAttribute(key, val);\n",
" }\n",
" };\n",
"});\n",
"\n",
"\n",
"// When the plot is moused over, emphasize the grid lines.\n",
"Gadfly.plot_mouseover = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
"\n",
" var xgridlines = root.select(\".xgridlines\"),\n",
" ygridlines = root.select(\".ygridlines\");\n",
"\n",
" xgridlines.data(\"unfocused_strokedash\",\n",
" xgridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n",
" ygridlines.data(\"unfocused_strokedash\",\n",
" ygridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n",
"\n",
" // emphasize grid lines\n",
" var destcolor = root.data(\"focused_xgrid_color\");\n",
" xgridlines.attr(\"stroke-dasharray\", \"none\")\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" destcolor = root.data(\"focused_ygrid_color\");\n",
" ygridlines.attr(\"stroke-dasharray\", \"none\")\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" // reveal zoom slider\n",
" root.select(\".zoomslider\")\n",
" .animate({opacity: 1.0}, 250);\n",
"};\n",
"\n",
"\n",
"// Unemphasize grid lines on mouse out.\n",
"Gadfly.plot_mouseout = function(event) {\n",
" var root = this.plotroot();\n",
" var xgridlines = root.select(\".xgridlines\"),\n",
" ygridlines = root.select(\".ygridlines\");\n",
"\n",
" var destcolor = root.data(\"unfocused_xgrid_color\");\n",
"\n",
" xgridlines.attr(\"stroke-dasharray\", xgridlines.data(\"unfocused_strokedash\"))\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" destcolor = root.data(\"unfocused_ygrid_color\");\n",
" ygridlines.attr(\"stroke-dasharray\", ygridlines.data(\"unfocused_strokedash\"))\n",
" .selectAll(\"path\")\n",
" .animate({stroke: destcolor}, 250);\n",
"\n",
" // hide zoom slider\n",
" root.select(\".zoomslider\")\n",
" .animate({opacity: 0.0}, 250);\n",
"};\n",
"\n",
"\n",
"var set_geometry_transform = function(root, tx, ty, scale) {\n",
" var xscalable = root.hasClass(\"xscalable\"),\n",
" yscalable = root.hasClass(\"yscalable\");\n",
"\n",
" var old_scale = root.data(\"scale\");\n",
"\n",
" var xscale = xscalable ? scale : 1.0,\n",
" yscale = yscalable ? scale : 1.0;\n",
"\n",
" tx = xscalable ? tx : 0.0;\n",
" ty = yscalable ? ty : 0.0;\n",
"\n",
" var t = new Snap.Matrix().translate(tx, ty).scale(xscale, yscale);\n",
"\n",
" root.selectAll(\".geometry, image\")\n",
" .forEach(function (element, i) {\n",
" element.transform(t);\n",
" });\n",
"\n",
" bounds = root.plotbounds();\n",
"\n",
" if (yscalable) {\n",
" var xfixed_t = new Snap.Matrix().translate(0, ty).scale(1.0, yscale);\n",
" root.selectAll(\".xfixed\")\n",
" .forEach(function (element, i) {\n",
" element.transform(xfixed_t);\n",
" });\n",
"\n",
" root.select(\".ylabels\")\n",
" .transform(xfixed_t)\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var cx = element.asPX(\"x\"),\n",
" cy = element.asPX(\"y\");\n",
" var st = element.data(\"static_transform\");\n",
" unscale_t = new Snap.Matrix();\n",
" unscale_t.scale(1, 1/scale, cx, cy).add(st);\n",
" element.transform(unscale_t);\n",
"\n",
" var y = cy * scale + ty;\n",
" element.attr(\"visibility\",\n",
" bounds.y0 <= y && y <= bounds.y1 ? \"visible\" : \"hidden\");\n",
" }\n",
" });\n",
" }\n",
"\n",
" if (xscalable) {\n",
" var yfixed_t = new Snap.Matrix().translate(tx, 0).scale(xscale, 1.0);\n",
" var xtrans = new Snap.Matrix().translate(tx, 0);\n",
" root.selectAll(\".yfixed\")\n",
" .forEach(function (element, i) {\n",
" element.transform(yfixed_t);\n",
" });\n",
"\n",
" root.select(\".xlabels\")\n",
" .transform(yfixed_t)\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var cx = element.asPX(\"x\"),\n",
" cy = element.asPX(\"y\");\n",
" var st = element.data(\"static_transform\");\n",
" unscale_t = new Snap.Matrix();\n",
" unscale_t.scale(1/scale, 1, cx, cy).add(st);\n",
"\n",
" element.transform(unscale_t);\n",
"\n",
" var x = cx * scale + tx;\n",
" element.attr(\"visibility\",\n",
" bounds.x0 <= x && x <= bounds.x1 ? \"visible\" : \"hidden\");\n",
" }\n",
" });\n",
" }\n",
"\n",
" // we must unscale anything that is scale invariance: widths, raiduses, etc.\n",
" var size_attribs = [\"font-size\"];\n",
" var unscaled_selection = \".geometry, .geometry *\";\n",
" if (xscalable) {\n",
" size_attribs.push(\"rx\");\n",
" unscaled_selection += \", .xgridlines\";\n",
" }\n",
" if (yscalable) {\n",
" size_attribs.push(\"ry\");\n",
" unscaled_selection += \", .ygridlines\";\n",
" }\n",
"\n",
" root.selectAll(unscaled_selection)\n",
" .forEach(function (element, i) {\n",
" // circle need special help\n",
" if (element.node.nodeName == \"circle\") {\n",
" var cx = element.attribute(\"cx\"),\n",
" cy = element.attribute(\"cy\");\n",
" unscale_t = new Snap.Matrix().scale(1/xscale, 1/yscale,\n",
" cx, cy);\n",
" element.transform(unscale_t);\n",
" return;\n",
" }\n",
"\n",
" for (i in size_attribs) {\n",
" var key = size_attribs[i];\n",
" var val = parseFloat(element.attribute(key));\n",
" if (val !== undefined && val != 0 && !isNaN(val)) {\n",
" element.attribute(key, val * old_scale / scale);\n",
" }\n",
" }\n",
" });\n",
"};\n",
"\n",
"\n",
"// Find the most appropriate tick scale and update label visibility.\n",
"var update_tickscale = function(root, scale, axis) {\n",
" if (!root.hasClass(axis + \"scalable\")) return;\n",
"\n",
" var tickscales = root.data(axis + \"tickscales\");\n",
" var best_tickscale = 1.0;\n",
" var best_tickscale_dist = Infinity;\n",
" for (tickscale in tickscales) {\n",
" var dist = Math.abs(Math.log(tickscale) - Math.log(scale));\n",
" if (dist < best_tickscale_dist) {\n",
" best_tickscale_dist = dist;\n",
" best_tickscale = tickscale;\n",
" }\n",
" }\n",
"\n",
" if (best_tickscale != root.data(axis + \"tickscale\")) {\n",
" root.data(axis + \"tickscale\", best_tickscale);\n",
" var mark_inscale_gridlines = function (element, i) {\n",
" var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n",
" element.attribute(\"gadfly:inscale\", inscale);\n",
" element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n",
" };\n",
"\n",
" var mark_inscale_labels = function (element, i) {\n",
" var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n",
" element.attribute(\"gadfly:inscale\", inscale);\n",
" element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n",
" };\n",
"\n",
" root.select(\".\" + axis + \"gridlines\").selectAll(\"path\").forEach(mark_inscale_gridlines);\n",
" root.select(\".\" + axis + \"labels\").selectAll(\"text\").forEach(mark_inscale_labels);\n",
" }\n",
"};\n",
"\n",
"\n",
"var set_plot_pan_zoom = function(root, tx, ty, scale) {\n",
" var old_scale = root.data(\"scale\");\n",
" var bounds = root.plotbounds();\n",
"\n",
" var width = bounds.x1 - bounds.x0,\n",
" height = bounds.y1 - bounds.y0;\n",
"\n",
" // compute the viewport derived from tx, ty, and scale\n",
" var x_min = -width * scale - (scale * width - width),\n",
" x_max = width * scale,\n",
" y_min = -height * scale - (scale * height - height),\n",
" y_max = height * scale;\n",
"\n",
" var x0 = bounds.x0 - scale * bounds.x0,\n",
" y0 = bounds.y0 - scale * bounds.y0;\n",
"\n",
" var tx = Math.max(Math.min(tx - x0, x_max), x_min),\n",
" ty = Math.max(Math.min(ty - y0, y_max), y_min);\n",
"\n",
" tx += x0;\n",
" ty += y0;\n",
"\n",
" // when the scale change, we may need to alter which set of\n",
" // ticks is being displayed\n",
" if (scale != old_scale) {\n",
" update_tickscale(root, scale, \"x\");\n",
" update_tickscale(root, scale, \"y\");\n",
" }\n",
"\n",
" set_geometry_transform(root, tx, ty, scale);\n",
"\n",
" root.data(\"scale\", scale);\n",
" root.data(\"tx\", tx);\n",
" root.data(\"ty\", ty);\n",
"};\n",
"\n",
"\n",
"var scale_centered_translation = function(root, scale) {\n",
" var bounds = root.plotbounds();\n",
"\n",
" var width = bounds.x1 - bounds.x0,\n",
" height = bounds.y1 - bounds.y0;\n",
"\n",
" var tx0 = root.data(\"tx\"),\n",
" ty0 = root.data(\"ty\");\n",
"\n",
" var scale0 = root.data(\"scale\");\n",
"\n",
" // how off from center the current view is\n",
" var xoff = tx0 - (bounds.x0 * (1 - scale0) + (width * (1 - scale0)) / 2),\n",
" yoff = ty0 - (bounds.y0 * (1 - scale0) + (height * (1 - scale0)) / 2);\n",
"\n",
" // rescale offsets\n",
" xoff = xoff * scale / scale0;\n",
" yoff = yoff * scale / scale0;\n",
"\n",
" // adjust for the panel position being scaled\n",
" var x_edge_adjust = bounds.x0 * (1 - scale),\n",
" y_edge_adjust = bounds.y0 * (1 - scale);\n",
"\n",
" return {\n",
" x: xoff + x_edge_adjust + (width - width * scale) / 2,\n",
" y: yoff + y_edge_adjust + (height - height * scale) / 2\n",
" };\n",
"};\n",
"\n",
"\n",
"// Initialize data for panning zooming if it isn't already.\n",
"var init_pan_zoom = function(root) {\n",
" if (root.data(\"zoompan-ready\")) {\n",
" return;\n",
" }\n",
"\n",
" // The non-scaling-stroke trick. Rather than try to correct for the\n",
" // stroke-width when zooming, we force it to a fixed value.\n",
" var px_per_mm = root.node.getCTM().a;\n",
"\n",
" // Drag events report deltas in pixels, which we'd like to convert to\n",
" // millimeters.\n",
" root.data(\"px_per_mm\", px_per_mm);\n",
"\n",
" root.selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" sw = element.asPX(\"stroke-width\") * px_per_mm;\n",
" if (sw > 0) {\n",
" element.attribute(\"stroke-width\", sw);\n",
" element.attribute(\"vector-effect\", \"non-scaling-stroke\");\n",
" }\n",
" });\n",
"\n",
" // Store ticks labels original tranformation\n",
" root.selectAll(\".xlabels > text, .ylabels > text\")\n",
" .forEach(function (element, i) {\n",
" var lm = element.transform().localMatrix;\n",
" element.data(\"static_transform\",\n",
" new Snap.Matrix(lm.a, lm.b, lm.c, lm.d, lm.e, lm.f));\n",
" });\n",
"\n",
" if (root.data(\"tx\") === undefined) root.data(\"tx\", 0);\n",
" if (root.data(\"ty\") === undefined) root.data(\"ty\", 0);\n",
" if (root.data(\"scale\") === undefined) root.data(\"scale\", 1.0);\n",
" if (root.data(\"xtickscales\") === undefined) {\n",
"\n",
" // index all the tick scales that are listed\n",
" var xtickscales = {};\n",
" var ytickscales = {};\n",
" var add_x_tick_scales = function (element, i) {\n",
" xtickscales[element.attribute(\"gadfly:scale\")] = true;\n",
" };\n",
" var add_y_tick_scales = function (element, i) {\n",
" ytickscales[element.attribute(\"gadfly:scale\")] = true;\n",
" };\n",
"\n",
" root.select(\".xgridlines\").selectAll(\"path\").forEach(add_x_tick_scales);\n",
" root.select(\".ygridlines\").selectAll(\"path\").forEach(add_y_tick_scales);\n",
" root.select(\".xlabels\").selectAll(\"text\").forEach(add_x_tick_scales);\n",
" root.select(\".ylabels\").selectAll(\"text\").forEach(add_y_tick_scales);\n",
"\n",
" root.data(\"xtickscales\", xtickscales);\n",
" root.data(\"ytickscales\", ytickscales);\n",
" root.data(\"xtickscale\", 1.0);\n",
" }\n",
"\n",
" var min_scale = 1.0, max_scale = 1.0;\n",
" for (scale in xtickscales) {\n",
" min_scale = Math.min(min_scale, scale);\n",
" max_scale = Math.max(max_scale, scale);\n",
" }\n",
" for (scale in ytickscales) {\n",
" min_scale = Math.min(min_scale, scale);\n",
" max_scale = Math.max(max_scale, scale);\n",
" }\n",
" root.data(\"min_scale\", min_scale);\n",
" root.data(\"max_scale\", max_scale);\n",
"\n",
" // store the original positions of labels\n",
" root.select(\".xlabels\")\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" element.data(\"x\", element.asPX(\"x\"));\n",
" });\n",
"\n",
" root.select(\".ylabels\")\n",
" .selectAll(\"text\")\n",
" .forEach(function (element, i) {\n",
" element.data(\"y\", element.asPX(\"y\"));\n",
" });\n",
"\n",
" // mark grid lines and ticks as in or out of scale.\n",
" var mark_inscale = function (element, i) {\n",
" element.attribute(\"gadfly:inscale\", element.attribute(\"gadfly:scale\") == 1.0);\n",
" };\n",
"\n",
" root.select(\".xgridlines\").selectAll(\"path\").forEach(mark_inscale);\n",
" root.select(\".ygridlines\").selectAll(\"path\").forEach(mark_inscale);\n",
" root.select(\".xlabels\").selectAll(\"text\").forEach(mark_inscale);\n",
" root.select(\".ylabels\").selectAll(\"text\").forEach(mark_inscale);\n",
"\n",
" // figure out the upper ond lower bounds on panning using the maximum\n",
" // and minum grid lines\n",
" var bounds = root.plotbounds();\n",
" var pan_bounds = {\n",
" x0: 0.0,\n",
" y0: 0.0,\n",
" x1: 0.0,\n",
" y1: 0.0\n",
" };\n",
"\n",
" root.select(\".xgridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var bbox = element.node.getBBox();\n",
" if (bounds.x1 - bbox.x < pan_bounds.x0) {\n",
" pan_bounds.x0 = bounds.x1 - bbox.x;\n",
" }\n",
" if (bounds.x0 - bbox.x > pan_bounds.x1) {\n",
" pan_bounds.x1 = bounds.x0 - bbox.x;\n",
" }\n",
" }\n",
" });\n",
"\n",
" root.select(\".ygridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" var bbox = element.node.getBBox();\n",
" if (bounds.y1 - bbox.y < pan_bounds.y0) {\n",
" pan_bounds.y0 = bounds.y1 - bbox.y;\n",
" }\n",
" if (bounds.y0 - bbox.y > pan_bounds.y1) {\n",
" pan_bounds.y1 = bounds.y0 - bbox.y;\n",
" }\n",
" }\n",
" });\n",
"\n",
" // nudge these values a little\n",
" pan_bounds.x0 -= 5;\n",
" pan_bounds.x1 += 5;\n",
" pan_bounds.y0 -= 5;\n",
" pan_bounds.y1 += 5;\n",
" root.data(\"pan_bounds\", pan_bounds);\n",
"\n",
" // Set all grid lines at scale 1.0 to visible. Out of bounds lines\n",
" // will be clipped.\n",
" root.select(\".xgridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" element.attr(\"visibility\", \"visible\");\n",
" }\n",
" });\n",
"\n",
" root.select(\".ygridlines\")\n",
" .selectAll(\"path\")\n",
" .forEach(function (element, i) {\n",
" if (element.attribute(\"gadfly:inscale\") == \"true\") {\n",
" element.attr(\"visibility\", \"visible\");\n",
" }\n",
" });\n",
"\n",
" root.data(\"zoompan-ready\", true)\n",
"};\n",
"\n",
"\n",
"// Panning\n",
"Gadfly.guide_background_drag_onmove = function(dx, dy, x, y, event) {\n",
" var root = this.plotroot();\n",
" var px_per_mm = root.data(\"px_per_mm\");\n",
" dx /= px_per_mm;\n",
" dy /= px_per_mm;\n",
"\n",
" var tx0 = root.data(\"tx\"),\n",
" ty0 = root.data(\"ty\");\n",
"\n",
" var dx0 = root.data(\"dx\"),\n",
" dy0 = root.data(\"dy\");\n",
"\n",
" root.data(\"dx\", dx);\n",
" root.data(\"dy\", dy);\n",
"\n",
" dx = dx - dx0;\n",
" dy = dy - dy0;\n",
"\n",
" var tx = tx0 + dx,\n",
" ty = ty0 + dy;\n",
"\n",
" set_plot_pan_zoom(root, tx, ty, root.data(\"scale\"));\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_drag_onstart = function(x, y, event) {\n",
" var root = this.plotroot();\n",
" root.data(\"dx\", 0);\n",
" root.data(\"dy\", 0);\n",
" init_pan_zoom(root);\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_drag_onend = function(event) {\n",
" var root = this.plotroot();\n",
"};\n",
"\n",
"\n",
"Gadfly.guide_background_scroll = function(event) {\n",
" if (event.shiftKey) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var new_scale = root.data(\"scale\") * Math.pow(2, 0.002 * event.wheelDelta);\n",
" new_scale = Math.max(\n",
" root.data(\"min_scale\"),\n",
" Math.min(root.data(\"max_scale\"), new_scale))\n",
" update_plot_scale(root, new_scale);\n",
" event.stopPropagation();\n",
" }\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_button_mouseover = function(event) {\n",
" this.select(\".button_logo\")\n",
" .animate({fill: this.data(\"mouseover_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_button_mouseout = function(event) {\n",
" this.select(\".button_logo\")\n",
" .animate({fill: this.data(\"mouseout_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_zoomout_click = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var min_scale = root.data(\"min_scale\"),\n",
" scale = root.data(\"scale\");\n",
" Snap.animate(\n",
" scale,\n",
" Math.max(min_scale, scale / 1.5),\n",
" function (new_scale) {\n",
" update_plot_scale(root, new_scale);\n",
" },\n",
" 200);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_zoomin_click = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
" var max_scale = root.data(\"max_scale\"),\n",
" scale = root.data(\"scale\");\n",
"\n",
" Snap.animate(\n",
" scale,\n",
" Math.min(max_scale, scale * 1.5),\n",
" function (new_scale) {\n",
" update_plot_scale(root, new_scale);\n",
" },\n",
" 200);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_track_click = function(event) {\n",
" // TODO\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_mousedown = function(event) {\n",
" this.animate({fill: this.data(\"mouseover_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_mouseup = function(event) {\n",
" this.animate({fill: this.data(\"mouseout_color\")}, 100);\n",
"};\n",
"\n",
"\n",
"// compute the position in [0, 1] of the zoom slider thumb from the current scale\n",
"var slider_position_from_scale = function(scale, min_scale, max_scale) {\n",
" if (scale >= 1.0) {\n",
" return 0.5 + 0.5 * (Math.log(scale) / Math.log(max_scale));\n",
" }\n",
" else {\n",
" return 0.5 * (Math.log(scale) - Math.log(min_scale)) / (0 - Math.log(min_scale));\n",
" }\n",
"}\n",
"\n",
"\n",
"var update_plot_scale = function(root, new_scale) {\n",
" var trans = scale_centered_translation(root, new_scale);\n",
" set_plot_pan_zoom(root, trans.x, trans.y, new_scale);\n",
"\n",
" root.selectAll(\".zoomslider_thumb\")\n",
" .forEach(function (element, i) {\n",
" var min_pos = element.data(\"min_pos\"),\n",
" max_pos = element.data(\"max_pos\"),\n",
" min_scale = root.data(\"min_scale\"),\n",
" max_scale = root.data(\"max_scale\");\n",
" var xmid = (min_pos + max_pos) / 2;\n",
" var xpos = slider_position_from_scale(new_scale, min_scale, max_scale);\n",
" element.transform(new Snap.Matrix().translate(\n",
" Math.max(min_pos, Math.min(\n",
" max_pos, min_pos + (max_pos - min_pos) * xpos)) - xmid, 0));\n",
" });\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragmove = function(dx, dy, x, y) {\n",
" var root = this.plotroot();\n",
" var min_pos = this.data(\"min_pos\"),\n",
" max_pos = this.data(\"max_pos\"),\n",
" min_scale = root.data(\"min_scale\"),\n",
" max_scale = root.data(\"max_scale\"),\n",
" old_scale = root.data(\"old_scale\");\n",
"\n",
" var px_per_mm = root.data(\"px_per_mm\");\n",
" dx /= px_per_mm;\n",
" dy /= px_per_mm;\n",
"\n",
" var xmid = (min_pos + max_pos) / 2;\n",
" var xpos = slider_position_from_scale(old_scale, min_scale, max_scale) +\n",
" dx / (max_pos - min_pos);\n",
"\n",
" // compute the new scale\n",
" var new_scale;\n",
" if (xpos >= 0.5) {\n",
" new_scale = Math.exp(2.0 * (xpos - 0.5) * Math.log(max_scale));\n",
" }\n",
" else {\n",
" new_scale = Math.exp(2.0 * xpos * (0 - Math.log(min_scale)) +\n",
" Math.log(min_scale));\n",
" }\n",
" new_scale = Math.min(max_scale, Math.max(min_scale, new_scale));\n",
"\n",
" update_plot_scale(root, new_scale);\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragstart = function(event) {\n",
" var root = this.plotroot();\n",
" init_pan_zoom(root);\n",
"\n",
" // keep track of what the scale was when we started dragging\n",
" root.data(\"old_scale\", root.data(\"scale\"));\n",
"};\n",
"\n",
"\n",
"Gadfly.zoomslider_thumb_dragend = function(event) {\n",
"};\n",
"\n",
"\n",
"var toggle_color_class = function(root, color_class, ison) {\n",
" var guides = root.selectAll(\".guide.\" + color_class + \",.guide .\" + color_class);\n",
" var geoms = root.selectAll(\".geometry.\" + color_class + \",.geometry .\" + color_class);\n",
" if (ison) {\n",
" guides.animate({opacity: 0.5}, 250);\n",
" geoms.animate({opacity: 0.0}, 250);\n",
" } else {\n",
" guides.animate({opacity: 1.0}, 250);\n",
" geoms.animate({opacity: 1.0}, 250);\n",
" }\n",
"};\n",
"\n",
"\n",
"Gadfly.colorkey_swatch_click = function(event) {\n",
" var root = this.plotroot();\n",
" var color_class = this.data(\"color_class\");\n",
"\n",
" if (event.shiftKey) {\n",
" root.selectAll(\".colorkey text\")\n",
" .forEach(function (element) {\n",
" var other_color_class = element.data(\"color_class\");\n",
" if (other_color_class != color_class) {\n",
" toggle_color_class(root, other_color_class,\n",
" element.attr(\"opacity\") == 1.0);\n",
" }\n",
" });\n",
" } else {\n",
" toggle_color_class(root, color_class, this.attr(\"opacity\") == 1.0);\n",
" }\n",
"};\n",
"\n",
"\n",
"return Gadfly;\n",
"\n",
"}));\n",
"\n",
"\n",
"//@ sourceURL=gadfly.js\n",
"\n",
"(function (glob, factory) {\n",
" // AMD support\n",
" if (typeof require === \"function\" && typeof define === \"function\" && define.amd) {\n",
" require([\"Snap.svg\", \"Gadfly\", \"Gadfly\"], function (Snap, Gadfly, Gadfly) {\n",
" factory(Snap, Gadfly, Gadfly);\n",
" });\n",
" } else {\n",
" factory(glob.Snap, glob.Gadfly, glob.Gadfly);\n",
" }\n",
"})(window, function (Snap, Gadfly, Gadfly) {\n",
" var fig = Snap(\"#fig-98362dd5b99a4b428801166f74cae751\");\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-4\")\n",
" .mouseenter(Gadfly.plot_mouseover)\n",
".mouseleave(Gadfly.plot_mouseout)\n",
".mousewheel(Gadfly.guide_background_scroll)\n",
".drag(Gadfly.guide_background_drag_onmove,\n",
" Gadfly.guide_background_drag_onstart,\n",
" Gadfly.guide_background_drag_onend)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-7\")\n",
" .plotroot().data(\"unfocused_ygrid_color\", \"#D0D0E0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-7\")\n",
" .plotroot().data(\"focused_ygrid_color\", \"#A0A0A0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-8\")\n",
" .plotroot().data(\"unfocused_xgrid_color\", \"#D0D0E0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-8\")\n",
" .plotroot().data(\"focused_xgrid_color\", \"#A0A0A0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-12\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-12\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-12\")\n",
" .click(Gadfly.zoomslider_zoomin_click)\n",
".mouseenter(Gadfly.zoomslider_button_mouseover)\n",
".mouseleave(Gadfly.zoomslider_button_mouseout)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-14\")\n",
" .data(\"max_pos\", 179)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-14\")\n",
" .data(\"min_pos\", 162)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-14\")\n",
" .click(Gadfly.zoomslider_track_click);\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-15\")\n",
" .data(\"max_pos\", 179)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-15\")\n",
" .data(\"min_pos\", 162)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-15\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-15\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-15\")\n",
" .drag(Gadfly.zoomslider_thumb_dragmove,\n",
" Gadfly.zoomslider_thumb_dragstart,\n",
" Gadfly.zoomslider_thumb_dragend)\n",
".mousedown(Gadfly.zoomslider_thumb_mousedown)\n",
".mouseup(Gadfly.zoomslider_thumb_mouseup)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-16\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-16\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-16\")\n",
" .click(Gadfly.zoomslider_zoomout_click)\n",
".mouseenter(Gadfly.zoomslider_button_mouseover)\n",
".mouseleave(Gadfly.zoomslider_button_mouseout)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-23\")\n",
" .mouseenter(Gadfly.plot_mouseover)\n",
".mouseleave(Gadfly.plot_mouseout)\n",
".mousewheel(Gadfly.guide_background_scroll)\n",
".drag(Gadfly.guide_background_drag_onmove,\n",
" Gadfly.guide_background_drag_onstart,\n",
" Gadfly.guide_background_drag_onend)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-26\")\n",
" .plotroot().data(\"unfocused_ygrid_color\", \"#D0D0E0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-26\")\n",
" .plotroot().data(\"focused_ygrid_color\", \"#A0A0A0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-27\")\n",
" .plotroot().data(\"unfocused_xgrid_color\", \"#D0D0E0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-27\")\n",
" .plotroot().data(\"focused_xgrid_color\", \"#A0A0A0\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-31\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-31\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-31\")\n",
" .click(Gadfly.zoomslider_zoomin_click)\n",
".mouseenter(Gadfly.zoomslider_button_mouseover)\n",
".mouseleave(Gadfly.zoomslider_button_mouseout)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-33\")\n",
" .data(\"max_pos\", 79)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-33\")\n",
" .data(\"min_pos\", 62)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-33\")\n",
" .click(Gadfly.zoomslider_track_click);\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-34\")\n",
" .data(\"max_pos\", 79)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-34\")\n",
" .data(\"min_pos\", 62)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-34\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-34\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-34\")\n",
" .drag(Gadfly.zoomslider_thumb_dragmove,\n",
" Gadfly.zoomslider_thumb_dragstart,\n",
" Gadfly.zoomslider_thumb_dragend)\n",
".mousedown(Gadfly.zoomslider_thumb_mousedown)\n",
".mouseup(Gadfly.zoomslider_thumb_mouseup)\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-35\")\n",
" .data(\"mouseover_color\", \"#cd5c5c\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-35\")\n",
" .data(\"mouseout_color\", \"#6a6a6a\")\n",
";\n",
"fig.select(\"#fig-98362dd5b99a4b428801166f74cae751-element-35\")\n",
" .click(Gadfly.zoomslider_zoomout_click)\n",
".mouseenter(Gadfly.zoomslider_button_mouseover)\n",
".mouseleave(Gadfly.zoomslider_button_mouseout)\n",
";\n",
" });\n",
"]]> </script>\n",
"</svg>\n"
],
"metadata": {},
"output_type": "pyout",
"png": "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",
"prompt_number": 15,
"svg": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\"\n",
" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n",
" xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n",
" version=\"1.2\"\n",
" width=\"200mm\" height=\"80mm\" viewBox=\"0 0 200 80\"\n",
" stroke=\"none\"\n",
" fill=\"#000000\"\n",
" stroke-width=\"0.3\"\n",
" font-size=\"3.88\"\n",
">\n",
"<g class=\"plotroot xscalable yscalable\" id=\"fig-e0321240e2944419baef92154f22d133-element-1\">\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-e0321240e2944419baef92154f22d133-element-2\">\n",
" <text x=\"156.05\" y=\"72\" text-anchor=\"middle\">Iterations</text>\n",
" </g>\n",
" <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-e0321240e2944419baef92154f22d133-element-3\">\n",
" <text x=\"119.1\" y=\"66.39\" text-anchor=\"middle\">0</text>\n",
" <text x=\"137.58\" y=\"66.39\" text-anchor=\"middle\">5</text>\n",
" <text x=\"156.05\" y=\"66.39\" text-anchor=\"middle\">10</text>\n",
" <text x=\"174.53\" y=\"66.39\" text-anchor=\"middle\">15</text>\n",
" <text x=\"193\" y=\"66.39\" text-anchor=\"middle\">20</text>\n",
" </g>\n",
" <g clip-path=\"url(#fig-e0321240e2944419baef92154f22d133-element-5)\" id=\"fig-e0321240e2944419baef92154f22d133-element-4\">\n",
" <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-e0321240e2944419baef92154f22d133-element-6\">\n",
" <rect x=\"117.1\" y=\"5\" width=\"77.9\" height=\"57.72\"/>\n",
" </g>\n",
" <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-e0321240e2944419baef92154f22d133-element-7\">\n",
" <path fill=\"none\" d=\"M117.1,60.72 L 195 60.72\"/>\n",
" <path fill=\"none\" d=\"M117.1,49.97 L 195 49.97\"/>\n",
" <path fill=\"none\" d=\"M117.1,39.23 L 195 39.23\"/>\n",
" <path fill=\"none\" d=\"M117.1,28.49 L 195 28.49\"/>\n",
" <path fill=\"none\" d=\"M117.1,17.74 L 195 17.74\"/>\n",
" <path fill=\"none\" d=\"M117.1,7 L 195 7\"/>\n",
" </g>\n",
" <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-e0321240e2944419baef92154f22d133-element-8\">\n",
" <path fill=\"none\" d=\"M119.1,5 L 119.1 62.72\"/>\n",
" <path fill=\"none\" d=\"M137.58,5 L 137.58 62.72\"/>\n",
" <path fill=\"none\" d=\"M156.05,5 L 156.05 62.72\"/>\n",
" <path fill=\"none\" d=\"M174.53,5 L 174.53 62.72\"/>\n",
" <path fill=\"none\" d=\"M193,5 L 193 62.72\"/>\n",
" </g>\n",
" <g class=\"plotpanel\" id=\"fig-e0321240e2944419baef92154f22d133-element-9\">\n",
" <g stroke-width=\"0.71\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-e0321240e2944419baef92154f22d133-element-10\">\n",
" <path fill=\"none\" d=\"M122.8,12.37 L 126.49 47.29 130.19 35.2 133.88 43.93 137.58 40.91 141.27 43.09 144.97 42.33 148.66 42.88 152.36 42.69 156.05 42.83 159.75 42.78 163.44 42.81 167.14 42.8 170.83 42.81 174.53 42.81 178.22 42.81 181.92 42.81 185.61 42.81 189.31 42.81 193 42.81\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-e0321240e2944419baef92154f22d133-element-11\">\n",
" <text x=\"116.1\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\">0.0</text>\n",
" <text x=\"116.1\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\">0.1</text>\n",
" <text x=\"116.1\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\">0.2</text>\n",
" <text x=\"116.1\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\">0.3</text>\n",
" <text x=\"116.1\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\">0.4</text>\n",
" <text x=\"116.1\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\">0.5</text>\n",
" </g>\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-e0321240e2944419baef92154f22d133-element-12\">\n",
" <text x=\"109.08\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\">q</text>\n",
" </g>\n",
"</g>\n",
"<g class=\"plotroot xscalable yscalable\" id=\"fig-e0321240e2944419baef92154f22d133-element-13\">\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-e0321240e2944419baef92154f22d133-element-14\">\n",
" <text x=\"56.06\" y=\"72\" text-anchor=\"middle\">Iterations</text>\n",
" </g>\n",
" <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-e0321240e2944419baef92154f22d133-element-15\">\n",
" <text x=\"19.12\" y=\"66.39\" text-anchor=\"middle\">0</text>\n",
" <text x=\"37.59\" y=\"66.39\" text-anchor=\"middle\">5</text>\n",
" <text x=\"56.06\" y=\"66.39\" text-anchor=\"middle\">10</text>\n",
" <text x=\"74.53\" y=\"66.39\" text-anchor=\"middle\">15</text>\n",
" <text x=\"93\" y=\"66.39\" text-anchor=\"middle\">20</text>\n",
" </g>\n",
" <g clip-path=\"url(#fig-e0321240e2944419baef92154f22d133-element-17)\" id=\"fig-e0321240e2944419baef92154f22d133-element-16\">\n",
" <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-e0321240e2944419baef92154f22d133-element-18\">\n",
" <rect x=\"17.12\" y=\"5\" width=\"77.88\" height=\"57.72\"/>\n",
" </g>\n",
" <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-e0321240e2944419baef92154f22d133-element-19\">\n",
" <path fill=\"none\" d=\"M17.12,60.72 L 95 60.72\"/>\n",
" <path fill=\"none\" d=\"M17.12,49.97 L 95 49.97\"/>\n",
" <path fill=\"none\" d=\"M17.12,39.23 L 95 39.23\"/>\n",
" <path fill=\"none\" d=\"M17.12,28.49 L 95 28.49\"/>\n",
" <path fill=\"none\" d=\"M17.12,17.74 L 95 17.74\"/>\n",
" <path fill=\"none\" d=\"M17.12,7 L 95 7\"/>\n",
" </g>\n",
" <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-e0321240e2944419baef92154f22d133-element-20\">\n",
" <path fill=\"none\" d=\"M19.12,5 L 19.12 62.72\"/>\n",
" <path fill=\"none\" d=\"M37.59,5 L 37.59 62.72\"/>\n",
" <path fill=\"none\" d=\"M56.06,5 L 56.06 62.72\"/>\n",
" <path fill=\"none\" d=\"M74.53,5 L 74.53 62.72\"/>\n",
" <path fill=\"none\" d=\"M93,5 L 93 62.72\"/>\n",
" </g>\n",
" <g class=\"plotpanel\" id=\"fig-e0321240e2944419baef92154f22d133-element-21\">\n",
" <g stroke-width=\"0.71\" fill=\"none\" class=\"geometry\" stroke=\"#00BFFF\" id=\"fig-e0321240e2944419baef92154f22d133-element-22\">\n",
" <path fill=\"none\" d=\"M22.81,33.86 L 26.51 58.03 30.2 40.57 33.9 46.61 37.59 42.25 41.28 43.76 44.98 42.67 48.67 43.05 52.37 42.78 56.06 42.87 59.75 42.8 63.45 42.82 67.14 42.81 70.84 42.81 74.53 42.81 78.22 42.81 81.92 42.81 85.61 42.81 89.31 42.81 93 42.81\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-e0321240e2944419baef92154f22d133-element-23\">\n",
" <text x=\"16.12\" y=\"60.72\" text-anchor=\"end\" dy=\"0.35em\">0.0</text>\n",
" <text x=\"16.12\" y=\"49.97\" text-anchor=\"end\" dy=\"0.35em\">0.1</text>\n",
" <text x=\"16.12\" y=\"39.23\" text-anchor=\"end\" dy=\"0.35em\">0.2</text>\n",
" <text x=\"16.12\" y=\"28.49\" text-anchor=\"end\" dy=\"0.35em\">0.3</text>\n",
" <text x=\"16.12\" y=\"17.74\" text-anchor=\"end\" dy=\"0.35em\">0.4</text>\n",
" <text x=\"16.12\" y=\"7\" text-anchor=\"end\" dy=\"0.35em\">0.5</text>\n",
" </g>\n",
" <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-e0321240e2944419baef92154f22d133-element-24\">\n",
" <text x=\"9.1\" y=\"33.86\" text-anchor=\"end\" dy=\"0.35em\">p</text>\n",
" </g>\n",
"</g>\n",
"<defs>\n",
"<clipPath id=\"fig-e0321240e2944419baef92154f22d133-element-5\">\n",
" <path d=\"M117.1,5 L 195 5 195 62.72 117.1 62.72\" />\n",
"</clipPath\n",
"><clipPath id=\"fig-e0321240e2944419baef92154f22d133-element-17\">\n",
" <path d=\"M17.12,5 L 95 5 95 62.72 17.12 62.72\" />\n",
"</clipPath\n",
"></defs>\n",
"</svg>\n"
],
"text": [
"Context(BoundingBox(Measure{Int64,MeasureNil}(0.0,0,MeasureNil(),0.0,0.0),Measure{MeasureNil,Int64}(0.0,MeasureNil(),0,0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(5.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(5.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(-10.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(-10.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSIncludePrimitive}([JSIncludePrimitive(\"/home/adityam/.julia/Gadfly/src/gadfly.js\",(\"Gadfly\",\"Gadfly\"))]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"plotroot xscalable yscalable\")]),ListNode{ComposeNode}(Table(3x3 Array{Array{Context,1},2}:\n",
" [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,6.0808333333333335,7.611666666666666,0.0),Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,7.611666666666666,6.0808333333333335,0.0)] \u2026 [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"mouseenter(Gadfly.plot_mouseover)\\n.mouseleave(Gadfly.plot_mouseout)\\n.mousewheel(Gadfly.guide_background_scroll)\\n.drag(Gadfly.guide_background_drag_onmove,\\n Gadfly.guide_background_drag_onstart,\\n Gadfly.guide_background_drag_onend)\\n\",Measure[])]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.7055555555555555,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(nothing)]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"geometry\")]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float32}(0.0f0,0.74736935f0,1.0f0))]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{Int64,MeasureNil}(0.0,1,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.45,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,3,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.15625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,5,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.184375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1640625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,7,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.17109375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.166015625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,9,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1677734375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,10,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16650390625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,11,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.166943359375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,12,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1666259765625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,13,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16673583984375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,14,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.166656494140625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,15,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1666839599609375,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,16,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16666412353515625,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,17,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16667098999023439,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,18,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16666603088378906,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,19,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16666774749755858,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,20,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16666650772094727,0.0,0.0))])]),ListNull{ComposeNode}()))))),2,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"plotpanel\")]),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.0,1.0,1.0,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{FillOpacityPrimitive}([FillOpacityPrimitive(0.0)]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide zoomslider\")]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(nothing)]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(-7.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(3.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseover_color\\\", \\\"#cd5c5c\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseout_color\\\", \\\"#6a6a6a\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"click(Gadfly.zoomslider_zoomin_click)\\n.mouseenter(Gadfly.zoomslider_button_mouseover)\\n.mouseleave(Gadfly.zoomslider_button_mouseout)\\n\",Measure[])]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.9176470588235294,0.9176470588235294,0.9176470588235294))]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"button_logo\")]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{PolygonPrimitive}([PolygonPrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0))])]),ListNull{ComposeNode}()))),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.3,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokeOpacityPrimitive}([StrokeOpacityPrimitive(0.0)]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}()))))))))),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(-26.5,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(3.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(19.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"max_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-8.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"min_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-25.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseover_color\\\", \\\"#cd5c5c\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseout_color\\\", \\\"#6a6a6a\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"drag(Gadfly.zoomslider_thumb_dragmove,\\n Gadfly.zoomslider_thumb_dragstart,\\n Gadfly.zoomslider_thumb_dragend)\\n.mousedown(Gadfly.zoomslider_thumb_mousedown)\\n.mouseup(Gadfly.zoomslider_thumb_mouseup)\\n\",Measure[])]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"zoomslider_thumb\")]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{Float64,MeasureNil}(-1.0,0.5,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0)),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}())))))))),1,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"max_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-8.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"min_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-25.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"click(Gadfly.zoomslider_track_click)\",Measure[])]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.9176470588235294,0.9176470588235294,0.9176470588235294))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}()))))),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(-31.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(3.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseover_color\\\", \\\"#cd5c5c\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseout_color\\\", \\\"#6a6a6a\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"click(Gadfly.zoomslider_zoomout_click)\\n.mouseenter(Gadfly.zoomslider_button_mouseover)\\n.mouseleave(Gadfly.zoomslider_button_mouseout)\\n\",Measure[])]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.9176470588235294,0.9176470588235294,0.9176470588235294))]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"button_logo\")]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{PolygonPrimitive}([PolygonPrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0))])]),ListNull{ComposeNode}()))),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.3,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokeOpacityPrimitive}([StrokeOpacityPrimitive(0.0)]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}()))))))))),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())))))),0,false,true,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()),1000,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"unfocused_ygrid_color\\\", \\\"#D0D0E0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"focused_ygrid_color\\\", \\\"#A0A0A0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{SVGAttributePrimitive}([SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\") \u2026 SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\")]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide ygridlines xfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Property{VisiblePrimitive}([VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true) \u2026 VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false)]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.6000000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.6000000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.5,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.5,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.4,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.4,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.30000000000000004,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.30000000000000004,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.2,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.2,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.1,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.1,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0))]) \u2026 LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.55,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.55,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6000000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6000000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.65,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.65,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.7000000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.7000000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.75,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.75,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8500000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8500000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9500000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9500000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),1.0,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),1.0,0.0,0.0))])]),ListNull{ComposeNode}()))))))))),0,false,true,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide ygridlines xfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.5,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.5,0.0,0.0))])]),ListNull{ComposeNode}()))))),0,false,false,true,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"unfocused_xgrid_color\\\", \\\"#D0D0E0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"focused_xgrid_color\\\", \\\"#A0A0A0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{SVGAttributePrimitive}([SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\") \u2026 SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\")]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide xgridlines yfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Property{VisiblePrimitive}([VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true) \u2026 VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false)]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-25.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-25.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]) \u2026 LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,22.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,22.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,24.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,24.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,26.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,26.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,28.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,28.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,30.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,30.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,32.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,32.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,34.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,34.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,36.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,36.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,38.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,38.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,40.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,40.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))])]),ListNull{ComposeNode}()))))))))),0,false,true,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide xgridlines yfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))])]),ListNull{ComposeNode}()))))),0,false,false,true,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGAttributePrimitive}([SVGAttributePrimitive(\"pointer-events\",\"visible\")]),ListNode{ComposeNode}(Property{FillOpacityPrimitive}([FillOpacityPrimitive(1.0)]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(nothing)]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(nothing)]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide background\")]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}())))))),-1,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()))),-1,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())))),0,true,false,false,false,nothing,nothing,0.0)]\n",
" [] [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,13.386666666666667,2.6733333333333333,0.0),Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,13.366666666666667,3.3466666666666667,3.0)] \n",
" [] [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,21.84916666666667,9.611666666666666,0.0),Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,9.611666666666666,21.84916666666667,3.0)] ,3:3,1:1,nothing,nothing,nothing,{},UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),0,false,false),ListNull{ComposeNode}()))),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(5.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(5.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(-10.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(-10.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSIncludePrimitive}([JSIncludePrimitive(\"/home/adityam/.julia/Gadfly/src/gadfly.js\",(\"Gadfly\",\"Gadfly\"))]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"plotroot xscalable yscalable\")]),ListNode{ComposeNode}(Table(3x3 Array{Array{Context,1},2}:\n",
" [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,6.099166666666667,7.611666666666666,0.0),Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,7.611666666666666,6.099166666666667,0.0)] \u2026 [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"mouseenter(Gadfly.plot_mouseover)\\n.mouseleave(Gadfly.plot_mouseout)\\n.mousewheel(Gadfly.guide_background_scroll)\\n.drag(Gadfly.guide_background_drag_onmove,\\n Gadfly.guide_background_drag_onstart,\\n Gadfly.guide_background_drag_onend)\\n\",Measure[])]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.7055555555555555,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(nothing)]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"geometry\")]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float32}(0.0f0,0.74736935f0,1.0f0))]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{Int64,MeasureNil}(0.0,1,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.25,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.024999999999999994,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,3,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.13125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,5,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.171875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1578125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,7,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16796875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.164453125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,9,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1669921875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,10,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16611328125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,11,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.166748046875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,12,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1665283203125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,13,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16668701171875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,14,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.166632080078125,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,15,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1666717529296875,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,16,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16665802001953126,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,17,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16666793823242188,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,18,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1666645050048828,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,19,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.16666698455810547,0.0,0.0)),Point(Measure{Int64,MeasureNil}(0.0,20,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1666661262512207,0.0,0.0))])]),ListNull{ComposeNode}()))))),2,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"plotpanel\")]),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.0,1.0,1.0,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{FillOpacityPrimitive}([FillOpacityPrimitive(0.0)]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide zoomslider\")]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(nothing)]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(-7.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(3.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseover_color\\\", \\\"#cd5c5c\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseout_color\\\", \\\"#6a6a6a\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"click(Gadfly.zoomslider_zoomin_click)\\n.mouseenter(Gadfly.zoomslider_button_mouseover)\\n.mouseleave(Gadfly.zoomslider_button_mouseout)\\n\",Measure[])]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.9176470588235294,0.9176470588235294,0.9176470588235294))]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"button_logo\")]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{PolygonPrimitive}([PolygonPrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.6,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.4,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0))])]),ListNull{ComposeNode}()))),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.3,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokeOpacityPrimitive}([StrokeOpacityPrimitive(0.0)]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}()))))))))),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(-26.5,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(3.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(19.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"max_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-8.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"min_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-25.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseover_color\\\", \\\"#cd5c5c\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseout_color\\\", \\\"#6a6a6a\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"drag(Gadfly.zoomslider_thumb_dragmove,\\n Gadfly.zoomslider_thumb_dragstart,\\n Gadfly.zoomslider_thumb_dragend)\\n.mousedown(Gadfly.zoomslider_thumb_mousedown)\\n.mouseup(Gadfly.zoomslider_thumb_mouseup)\\n\",Measure[])]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"zoomslider_thumb\")]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{Float64,MeasureNil}(-1.0,0.5,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0)),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}())))))))),1,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"max_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-8.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"min_pos\\\", %x)\\n\",Measure[Measure{MeasureNil,MeasureNil}(-25.5,MeasureNil(),MeasureNil(),1.0,0.0)])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"click(Gadfly.zoomslider_track_click)\",Measure[])]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.9176470588235294,0.9176470588235294,0.9176470588235294))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}()))))),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(-31.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(3.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(4.0,MeasureNil(),MeasureNil(),0.0,0.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseover_color\\\", \\\"#cd5c5c\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"data(\\\"mouseout_color\\\", \\\"#6a6a6a\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"click(Gadfly.zoomslider_zoomout_click)\\n.mouseenter(Gadfly.zoomslider_button_mouseover)\\n.mouseleave(Gadfly.zoomslider_button_mouseout)\\n\",Measure[])]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.9176470588235294,0.9176470588235294,0.9176470588235294))]),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"button_logo\")]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{PolygonPrimitive}([PolygonPrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.8,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.2,MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6,0.0,0.0))])]),ListNull{ComposeNode}()))),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.3,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokeOpacityPrimitive}([StrokeOpacityPrimitive(0.0)]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.41568627450980394,0.41568627450980394,0.41568627450980394))]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}()))))))))),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())))))),0,false,true,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()),1000,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"unfocused_ygrid_color\\\", \\\"#D0D0E0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"focused_ygrid_color\\\", \\\"#A0A0A0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{SVGAttributePrimitive}([SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\") \u2026 SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\")]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide ygridlines xfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Property{VisiblePrimitive}([VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true) \u2026 VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false)]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.6000000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.6000000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.5,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.5,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.4,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.4,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.30000000000000004,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.30000000000000004,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.2,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.2,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.1,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),-0.1,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0))]) \u2026 LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.55,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.55,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6000000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.6000000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.65,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.65,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.7000000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.7000000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.75,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.75,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8500000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.8500000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9500000000000001,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.9500000000000001,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),1.0,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),1.0,0.0,0.0))])]),ListNull{ComposeNode}()))))))))),0,false,true,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide ygridlines xfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.0,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.1,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.2,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.30000000000000004,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.4,0.0,0.0))]),LinePrimitive([Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.5,0.0,0.0)),Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,Float64}(0.0,MeasureNil(),0.5,0.0,0.0))])]),ListNull{ComposeNode}()))))),0,false,false,true,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"unfocused_xgrid_color\\\", \\\"#D0D0E0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{JSCallPrimitive}([JSCallPrimitive(\"plotroot().data(\\\"focused_xgrid_color\\\", \\\"#A0A0A0\\\")\\n\",Measure[])]),ListNode{ComposeNode}(Property{SVGAttributePrimitive}([SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"1.0\") \u2026 SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\"),SVGAttributePrimitive(\"gadfly:scale\",\"5.0\")]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide xgridlines yfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Property{VisiblePrimitive}([VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true),VisiblePrimitive(true) \u2026 VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false),VisiblePrimitive(false)]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-25.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-25.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,-5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,-5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]) \u2026 LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,22.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,22.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,24.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,24.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,26.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,26.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,28.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,28.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,30.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,30.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,32.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,32.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,34.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,34.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,36.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,36.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,38.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,38.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,40.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,40.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))])]),ListNull{ComposeNode}()))))))))),0,false,true,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide xgridlines yfixed\")]),ListNode{ComposeNode}(Property{StrokeDashPrimitive}([StrokeDashPrimitive(Measure[Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.5,MeasureNil(),MeasureNil(),0.0,0.0)])]),ListNode{ComposeNode}(Property{LineWidthPrimitive}([LineWidthPrimitive(Measure{MeasureNil,MeasureNil}(0.2,MeasureNil(),MeasureNil(),0.0,0.0))]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(RGB{Float64}(0.8156862745098039,0.8156862745098039,0.8784313725490196))]),ListNode{ComposeNode}(Form{LinePrimitive}([LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,0.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,5.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,10.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,15.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),LinePrimitive([Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Point(Measure{Float64,MeasureNil}(0.0,20.0,MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))])]),ListNull{ComposeNode}()))))),0,false,false,true,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0),ListNode{ComposeNode}(Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Nothing,Nothing,Nothing,Nothing}(nothing,nothing,nothing,nothing,Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(Property{SVGAttributePrimitive}([SVGAttributePrimitive(\"pointer-events\",\"visible\")]),ListNode{ComposeNode}(Property{FillOpacityPrimitive}([FillOpacityPrimitive(1.0)]),ListNode{ComposeNode}(Property{FillPrimitive}([FillPrimitive(nothing)]),ListNode{ComposeNode}(Property{StrokePrimitive}([StrokePrimitive(nothing)]),ListNode{ComposeNode}(Property{SVGClassPrimitive}([SVGClassPrimitive(\"guide background\")]),ListNode{ComposeNode}(Form{RectanglePrimitive}([RectanglePrimitive(Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0))]),ListNull{ComposeNode}())))))),-1,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()))),-1,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())))),0,true,false,false,false,nothing,nothing,0.0)]\n",
" [] [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,13.386666666666667,2.6733333333333333,0.0),Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,13.366666666666667,3.3466666666666667,3.0)] \n",
" [] [Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,21.84916666666667,9.611666666666666,0.0),Context(BoundingBox(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),1.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,1.0)),UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.0)),Rotation(0.0,Point(Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.5,0.0),Measure{MeasureNil,MeasureNil}(0.0,MeasureNil(),MeasureNil(),0.0,0.5))),nothing,ListNode{ComposeNode}(AdhocContainerPromise((anonymous function),0,false,false,nothing,nothing),ListNull{ComposeNode}()),0,false,false,false,false,9.611666666666666,21.84916666666667,3.0)] ,3:3,1:1,nothing,nothing,nothing,{},UnitBox{Float64,Float64,Float64,Float64}(0.0,0.5,20.0,-0.5,Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0),Measure{MeasureNil,MeasureNil}(2.0,MeasureNil(),MeasureNil(),0.0,0.0)),0,false,false),ListNull{ComposeNode}()))),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}()),0,false,false,false,false,nothing,nothing,0.0),ListNull{ComposeNode}())),0,false,false,false,false,nothing,nothing,0.0)"
]
}
],
"prompt_number": 15
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's check the final values:"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"p[end],q[end]"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 16,
"text": [
"(0.1666661262512207,0.16666650772094727)"
]
}
],
"prompt_number": 16
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"err = (p[end]-p[end-1], q[end]-q[end-1])"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 17,
"text": [
"(-8.583068847600739e-7,-1.2397766113170228e-6)"
]
}
],
"prompt_number": 17
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"p"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 18,
"text": [
"20x1 Array{Float64,2}:\n",
" 0.25 \n",
" 0.025 \n",
" 0.1875 \n",
" 0.13125 \n",
" 0.171875\n",
" 0.157812\n",
" 0.167969\n",
" 0.164453\n",
" 0.166992\n",
" 0.166113\n",
" 0.166748\n",
" 0.166528\n",
" 0.166687\n",
" 0.166632\n",
" 0.166672\n",
" 0.166658\n",
" 0.166668\n",
" 0.166665\n",
" 0.166667\n",
" 0.166666"
]
}
],
"prompt_number": 18
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment