Created
October 31, 2013 18:08
-
-
Save Keno/7254224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"language": "Julia", | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ | |
"cell_type": "heading", | |
"level": 2, | |
"metadata": {}, | |
"source": [ | |
"Problem 1" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"using DataFrames\n", | |
"using Gadfly\n", | |
"using SIUnits\n", | |
"@prettyshow Volt \"V\"\n", | |
"function unitify(d,units)\n", | |
" names = colnames(d)\n", | |
" DataFrame({names[i] => d[names[i]]*units[i] for i = 1:length(names)})\n", | |
"end\n", | |
"function read_data(f)\n", | |
" d = readtable(f,header=false,separator=' ')[[2,4]]\n", | |
" rename!(d,[\"x2\",\"x4\"],[\"in\",\"out\"])\n", | |
" d = unitify(d,[Volt,Volt]);\n", | |
"end\n", | |
"plot_transfer_curve(f::String) = plot_transfer_curve(read_data(f))\n", | |
"plot_transfer_curve(d::DataFrame) = plot(d, x=\"in\", y=\"out\", Geom.line)\n", | |
"calculate_gain(f::String,op) = calculate_gain(read_data(f),op)\n", | |
"# Calculates the \\frac{\\partial vin}{\\partial vout} by taking the slope\n", | |
"# of the two closeset points. Obviously this assume step_size << f''\n", | |
"function calculate_gain(d::DataFrame,op)\n", | |
" i = 1\n", | |
" i = find_first(d,op)\n", | |
" (d[\"out\"][i] - d[\"out\"][i-1])/(d[\"in\"][i] - d[\"in\"][i-1])\n", | |
"end\n", | |
"function find_first(d::DataFrame,op)\n", | |
" i = 1\n", | |
" while(d[\"in\"][i] < op); i += 1; end\n", | |
" i\n", | |
"end" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"html": [ | |
"<script charset=\"utf-8\">d3=function(){function n(n){return null!=n&&!isNaN(n)}function t(n){return n.length}function e(n){for(var t=1;n*t%1;)t*=10;return t}function r(n,t){try{for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}catch(r){n.prototype=t}}function u(){}function i(){}function a(n,t,e){return function(){var r=e.apply(t,arguments);return r===t?n:r}}function o(){}function c(n){function t(){for(var t,r=e,u=-1,i=r.length;++u<i;)(t=r[u].on)&&t.apply(this,arguments);return n}var e=[],r=new u;return t.on=function(t,u){var i,a=r.get(t);return arguments.length<2?a&&a.on:(a&&(a.on=null,e=e.slice(0,i=e.indexOf(a)).concat(e.slice(i+1)),r.remove(t)),u&&e.push(r.set(t,{on:u})),n)},t}function l(){oa.event.stopPropagation(),oa.event.preventDefault()}function f(){for(var n,t=oa.event;n=t.sourceEvent;)t=n;return t}function s(n){for(var t=new o,e=0,r=arguments.length;++e<r;)t[arguments[e]]=c(t);return t.of=function(e,r){return function(u){try{var i=u.sourceEvent=oa.event;u.target=n,oa.event=u,t[u.type].apply(e,r)}finally{oa.event=i}}},t}function h(n,t){var e=n.ownerSVGElement||n;if(e.createSVGPoint){var r=e.createSVGPoint();if(0>ma&&(la.scrollX||la.scrollY)){e=oa.select(ca.body).append(\"svg\").style(\"position\",\"absolute\").style(\"top\",0).style(\"left\",0);var u=e[0][0].getScreenCTM();ma=!(u.f||u.e),e.remove()}return ma?(r.x=t.pageX,r.y=t.pageY):(r.x=t.clientX,r.y=t.clientY),r=r.matrixTransform(n.getScreenCTM().inverse()),[r.x,r.y]}var i=n.getBoundingClientRect();return[t.clientX-i.left-n.clientLeft,t.clientY-i.top-n.clientTop]}function g(n){for(var t=-1,e=n.length,r=[];++t<e;)r.push(n[t]);return r}function p(n){return Array.prototype.slice.call(n)}function d(n){return Ma(n,Ea),n}function m(n){return function(){return xa(n,this)}}function v(n){return function(){return ba(n,this)}}function y(n,t){function e(){this.removeAttribute(n)}function r(){this.removeAttributeNS(n.space,n.local)}function u(){this.setAttribute(n,t)}function i(){this.setAttributeNS(n.space,n.local,t)}function a(){var e=t.apply(this,arguments);null==e?this.removeAttribute(n):this.setAttribute(n,e)}function o(){var e=t.apply(this,arguments);null==e?this.removeAttributeNS(n.space,n.local):this.setAttributeNS(n.space,n.local,e)}return n=oa.ns.qualify(n),null==t?n.local?r:e:\"function\"==typeof t?n.local?o:a:n.local?i:u}function M(n){return n.trim().replace(/\\s+/g,\" \")}function x(n){return RegExp(\"(?:^|\\\\s+)\"+oa.requote(n)+\"(?:\\\\s+|$)\",\"g\")}function _(n,t){function e(){for(var e=-1;++e<u;)n[e](this,t)}function r(){for(var e=-1,r=t.apply(this,arguments);++e<u;)n[e](this,r)}n=n.trim().split(/\\s+/).map(w);var u=n.length;return\"function\"==typeof t?r:e}function w(n){var t=x(n);return function(e,r){if(u=e.classList)return r?u.add(n):u.remove(n);var u=e.getAttribute(\"class\")||\"\";r?(t.lastIndex=0,t.test(u)||e.setAttribute(\"class\",M(u+\" \"+n))):e.setAttribute(\"class\",M(u.replace(t,\" \")))}}function S(n,t,e){function r(){this.style.removeProperty(n)}function u(){this.style.setProperty(n,t,e)}function i(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(n):this.style.setProperty(n,r,e)}return null==t?r:\"function\"==typeof t?i:u}function E(n,t){function e(){delete this[n]}function r(){this[n]=t}function u(){var e=t.apply(this,arguments);null==e?delete this[n]:this[n]=e}return null==t?e:\"function\"==typeof t?u:r}function k(n){return{__data__:n}}function A(n){return function(){return Sa(this,n)}}function q(n){return arguments.length||(n=oa.ascending),function(t,e){return!t-!e||n(t.__data__,e.__data__)}}function N(){}function T(n,t,e){function r(){var t=this[a];t&&(this.removeEventListener(n,t,t.$),delete this[a])}function u(){var u=c(t,va(arguments));r.call(this),this.addEventListener(n,this[a]=u,u.$=e),u._=t}function i(){var t,e=RegExp(\"^__on([^.]+)\"+oa.requote(n)+\"$\");for(var r in this)if(t=r.match(e)){var u=this[r];this.removeEventListener(t[1],u,u.$),delete this[r]}}var a=\"__on\"+n,o=n.indexOf(\".\"),c=C;o>0&&(n=n.substring(0,o));var l=qa.get(n);return l&&(n=l,c=z),o?t?u:r:t?N:i}function C(n,t){return function(e){var r=oa.event;oa.event=e,t[0]=this.__data__;try{n.apply(this,t)}finally{oa.event=r}}}function z(n,t){var e=C(n,t);return function(n){var t=this,r=n.relatedTarget;r&&(r===t||r.compareDocumentPosition(t)&8)||e.call(t,n)}}function D(n,t){for(var e=0,r=n.length;r>e;e++)for(var u,i=n[e],a=0,o=i.length;o>a;a++)(u=i[a])&&t(u,a,e);return n}function j(n){return Ma(n,Na),n}function L(){}function F(n,t,e){return new H(n,t,e)}function H(n,t,e){this.h=n,this.s=t,this.l=e}function P(n,t,e){function r(n){return n>360?n-=360:0>n&&(n+=360),60>n?i+(a-i)*n/60:180>n?a:240>n?i+(a-i)*(240-n)/60:i}function u(n){return Math.round(r(n)*255)}var i,a;return n%=360,0>n&&(n+=360),t=0>t?0:t>1?1:t,e=0>e?0:e>1?1:e,a=.5>=e?e*(1+t):e+t-e*t,i=2*e-a,tt(u(n+120),u(n),u(n-120))}function R(n){return n>0?1:0>n?-1:0}function O(n){return Math.acos(Math.max(-1,Math.min(1,n)))}function Y(n){return n>1?La/2:-1>n?-La/2:Math.asin(n)}function U(n){return(Math.exp(n)-Math.exp(-n))/2}function I(n){return(Math.exp(n)+Math.exp(-n))/2}function V(n){return(n=Math.sin(n/2))*n}function X(n,t,e){return new Z(n,t,e)}function Z(n,t,e){this.h=n,this.c=t,this.l=e}function B(n,t,e){return $(e,Math.cos(n*=Ha)*t,Math.sin(n)*t)}function $(n,t,e){return new J(n,t,e)}function J(n,t,e){this.l=n,this.a=t,this.b=e}function G(n,t,e){var r=(n+16)/116,u=r+t/500,i=r-e/200;return u=W(u)*Ya,r=W(r)*Ua,i=W(i)*Ia,tt(nt(3.2404542*u-1.5371385*r-.4985314*i),nt(-.969266*u+1.8760108*r+.041556*i),nt(.0556434*u-.2040259*r+1.0572252*i))}function K(n,t,e){return X(Math.atan2(e,t)*Pa,Math.sqrt(t*t+e*e),n)}function W(n){return n>.206893034?n*n*n:(n-4/29)/7.787037}function Q(n){return n>.008856?Math.pow(n,1/3):7.787037*n+4/29}function nt(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(n,1/2.4)-.055))}function tt(n,t,e){return new et(n,t,e)}function et(n,t,e){this.r=n,this.g=t,this.b=e}function rt(n){return 16>n?\"0\"+Math.max(0,n).toString(16):Math.min(255,n).toString(16)}function ut(n,t,e){var r,u,i,a=0,o=0,c=0;if(r=/([a-z]+)\\((.*)\\)/i.exec(n))switch(u=r[2].split(\",\"),r[1]){case\"hsl\":return e(parseFloat(u[0]),parseFloat(u[1])/100,parseFloat(u[2])/100);case\"rgb\":return t(ct(u[0]),ct(u[1]),ct(u[2]))}return(i=Za.get(n))?t(i.r,i.g,i.b):(null!=n&&n.charAt(0)===\"#\"&&(n.length===4?(a=n.charAt(1),a+=a,o=n.charAt(2),o+=o,c=n.charAt(3),c+=c):n.length===7&&(a=n.substring(1,3),o=n.substring(3,5),c=n.substring(5,7)),a=parseInt(a,16),o=parseInt(o,16),c=parseInt(c,16)),t(a,o,c))}function it(n,t,e){var r,u,i=Math.min(n/=255,t/=255,e/=255),a=Math.max(n,t,e),o=a-i,c=(a+i)/2;return o?(u=.5>c?o/(a+i):o/(2-a-i),r=n==a?(t-e)/o+(e>t?6:0):t==a?(e-n)/o+2:(n-t)/o+4,r*=60):u=r=0,F(r,u,c)}function at(n,t,e){n=ot(n),t=ot(t),e=ot(e);var r=Q((.4124564*n+.3575761*t+.1804375*e)/Ya),u=Q((.2126729*n+.7151522*t+.072175*e)/Ua),i=Q((.0193339*n+.119192*t+.9503041*e)/Ia);return $(116*u-16,500*(r-u),200*(u-i))}function ot(n){return(n/=255)<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4)}function ct(n){var t=parseFloat(n);return n.charAt(n.length-1)===\"%\"?Math.round(2.55*t):t}function lt(n){return\"function\"==typeof n?n:function(){return n}}function ft(n){return n}function st(n){return n.length===1?function(t,e){n(null==t?e:null)}:n}function ht(n,t){function e(n,e,i){arguments.length<3&&(i=e,e=null);var a=oa.xhr(n,t,i);return a.row=function(n){return arguments.length?a.response((e=n)==null?r:u(n)):e},a.row(e)}function r(n){return e.parse(n.responseText)}function u(n){return function(t){return e.parse(t.responseText,n)}}function a(t){return t.map(o).join(n)}function o(n){return c.test(n)?'\"'+n.replace(/\\\"/g,'\"\"')+'\"':n}var c=RegExp('[\"'+n+\"\\n]\"),l=n.charCodeAt(0);return e.parse=function(n,t){var r;return e.parseRows(n,function(n,e){if(r)return r(n,e-1);var u=Function(\"d\",\"return {\"+n.map(function(n,t){return JSON.stringify(n)+\": d[\"+t+\"]\"}).join(\",\")+\"}\");r=t?function(n,e){return t(u(n),e)}:u})},e.parseRows=function(n,t){function e(){if(f>=c)return a;if(u)return u=!1,i;var t=f;if(n.charCodeAt(t)===34){for(var e=t;e++<c;)if(n.charCodeAt(e)===34){if(n.charCodeAt(e+1)!==34)break;++e}f=e+2;var r=n.charCodeAt(e+1);return 13===r?(u=!0,n.charCodeAt(e+2)===10&&++f):10===r&&(u=!0),n.substring(t+1,e).replace(/\"\"/g,'\"')}for(;c>f;){var r=n.charCodeAt(f++),o=1;if(10===r)u=!0;else if(13===r)u=!0,n.charCodeAt(f)===10&&(++f,++o);else if(r!==l)continue;return n.substring(t,f-o)}return n.substring(t)}for(var r,u,i={},a={},o=[],c=n.length,f=0,s=0;(r=e())!==a;){for(var h=[];r!==i&&r!==a;)h.push(r),r=e();(!t||(h=t(h,s++)))&&o.push(h)}return o},e.format=function(t){if(Array.isArray(t[0]))return e.formatRows(t);var r=new i,u=[];return t.forEach(function(n){for(var t in n)r.has(t)||u.push(r.add(t))}),[u.map(o).join(n)].concat(t.map(function(t){return u.map(function(n){return o(t[n])}).join(n)})).join(\"\\n\")},e.formatRows=function(n){return n.map(a).join(\"\\n\")},e}function gt(){for(var n,t=Date.now(),e=Ka;e;)n=t-e.then,n>=e.delay&&(e.flush=e.callback(n)),e=e.next;var r=pt()-t;r>24?(isFinite(r)&&(clearTimeout($a),$a=setTimeout(gt,r)),Ba=0):(Ba=1,Wa(gt))}function pt(){for(var n=null,t=Ka,e=1/0;t;)t.flush?(delete Ga[t.callback.id],t=n?n.next=t.next:Ka=t.next):(e=Math.min(e,t.then+t.delay),t=(n=t).next);return e}function dt(n,t){var e=Math.pow(10,Math.abs(8-t)*3);return{scale:t>8?function(n){return n/e}:function(n){return n*e},symbol:n}}function mt(n,t){return t-(n?Math.ceil(Math.log(n)/Math.LN10):1)}function vt(n){return n+\"\"}function yt(n,t){co.hasOwnProperty(n.type)&&co[n.type](n,t)}function Mt(n,t,e){var r,u=-1,i=n.length-e;for(t.lineStart();++u<i;)r=n[u],t.point(r[0],r[1]);t.lineEnd()}function xt(n,t){var e=-1,r=n.length;for(t.polygonStart();++e<r;)Mt(n[e],t,1);t.polygonEnd()}function bt(){function n(n,t){n*=Ha,t=t*Ha/2+La/4;var e=n-r,a=Math.cos(t),o=Math.sin(t),c=i*o,l=fo,f=so,s=u*a+c*Math.cos(e),h=c*Math.sin(e);fo=l*s-f*h,so=f*s+l*h,r=n,u=a,i=o}var t,e,r,u,i;ho.point=function(a,o){ho.point=n,r=(t=a)*Ha,u=Math.cos(o=(e=o)*Ha/2+La/4),i=Math.sin(o)},ho.lineEnd=function(){n(t,e)}}function _t(n){function t(n,t){r>n&&(r=n),n>i&&(i=n),u>t&&(u=t),t>a&&(a=t)}function e(){o.point=o.lineEnd=N}var r,u,i,a,o={point:t,lineStart:N,lineEnd:N,polygonStart:function(){o.lineEnd=e},polygonEnd:function(){o.point=t}};return function(t){return a=i=-(r=u=1/0),oa.geo.stream(t,n(o)),[[r,u],[i,a]]}}function wt(n,t){if(!go){++po,n*=Ha;var e=Math.cos(t*=Ha);mo+=(e*Math.cos(n)-mo)/po,vo+=(e*Math.sin(n)-vo)/po,yo+=(Math.sin(t)-yo)/po}}function St(){var n,t;go=1,Et(),go=2;var e=Mo.point;Mo.point=function(r,u){e(n=r,t=u)},Mo.lineEnd=function(){Mo.point(n,t),kt(),Mo.lineEnd=kt}}function Et(){function n(n,u){n*=Ha;var i=Math.cos(u*=Ha),a=i*Math.cos(n),o=i*Math.sin(n),c=Math.sin(u),l=Math.atan2(Math.sqrt((l=e*c-r*o)*l+(l=r*a-t*c)*l+(l=t*o-e*a)*l),t*a+e*o+r*c);po+=l,mo+=l*(t+(t=a)),vo+=l*(e+(e=o)),yo+=l*(r+(r=c))}var t,e,r;go>1||(1>go&&(go=1,po=mo=vo=yo=0),Mo.point=function(u,i){u*=Ha;var a=Math.cos(i*=Ha);t=a*Math.cos(u),e=a*Math.sin(u),r=Math.sin(i),Mo.point=n})}function kt(){Mo.point=wt}function At(n){var t=n[0],e=n[1],r=Math.cos(e);return[r*Math.cos(t),r*Math.sin(t),Math.sin(e)]}function qt(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]}function Nt(n,t){return[n[1]*t[2]-n[2]*t[1],n[2]*t[0]-n[0]*t[2],n[0]*t[1]-n[1]*t[0]]}function Tt(n,t){n[0]+=t[0],n[1]+=t[1],n[2]+=t[2]}function Ct(n,t){return[n[0]*t,n[1]*t,n[2]*t]}function zt(n){var t=Math.sqrt(n[0]*n[0]+n[1]*n[1]+n[2]*n[2]);n[0]/=t,n[1]/=t,n[2]/=t}function Dt(){return!0}function jt(n){return[Math.atan2(n[1],n[0]),Math.asin(Math.max(-1,Math.min(1,n[2])))]}function Lt(n,t){return Math.abs(n[0]-t[0])<Fa&&Math.abs(n[1]-t[1])<Fa}function Ft(n,t,e,r,u){var i=[],a=[];if(n.forEach(function(n){if(!((t=n.length)<=1)){var t,e=n[0],r=n[t-1];if(Lt(e,r)){u.lineStart();for(var o=0;t>o;++o)u.point((e=n[o])[0],e[1]);return u.lineEnd(),void 0}var c={point:e,points:n,other:null,visited:!1,entry:!0,subject:!0},l={point:e,points:[e],other:c,visited:!1,entry:!1,subject:!1};c.other=l,i.push(c),a.push(l),c={point:r,points:[r],other:null,visited:!1,entry:!1,subject:!0},l={point:r,points:[r],other:c,visited:!1,entry:!0,subject:!1},c.other=l,i.push(c),a.push(l)}}),a.sort(t),Ht(i),Ht(a),i.length){if(e)for(var o=1,c=!e(a[0].point),l=a.length;l>o;++o)a[o].entry=c=!c;for(var f,s,h,g=i[0];;){for(f=g;f.visited;)if((f=f.next)===g)return;s=f.points,u.lineStart();do{if(f.visited=f.other.visited=!0,f.entry){if(f.subject)for(var o=0;o<s.length;o++)u.point((h=s[o])[0],h[1]);else r(f.point,f.next.point,1,u);f=f.next}else{if(f.subject){s=f.prev.points;for(var o=s.length;--o>=0;)u.point((h=s[o])[0],h[1])}else r(f.point,f.prev.point,-1,u);f=f.prev}f=f.other,s=f.points}while(!f.visited);u.lineEnd()}}}function Ht(n){if(t=n.length){for(var t,e,r=0,u=n[0];++r<t;)u.next=e=n[r],e.prev=u,u=e;u.next=e=n[0],e.prev=u}}function Pt(n,t,e){return function(r){function u(t,e){n(t,e)&&r.point(t,e)}function i(n,t){m.point(n,t)}function a(){v.point=i,m.lineStart()}function o(){v.point=u,m.lineEnd()}function c(n,t){M.point(n,t),d.push([n,t])}function l(){M.lineStart(),d=[]}function f(){c(d[0][0],d[0][1]),M.lineEnd();var n,t=M.clean(),e=y.buffer(),u=e.length;if(!u)return p=!0,g+=Yt(d,-1),d=null,void 0;if(d=null,1&t){n=e[0],h+=Yt(n,1);var i,u=n.length-1,a=-1;for(r.lineStart();++a<u;)r.point((i=n[a])[0],i[1]);return r.lineEnd(),void 0}u>1&&2&t&&e.push(e.pop().concat(e.shift())),s.push(e.filter(Rt))}var s,h,g,p,d,m=t(r),v={point:u,lineStart:a,lineEnd:o,polygonStart:function(){v.point=c,v.lineStart=l,v.lineEnd=f,p=!1,g=h=0,s=[],r.polygonStart()},polygonEnd:function(){v.point=u,v.lineStart=a,v.lineEnd=o,s=oa.merge(s),s.length?Ft(s,Ut,null,e,r):(-Fa>h||p&&-Fa>g)&&(r.lineStart(),e(null,null,1,r),r.lineEnd()),r.polygonEnd(),s=null},sphere:function(){r.polygonStart(),r.lineStart(),e(null,null,1,r),r.lineEnd(),r.polygonEnd()}},y=Ot(),M=t(y);return v}}function Rt(n){return n.length>1}function Ot(){var n,t=[];return{lineStart:function(){t.push(n=[])},point:function(t,e){n.push([t,e])},lineEnd:N,buffer:function(){var e=t;return t=[],n=null,e},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function Yt(n,t){if(!(e=n.length))return 0;for(var e,r,u,i=0,a=0,o=n[0],c=o[0],l=o[1],f=Math.cos(l),s=Math.atan2(t*Math.sin(c)*f,Math.sin(l)),h=1-t*Math.cos(c)*f,g=s;++i<e;)o=n[i],f=Math.cos(l=o[1]),r=Math.atan2(t*Math.sin(c=o[0])*f,Math.sin(l)),u=1-t*Math.cos(c)*f,Math.abs(h-2)<Fa&&Math.abs(u-2)<Fa||(Math.abs(u)<Fa||Math.abs(h)<Fa||(Math.abs(Math.abs(r-s)-La)<Fa?u+h>2&&(a+=4*(r-s)):a+=Math.abs(h-2)<Fa?4*(r-g):((3*La+r-s)%(2*La)-La)*(h+u)),g=s,s=r,h=u);return a}function Ut(n,t){return((n=n.point)[0]<0?n[1]-La/2-Fa:La/2-n[1])-((t=t.point)[0]<0?t[1]-La/2-Fa:La/2-t[1])}function It(n){var t,e=0/0,r=0/0,u=0/0;return{lineStart:function(){n.lineStart(),t=1},point:function(i,a){var o=i>0?La:-La,c=Math.abs(i-e);Math.abs(c-La)<Fa?(n.point(e,r=(r+a)/2>0?La/2:-La/2),n.point(u,r),n.lineEnd(),n.lineStart(),n.point(o,r),n.point(i,r),t=0):u!==o&&c>=La&&(Math.abs(e-u)<Fa&&(e-=u*Fa),Math.abs(i-o)<Fa&&(i-=o*Fa),r=Vt(e,r,i,a),n.point(u,r),n.lineEnd(),n.lineStart(),n.point(o,r),t=0),n.point(e=i,r=a),u=o},lineEnd:function(){n.lineEnd(),e=r=0/0},clean:function(){return 2-t}}}function Vt(n,t,e,r){var u,i,a=Math.sin(n-e);return Math.abs(a)>Fa?Math.atan((Math.sin(t)*(i=Math.cos(r))*Math.sin(e)-Math.sin(r)*(u=Math.cos(t))*Math.sin(n))/(u*i*a)):(t+r)/2}function Xt(n,t,e,r){var u;if(null==n)u=e*La/2,r.point(-La,u),r.point(0,u),r.point(La,u),r.point(La,0),r.point(La,-u),r.point(0,-u),r.point(-La,-u),r.point(-La,0),r.point(-La,u);else if(Math.abs(n[0]-t[0])>Fa){var i=(n[0]<t[0]?1:-1)*La;u=e*i/2,r.point(-i,u),r.point(0,u),r.point(i,u)}else r.point(t[0],t[1])}function Zt(n){function t(n,t){return Math.cos(n)*Math.cos(t)>i}function e(n){var e,i,c,l,f;return{lineStart:function(){l=c=!1,f=1},point:function(s,h){var g,p=[s,h],d=t(s,h),m=a?d?0:u(s,h):d?u(s+(0>s?La:-La),h):0;if(!e&&(l=c=d)&&n.lineStart(),d!==c&&(g=r(e,p),(Lt(e,g)||Lt(p,g))&&(p[0]+=Fa,p[1]+=Fa,d=t(p[0],p[1]))),d!==c)f=0,d?(n.lineStart(),g=r(p,e),n.point(g[0],g[1])):(g=r(e,p),n.point(g[0],g[1]),n.lineEnd()),e=g;else if(o&&e&&a^d){var v;m&i||!(v=r(p,e,!0))||(f=0,a?(n.lineStart(),n.point(v[0][0],v[0][1]),n.point(v[1][0],v[1][1]),n.lineEnd()):(n.point(v[1][0],v[1][1]),n.lineEnd(),n.lineStart(),n.point(v[0][0],v[0][1])))}!d||e&&Lt(e,p)||n.point(p[0],p[1]),e=p,c=d,i=m},lineEnd:function(){c&&n.lineEnd(),e=null},clean:function(){return f|(l&&c)<<1}}}function r(n,t,e){var r=At(n),u=At(t),a=[1,0,0],o=Nt(r,u),c=qt(o,o),l=o[0],f=c-l*l;if(!f)return!e&&n;var s=i*c/f,h=-i*l/f,g=Nt(a,o),p=Ct(a,s),d=Ct(o,h);Tt(p,d);var m=g,v=qt(p,m),y=qt(m,m),M=v*v-y*(qt(p,p)-1);if(!(0>M)){var x=Math.sqrt(M),b=Ct(m,(-v-x)/y);if(Tt(b,p),b=jt(b),!e)return b;var _,w=n[0],S=t[0],E=n[1],k=t[1];w>S&&(_=w,w=S,S=_);var A=S-w,q=Math.abs(A-La)<Fa,N=q||Fa>A;if(!q&&E>k&&(_=E,E=k,k=_),N?q?E+k>0^b[1]<(Math.abs(b[0]-w)<Fa?E:k):E<=b[1]&&b[1]<=k:A>La^(w<=b[0]&&b[0]<=S)){var T=Ct(m,(-v+x)/y);return Tt(T,p),[b,jt(T)]}}}function u(t,e){var r=a?n:La-n,u=0;return-r>t?u|=1:t>r&&(u|=2),-r>e?u|=4:e>r&&(u|=8),u}var i=Math.cos(n),a=i>0,o=Math.abs(i)>Fa,c=ie(n,6*Ha);return Pt(t,e,c)}function Bt(n,t,e,r){function u(r,u){return Math.abs(r[0]-n)<Fa?u>0?0:3:Math.abs(r[0]-e)<Fa?u>0?2:1:Math.abs(r[1]-t)<Fa?u>0?1:0:u>0?3:2}function i(n,t){return a(n.point,t.point)}function a(n,t){var e=u(n,1),r=u(t,1);return e!==r?e-r:0===e?t[1]-n[1]:1===e?n[0]-t[0]:2===e?n[1]-t[1]:t[0]-n[0]}function o(u,i){var a=i[0]-u[0],o=i[1]-u[1],c=[0,1];return Math.abs(a)<Fa&&Math.abs(o)<Fa?n<=u[0]&&u[0]<=e&&t<=u[1]&&u[1]<=r:$t(n-u[0],a,c)&&$t(u[0]-e,-a,c)&&$t(t-u[1],o,c)&&$t(u[1]-r,-o,c)?(c[1]<1&&(i[0]=u[0]+c[1]*a,i[1]=u[1]+c[1]*o),c[0]>0&&(u[0]+=c[0]*a,u[1]+=c[0]*o),!0):!1}return function(c){function l(i){var a=u(i,-1),o=f([0===a||3===a?n:e,a>1?r:t]);return o}function f(n){for(var t=0,e=M.length,r=n[1],u=0;e>u;++u)for(var i=1,a=M[u],o=a.length,c=a[0];o>i;++i)b=a[i],c[1]<=r?b[1]>r&&s(c,b,n)>0&&++t:b[1]<=r&&s(c,b,n)<0&&--t,c=b;return 0!==t}function s(n,t,e){return(t[0]-n[0])*(e[1]-n[1])-(e[0]-n[0])*(t[1]-n[1])}function h(i,o,c,l){var f=0,s=0;if(null==i||(f=u(i,c))!==(s=u(o,c))||a(i,o)<0^c>0){do l.point(0===f||3===f?n:e,f>1?r:t);while((f=(f+c+4)%4)!==s)}else l.point(o[0],o[1])}function g(u,i){return u>=n&&e>=u&&i>=t&&r>=i}function p(n,t){g(n,t)&&c.point(n,t)}function d(){C.point=v,M&&M.push(x=[]),q=!0,A=!1,E=k=0/0}function m(){y&&(v(_,w),S&&A&&T.rejoin(),y.push(T.buffer())),C.point=p,A&&c.lineEnd()}function v(n,t){n=Math.max(-bo,Math.min(bo,n)),t=Math.max(-bo,Math.min(bo,t));var e=g(n,t);if(M&&x.push([n,t]),q)_=n,w=t,S=e,q=!1,e&&(c.lineStart(),c.point(n,t));else if(e&&A)c.point(n,t);else{var r=[E,k],u=[n,t];o(r,u)?(A||(c.lineStart(),c.point(r[0],r[1])),c.point(u[0],u[1]),e||c.lineEnd()):(c.lineStart(),c.point(n,t))}E=n,k=t,A=e}var y,M,x,_,w,S,E,k,A,q,N=c,T=Ot(),C={point:p,lineStart:d,lineEnd:m,polygonStart:function(){c=T,y=[],M=[]},polygonEnd:function(){c=N,(y=oa.merge(y)).length?(c.polygonStart(),Ft(y,i,l,h,c),c.polygonEnd()):f([n,t])&&(c.polygonStart(),c.lineStart(),h(null,null,1,c),c.lineEnd(),c.polygonEnd()),y=M=x=null}};return C}}function $t(n,t,e){if(Math.abs(t)<Fa)return 0>=n;var r=n/t;if(t>0){if(r>e[1])return!1;r>e[0]&&(e[0]=r)}else{if(r<e[0])return!1;r<e[1]&&(e[1]=r)}return!0}function Jt(n,t){function e(e,r){return e=n(e,r),t(e[0],e[1])}return n.invert&&t.invert&&(e.invert=function(e,r){return e=t.invert(e,r),e&&n.invert(e[0],e[1])}),e}function Gt(n){function t(t){function r(e,r){e=n(e,r),t.point(e[0],e[1])}function i(){f=0/0,d.point=a,t.lineStart()}function a(r,i){var a=At([r,i]),o=n(r,i);e(f,s,l,h,g,p,f=o[0],s=o[1],l=r,h=a[0],g=a[1],p=a[2],u,t),t.point(f,s)}function o(){d.point=r,t.lineEnd()}function c(){var n,r,c,m,v,y,M;i(),d.point=function(t,e){a(n=t,r=e),c=f,m=s,v=h,y=g,M=p,d.point=a},d.lineEnd=function(){e(f,s,l,h,g,p,c,m,n,v,y,M,u,t),d.lineEnd=o,o()}}var l,f,s,h,g,p,d={point:r,lineStart:i,lineEnd:o,polygonStart:function(){t.polygonStart(),d.lineStart=c},polygonEnd:function(){t.polygonEnd(),d.lineStart=i}};return d}function e(t,u,i,a,o,c,l,f,s,h,g,p,d,m){var v=l-t,y=f-u,M=v*v+y*y;if(M>4*r&&d--){var x=a+h,b=o+g,_=c+p,w=Math.sqrt(x*x+b*b+_*_),S=Math.asin(_/=w),E=Math.abs(Math.abs(_)-1)<Fa?(i+s)/2:Math.atan2(b,x),k=n(E,S),A=k[0],q=k[1],N=A-t,T=q-u,C=y*N-v*T;(C*C/M>r||Math.abs((v*N+y*T)/M-.5)>.3)&&(e(t,u,i,a,o,c,A,q,E,x/=w,b/=w,_,d,m),m.point(A,q),e(A,q,E,x,b,_,l,f,s,h,g,p,d,m))}}var r=.5,u=16;return t.precision=function(n){return arguments.length?(u=(r=n*n)>0&&16,t):Math.sqrt(r)},t}function Kt(n){return Wt(function(){return n})()}function Wt(n){function t(n){return n=a(n[0]*Ha,n[1]*Ha),[n[0]*f+o,c-n[1]*f]}function e(n){return n=a.invert((n[0]-o)/f,(c-n[1])/f),n&&[n[0]*Pa,n[1]*Pa]}function r(){a=Jt(i=te(d,m,v),u);var n=u(g,p);return o=s-n[0]*f,c=h+n[1]*f,t}var u,i,a,o,c,l=Gt(function(n,t){return n=u(n,t),[n[0]*f+o,c-n[1]*f]}),f=150,s=480,h=250,g=0,p=0,d=0,m=0,v=0,y=xo,M=ft,x=null,b=null;return t.stream=function(n){return Qt(i,y(l(M(n))))},t.clipAngle=function(n){return arguments.length?(y=null==n?(x=n,xo):Zt((x=+n)*Ha),t):x},t.clipExtent=function(n){return arguments.length?(b=n,M=null==n?ft:Bt(n[0][0],n[0][1],n[1][0],n[1][1]),t):b},t.scale=function(n){return arguments.length?(f=+n,r()):f},t.translate=function(n){return arguments.length?(s=+n[0],h=+n[1],r()):[s,h]},t.center=function(n){return arguments.length?(g=n[0]%360*Ha,p=n[1]%360*Ha,r()):[g*Pa,p*Pa]},t.rotate=function(n){return arguments.length?(d=n[0]%360*Ha,m=n[1]%360*Ha,v=n.length>2?n[2]%360*Ha:0,r()):[d*Pa,m*Pa,v*Pa]},oa.rebind(t,l,\"precision\"),function(){return u=n.apply(this,arguments),t.invert=u.invert&&e,r()}}function Qt(n,t){return{point:function(e,r){r=n(e*Ha,r*Ha),e=r[0],t.point(e>La?e-2*La:-La>e?e+2*La:e,r[1])},sphere:function(){t.sphere()},lineStart:function(){t.lineStart()},lineEnd:function(){t.lineEnd()},polygonStart:function(){t.polygonStart()},polygonEnd:function(){t.polygonEnd()}}}function ne(n,t){return[n,t]}function te(n,t,e){return n?t||e?Jt(re(n),ue(t,e)):re(n):t||e?ue(t,e):ne}function ee(n){return function(t,e){return t+=n,[t>La?t-2*La:-La>t?t+2*La:t,e]}}function re(n){var t=ee(n);return t.invert=ee(-n),t}function ue(n,t){function e(n,t){var e=Math.cos(t),o=Math.cos(n)*e,c=Math.sin(n)*e,l=Math.sin(t),f=l*r+o*u;return[Math.atan2(c*i-f*a,o*r-l*u),Math.asin(Math.max(-1,Math.min(1,f*i+c*a)))]}var r=Math.cos(n),u=Math.sin(n),i=Math.cos(t),a=Math.sin(t);return e.invert=function(n,t){var e=Math.cos(t),o=Math.cos(n)*e,c=Math.sin(n)*e,l=Math.sin(t),f=l*i-c*a;return[Math.atan2(c*i+l*a,o*r+f*u),Math.asin(Math.max(-1,Math.min(1,f*r-o*u)))]},e}function ie(n,t){var e=Math.cos(n),r=Math.sin(n);return function(u,i,a,o){null!=u?(u=ae(e,u),i=ae(e,i),(a>0?i>u:u>i)&&(u+=2*a*La)):(u=n+2*a*La,i=n);for(var c,l=a*t,f=u;a>0?f>i:i>f;f-=l)o.point((c=jt([e,-r*Math.cos(f),-r*Math.sin(f)]))[0],c[1])}}function ae(n,t){var e=At(t);e[0]-=n,zt(e);var r=O(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-Fa)%(2*Math.PI)}function oe(n,t,e){var r=oa.range(n,t-Fa,e).concat(t);return function(n){return r.map(function(t){return[n,t]})}}function ce(n,t,e){var r=oa.range(n,t-Fa,e).concat(t);return function(n){return r.map(function(t){return[t,n]})}}function le(n){return n.source}function fe(n){return n.target}function se(n,t,e,r){var u=Math.cos(t),i=Math.sin(t),a=Math.cos(r),o=Math.sin(r),c=u*Math.cos(n),l=u*Math.sin(n),f=a*Math.cos(e),s=a*Math.sin(e),h=2*Math.asin(Math.sqrt(V(r-t)+u*a*V(e-n))),g=1/Math.sin(h),p=h?function(n){var t=Math.sin(n*=h)*g,e=Math.sin(h-n)*g,r=e*c+t*f,u=e*l+t*s,a=e*i+t*o;return[Math.atan2(u,r)*Pa,Math.atan2(a,Math.sqrt(r*r+u*u))*Pa]}:function(){return[n*Pa,t*Pa]};return p.distance=h,p}function he(){function n(n,u){var i=Math.sin(u*=Ha),a=Math.cos(u),o=Math.abs((n*=Ha)-t),c=Math.cos(o);_o+=Math.atan2(Math.sqrt((o=a*Math.sin(o))*o+(o=r*i-e*a*c)*o),e*i+r*a*c),t=n,e=i,r=a}var t,e,r;wo.point=function(u,i){t=u*Ha,e=Math.sin(i*=Ha),r=Math.cos(i),wo.point=n},wo.lineEnd=function(){wo.point=wo.lineEnd=N}}function ge(n){var t=0,e=La/3,r=Wt(n),u=r(t,e);return u.parallels=function(n){return arguments.length?r(t=n[0]*La/180,e=n[1]*La/180):[180*(t/La),180*(e/La)]},u}function pe(n,t){function e(n,t){var e=Math.sqrt(i-2*u*Math.sin(t))/u;return[e*Math.sin(n*=u),a-e*Math.cos(n)]}var r=Math.sin(n),u=(r+Math.sin(t))/2,i=1+r*(2*u-r),a=Math.sqrt(i)/u;return e.invert=function(n,t){var e=a-t;return[Math.atan2(n,e)/u,Math.asin((i-(n*n+e*e)*u*u)/(2*u))]},e}function de(n,t){var e=n(t[0]),r=n([.5*(t[0][0]+t[1][0]),t[0][1]]),u=n([t[1][0],t[0][1]]),i=n(t[1]),a=r[1]-e[1],o=r[0]-e[0],c=u[1]-r[1],l=u[0]-r[0],f=a/o,s=c/l,h=.5*(f*s*(e[1]-u[1])+s*(e[0]+r[0])-f*(r[0]+u[0]))/(s-f),g=(.5*(e[0]+r[0])-h)/f+.5*(e[1]+r[1]),p=i[0]-h,d=i[1]-g,m=e[0]-h,v=e[1]-g,y=p*p+d*d,M=m*m+v*v,x=Math.atan2(d,p),b=Math.atan2(v,m);return function(t){var e=t[0]-h,r=t[1]-g,u=e*e+r*r,i=Math.atan2(r,e);return u>y&&M>u&&i>x&&b>i?n.invert(t):void 0}}function me(){function n(n,t){Eo+=u*n-r*t,r=n,u=t}var t,e,r,u;ko.point=function(i,a){ko.point=n,t=r=i,e=u=a},ko.lineEnd=function(){n(t,e)}}function ve(){function n(n,t){a.push(\"M\",n,\",\",t,i)}function t(n,t){a.push(\"M\",n,\",\",t),o.point=e}function e(n,t){a.push(\"L\",n,\",\",t)}function r(){o.point=n}function u(){a.push(\"Z\")}var i=we(4.5),a=[],o={point:n,lineStart:function(){o.point=t},lineEnd:r,polygonStart:function(){o.lineEnd=u},polygonEnd:function(){o.lineEnd=r,o.point=n},pointRadius:function(n){return i=we(n),o},result:function(){if(a.length){var n=a.join(\"\");return a=[],n}}};return o}function ye(n,t){go||(mo+=n,vo+=t,++yo)}function Me(){function n(n,r){var u=n-t,i=r-e,a=Math.sqrt(u*u+i*i);mo+=a*(t+n)/2,vo+=a*(e+r)/2,yo+=a,t=n,e=r}var t,e;if(1!==go){if(!(1>go))return;go=1,mo=vo=yo=0}Ao.point=function(r,u){Ao.point=n,t=r,e=u}}function xe(){Ao.point=ye}function be(){function n(n,t){var e=u*n-r*t;mo+=e*(r+n),vo+=e*(u+t),yo+=3*e,r=n,u=t}var t,e,r,u;2>go&&(go=2,mo=vo=yo=0),Ao.point=function(i,a){Ao.point=n,t=r=i,e=u=a},Ao.lineEnd=function(){n(t,e)}}function _e(n){function t(t,e){n.moveTo(t,e),n.arc(t,e,a,0,2*La)}function e(t,e){n.moveTo(t,e),o.point=r}function r(t,e){n.lineTo(t,e)}function u(){o.point=t}function i(){n.closePath()}var a=4.5,o={point:t,lineStart:function(){o.point=e},lineEnd:u,polygonStart:function(){o.lineEnd=i},polygonEnd:function(){o.lineEnd=u,o.point=t},pointRadius:function(n){return a=n,o},result:N};return o}function we(n){return\"m0,\"+n+\"a\"+n+\",\"+n+\" 0 1,1 0,\"+-2*n+\"a\"+n+\",\"+n+\" 0 1,1 0,\"+2*n+\"z\"}function Se(n){var t=Gt(function(t,e){return n([t*Pa,e*Pa])});return function(n){return n=t(n),{point:function(t,e){n.point(t*Ha,e*Ha)},sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}}function Ee(n,t){function e(t,e){var r=Math.cos(t),u=Math.cos(e),i=n(r*u);return[i*u*Math.sin(t),i*Math.sin(e)]}return e.invert=function(n,e){var r=Math.sqrt(n*n+e*e),u=t(r),i=Math.sin(u),a=Math.cos(u);return[Math.atan2(n*i,r*a),Math.asin(r&&e*i/r)]},e}function ke(n,t){function e(n,t){var e=Math.abs(Math.abs(t)-La/2)<Fa?0:a/Math.pow(u(t),i);return[e*Math.sin(i*n),a-e*Math.cos(i*n)]}var r=Math.cos(n),u=function(n){return Math.tan(La/4+n/2)},i=n===t?Math.sin(n):Math.log(r/Math.cos(t))/Math.log(u(t)/u(n)),a=r*Math.pow(u(n),i)/i;return i?(e.invert=function(n,t){var e=a-t,r=R(i)*Math.sqrt(n*n+e*e);return[Math.atan2(n,e)/i,2*Math.atan(Math.pow(a/r,1/i))-La/2]},e):qe}function Ae(n,t){function e(n,t){var e=i-t;return[e*Math.sin(u*n),i-e*Math.cos(u*n)]}var r=Math.cos(n),u=n===t?Math.sin(n):(r-Math.cos(t))/(t-n),i=r/u+n;return Math.abs(u)<Fa?ne:(e.invert=function(n,t){var e=i-t;return[Math.atan2(n,e)/u,i-R(u)*Math.sqrt(n*n+e*e)]},e)}function qe(n,t){return[n,Math.log(Math.tan(La/4+t/2))]}function Ne(n){var t,e=Kt(n),r=e.scale,u=e.translate,i=e.clipExtent;return e.scale=function(){var n=r.apply(e,arguments);return n===e?t?e.clipExtent(null):e:n},e.translate=function(){var n=u.apply(e,arguments);return n===e?t?e.clipExtent(null):e:n},e.clipExtent=function(n){var a=i.apply(e,arguments);if(a===e){if(t=null==n){var o=La*r(),c=u();i([[c[0]-o,c[1]-o],[c[0]+o,c[1]+o]])}}else t&&(a=null);return a},e.clipExtent(null)}function Te(n,t){var e=Math.cos(t)*Math.sin(n);return[Math.log((1+e)/(1-e))/2,Math.atan2(Math.tan(t),Math.cos(n))]}function Ce(n){function t(t){function a(){l.push(\"M\",i(n(f),o))}for(var c,l=[],f=[],s=-1,h=t.length,g=lt(e),p=lt(r);++s<h;)u.call(this,c=t[s],s)?f.push([+g.call(this,c,s),+p.call(this,c,s)]):f.length&&(a(),f=[]);return f.length&&a(),l.length?l.join(\"\"):null}var e=ze,r=De,u=Dt,i=je,a=i.key,o=.7;return t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(r=n,t):r},t.defined=function(n){return arguments.length?(u=n,t):u},t.interpolate=function(n){return arguments.length?(a=\"function\"==typeof n?i=n:(i=Do.get(n)||je).key,t):a},t.tension=function(n){return arguments.length?(o=n,t):o},t}function ze(n){return n[0]}function De(n){return n[1]}function je(n){return n.join(\"L\")}function Le(n){return je(n)+\"Z\"}function Fe(n){for(var t=0,e=n.length,r=n[0],u=[r[0],\",\",r[1]];++t<e;)u.push(\"V\",(r=n[t])[1],\"H\",r[0]);return u.join(\"\")}function He(n){for(var t=0,e=n.length,r=n[0],u=[r[0],\",\",r[1]];++t<e;)u.push(\"H\",(r=n[t])[0],\"V\",r[1]);return u.join(\"\")}function Pe(n,t){return n.length<4?je(n):n[1]+Ye(n.slice(1,n.length-1),Ue(n,t))}function Re(n,t){return n.length<3?je(n):n[0]+Ye((n.push(n[0]),n),Ue([n[n.length-2]].concat(n,[n[1]]),t))}function Oe(n,t){return n.length<3?je(n):n[0]+Ye(n,Ue(n,t))}function Ye(n,t){if(t.length<1||n.length!=t.length&&n.length!=t.length+2)return je(n);var e=n.length!=t.length,r=\"\",u=n[0],i=n[1],a=t[0],o=a,c=1;if(e&&(r+=\"Q\"+(i[0]-a[0]*2/3)+\",\"+(i[1]-a[1]*2/3)+\",\"+i[0]+\",\"+i[1],u=n[1],c=2),t.length>1){o=t[1],i=n[c],c++,r+=\"C\"+(u[0]+a[0])+\",\"+(u[1]+a[1])+\",\"+(i[0]-o[0])+\",\"+(i[1]-o[1])+\",\"+i[0]+\",\"+i[1];for(var l=2;l<t.length;l++,c++)i=n[c],o=t[l],r+=\"S\"+(i[0]-o[0])+\",\"+(i[1]-o[1])+\",\"+i[0]+\",\"+i[1]}if(e){var f=n[c];r+=\"Q\"+(i[0]+o[0]*2/3)+\",\"+(i[1]+o[1]*2/3)+\",\"+f[0]+\",\"+f[1]}return r}function Ue(n,t){for(var e,r=[],u=(1-t)/2,i=n[0],a=n[1],o=1,c=n.length;++o<c;)e=i,i=a,a=n[o],r.push([u*(a[0]-e[0]),u*(a[1]-e[1])]);return r}function Ie(n){if(n.length<3)return je(n);var t=1,e=n.length,r=n[0],u=r[0],i=r[1],a=[u,u,u,(r=n[1])[0]],o=[i,i,i,r[1]],c=[u,\",\",i];for($e(c,a,o);++t<e;)r=n[t],a.shift(),a.push(r[0]),o.shift(),o.push(r[1]),$e(c,a,o);for(t=-1;++t<2;)a.shift(),a.push(r[0]),o.shift(),o.push(r[1]),$e(c,a,o);return c.join(\"\")}function Ve(n){if(n.length<4)return je(n);for(var t,e=[],r=-1,u=n.length,i=[0],a=[0];++r<3;)t=n[r],i.push(t[0]),a.push(t[1]);for(e.push(Be(Fo,i)+\",\"+Be(Fo,a)),--r;++r<u;)t=n[r],i.shift(),i.push(t[0]),a.shift(),a.push(t[1]),$e(e,i,a);return e.join(\"\")}function Xe(n){for(var t,e,r=-1,u=n.length,i=u+4,a=[],o=[];++r<4;)e=n[r%u],a.push(e[0]),o.push(e[1]);for(t=[Be(Fo,a),\",\",Be(Fo,o)],--r;++r<i;)e=n[r%u],a.shift(),a.push(e[0]),o.shift(),o.push(e[1]),$e(t,a,o);return t.join(\"\")}function Ze(n,t){var e=n.length-1;if(e)for(var r,u,i=n[0][0],a=n[0][1],o=n[e][0]-i,c=n[e][1]-a,l=-1;++l<=e;)r=n[l],u=l/e,r[0]=t*r[0]+(1-t)*(i+u*o),r[1]=t*r[1]+(1-t)*(a+u*c);return Ie(n)}function Be(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]+n[3]*t[3]}function $e(n,t,e){n.push(\"C\",Be(jo,t),\",\",Be(jo,e),\",\",Be(Lo,t),\",\",Be(Lo,e),\",\",Be(Fo,t),\",\",Be(Fo,e))}function Je(n,t){return(t[1]-n[1])/(t[0]-n[0])}function Ge(n){for(var t=0,e=n.length-1,r=[],u=n[0],i=n[1],a=r[0]=Je(u,i);++t<e;)r[t]=(a+(a=Je(u=i,i=n[t+1])))/2;return r[t]=a,r}function Ke(n){for(var t,e,r,u,i=[],a=Ge(n),o=-1,c=n.length-1;++o<c;)t=Je(n[o],n[o+1]),Math.abs(t)<1e-6?a[o]=a[o+1]=0:(e=a[o]/t,r=a[o+1]/t,u=e*e+r*r,u>9&&(u=3*t/Math.sqrt(u),a[o]=u*e,a[o+1]=u*r));for(o=-1;++o<=c;)u=(n[Math.min(c,o+1)][0]-n[Math.max(0,o-1)][0])/(6*(1+a[o]*a[o])),i.push([u||0,a[o]*u||0]);return i}function We(n){return n.length<3?je(n):n[0]+Ye(n,Ke(n))}function Qe(n,t,e,r){var u,i,a,o,c,l,f;return u=r[n],i=u[0],a=u[1],u=r[t],o=u[0],c=u[1],u=r[e],l=u[0],f=u[1],(f-a)*(o-i)-(c-a)*(l-i)>0}function nr(n,t,e){return(e[0]-t[0])*(n[1]-t[1])<(e[1]-t[1])*(n[0]-t[0])}function tr(n,t,e,r){var u=n[0],i=e[0],a=t[0]-u,o=r[0]-i,c=n[1],l=e[1],f=t[1]-c,s=r[1]-l,h=(o*(c-l)-s*(u-i))/(s*a-o*f);\n", | |
"return[u+h*a,c+h*f]}function er(n,t){var e={list:n.map(function(n,t){return{index:t,x:n[0],y:n[1]}}).sort(function(n,t){return n.y<t.y?-1:n.y>t.y?1:n.x<t.x?-1:n.x>t.x?1:0}),bottomSite:null},r={list:[],leftEnd:null,rightEnd:null,init:function(){r.leftEnd=r.createHalfEdge(null,\"l\"),r.rightEnd=r.createHalfEdge(null,\"l\"),r.leftEnd.r=r.rightEnd,r.rightEnd.l=r.leftEnd,r.list.unshift(r.leftEnd,r.rightEnd)},createHalfEdge:function(n,t){return{edge:n,side:t,vertex:null,l:null,r:null}},insert:function(n,t){t.l=n,t.r=n.r,n.r.l=t,n.r=t},leftBound:function(n){var t=r.leftEnd;do t=t.r;while(t!=r.rightEnd&&u.rightOf(t,n));return t=t.l},del:function(n){n.l.r=n.r,n.r.l=n.l,n.edge=null},right:function(n){return n.r},left:function(n){return n.l},leftRegion:function(n){return n.edge==null?e.bottomSite:n.edge.region[n.side]},rightRegion:function(n){return n.edge==null?e.bottomSite:n.edge.region[Ho[n.side]]}},u={bisect:function(n,t){var e={region:{l:n,r:t},ep:{l:null,r:null}},r=t.x-n.x,u=t.y-n.y,i=r>0?r:-r,a=u>0?u:-u;return e.c=n.x*r+n.y*u+.5*(r*r+u*u),i>a?(e.a=1,e.b=u/r,e.c/=r):(e.b=1,e.a=r/u,e.c/=u),e},intersect:function(n,t){var e=n.edge,r=t.edge;if(!e||!r||e.region.r==r.region.r)return null;var u=e.a*r.b-e.b*r.a;if(Math.abs(u)<1e-10)return null;var i,a,o=(e.c*r.b-r.c*e.b)/u,c=(r.c*e.a-e.c*r.a)/u,l=e.region.r,f=r.region.r;l.y<f.y||l.y==f.y&&l.x<f.x?(i=n,a=e):(i=t,a=r);var s=o>=a.region.r.x;return s&&i.side===\"l\"||!s&&i.side===\"r\"?null:{x:o,y:c}},rightOf:function(n,t){var e=n.edge,r=e.region.r,u=t.x>r.x;if(u&&n.side===\"l\")return 1;if(!u&&n.side===\"r\")return 0;if(e.a===1){var i=t.y-r.y,a=t.x-r.x,o=0,c=0;if(!u&&e.b<0||u&&e.b>=0?c=o=i>=e.b*a:(c=t.x+t.y*e.b>e.c,e.b<0&&(c=!c),c||(o=1)),!o){var l=r.x-e.region.l.x;c=e.b*(a*a-i*i)<l*i*(1+2*a/l+e.b*e.b),e.b<0&&(c=!c)}}else{var f=e.c-e.a*t.x,s=t.y-f,h=t.x-r.x,g=f-r.y;c=s*s>h*h+g*g}return n.side===\"l\"?c:!c},endPoint:function(n,e,r){n.ep[e]=r,n.ep[Ho[e]]&&t(n)},distance:function(n,t){var e=n.x-t.x,r=n.y-t.y;return Math.sqrt(e*e+r*r)}},i={list:[],insert:function(n,t,e){n.vertex=t,n.ystar=t.y+e;for(var r=0,u=i.list,a=u.length;a>r;r++){var o=u[r];if(!(n.ystar>o.ystar||n.ystar==o.ystar&&t.x>o.vertex.x))break}u.splice(r,0,n)},del:function(n){for(var t=0,e=i.list,r=e.length;r>t&&e[t]!=n;++t);e.splice(t,1)},empty:function(){return i.list.length===0},nextEvent:function(n){for(var t=0,e=i.list,r=e.length;r>t;++t)if(e[t]==n)return e[t+1];return null},min:function(){var n=i.list[0];return{x:n.vertex.x,y:n.ystar}},extractMin:function(){return i.list.shift()}};r.init(),e.bottomSite=e.list.shift();for(var a,o,c,l,f,s,h,g,p,d,m,v,y,M=e.list.shift();;)if(i.empty()||(a=i.min()),M&&(i.empty()||M.y<a.y||M.y==a.y&&M.x<a.x))o=r.leftBound(M),c=r.right(o),h=r.rightRegion(o),v=u.bisect(h,M),s=r.createHalfEdge(v,\"l\"),r.insert(o,s),d=u.intersect(o,s),d&&(i.del(o),i.insert(o,d,u.distance(d,M))),o=s,s=r.createHalfEdge(v,\"r\"),r.insert(o,s),d=u.intersect(s,c),d&&i.insert(s,d,u.distance(d,M)),M=e.list.shift();else{if(i.empty())break;o=i.extractMin(),l=r.left(o),c=r.right(o),f=r.right(c),h=r.leftRegion(o),g=r.rightRegion(c),m=o.vertex,u.endPoint(o.edge,o.side,m),u.endPoint(c.edge,c.side,m),r.del(o),i.del(c),r.del(c),y=\"l\",h.y>g.y&&(p=h,h=g,g=p,y=\"r\"),v=u.bisect(h,g),s=r.createHalfEdge(v,y),r.insert(l,s),u.endPoint(v,Ho[y],m),d=u.intersect(l,s),d&&(i.del(l),i.insert(l,d,u.distance(d,h))),d=u.intersect(s,f),d&&i.insert(s,d,u.distance(d,h))}for(o=r.right(r.leftEnd);o!=r.rightEnd;o=r.right(o))t(o.edge)}function rr(n){return n.x}function ur(n){return n.y}function ir(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function ar(n,t,e,r,u,i){if(!n(t,e,r,u,i)){var a=.5*(e+u),o=.5*(r+i),c=t.nodes;c[0]&&ar(n,c[0],e,r,a,o),c[1]&&ar(n,c[1],a,r,u,o),c[2]&&ar(n,c[2],e,o,a,i),c[3]&&ar(n,c[3],a,o,u,i)}}function or(n,t){n=oa.rgb(n),t=oa.rgb(t);var e=n.r,r=n.g,u=n.b,i=t.r-e,a=t.g-r,o=t.b-u;return function(n){return\"#\"+rt(Math.round(e+i*n))+rt(Math.round(r+a*n))+rt(Math.round(u+o*n))}}function cr(n){var t=[n.a,n.b],e=[n.c,n.d],r=fr(t),u=lr(t,e),i=fr(sr(e,t,-u))||0;t[0]*e[1]<e[0]*t[1]&&(t[0]*=-1,t[1]*=-1,r*=-1,u*=-1),this.rotate=(r?Math.atan2(t[1],t[0]):Math.atan2(-e[0],e[1]))*Pa,this.translate=[n.e,n.f],this.scale=[r,i],this.skew=i?Math.atan2(u,i)*Pa:0}function lr(n,t){return n[0]*t[0]+n[1]*t[1]}function fr(n){var t=Math.sqrt(lr(n,n));return t&&(n[0]/=t,n[1]/=t),t}function sr(n,t,e){return n[0]+=e*t[0],n[1]+=e*t[1],n}function hr(n,t){return t-=n,function(e){return n+t*e}}function gr(n,t){var e,r=[],u=[],i=oa.transform(n),a=oa.transform(t),o=i.translate,c=a.translate,l=i.rotate,f=a.rotate,s=i.skew,h=a.skew,g=i.scale,p=a.scale;return o[0]!=c[0]||o[1]!=c[1]?(r.push(\"translate(\",null,\",\",null,\")\"),u.push({i:1,x:hr(o[0],c[0])},{i:3,x:hr(o[1],c[1])})):c[0]||c[1]?r.push(\"translate(\"+c+\")\"):r.push(\"\"),l!=f?(l-f>180?f+=360:f-l>180&&(l+=360),u.push({i:r.push(r.pop()+\"rotate(\",null,\")\")-2,x:hr(l,f)})):f&&r.push(r.pop()+\"rotate(\"+f+\")\"),s!=h?u.push({i:r.push(r.pop()+\"skewX(\",null,\")\")-2,x:hr(s,h)}):h&&r.push(r.pop()+\"skewX(\"+h+\")\"),g[0]!=p[0]||g[1]!=p[1]?(e=r.push(r.pop()+\"scale(\",null,\",\",null,\")\"),u.push({i:e-4,x:hr(g[0],p[0])},{i:e-2,x:hr(g[1],p[1])})):(p[0]!=1||p[1]!=1)&&r.push(r.pop()+\"scale(\"+p+\")\"),e=u.length,function(n){for(var t,i=-1;++i<e;)r[(t=u[i]).i]=t.x(n);return r.join(\"\")}}function pr(n,t){var e,r={},u={};for(e in n)e in t?r[e]=vr(e)(n[e],t[e]):u[e]=n[e];for(e in t)e in n||(u[e]=t[e]);return function(n){for(e in r)u[e]=r[e](n);return u}}function dr(n,t){var e,r,u,i,a,o=0,c=0,l=[],f=[];for(Ro.lastIndex=0,r=0;e=Ro.exec(t);++r)e.index&&l.push(t.substring(o,c=e.index)),f.push({i:l.length,x:e[0]}),l.push(null),o=Ro.lastIndex;for(o<t.length&&l.push(t.substring(o)),r=0,i=f.length;(e=Ro.exec(n))&&i>r;++r)if(a=f[r],a.x==e[0]){if(a.i)if(l[a.i+1]==null)for(l[a.i-1]+=a.x,l.splice(a.i,1),u=r+1;i>u;++u)f[u].i--;else for(l[a.i-1]+=a.x+l[a.i+1],l.splice(a.i,2),u=r+1;i>u;++u)f[u].i-=2;else if(l[a.i+1]==null)l[a.i]=a.x;else for(l[a.i]=a.x+l[a.i+1],l.splice(a.i+1,1),u=r+1;i>u;++u)f[u].i--;f.splice(r,1),i--,r--}else a.x=hr(parseFloat(e[0]),parseFloat(a.x));for(;i>r;)a=f.pop(),l[a.i+1]==null?l[a.i]=a.x:(l[a.i]=a.x+l[a.i+1],l.splice(a.i+1,1)),i--;return l.length===1?l[0]==null?f[0].x:function(){return t}:function(n){for(r=0;i>r;++r)l[(a=f[r]).i]=a.x(n);return l.join(\"\")}}function mr(n,t){for(var e,r=oa.interpolators.length;--r>=0&&!(e=oa.interpolators[r](n,t)););return e}function vr(n){return\"transform\"==n?gr:mr}function yr(n,t){var e,r=[],u=[],i=n.length,a=t.length,o=Math.min(n.length,t.length);for(e=0;o>e;++e)r.push(mr(n[e],t[e]));for(;i>e;++e)u[e]=n[e];for(;a>e;++e)u[e]=t[e];return function(n){for(e=0;o>e;++e)u[e]=r[e](n);return u}}function Mr(n){return function(t){return 0>=t?0:t>=1?1:n(t)}}function xr(n){return function(t){return 1-n(1-t)}}function br(n){return function(t){return.5*(.5>t?n(2*t):2-n(2-2*t))}}function _r(n){return n*n}function wr(n){return n*n*n}function Sr(n){if(0>=n)return 0;if(n>=1)return 1;var t=n*n,e=t*n;return 4*(.5>n?e:3*(n-t)+e-.75)}function Er(n){return function(t){return Math.pow(t,n)}}function kr(n){return 1-Math.cos(n*La/2)}function Ar(n){return Math.pow(2,10*(n-1))}function qr(n){return 1-Math.sqrt(1-n*n)}function Nr(n,t){var e;return arguments.length<2&&(t=.45),arguments.length?e=t/(2*La)*Math.asin(1/n):(n=1,e=t/4),function(r){return 1+n*Math.pow(2,10*-r)*Math.sin(2*(r-e)*La/t)}}function Tr(n){return n||(n=1.70158),function(t){return t*t*((n+1)*t-n)}}function Cr(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375}function zr(n,t){n=oa.hcl(n),t=oa.hcl(t);var e=n.h,r=n.c,u=n.l,i=t.h-e,a=t.c-r,o=t.l-u;return i>180?i-=360:-180>i&&(i+=360),function(n){return B(e+i*n,r+a*n,u+o*n)+\"\"}}function Dr(n,t){n=oa.hsl(n),t=oa.hsl(t);var e=n.h,r=n.s,u=n.l,i=t.h-e,a=t.s-r,o=t.l-u;return i>180?i-=360:-180>i&&(i+=360),function(n){return P(e+i*n,r+a*n,u+o*n)+\"\"}}function jr(n,t){n=oa.lab(n),t=oa.lab(t);var e=n.l,r=n.a,u=n.b,i=t.l-e,a=t.a-r,o=t.b-u;return function(n){return G(e+i*n,r+a*n,u+o*n)+\"\"}}function Lr(n,t){return t-=n,function(e){return Math.round(n+t*e)}}function Fr(n,t){return t=t-(n=+n)?1/(t-n):0,function(e){return(e-n)*t}}function Hr(n,t){return t=t-(n=+n)?1/(t-n):0,function(e){return Math.max(0,Math.min(1,(e-n)*t))}}function Pr(n){for(var t=n.source,e=n.target,r=Or(t,e),u=[t];t!==r;)t=t.parent,u.push(t);for(var i=u.length;e!==r;)u.splice(i,0,e),e=e.parent;return u}function Rr(n){for(var t=[],e=n.parent;null!=e;)t.push(n),n=e,e=e.parent;return t.push(n),t}function Or(n,t){if(n===t)return n;for(var e=Rr(n),r=Rr(t),u=e.pop(),i=r.pop(),a=null;u===i;)a=u,u=e.pop(),i=r.pop();return a}function Yr(n){n.fixed|=2}function Ur(n){n.fixed&=-7}function Ir(n){n.fixed|=4,n.px=n.x,n.py=n.y}function Vr(n){n.fixed&=-5}function Xr(n,t,e){var r=0,u=0;if(n.charge=0,!n.leaf)for(var i,a=n.nodes,o=a.length,c=-1;++c<o;)i=a[c],null!=i&&(Xr(i,t,e),n.charge+=i.charge,r+=i.charge*i.cx,u+=i.charge*i.cy);if(n.point){n.leaf||(n.point.x+=Math.random()-.5,n.point.y+=Math.random()-.5);var l=t*e[n.point.index];n.charge+=n.pointCharge=l,r+=l*n.point.x,u+=l*n.point.y}n.cx=r/n.charge,n.cy=u/n.charge}function Zr(n,t){return oa.rebind(n,t,\"sort\",\"children\",\"value\"),n.nodes=n,n.links=Gr,n}function Br(n){return n.children}function $r(n){return n.value}function Jr(n,t){return t.value-n.value}function Gr(n){return oa.merge(n.map(function(n){return(n.children||[]).map(function(t){return{source:n,target:t}})}))}function Kr(n){return n.x}function Wr(n){return n.y}function Qr(n,t,e){n.y0=t,n.y=e}function nu(n){return oa.range(n.length)}function tu(n){for(var t=-1,e=n[0].length,r=[];++t<e;)r[t]=0;return r}function eu(n){for(var t,e=1,r=0,u=n[0][1],i=n.length;i>e;++e)(t=n[e][1])>u&&(r=e,u=t);return r}function ru(n){return n.reduce(uu,0)}function uu(n,t){return n+t[1]}function iu(n,t){return au(n,Math.ceil(Math.log(t.length)/Math.LN2+1))}function au(n,t){for(var e=-1,r=+n[0],u=(n[1]-r)/t,i=[];++e<=t;)i[e]=u*e+r;return i}function ou(n){return[oa.min(n),oa.max(n)]}function cu(n,t){return n.parent==t.parent?1:2}function lu(n){var t=n.children;return t&&t.length?t[0]:n._tree.thread}function fu(n){var t,e=n.children;return e&&(t=e.length)?e[t-1]:n._tree.thread}function su(n,t){var e=n.children;if(e&&(u=e.length))for(var r,u,i=-1;++i<u;)t(r=su(e[i],t),n)>0&&(n=r);return n}function hu(n,t){return n.x-t.x}function gu(n,t){return t.x-n.x}function pu(n,t){return n.depth-t.depth}function du(n,t){function e(n,r){var u=n.children;if(u&&(a=u.length))for(var i,a,o=null,c=-1;++c<a;)i=u[c],e(i,o),o=i;t(n,r)}e(n,null)}function mu(n){for(var t,e=0,r=0,u=n.children,i=u.length;--i>=0;)t=u[i]._tree,t.prelim+=e,t.mod+=e,e+=t.shift+(r+=t.change)}function vu(n,t,e){n=n._tree,t=t._tree;var r=e/(t.number-n.number);n.change+=r,t.change-=r,t.shift+=e,t.prelim+=e,t.mod+=e}function yu(n,t,e){return n._tree.ancestor.parent==t.parent?n._tree.ancestor:e}function Mu(n,t){return n.value-t.value}function xu(n,t){var e=n._pack_next;n._pack_next=t,t._pack_prev=n,t._pack_next=e,e._pack_prev=t}function bu(n,t){n._pack_next=t,t._pack_prev=n}function _u(n,t){var e=t.x-n.x,r=t.y-n.y,u=n.r+t.r;return u*u-e*e-r*r>.001}function wu(n){function t(n){f=Math.min(n.x-n.r,f),s=Math.max(n.x+n.r,s),h=Math.min(n.y-n.r,h),g=Math.max(n.y+n.r,g)}if((e=n.children)&&(l=e.length)){var e,r,u,i,a,o,c,l,f=1/0,s=-1/0,h=1/0,g=-1/0;if(e.forEach(Su),r=e[0],r.x=-r.r,r.y=0,t(r),l>1&&(u=e[1],u.x=u.r,u.y=0,t(u),l>2))for(i=e[2],Au(r,u,i),t(i),xu(r,i),r._pack_prev=i,xu(i,u),u=r._pack_next,a=3;l>a;a++){Au(r,u,i=e[a]);var p=0,d=1,m=1;for(o=u._pack_next;o!==u;o=o._pack_next,d++)if(_u(o,i)){p=1;break}if(1==p)for(c=r._pack_prev;c!==o._pack_prev&&!_u(c,i);c=c._pack_prev,m++);p?(m>d||d==m&&u.r<r.r?bu(r,u=o):bu(r=c,u),a--):(xu(r,i),u=i,t(i))}var v=(f+s)/2,y=(h+g)/2,M=0;for(a=0;l>a;a++)i=e[a],i.x-=v,i.y-=y,M=Math.max(M,i.r+Math.sqrt(i.x*i.x+i.y*i.y));n.r=M,e.forEach(Eu)}}function Su(n){n._pack_next=n._pack_prev=n}function Eu(n){delete n._pack_next,delete n._pack_prev}function ku(n,t,e,r){var u=n.children;if(n.x=t+=r*n.x,n.y=e+=r*n.y,n.r*=r,u)for(var i=-1,a=u.length;++i<a;)ku(u[i],t,e,r)}function Au(n,t,e){var r=n.r+e.r,u=t.x-n.x,i=t.y-n.y;if(r&&(u||i)){var a=t.r+e.r,o=u*u+i*i;a*=a,r*=r;var c=.5+(r-a)/(2*o),l=Math.sqrt(Math.max(0,2*a*(r+o)-(r-=o)*r-a*a))/(2*o);e.x=n.x+c*u+l*i,e.y=n.y+c*i-l*u}else e.x=n.x+r,e.y=n.y}function qu(n){return 1+oa.max(n,function(n){return n.y})}function Nu(n){return n.reduce(function(n,t){return n+t.x},0)/n.length}function Tu(n){var t=n.children;return t&&t.length?Tu(t[0]):n}function Cu(n){var t,e=n.children;return e&&(t=e.length)?Cu(e[t-1]):n}function zu(n){return{x:n.x,y:n.y,dx:n.dx,dy:n.dy}}function Du(n,t){var e=n.x+t[3],r=n.y+t[0],u=n.dx-t[1]-t[3],i=n.dy-t[0]-t[2];return 0>u&&(e+=u/2,u=0),0>i&&(r+=i/2,i=0),{x:e,y:r,dx:u,dy:i}}function ju(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Lu(n){return n.rangeExtent?n.rangeExtent():ju(n.range())}function Fu(n,t,e,r){var u=e(n[0],n[1]),i=r(t[0],t[1]);return function(n){return i(u(n))}}function Hu(n,t){var e,r=0,u=n.length-1,i=n[r],a=n[u];return i>a&&(e=r,r=u,u=e,e=i,i=a,a=e),(t=t(a-i))&&(n[r]=t.floor(i),n[u]=t.ceil(a)),n}function Pu(n,t,e,r){var u=[],i=[],a=0,o=Math.min(n.length,t.length)-1;for(n[o]<n[0]&&(n=n.slice().reverse(),t=t.slice().reverse());++a<=o;)u.push(e(n[a-1],n[a])),i.push(r(t[a-1],t[a]));return function(t){var e=oa.bisect(n,t,1,o)-1;return i[e](u[e](t))}}function Ru(n,t,e,r){function u(){var u=Math.min(n.length,t.length)>2?Pu:Fu,c=r?Hr:Fr;return a=u(n,t,c,e),o=u(t,n,c,mr),i}function i(n){return a(n)}var a,o;return i.invert=function(n){return o(n)},i.domain=function(t){return arguments.length?(n=t.map(Number),u()):n},i.range=function(n){return arguments.length?(t=n,u()):t},i.rangeRound=function(n){return i.range(n).interpolate(Lr)},i.clamp=function(n){return arguments.length?(r=n,u()):r},i.interpolate=function(n){return arguments.length?(e=n,u()):e},i.ticks=function(t){return Iu(n,t)},i.tickFormat=function(t,e){return Vu(n,t,e)},i.nice=function(){return Hu(n,Yu),u()},i.copy=function(){return Ru(n,t,e,r)},u()}function Ou(n,t){return oa.rebind(n,t,\"range\",\"rangeRound\",\"interpolate\",\"clamp\")}function Yu(n){return n=Math.pow(10,Math.round(Math.log(n)/Math.LN10)-1),n&&{floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}}}function Uu(n,t){var e=ju(n),r=e[1]-e[0],u=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),i=t/r*u;return.15>=i?u*=10:.35>=i?u*=5:.75>=i&&(u*=2),e[0]=Math.ceil(e[0]/u)*u,e[1]=Math.floor(e[1]/u)*u+.5*u,e[2]=u,e}function Iu(n,t){return oa.range.apply(oa,Uu(n,t))}function Vu(n,t,e){var r=-Math.floor(Math.log(Uu(n,t)[2])/Math.LN10+.01);return oa.format(e?e.replace(ro,function(n,t,e,u,i,a,o,c,l,f){return[t,e,u,i,a,o,c,l||\".\"+(r-2*(\"%\"===f)),f].join(\"\")}):\",.\"+r+\"f\")}function Xu(n,t,e,r){function u(t){return n(e(t))}return u.invert=function(t){return r(n.invert(t))},u.domain=function(t){return arguments.length?(t[0]<0?(e=$u,r=Ju):(e=Zu,r=Bu),n.domain(t.map(e)),u):n.domain().map(r)},u.base=function(n){return arguments.length?(t=+n,u):t},u.nice=function(){return n.domain(Hu(n.domain(),Gu(t))),u},u.ticks=function(){var u=ju(n.domain()),i=[];if(u.every(isFinite)){var a=Math.log(t),o=Math.floor(u[0]/a),c=Math.ceil(u[1]/a),l=r(u[0]),f=r(u[1]),s=t%1?2:t;if(e===$u)for(i.push(-Math.pow(t,-o));o++<c;)for(var h=s-1;h>0;h--)i.push(-Math.pow(t,-o)*h);else{for(;c>o;o++)for(var h=1;s>h;h++)i.push(Math.pow(t,o)*h);i.push(Math.pow(t,o))}for(o=0;i[o]<l;o++);for(c=i.length;i[c-1]>f;c--);i=i.slice(o,c)}return i},u.tickFormat=function(n,i){if(arguments.length<2&&(i=$o),!arguments.length)return i;var a,o=Math.log(t),c=Math.max(.1,n/u.ticks().length),l=e===$u?(a=-1e-12,Math.floor):(a=1e-12,Math.ceil);return function(n){return n/r(o*l(e(n)/o+a))<=c?i(n):\"\"}},u.copy=function(){return Xu(n.copy(),t,e,r)},Ou(u,n)}function Zu(n){return Math.log(0>n?0:n)}function Bu(n){return Math.exp(n)}function $u(n){return-Math.log(n>0?0:-n)}function Ju(n){return-Math.exp(-n)}function Gu(n){n=Math.log(n);var t={floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}};return function(){return t}}function Ku(n,t){function e(t){return n(r(t))}var r=Wu(t),u=Wu(1/t);return e.invert=function(t){return u(n.invert(t))},e.domain=function(t){return arguments.length?(n.domain(t.map(r)),e):n.domain().map(u)},e.ticks=function(n){return Iu(e.domain(),n)},e.tickFormat=function(n,t){return Vu(e.domain(),n,t)},e.nice=function(){return e.domain(Hu(e.domain(),Yu))},e.exponent=function(n){if(!arguments.length)return t;var i=e.domain();return r=Wu(t=n),u=Wu(1/t),e.domain(i)},e.copy=function(){return Ku(n.copy(),t)},Ou(e,n)}function Wu(n){return function(t){return 0>t?-Math.pow(-t,n):Math.pow(t,n)}}function Qu(n,t){function e(t){return a[((i.get(t)||i.set(t,n.push(t)))-1)%a.length]}function r(t,e){return oa.range(n.length).map(function(n){return t+e*n})}var i,a,o;return e.domain=function(r){if(!arguments.length)return n;n=[],i=new u;for(var a,o=-1,c=r.length;++o<c;)i.has(a=r[o])||i.set(a,n.push(a));return e[t.t].apply(e,t.a)},e.range=function(n){return arguments.length?(a=n,o=0,t={t:\"range\",a:arguments},e):a},e.rangePoints=function(u,i){arguments.length<2&&(i=0);var c=u[0],l=u[1],f=(l-c)/(Math.max(1,n.length-1)+i);return a=r(n.length<2?(c+l)/2:c+f*i/2,f),o=0,t={t:\"rangePoints\",a:arguments},e},e.rangeBands=function(u,i,c){arguments.length<2&&(i=0),arguments.length<3&&(c=i);var l=u[1]<u[0],f=u[l-0],s=u[1-l],h=(s-f)/(n.length-i+2*c);return a=r(f+h*c,h),l&&a.reverse(),o=h*(1-i),t={t:\"rangeBands\",a:arguments},e},e.rangeRoundBands=function(u,i,c){arguments.length<2&&(i=0),arguments.length<3&&(c=i);var l=u[1]<u[0],f=u[l-0],s=u[1-l],h=Math.floor((s-f)/(n.length-i+2*c)),g=s-f-(n.length-i)*h;return a=r(f+Math.round(g/2),h),l&&a.reverse(),o=Math.round(h*(1-i)),t={t:\"rangeRoundBands\",a:arguments},e},e.rangeBand=function(){return o},e.rangeExtent=function(){return ju(t.a[0])},e.copy=function(){return Qu(n,t)},e.domain(n)}function ni(n,t){function e(){var e=0,i=t.length;for(u=[];++e<i;)u[e-1]=oa.quantile(n,e/i);return r}function r(n){return isNaN(n=+n)?0/0:t[oa.bisect(u,n)]}var u;return r.domain=function(t){return arguments.length?(n=t.filter(function(n){return!isNaN(n)}).sort(oa.ascending),e()):n},r.range=function(n){return arguments.length?(t=n,e()):t},r.quantiles=function(){return u},r.copy=function(){return ni(n,t)},e()}function ti(n,t,e){function r(t){return e[Math.max(0,Math.min(a,Math.floor(i*(t-n))))]}function u(){return i=e.length/(t-n),a=e.length-1,r}var i,a;return r.domain=function(e){return arguments.length?(n=+e[0],t=+e[e.length-1],u()):[n,t]},r.range=function(n){return arguments.length?(e=n,u()):e},r.copy=function(){return ti(n,t,e)},u()}function ei(n,t){function e(e){return t[oa.bisect(n,e)]}return e.domain=function(t){return arguments.length?(n=t,e):n},e.range=function(n){return arguments.length?(t=n,e):t},e.copy=function(){return ei(n,t)},e}function ri(n){function t(n){return+n}return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=e.map(t),t):n},t.ticks=function(t){return Iu(n,t)},t.tickFormat=function(t,e){return Vu(n,t,e)},t.copy=function(){return ri(n)},t}function ui(n){return n.innerRadius}function ii(n){return n.outerRadius}function ai(n){return n.startAngle}function oi(n){return n.endAngle}function ci(n){for(var t,e,r,u=-1,i=n.length;++u<i;)t=n[u],e=t[0],r=t[1]+Qo,t[0]=e*Math.cos(r),t[1]=e*Math.sin(r);return n}function li(n){function t(t){function c(){d.push(\"M\",o(n(v),s),f,l(n(m.reverse()),s),\"Z\")}for(var h,g,p,d=[],m=[],v=[],y=-1,M=t.length,x=lt(e),b=lt(u),_=e===r?function(){return g}:lt(r),w=u===i?function(){return p}:lt(i);++y<M;)a.call(this,h=t[y],y)?(m.push([g=+x.call(this,h,y),p=+b.call(this,h,y)]),v.push([+_.call(this,h,y),+w.call(this,h,y)])):m.length&&(c(),m=[],v=[]);return m.length&&c(),d.length?d.join(\"\"):null}var e=ze,r=ze,u=0,i=De,a=Dt,o=je,c=o.key,l=o,f=\"L\",s=.7;return t.x=function(n){return arguments.length?(e=r=n,t):r},t.x0=function(n){return arguments.length?(e=n,t):e},t.x1=function(n){return arguments.length?(r=n,t):r},t.y=function(n){return arguments.length?(u=i=n,t):i},t.y0=function(n){return arguments.length?(u=n,t):u},t.y1=function(n){return arguments.length?(i=n,t):i},t.defined=function(n){return arguments.length?(a=n,t):a},t.interpolate=function(n){return arguments.length?(c=\"function\"==typeof n?o=n:(o=Do.get(n)||je).key,l=o.reverse||o,f=o.closed?\"M\":\"L\",t):c},t.tension=function(n){return arguments.length?(s=n,t):s},t}function fi(n){return n.radius}function si(n){return[n.x,n.y]}function hi(n){return function(){var t=n.apply(this,arguments),e=t[0],r=t[1]+Qo;return[e*Math.cos(r),e*Math.sin(r)]}}function gi(){return 64}function pi(){return\"circle\"}function di(n){var t=Math.sqrt(n/La);return\"M0,\"+t+\"A\"+t+\",\"+t+\" 0 1,1 0,\"+-t+\"A\"+t+\",\"+t+\" 0 1,1 0,\"+t+\"Z\"}function mi(n,t){return Ma(n,ic),n.id=t,n}function vi(n,t,e,r){var u=n.id;return D(n,\"function\"==typeof e?function(n,i,a){n.__transition__[u].tween.set(t,r(e.call(n,n.__data__,i,a)))}:(e=r(e),function(n){n.__transition__[u].tween.set(t,e)}))}function yi(n){return null==n&&(n=\"\"),function(){this.textContent=n}}function Mi(n,t,e,r){var i=n.__transition__||(n.__transition__={active:0,count:0}),a=i[e];if(!a){var o=r.time;return a=i[e]={tween:new u,event:oa.dispatch(\"start\",\"end\"),time:o,ease:r.ease,delay:r.delay,duration:r.duration},++i.count,oa.timer(function(r){function u(r){return i.active>e?l():(i.active=e,h.start.call(n,f,t),a.tween.forEach(function(e,r){(r=r.call(n,f,t))&&d.push(r)}),c(r)||oa.timer(c,0,o),1)}function c(r){if(i.active!==e)return l();for(var u=(r-g)/p,a=s(u),o=d.length;o>0;)d[--o].call(n,a);return u>=1?(l(),h.end.call(n,f,t),1):void 0}function l(){return--i.count?delete i[e]:delete n.__transition__,1}var f=n.__data__,s=a.ease,h=a.event,g=a.delay,p=a.duration,d=[];return r>=g?u(r):oa.timer(u,g,o),1},0,o),a}}function xi(n,t){n.attr(\"transform\",function(n){return\"translate(\"+t(n)+\",0)\"})}function bi(n,t){n.attr(\"transform\",function(n){return\"translate(0,\"+t(n)+\")\"})}function _i(n,t,e){if(r=[],e&&t.length>1){for(var r,u,i,a=ju(n.domain()),o=-1,c=t.length,l=(t[1]-t[0])/++e;++o<c;)for(u=e;--u>0;)(i=+t[o]-u*l)>=a[0]&&r.push(i);for(--o,u=0;++u<e&&(i=+t[o]+u*l)<a[1];)r.push(i)}return r}function wi(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function Si(n,t,e){function r(t){var e=n(t),r=i(e,1);return r-t>t-e?e:r}function u(e){return t(e=n(new hc(e-1)),1),e}function i(n,e){return t(n=new hc(+n),e),n}function a(n,r,i){var a=u(n),o=[];if(i>1)for(;r>a;)e(a)%i||o.push(new Date(+a)),t(a,1);else for(;r>a;)o.push(new Date(+a)),t(a,1);return o}function o(n,t,e){try{hc=wi;var r=new wi;return r._=n,a(r,t,e)}finally{hc=Date}}n.floor=n,n.round=r,n.ceil=u,n.offset=i,n.range=a;var c=n.utc=Ei(n);return c.floor=c,c.round=Ei(r),c.ceil=Ei(u),c.offset=Ei(i),c.range=o,n}function Ei(n){return function(t,e){try{hc=wi;var r=new wi;return r._=t,n(r,e)._}finally{hc=Date}}}function ki(n,t,e,r){for(var u,i,a=0,o=t.length,c=e.length;o>a;){if(r>=c)return-1;if(u=t.charCodeAt(a++),37===u){if(i=Tc[t.charAt(a++)],!i||(r=i(n,e,r))<0)return-1}else if(u!=e.charCodeAt(r++))return-1}return r}function Ai(n){return RegExp(\"^(?:\"+n.map(oa.requote).join(\"|\")+\")\",\"i\")}function qi(n){for(var t=new u,e=-1,r=n.length;++e<r;)t.set(n[e].toLowerCase(),e);return t}function Ni(n,t,e){n+=\"\";var r=n.length;return e>r?Array(e-r+1).join(t)+n:n}function Ti(n,t,e){wc.lastIndex=0;var r=wc.exec(t.substring(e));return r?e+=r[0].length:-1}function Ci(n,t,e){_c.lastIndex=0;var r=_c.exec(t.substring(e));return r?e+=r[0].length:-1}function zi(n,t,e){kc.lastIndex=0;var r=kc.exec(t.substring(e));return r?(n.m=Ac.get(r[0].toLowerCase()),e+=r[0].length):-1}function Di(n,t,e){Sc.lastIndex=0;var r=Sc.exec(t.substring(e));return r?(n.m=Ec.get(r[0].toLowerCase()),e+=r[0].length):-1}function ji(n,t,e){return ki(n,\"\"+Nc.c,t,e)}function Li(n,t,e){return ki(n,\"\"+Nc.x,t,e)}function Fi(n,t,e){return ki(n,\"\"+Nc.X,t,e)}function Hi(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+4));return r?(n.y=+r[0],e+=r[0].length):-1}function Pi(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+2));return r?(n.y=Ri(+r[0]),e+=r[0].length):-1}function Ri(n){return n+(n>68?1900:2e3)}function Oi(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+2));return r?(n.m=r[0]-1,e+=r[0].length):-1}function Yi(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+2));return r?(n.d=+r[0],e+=r[0].length):-1}function Ui(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+2));return r?(n.H=+r[0],e+=r[0].length):-1}function Ii(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+2));return r?(n.M=+r[0],e+=r[0].length):-1}function Vi(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+2));return r?(n.S=+r[0],e+=r[0].length):-1}function Xi(n,t,e){Cc.lastIndex=0;var r=Cc.exec(t.substring(e,e+3));return r?(n.L=+r[0],e+=r[0].length):-1}function Zi(n,t,e){var r=zc.get(t.substring(e,e+=2).toLowerCase());return null==r?-1:(n.p=r,e)}function Bi(n){var t=n.getTimezoneOffset(),e=t>0?\"-\":\"+\",r=~~(Math.abs(t)/60),u=Math.abs(t)%60;return e+Ni(r,\"0\",2)+Ni(u,\"0\",2)}function $i(n){return n.toISOString()}function Ji(n,t,e){function r(t){return n(t)}return r.invert=function(t){return Ki(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain(t),r):n.domain().map(Ki)},r.nice=function(n){return r.domain(Hu(r.domain(),function(){return n}))},r.ticks=function(e,u){var i=Gi(r.domain());if(\"function\"!=typeof e){var a=i[1]-i[0],o=a/e,c=oa.bisect(jc,o);if(c==jc.length)return t.year(i,e);if(!c)return n.ticks(e).map(Ki);Math.log(o/jc[c-1])<Math.log(jc[c]/o)&&--c,e=t[c],u=e[1],e=e[0].range}return e(i[0],new Date(+i[1]+1),u)},r.tickFormat=function(){return e},r.copy=function(){return Ji(n.copy(),t,e)},oa.rebind(r,n,\"range\",\"rangeRound\",\"interpolate\",\"clamp\")}function Gi(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Ki(n){return new Date(n)}function Wi(n){return function(t){for(var e=n.length-1,r=n[e];!r[1](t);)r=n[--e];return r[0](t)}}function Qi(n){var t=new Date(n,0,1);return t.setFullYear(n),t}function na(n){var t=n.getFullYear(),e=Qi(t),r=Qi(t+1);return t+(n-e)/(r-e)}function ta(n){var t=new Date(Date.UTC(n,0,1));return t.setUTCFullYear(n),t}function ea(n){var t=n.getUTCFullYear(),e=ta(t),r=ta(t+1);return t+(n-e)/(r-e)}function ra(n){return n.responseText}function ua(n){return JSON.parse(n.responseText)}function ia(n){var t=ca.createRange();return t.selectNode(ca.body),t.createContextualFragment(n.responseText)}function aa(n){return n.responseXML}var oa={version:\"3.1.3\"};Date.now||(Date.now=function(){return+new Date});var ca=document,la=window;try{ca.createElement(\"div\").style.setProperty(\"opacity\",0,\"\")}catch(fa){var sa=la.CSSStyleDeclaration.prototype,ha=sa.setProperty;sa.setProperty=function(n,t,e){ha.call(this,n,t+\"\",e)}}oa.ascending=function(n,t){return t>n?-1:n>t?1:n>=t?0:0/0},oa.descending=function(n,t){return n>t?-1:t>n?1:t>=n?0:0/0},oa.min=function(n,t){var e,r,u=-1,i=n.length;if(arguments.length===1){for(;++u<i&&((e=n[u])==null||e!=e);)e=void 0;for(;++u<i;)(r=n[u])!=null&&e>r&&(e=r)}else{for(;++u<i&&((e=t.call(n,n[u],u))==null||e!=e);)e=void 0;for(;++u<i;)(r=t.call(n,n[u],u))!=null&&e>r&&(e=r)}return e},oa.max=function(n,t){var e,r,u=-1,i=n.length;if(arguments.length===1){for(;++u<i&&((e=n[u])==null||e!=e);)e=void 0;for(;++u<i;)(r=n[u])!=null&&r>e&&(e=r)}else{for(;++u<i&&((e=t.call(n,n[u],u))==null||e!=e);)e=void 0;for(;++u<i;)(r=t.call(n,n[u],u))!=null&&r>e&&(e=r)}return e},oa.extent=function(n,t){var e,r,u,i=-1,a=n.length;if(arguments.length===1){for(;++i<a&&((e=u=n[i])==null||e!=e);)e=u=void 0;for(;++i<a;)(r=n[i])!=null&&(e>r&&(e=r),r>u&&(u=r))}else{for(;++i<a&&((e=u=t.call(n,n[i],i))==null||e!=e);)e=void 0;for(;++i<a;)(r=t.call(n,n[i],i))!=null&&(e>r&&(e=r),r>u&&(u=r))}return[e,u]},oa.sum=function(n,t){var e,r=0,u=n.length,i=-1;if(arguments.length===1)for(;++i<u;)isNaN(e=+n[i])||(r+=e);else for(;++i<u;)isNaN(e=+t.call(n,n[i],i))||(r+=e);return r},oa.mean=function(t,e){var r,u=t.length,i=0,a=-1,o=0;if(arguments.length===1)for(;++a<u;)n(r=t[a])&&(i+=(r-i)/++o);else for(;++a<u;)n(r=e.call(t,t[a],a))&&(i+=(r-i)/++o);return o?i:void 0},oa.quantile=function(n,t){var e=(n.length-1)*t+1,r=Math.floor(e),u=+n[r-1],i=e-r;return i?u+i*(n[r]-u):u},oa.median=function(t,e){return arguments.length>1&&(t=t.map(e)),t=t.filter(n),t.length?oa.quantile(t.sort(oa.ascending),.5):void 0},oa.bisector=function(n){return{left:function(t,e,r,u){for(arguments.length<3&&(r=0),arguments.length<4&&(u=t.length);u>r;){var i=r+u>>>1;n.call(t,t[i],i)<e?r=i+1:u=i}return r},right:function(t,e,r,u){for(arguments.length<3&&(r=0),arguments.length<4&&(u=t.length);u>r;){var i=r+u>>>1;e<n.call(t,t[i],i)?u=i:r=i+1}return r}}};var ga=oa.bisector(function(n){return n});oa.bisectLeft=ga.left,oa.bisect=oa.bisectRight=ga.right,oa.shuffle=function(n){for(var t,e,r=n.length;r;)e=Math.random()*r--|0,t=n[r],n[r]=n[e],n[e]=t;return n},oa.permute=function(n,t){for(var e=[],r=-1,u=t.length;++r<u;)e[r]=n[t[r]];return e},oa.zip=function(){if(!(u=arguments.length))return[];for(var n=-1,e=oa.min(arguments,t),r=Array(e);++n<e;)for(var u,i=-1,a=r[n]=Array(u);++i<u;)a[i]=arguments[i][n];return r},oa.transpose=function(n){return oa.zip.apply(oa,n)},oa.keys=function(n){var t=[];for(var e in n)t.push(e);return t},oa.values=function(n){var t=[];for(var e in n)t.push(n[e]);return t},oa.entries=function(n){var t=[];for(var e in n)t.push({key:e,value:n[e]});return t},oa.merge=function(n){return Array.prototype.concat.apply([],n)},oa.range=function(n,t,r){if(arguments.length<3&&(r=1,arguments.length<2&&(t=n,n=0)),1/0===(t-n)/r)throw Error(\"infinite range\");var u,i=[],a=e(Math.abs(r)),o=-1;if(n*=a,t*=a,r*=a,0>r)for(;(u=n+r*++o)>t;)i.push(u/a);else for(;(u=n+r*++o)<t;)i.push(u/a);return i},oa.map=function(n){var t=new u;for(var e in n)t.set(e,n[e]);return t},r(u,{has:function(n){return pa+n in this},get:function(n){return this[pa+n]},set:function(n,t){return this[pa+n]=t},remove:function(n){return n=pa+n,n in this&&delete this[n]},keys:function(){var n=[];return this.forEach(function(t){n.push(t)}),n},values:function(){var n=[];return this.forEach(function(t,e){n.push(e)}),n},entries:function(){var n=[];return this.forEach(function(t,e){n.push({key:t,value:e})}),n},forEach:function(n){for(var t in this)t.charCodeAt(0)===da&&n.call(this,t.substring(1),this[t])}});var pa=\"\\0\",da=pa.charCodeAt(0);oa.nest=function(){function n(t,o,c){if(c>=a.length)return r?r.call(i,o):e?o.sort(e):o;for(var l,f,s,h,g=-1,p=o.length,d=a[c++],m=new u;++g<p;)(h=m.get(l=d(f=o[g])))?h.push(f):m.set(l,[f]);return t?(f=t(),s=function(e,r){f.set(e,n(t,r,c))}):(f={},s=function(e,r){f[e]=n(t,r,c)}),m.forEach(s),f}function t(n,e){if(e>=a.length)return n;var r=[],u=o[e++];return n.forEach(function(n,u){r.push({key:n,values:t(u,e)})}),u?r.sort(function(n,t){return u(n.key,t.key)}):r}var e,r,i={},a=[],o=[];return i.map=function(t,e){return n(e,t,0)},i.entries=function(e){return t(n(oa.map,e,0),0)},i.key=function(n){return a.push(n),i},i.sortKeys=function(n){return o[a.length-1]=n,i},i.sortValues=function(n){return e=n,i},i.rollup=function(n){return r=n,i},i},oa.set=function(n){var t=new i;if(n)for(var e=0;e<n.length;e++)t.add(n[e]);return t},r(i,{has:function(n){return pa+n in this},add:function(n){return this[pa+n]=!0,n},remove:function(n){return n=pa+n,n in this&&delete this[n]},values:function(){var n=[];return this.forEach(function(t){n.push(t)}),n},forEach:function(n){for(var t in this)t.charCodeAt(0)===da&&n.call(this,t.substring(1))}}),oa.behavior={},oa.rebind=function(n,t){for(var e,r=1,u=arguments.length;++r<u;)n[e=arguments[r]]=a(n,t,t[e]);return n},oa.dispatch=function(){for(var n=new o,t=-1,e=arguments.length;++t<e;)n[arguments[t]]=c(n);return n},o.prototype.on=function(n,t){var e=n.indexOf(\".\"),r=\"\";if(e>=0&&(r=n.substring(e+1),n=n.substring(0,e)),n)return arguments.length<2?this[n].on(r):this[n].on(r,t);if(arguments.length===2){if(null==t)for(n in this)this.hasOwnProperty(n)&&this[n].on(r,null);return this}},oa.event=null,oa.mouse=function(n){return h(n,f())};var ma=/WebKit/.test(la.navigator.userAgent)?-1:0,va=p;\n", | |
"try{va(ca.documentElement.childNodes)[0].nodeType}catch(ya){va=g}var Ma=[].__proto__?function(n,t){n.__proto__=t}:function(n,t){for(var e in t)n[e]=t[e]};oa.touches=function(n,t){return arguments.length<2&&(t=f().touches),t?va(t).map(function(t){var e=h(n,t);return e.identifier=t.identifier,e}):[]},oa.behavior.drag=function(){function n(){this.on(\"mousedown.drag\",t).on(\"touchstart.drag\",t)}function t(){function n(){var n=o.parentNode;return null!=s?oa.touches(n).filter(function(n){return n.identifier===s})[0]:oa.mouse(n)}function t(){if(!o.parentNode)return u();var t=n(),e=t[0]-h[0],r=t[1]-h[1];g|=e|r,h=t,l(),c({type:\"drag\",x:t[0]+a[0],y:t[1]+a[1],dx:e,dy:r})}function u(){c({type:\"dragend\"}),g&&(l(),oa.event.target===f&&p.on(\"click.drag\",i,!0)),p.on(null!=s?\"touchmove.drag-\"+s:\"mousemove.drag\",null).on(null!=s?\"touchend.drag-\"+s:\"mouseup.drag\",null)}function i(){l(),p.on(\"click.drag\",null)}var a,o=this,c=e.of(o,arguments),f=oa.event.target,s=oa.event.touches?oa.event.changedTouches[0].identifier:null,h=n(),g=0,p=oa.select(la).on(null!=s?\"touchmove.drag-\"+s:\"mousemove.drag\",t).on(null!=s?\"touchend.drag-\"+s:\"mouseup.drag\",u,!0);r?(a=r.apply(o,arguments),a=[a.x-h[0],a.y-h[1]]):a=[0,0],null==s&&l(),c({type:\"dragstart\"})}var e=s(n,\"drag\",\"dragstart\",\"dragend\"),r=null;return n.origin=function(t){return arguments.length?(r=t,n):r},oa.rebind(n,e,\"on\")};var xa=function(n,t){return t.querySelector(n)},ba=function(n,t){return t.querySelectorAll(n)},_a=ca.documentElement,wa=_a.matchesSelector||_a.webkitMatchesSelector||_a.mozMatchesSelector||_a.msMatchesSelector||_a.oMatchesSelector,Sa=function(n,t){return wa.call(n,t)};\"function\"==typeof Sizzle&&(xa=function(n,t){return Sizzle(n,t)[0]||null},ba=function(n,t){return Sizzle.uniqueSort(Sizzle(n,t))},Sa=Sizzle.matchesSelector);var Ea=[];oa.selection=function(){return Ta},oa.selection.prototype=Ea,Ea.select=function(n){var t,e,r,u,i=[];\"function\"!=typeof n&&(n=m(n));for(var a=-1,o=this.length;++a<o;){i.push(t=[]),t.parentNode=(r=this[a]).parentNode;for(var c=-1,l=r.length;++c<l;)(u=r[c])?(t.push(e=n.call(u,u.__data__,c)),e&&\"__data__\"in u&&(e.__data__=u.__data__)):t.push(null)}return d(i)},Ea.selectAll=function(n){var t,e,r=[];\"function\"!=typeof n&&(n=v(n));for(var u=-1,i=this.length;++u<i;)for(var a=this[u],o=-1,c=a.length;++o<c;)(e=a[o])&&(r.push(t=va(n.call(e,e.__data__,o))),t.parentNode=e);return d(r)};var ka={svg:\"http://www.w3.org/2000/svg\",xhtml:\"http://www.w3.org/1999/xhtml\",xlink:\"http://www.w3.org/1999/xlink\",xml:\"http://www.w3.org/XML/1998/namespace\",xmlns:\"http://www.w3.org/2000/xmlns/\"};oa.ns={prefix:ka,qualify:function(n){var t=n.indexOf(\":\"),e=n;return t>=0&&(e=n.substring(0,t),n=n.substring(t+1)),ka.hasOwnProperty(e)?{space:ka[e],local:n}:n}},Ea.attr=function(n,t){if(arguments.length<2){if(\"string\"==typeof n){var e=this.node();return n=oa.ns.qualify(n),n.local?e.getAttributeNS(n.space,n.local):e.getAttribute(n)}for(t in n)this.each(y(t,n[t]));return this}return this.each(y(n,t))},oa.requote=function(n){return n.replace(Aa,\"\\\\$&\")};var Aa=/[\\\\\\^\\$\\*\\+\\?\\|\\[\\]\\(\\)\\.\\{\\}]/g;Ea.classed=function(n,t){if(arguments.length<2){if(\"string\"==typeof n){var e=this.node(),r=(n=n.trim().split(/^|\\s+/g)).length,u=-1;if(t=e.classList){for(;++u<r;)if(!t.contains(n[u]))return!1}else for(t=e.getAttribute(\"class\");++u<r;)if(!x(n[u]).test(t))return!1;return!0}for(t in n)this.each(_(t,n[t]));return this}return this.each(_(n,t))},Ea.style=function(n,t,e){var r=arguments.length;if(3>r){if(\"string\"!=typeof n){2>r&&(t=\"\");for(e in n)this.each(S(e,n[e],t));return this}if(2>r)return la.getComputedStyle(this.node(),null).getPropertyValue(n);e=\"\"}return this.each(S(n,t,e))},Ea.property=function(n,t){if(arguments.length<2){if(\"string\"==typeof n)return this.node()[n];for(t in n)this.each(E(t,n[t]));return this}return this.each(E(n,t))},Ea.text=function(n){return arguments.length?this.each(\"function\"==typeof n?function(){var t=n.apply(this,arguments);this.textContent=null==t?\"\":t}:null==n?function(){this.textContent=\"\"}:function(){this.textContent=n}):this.node().textContent},Ea.html=function(n){return arguments.length?this.each(\"function\"==typeof n?function(){var t=n.apply(this,arguments);this.innerHTML=null==t?\"\":t}:null==n?function(){this.innerHTML=\"\"}:function(){this.innerHTML=n}):this.node().innerHTML},Ea.append=function(n){function t(){return this.appendChild(ca.createElementNS(this.namespaceURI,n))}function e(){return this.appendChild(ca.createElementNS(n.space,n.local))}return n=oa.ns.qualify(n),this.select(n.local?e:t)},Ea.insert=function(n,t){function e(e,r){return this.insertBefore(ca.createElementNS(this.namespaceURI,n),t.call(this,e,r))}function r(e,r){return this.insertBefore(ca.createElementNS(n.space,n.local),t.call(this,e,r))}return n=oa.ns.qualify(n),\"function\"!=typeof t&&(t=m(t)),this.select(n.local?r:e)},Ea.remove=function(){return this.each(function(){var n=this.parentNode;n&&n.removeChild(this)})},Ea.data=function(n,t){function e(n,e){var r,i,a,o=n.length,s=e.length,h=Math.min(o,s),g=Array(s),p=Array(s),d=Array(o);if(t){var m,v=new u,y=new u,M=[];for(r=-1;++r<o;)m=t.call(i=n[r],i.__data__,r),v.has(m)?d[r]=i:v.set(m,i),M.push(m);for(r=-1;++r<s;)m=t.call(e,a=e[r],r),(i=v.get(m))?(g[r]=i,i.__data__=a):y.has(m)||(p[r]=k(a)),y.set(m,a),v.remove(m);for(r=-1;++r<o;)v.has(M[r])&&(d[r]=n[r])}else{for(r=-1;++r<h;)i=n[r],a=e[r],i?(i.__data__=a,g[r]=i):p[r]=k(a);for(;s>r;++r)p[r]=k(e[r]);for(;o>r;++r)d[r]=n[r]}p.update=g,p.parentNode=g.parentNode=d.parentNode=n.parentNode,c.push(p),l.push(g),f.push(d)}var r,i,a=-1,o=this.length;if(!arguments.length){for(n=Array(o=(r=this[0]).length);++a<o;)(i=r[a])&&(n[a]=i.__data__);return n}var c=j([]),l=d([]),f=d([]);if(\"function\"==typeof n)for(;++a<o;)e(r=this[a],n.call(r,r.parentNode.__data__,a));else for(;++a<o;)e(r=this[a],n);return l.enter=function(){return c},l.exit=function(){return f},l},Ea.datum=function(n){return arguments.length?this.property(\"__data__\",n):this.property(\"__data__\")},Ea.filter=function(n){var t,e,r,u=[];\"function\"!=typeof n&&(n=A(n));for(var i=0,a=this.length;a>i;i++){u.push(t=[]),t.parentNode=(e=this[i]).parentNode;for(var o=0,c=e.length;c>o;o++)(r=e[o])&&n.call(r,r.__data__,o)&&t.push(r)}return d(u)},Ea.order=function(){for(var n=-1,t=this.length;++n<t;)for(var e,r=this[n],u=r.length-1,i=r[u];--u>=0;)(e=r[u])&&(i&&i!==e.nextSibling&&i.parentNode.insertBefore(e,i),i=e);return this},Ea.sort=function(n){n=q.apply(this,arguments);for(var t=-1,e=this.length;++t<e;)this[t].sort(n);return this.order()},Ea.on=function(n,t,e){var r=arguments.length;if(3>r){if(\"string\"!=typeof n){2>r&&(t=!1);for(e in n)this.each(T(e,n[e],t));return this}if(2>r)return(r=this.node()[\"__on\"+n])&&r._;e=!1}return this.each(T(n,t,e))};var qa=oa.map({mouseenter:\"mouseover\",mouseleave:\"mouseout\"});qa.forEach(function(n){\"on\"+n in ca&&qa.remove(n)}),Ea.each=function(n){return D(this,function(t,e,r){n.call(t,t.__data__,e,r)})},Ea.call=function(n){var t=va(arguments);return n.apply(t[0]=this,t),this},Ea.empty=function(){return!this.node()},Ea.node=function(){for(var n=0,t=this.length;t>n;n++)for(var e=this[n],r=0,u=e.length;u>r;r++){var i=e[r];if(i)return i}return null};var Na=[];oa.selection.enter=j,oa.selection.enter.prototype=Na,Na.append=Ea.append,Na.insert=Ea.insert,Na.empty=Ea.empty,Na.node=Ea.node,Na.select=function(n){for(var t,e,r,u,i,a=[],o=-1,c=this.length;++o<c;){r=(u=this[o]).update,a.push(t=[]),t.parentNode=u.parentNode;for(var l=-1,f=u.length;++l<f;)(i=u[l])?(t.push(r[l]=e=n.call(u.parentNode,i.__data__,l)),e.__data__=i.__data__):t.push(null)}return d(a)},Ea.transition=function(){var n,t,e=ec||++ac,r=[],u=Object.create(oc);u.time=Date.now();for(var i=-1,a=this.length;++i<a;){r.push(n=[]);for(var o=this[i],c=-1,l=o.length;++c<l;)(t=o[c])&&Mi(t,c,e,u),n.push(t)}return mi(r,e)};var Ta=d([[ca]]);Ta[0].parentNode=_a,oa.select=function(n){return\"string\"==typeof n?Ta.select(n):d([[n]])},oa.selectAll=function(n){return\"string\"==typeof n?Ta.selectAll(n):d([va(n)])},oa.behavior.zoom=function(){function n(){this.on(\"mousedown.zoom\",o).on(\"mousemove.zoom\",f).on(Da+\".zoom\",c).on(\"dblclick.zoom\",h).on(\"touchstart.zoom\",g).on(\"touchmove.zoom\",p).on(\"touchend.zoom\",g)}function t(n){return[(n[0]-_[0])/w,(n[1]-_[1])/w]}function e(n){return[n[0]*w+_[0],n[1]*w+_[1]]}function r(n){w=Math.max(S[0],Math.min(S[1],n))}function u(n,t){t=e(t),_[0]+=n[0]-t[0],_[1]+=n[1]-t[1]}function i(){y&&y.domain(v.range().map(function(n){return(n-_[0])/w}).map(v.invert)),x&&x.domain(M.range().map(function(n){return(n-_[1])/w}).map(M.invert))}function a(n){i(),oa.event.preventDefault(),n({type:\"zoom\",scale:w,translate:_})}function o(){function n(){f=1,u(oa.mouse(i),h),a(o)}function e(){f&&l(),s.on(\"mousemove.zoom\",null).on(\"mouseup.zoom\",null),f&&oa.event.target===c&&s.on(\"click.zoom\",r,!0)}function r(){l(),s.on(\"click.zoom\",null)}var i=this,o=E.of(i,arguments),c=oa.event.target,f=0,s=oa.select(la).on(\"mousemove.zoom\",n).on(\"mouseup.zoom\",e),h=t(oa.mouse(i));la.focus(),l()}function c(){d||(d=t(oa.mouse(this))),r(Math.pow(2,Ca()*.002)*w),u(oa.mouse(this),d),a(E.of(this,arguments))}function f(){d=null}function h(){var n=oa.mouse(this),e=t(n),i=Math.log(w)/Math.LN2;r(Math.pow(2,oa.event.shiftKey?Math.ceil(i)-1:Math.floor(i)+1)),u(n,e),a(E.of(this,arguments))}function g(){var n=oa.touches(this),e=Date.now();if(m=w,d={},n.forEach(function(n){d[n.identifier]=t(n)}),l(),n.length===1){if(500>e-b){var i=n[0],o=t(n[0]);r(2*w),u(i,o),a(E.of(this,arguments))}b=e}}function p(){var n=oa.touches(this),t=n[0],e=d[t.identifier];if(i=n[1]){var i,o=d[i.identifier];t=[(t[0]+i[0])/2,(t[1]+i[1])/2],e=[(e[0]+o[0])/2,(e[1]+o[1])/2],r(oa.event.scale*m)}u(t,e),b=null,a(E.of(this,arguments))}var d,m,v,y,M,x,b,_=[0,0],w=1,S=za,E=s(n,\"zoom\");return n.translate=function(t){return arguments.length?(_=t.map(Number),i(),n):_},n.scale=function(t){return arguments.length?(w=+t,i(),n):w},n.scaleExtent=function(t){return arguments.length?(S=null==t?za:t.map(Number),n):S},n.x=function(t){return arguments.length?(y=t,v=t.copy(),_=[0,0],w=1,n):y},n.y=function(t){return arguments.length?(x=t,M=t.copy(),_=[0,0],w=1,n):x},oa.rebind(n,E,\"on\")};var Ca,za=[0,1/0],Da=\"onwheel\"in ca?(Ca=function(){return-oa.event.deltaY*(oa.event.deltaMode?120:1)},\"wheel\"):\"onmousewheel\"in ca?(Ca=function(){return oa.event.wheelDelta},\"mousewheel\"):(Ca=function(){return-oa.event.detail},\"MozMousePixelScroll\");L.prototype.toString=function(){return this.rgb()+\"\"},oa.hsl=function(n,t,e){return arguments.length===1?n instanceof H?F(n.h,n.s,n.l):ut(\"\"+n,it,F):F(+n,+t,+e)};var ja=H.prototype=new L;ja.brighter=function(n){return n=Math.pow(.7,arguments.length?n:1),F(this.h,this.s,this.l/n)},ja.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),F(this.h,this.s,n*this.l)},ja.rgb=function(){return P(this.h,this.s,this.l)};var La=Math.PI,Fa=1e-6,Ha=La/180,Pa=180/La;oa.hcl=function(n,t,e){return arguments.length===1?n instanceof Z?X(n.h,n.c,n.l):n instanceof J?K(n.l,n.a,n.b):K((n=at((n=oa.rgb(n)).r,n.g,n.b)).l,n.a,n.b):X(+n,+t,+e)};var Ra=Z.prototype=new L;Ra.brighter=function(n){return X(this.h,this.c,Math.min(100,this.l+Oa*(arguments.length?n:1)))},Ra.darker=function(n){return X(this.h,this.c,Math.max(0,this.l-Oa*(arguments.length?n:1)))},Ra.rgb=function(){return B(this.h,this.c,this.l).rgb()},oa.lab=function(n,t,e){return arguments.length===1?n instanceof J?$(n.l,n.a,n.b):n instanceof Z?B(n.l,n.c,n.h):at((n=oa.rgb(n)).r,n.g,n.b):$(+n,+t,+e)};var Oa=18,Ya=.95047,Ua=1,Ia=1.08883,Va=J.prototype=new L;Va.brighter=function(n){return $(Math.min(100,this.l+Oa*(arguments.length?n:1)),this.a,this.b)},Va.darker=function(n){return $(Math.max(0,this.l-Oa*(arguments.length?n:1)),this.a,this.b)},Va.rgb=function(){return G(this.l,this.a,this.b)},oa.rgb=function(n,t,e){return arguments.length===1?n instanceof et?tt(n.r,n.g,n.b):ut(\"\"+n,tt,P):tt(~~n,~~t,~~e)};var Xa=et.prototype=new L;Xa.brighter=function(n){n=Math.pow(.7,arguments.length?n:1);var t=this.r,e=this.g,r=this.b,u=30;return t||e||r?(t&&u>t&&(t=u),e&&u>e&&(e=u),r&&u>r&&(r=u),tt(Math.min(255,Math.floor(t/n)),Math.min(255,Math.floor(e/n)),Math.min(255,Math.floor(r/n)))):tt(u,u,u)},Xa.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),tt(Math.floor(n*this.r),Math.floor(n*this.g),Math.floor(n*this.b))},Xa.hsl=function(){return it(this.r,this.g,this.b)},Xa.toString=function(){return\"#\"+rt(this.r)+rt(this.g)+rt(this.b)};var Za=oa.map({aliceblue:\"#f0f8ff\",antiquewhite:\"#faebd7\",aqua:\"#00ffff\",aquamarine:\"#7fffd4\",azure:\"#f0ffff\",beige:\"#f5f5dc\",bisque:\"#ffe4c4\",black:\"#000000\",blanchedalmond:\"#ffebcd\",blue:\"#0000ff\",blueviolet:\"#8a2be2\",brown:\"#a52a2a\",burlywood:\"#deb887\",cadetblue:\"#5f9ea0\",chartreuse:\"#7fff00\",chocolate:\"#d2691e\",coral:\"#ff7f50\",cornflowerblue:\"#6495ed\",cornsilk:\"#fff8dc\",crimson:\"#dc143c\",cyan:\"#00ffff\",darkblue:\"#00008b\",darkcyan:\"#008b8b\",darkgoldenrod:\"#b8860b\",darkgray:\"#a9a9a9\",darkgreen:\"#006400\",darkgrey:\"#a9a9a9\",darkkhaki:\"#bdb76b\",darkmagenta:\"#8b008b\",darkolivegreen:\"#556b2f\",darkorange:\"#ff8c00\",darkorchid:\"#9932cc\",darkred:\"#8b0000\",darksalmon:\"#e9967a\",darkseagreen:\"#8fbc8f\",darkslateblue:\"#483d8b\",darkslategray:\"#2f4f4f\",darkslategrey:\"#2f4f4f\",darkturquoise:\"#00ced1\",darkviolet:\"#9400d3\",deeppink:\"#ff1493\",deepskyblue:\"#00bfff\",dimgray:\"#696969\",dimgrey:\"#696969\",dodgerblue:\"#1e90ff\",firebrick:\"#b22222\",floralwhite:\"#fffaf0\",forestgreen:\"#228b22\",fuchsia:\"#ff00ff\",gainsboro:\"#dcdcdc\",ghostwhite:\"#f8f8ff\",gold:\"#ffd700\",goldenrod:\"#daa520\",gray:\"#808080\",green:\"#008000\",greenyellow:\"#adff2f\",grey:\"#808080\",honeydew:\"#f0fff0\",hotpink:\"#ff69b4\",indianred:\"#cd5c5c\",indigo:\"#4b0082\",ivory:\"#fffff0\",khaki:\"#f0e68c\",lavender:\"#e6e6fa\",lavenderblush:\"#fff0f5\",lawngreen:\"#7cfc00\",lemonchiffon:\"#fffacd\",lightblue:\"#add8e6\",lightcoral:\"#f08080\",lightcyan:\"#e0ffff\",lightgoldenrodyellow:\"#fafad2\",lightgray:\"#d3d3d3\",lightgreen:\"#90ee90\",lightgrey:\"#d3d3d3\",lightpink:\"#ffb6c1\",lightsalmon:\"#ffa07a\",lightseagreen:\"#20b2aa\",lightskyblue:\"#87cefa\",lightslategray:\"#778899\",lightslategrey:\"#778899\",lightsteelblue:\"#b0c4de\",lightyellow:\"#ffffe0\",lime:\"#00ff00\",limegreen:\"#32cd32\",linen:\"#faf0e6\",magenta:\"#ff00ff\",maroon:\"#800000\",mediumaquamarine:\"#66cdaa\",mediumblue:\"#0000cd\",mediumorchid:\"#ba55d3\",mediumpurple:\"#9370db\",mediumseagreen:\"#3cb371\",mediumslateblue:\"#7b68ee\",mediumspringgreen:\"#00fa9a\",mediumturquoise:\"#48d1cc\",mediumvioletred:\"#c71585\",midnightblue:\"#191970\",mintcream:\"#f5fffa\",mistyrose:\"#ffe4e1\",moccasin:\"#ffe4b5\",navajowhite:\"#ffdead\",navy:\"#000080\",oldlace:\"#fdf5e6\",olive:\"#808000\",olivedrab:\"#6b8e23\",orange:\"#ffa500\",orangered:\"#ff4500\",orchid:\"#da70d6\",palegoldenrod:\"#eee8aa\",palegreen:\"#98fb98\",paleturquoise:\"#afeeee\",palevioletred:\"#db7093\",papayawhip:\"#ffefd5\",peachpuff:\"#ffdab9\",peru:\"#cd853f\",pink:\"#ffc0cb\",plum:\"#dda0dd\",powderblue:\"#b0e0e6\",purple:\"#800080\",red:\"#ff0000\",rosybrown:\"#bc8f8f\",royalblue:\"#4169e1\",saddlebrown:\"#8b4513\",salmon:\"#fa8072\",sandybrown:\"#f4a460\",seagreen:\"#2e8b57\",seashell:\"#fff5ee\",sienna:\"#a0522d\",silver:\"#c0c0c0\",skyblue:\"#87ceeb\",slateblue:\"#6a5acd\",slategray:\"#708090\",slategrey:\"#708090\",snow:\"#fffafa\",springgreen:\"#00ff7f\",steelblue:\"#4682b4\",tan:\"#d2b48c\",teal:\"#008080\",thistle:\"#d8bfd8\",tomato:\"#ff6347\",turquoise:\"#40e0d0\",violet:\"#ee82ee\",wheat:\"#f5deb3\",white:\"#ffffff\",whitesmoke:\"#f5f5f5\",yellow:\"#ffff00\",yellowgreen:\"#9acd32\"});Za.forEach(function(n,t){Za.set(n,ut(t,tt,P))}),oa.functor=lt,oa.xhr=function(n,t,e){function r(){var n=c.status;!n&&c.responseText||n>=200&&300>n||304===n?i.load.call(u,o.call(u,c)):i.error.call(u,c)}var u={},i=oa.dispatch(\"progress\",\"load\",\"error\"),a={},o=ft,c=new(la.XDomainRequest&&/^(http(s)?:)?\\/\\//.test(n)?XDomainRequest:XMLHttpRequest);return\"onload\"in c?c.onload=c.onerror=r:c.onreadystatechange=function(){c.readyState>3&&r()},c.onprogress=function(n){var t=oa.event;oa.event=n;try{i.progress.call(u,c)}finally{oa.event=t}},u.header=function(n,t){return n=(n+\"\").toLowerCase(),arguments.length<2?a[n]:(null==t?delete a[n]:a[n]=t+\"\",u)},u.mimeType=function(n){return arguments.length?(t=null==n?null:n+\"\",u):t},u.response=function(n){return o=n,u},[\"get\",\"post\"].forEach(function(n){u[n]=function(){return u.send.apply(u,[n].concat(va(arguments)))}}),u.send=function(e,r,i){if(arguments.length===2&&\"function\"==typeof r&&(i=r,r=null),c.open(e,n,!0),null==t||\"accept\"in a||(a.accept=t+\",*/*\"),c.setRequestHeader)for(var o in a)c.setRequestHeader(o,a[o]);return null!=t&&c.overrideMimeType&&c.overrideMimeType(t),null!=i&&u.on(\"error\",i).on(\"load\",function(n){i(null,n)}),c.send(null==r?null:r),u},u.abort=function(){return c.abort(),u},oa.rebind(u,i,\"on\"),arguments.length===2&&\"function\"==typeof t&&(e=t,t=null),null==e?u:u.get(st(e))},oa.csv=ht(\",\",\"text/csv\"),oa.tsv=ht(\"\t\",\"text/tab-separated-values\");var Ba,$a,Ja=0,Ga={},Ka=null;oa.timer=function(n,t,e){if(arguments.length<3){if(arguments.length<2)t=0;else if(!isFinite(t))return;e=Date.now()}var r=Ga[n.id];r&&r.callback===n?(r.then=e,r.delay=t):Ga[n.id=++Ja]=Ka={callback:n,then:e,delay:t,next:Ka},Ba||($a=clearTimeout($a),Ba=1,Wa(gt))},oa.timer.flush=function(){for(var n,t=Date.now(),e=Ka;e;)n=t-e.then,e.delay||(e.flush=e.callback(n)),e=e.next;pt()};var Wa=la.requestAnimationFrame||la.webkitRequestAnimationFrame||la.mozRequestAnimationFrame||la.oRequestAnimationFrame||la.msRequestAnimationFrame||function(n){setTimeout(n,17)},Qa=\".\",no=\",\",to=[3,3],eo=[\"y\",\"z\",\"a\",\"f\",\"p\",\"n\",\"\u00b5\",\"m\",\"\",\"k\",\"M\",\"G\",\"T\",\"P\",\"E\",\"Z\",\"Y\"].map(dt);oa.formatPrefix=function(n,t){var e=0;return n&&(0>n&&(n*=-1),t&&(n=oa.round(n,mt(n,t))),e=1+Math.floor(1e-12+Math.log(n)/Math.LN10),e=Math.max(-24,Math.min(24,Math.floor((0>=e?e+1:e-1)/3)*3))),eo[8+e/3]},oa.round=function(n,t){return t?Math.round(n*(t=Math.pow(10,t)))/t:Math.round(n)},oa.format=function(n){var t=ro.exec(n),e=t[1]||\" \",r=t[2]||\">\",u=t[3]||\"\",i=t[4]||\"\",a=t[5],o=+t[6],c=t[7],l=t[8],f=t[9],s=1,h=\"\",g=!1;switch(l&&(l=+l.substring(1)),(a||\"0\"===e&&\"=\"===r)&&(a=e=\"0\",r=\"=\",c&&(o-=Math.floor((o-1)/4))),f){case\"n\":c=!0,f=\"g\";break;case\"%\":s=100,h=\"%\",f=\"f\";break;case\"p\":s=100,h=\"%\",f=\"r\";break;case\"b\":case\"o\":case\"x\":case\"X\":i&&(i=\"0\"+f.toLowerCase());case\"c\":case\"d\":g=!0,l=0;break;case\"s\":s=-1,f=\"r\"}\"#\"===i&&(i=\"\"),\"r\"!=f||l||(f=\"g\"),null!=l&&(\"g\"==f?l=Math.max(1,Math.min(21,l)):(\"e\"==f||\"f\"==f)&&(l=Math.max(0,Math.min(20,l)))),f=uo.get(f)||vt;var p=a&&c;return function(n){if(g&&n%1)return\"\";var t=0>n||0===n&&0>1/n?(n=-n,\"-\"):u;if(0>s){var d=oa.formatPrefix(n,l);n=d.scale(n),h=d.symbol}else n*=s;n=f(n,l),!a&&c&&(n=io(n));var m=i.length+n.length+(p?0:t.length),v=o>m?Array(m=o-m+1).join(e):\"\";return p&&(n=io(v+n)),Qa&&n.replace(\".\",Qa),t+=i,(\"<\"===r?t+n+v:\">\"===r?v+t+n:\"^\"===r?v.substring(0,m>>=1)+t+n+v.substring(m):t+(p?n:v+n))+h}};var ro=/(?:([^{])?([<>=^]))?([+\\- ])?(#)?(0)?(\\d+)?(,)?(\\.-?\\d+)?([a-z%])?/i,uo=oa.map({b:function(n){return n.toString(2)},c:function(n){return String.fromCharCode(n)},o:function(n){return n.toString(8)},x:function(n){return n.toString(16)},X:function(n){return n.toString(16).toUpperCase()},g:function(n,t){return n.toPrecision(t)},e:function(n,t){return n.toExponential(t)},f:function(n,t){return n.toFixed(t)},r:function(n,t){return(n=oa.round(n,mt(n,t))).toFixed(Math.max(0,Math.min(20,mt(n*(1+1e-15),t))))}}),io=ft;if(to){var ao=to.length;io=function(n){for(var t=n.lastIndexOf(\".\"),e=t>=0?\".\"+n.substring(t+1):(t=n.length,\"\"),r=[],u=0,i=to[0];t>0&&i>0;)r.push(n.substring(t-=i,t+i)),i=to[u=(u+1)%ao];return r.reverse().join(no||\"\")+e}}oa.geo={},oa.geo.stream=function(n,t){oo.hasOwnProperty(n.type)?oo[n.type](n,t):yt(n,t)};var oo={Feature:function(n,t){yt(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,u=e.length;++r<u;)yt(e[r].geometry,t)}},co={Sphere:function(n,t){t.sphere()},Point:function(n,t){var e=n.coordinates;t.point(e[0],e[1])},MultiPoint:function(n,t){for(var e,r=n.coordinates,u=-1,i=r.length;++u<i;)e=r[u],t.point(e[0],e[1])},LineString:function(n,t){Mt(n.coordinates,t,0)},MultiLineString:function(n,t){for(var e=n.coordinates,r=-1,u=e.length;++r<u;)Mt(e[r],t,0)},Polygon:function(n,t){xt(n.coordinates,t)},MultiPolygon:function(n,t){for(var e=n.coordinates,r=-1,u=e.length;++r<u;)xt(e[r],t)},GeometryCollection:function(n,t){for(var e=n.geometries,r=-1,u=e.length;++r<u;)yt(e[r],t)}};oa.geo.area=function(n){return lo=0,oa.geo.stream(n,ho),lo};var lo,fo,so,ho={sphere:function(){lo+=4*La},point:N,lineStart:N,lineEnd:N,polygonStart:function(){fo=1,so=0,ho.lineStart=bt},polygonEnd:function(){var n=2*Math.atan2(so,fo);lo+=0>n?4*La+n:n,ho.lineStart=ho.lineEnd=ho.point=N}};oa.geo.bounds=_t(ft),oa.geo.centroid=function(n){go=po=mo=vo=yo=0,oa.geo.stream(n,Mo);var t;return po&&Math.abs(t=Math.sqrt(mo*mo+vo*vo+yo*yo))>Fa?[Math.atan2(vo,mo)*Pa,Math.asin(Math.max(-1,Math.min(1,yo/t)))*Pa]:void 0};var go,po,mo,vo,yo,Mo={sphere:function(){2>go&&(go=2,po=mo=vo=yo=0)},point:wt,lineStart:Et,lineEnd:kt,polygonStart:function(){2>go&&(go=2,po=mo=vo=yo=0),Mo.lineStart=St},polygonEnd:function(){Mo.lineStart=Et}},xo=Pt(Dt,It,Xt),bo=1e9;oa.geo.projection=Kt,oa.geo.projectionMutator=Wt,(oa.geo.equirectangular=function(){return Kt(ne)}).raw=ne.invert=ne,oa.geo.rotation=function(n){function t(t){return t=n(t[0]*Ha,t[1]*Ha),t[0]*=Pa,t[1]*=Pa,t}return n=te(n[0]%360*Ha,n[1]*Ha,n.length>2?n[2]*Ha:0),t.invert=function(t){return t=n.invert(t[0]*Ha,t[1]*Ha),t[0]*=Pa,t[1]*=Pa,t},t},oa.geo.circle=function(){function n(){var n=\"function\"==typeof r?r.apply(this,arguments):r,t=te(-n[0]*Ha,-n[1]*Ha,0).invert,u=[];return e(null,null,1,{point:function(n,e){u.push(n=t(n,e)),n[0]*=Pa,n[1]*=Pa}}),{type:\"Polygon\",coordinates:[u]}}var t,e,r=[0,0],u=6;return n.origin=function(t){return arguments.length?(r=t,n):r},n.angle=function(r){return arguments.length?(e=ie((t=+r)*Ha,u*Ha),n):t},n.precision=function(r){return arguments.length?(e=ie(t*Ha,(u=+r)*Ha),n):u},n.angle(90)},oa.geo.distance=function(n,t){var e,r=(t[0]-n[0])*Ha,u=n[1]*Ha,i=t[1]*Ha,a=Math.sin(r),o=Math.cos(r),c=Math.sin(u),l=Math.cos(u),f=Math.sin(i),s=Math.cos(i);return Math.atan2(Math.sqrt((e=s*a)*e+(e=l*f-c*s*o)*e),c*f+l*s*o)},oa.geo.graticule=function(){function n(){return{type:\"MultiLineString\",coordinates:t()}}function t(){return oa.range(Math.ceil(i/m)*m,u,m).map(h).concat(oa.range(Math.ceil(l/v)*v,c,v).map(g)).concat(oa.range(Math.ceil(r/p)*p,e,p).filter(function(n){return Math.abs(n%m)>Fa}).map(f)).concat(oa.range(Math.ceil(o/d)*d,a,d).filter(function(n){return Math.abs(n%v)>Fa}).map(s))}var e,r,u,i,a,o,c,l,f,s,h,g,p=10,d=p,m=90,v=360,y=2.5;return n.lines=function(){return t().map(function(n){return{type:\"LineString\",coordinates:n}})},n.outline=function(){return{type:\"Polygon\",coordinates:[h(i).concat(g(c).slice(1),h(u).reverse().slice(1),g(l).reverse().slice(1))]}},n.extent=function(t){return arguments.length?n.majorExtent(t).minorExtent(t):n.minorExtent()},n.majorExtent=function(t){return arguments.length?(i=+t[0][0],u=+t[1][0],l=+t[0][1],c=+t[1][1],i>u&&(t=i,i=u,u=t),l>c&&(t=l,l=c,c=t),n.precision(y)):[[i,l],[u,c]]},n.minorExtent=function(t){return arguments.length?(r=+t[0][0],e=+t[1][0],o=+t[0][1],a=+t[1][1],r>e&&(t=r,r=e,e=t),o>a&&(t=o,o=a,a=t),n.precision(y)):[[r,o],[e,a]]},n.step=function(t){return arguments.length?n.majorStep(t).minorStep(t):n.minorStep()},n.majorStep=function(t){return arguments.length?(m=+t[0],v=+t[1],n):[m,v]},n.minorStep=function(t){return arguments.length?(p=+t[0],d=+t[1],n):[p,d]},n.precision=function(t){return arguments.length?(y=+t,f=oe(o,a,90),s=ce(r,e,y),h=oe(l,c,90),g=ce(i,u,y),n):y},n.majorExtent([[-180,-90+Fa],[180,90-Fa]]).minorExtent([[-180,-80-Fa],[180,80+Fa]])},oa.geo.greatArc=function(){function n(){return{type:\"LineString\",coordinates:[t||r.apply(this,arguments),e||u.apply(this,arguments)]}}var t,e,r=le,u=fe;return n.distance=function(){return oa.geo.distance(t||r.apply(this,arguments),e||u.apply(this,arguments))},n.source=function(e){return arguments.length?(r=e,t=\"function\"==typeof e?null:e,n):r},n.target=function(t){return arguments.length?(u=t,e=\"function\"==typeof t?null:t,n):u},n.precision=function(){return arguments.length?n:0},n},oa.geo.interpolate=function(n,t){return se(n[0]*Ha,n[1]*Ha,t[0]*Ha,t[1]*Ha)},oa.geo.length=function(n){return _o=0,oa.geo.stream(n,wo),_o};var _o,wo={sphere:N,point:N,lineStart:he,lineEnd:N,polygonStart:N,polygonEnd:N};(oa.geo.conicEqualArea=function(){return ge(pe)}).raw=pe,oa.geo.albersUsa=function(){function n(n){return t(n)(n)}function t(n){var t=n[0],e=n[1];return e>50?a:-140>t?o:21>e?c:i}var e,r,u,i=oa.geo.conicEqualArea().rotate([98,0]).center([0,38]).parallels([29.5,45.5]),a=oa.geo.conicEqualArea().rotate([160,0]).center([0,60]).parallels([55,65]),o=oa.geo.conicEqualArea().rotate([160,0]).center([0,20]).parallels([8,18]),c=oa.geo.conicEqualArea().rotate([60,0]).center([0,10]).parallels([8,18]);return n.invert=function(n){return e(n)||r(n)||u(n)||i.invert(n)},n.scale=function(t){return arguments.length?(i.scale(t),a.scale(.6*t),o.scale(t),c.scale(1.5*t),n.translate(i.translate())):i.scale()},n.translate=function(t){if(!arguments.length)return i.translate();var l=i.scale(),f=t[0],s=t[1];return i.translate(t),a.translate([f-.4*l,s+.17*l]),o.translate([f-.19*l,s+.2*l]),c.translate([f+.58*l,s+.43*l]),e=de(a,[[-180,50],[-130,72]]),r=de(o,[[-164,18],[-154,24]]),u=de(c,[[-67.5,17.5],[-65,19]]),n},n.scale(1e3)};var So,Eo,ko={point:N,lineStart:N,lineEnd:N,polygonStart:function(){Eo=0,ko.lineStart=me},polygonEnd:function(){ko.lineStart=ko.lineEnd=ko.point=N,So+=Math.abs(Eo/2)}},Ao={point:ye,lineStart:Me,lineEnd:xe,polygonStart:function(){Ao.lineStart=be},polygonEnd:function(){Ao.point=ye,Ao.lineStart=Me,Ao.lineEnd=xe}};oa.geo.path=function(){function n(n){return n&&oa.geo.stream(n,r(u.pointRadius(\"function\"==typeof i?+i.apply(this,arguments):i))),u.result()}var t,e,r,u,i=4.5;return n.area=function(n){return So=0,oa.geo.stream(n,r(ko)),So},n.centroid=function(n){return go=mo=vo=yo=0,oa.geo.stream(n,r(Ao)),yo?[mo/yo,vo/yo]:void 0},n.bounds=function(n){return _t(r)(n)},n.projection=function(e){return arguments.length?(r=(t=e)?e.stream||Se(e):ft,n):t},n.context=function(t){return arguments.length?(u=(e=t)==null?new ve:new _e(t),n):e},n.pointRadius=function(t){return arguments.length?(i=\"function\"==typeof t?t:+t,n):i},n.projection(oa.geo.albersUsa()).context(null)},oa.geo.albers=function(){return oa.geo.conicEqualArea().parallels([29.5,45.5]).rotate([98,0]).center([0,38]).scale(1e3)};var qo=Ee(function(n){return Math.sqrt(2/(1+n))},function(n){return 2*Math.asin(n/2)});(oa.geo.azimuthalEqualArea=function(){return Kt(qo)}).raw=qo;var No=Ee(function(n){var t=Math.acos(n);return t&&t/Math.sin(t)},ft);(oa.geo.azimuthalEquidistant=function(){return Kt(No)}).raw=No,(oa.geo.conicConformal=function(){return ge(ke)}).raw=ke,(oa.geo.conicEquidistant=function(){return ge(Ae)}).raw=Ae;var To=Ee(function(n){return 1/n},Math.atan);(oa.geo.gnomonic=function(){return Kt(To)}).raw=To,qe.invert=function(n,t){return[n,2*Math.atan(Math.exp(t))-La/2]},(oa.geo.mercator=function(){return Ne(qe)}).raw=qe;var Co=Ee(function(){return 1},Math.asin);(oa.geo.orthographic=function(){return Kt(Co)}).raw=Co;var zo=Ee(function(n){return 1/(1+n)},function(n){return 2*Math.atan(n)});(oa.geo.stereographic=function(){return Kt(zo)}).raw=zo,Te.invert=function(n,t){return[Math.atan2(U(n),Math.cos(t)),Y(Math.sin(t)/I(n))]},(oa.geo.transverseMercator=function(){return Ne(Te)}).raw=Te,oa.geom={},oa.svg={},oa.svg.line=function(){return Ce(ft)};var Do=oa.map({linear:je,\"linear-closed\":Le,\"step-before\":Fe,\"step-after\":He,basis:Ie,\"basis-open\":Ve,\"basis-closed\":Xe,bundle:Ze,cardinal:Oe,\"cardinal-open\":Pe,\"cardinal-closed\":Re,monotone:We});Do.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)});var jo=[0,2/3,1/3,0],Lo=[0,1/3,2/3,0],Fo=[0,1/6,2/3,1/6];oa.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,u,i,a,o,c,l,f,s,h,g,p,d=lt(e),m=lt(r),v=n.length,y=v-1,M=[],x=[],b=0;if(d===ze&&r===De)t=n;else for(i=0,t=[];v>i;++i)t.push([+d.call(this,u=n[i],i),+m.call(this,u,i)]);for(i=1;v>i;++i)t[i][1]<t[b][1]?b=i:t[i][1]==t[b][1]&&(b=t[i][0]<t[b][0]?i:b);for(i=0;v>i;++i)i!==b&&(c=t[i][1]-t[b][1],o=t[i][0]-t[b][0],M.push({angle:Math.atan2(c,o),index:i}));for(M.sort(function(n,t){return n.angle-t.angle}),g=M[0].angle,h=M[0].index,s=0,i=1;y>i;++i)a=M[i].index,g==M[i].angle?(o=t[h][0]-t[b][0],c=t[h][1]-t[b][1],l=t[a][0]-t[b][0],f=t[a][1]-t[b][1],o*o+c*c>=l*l+f*f?M[i].index=-1:(M[s].index=-1,g=M[i].angle,s=i,h=a)):(g=M[i].angle,s=i,h=a);for(x.push(b),i=0,a=0;2>i;++a)M[a].index!==-1&&(x.push(M[a].index),i++);for(p=x.length;y>a;++a)if(M[a].index!==-1){for(;!Qe(x[p-2],x[p-1],M[a].index,t);)--p;x[p++]=M[a].index}var _=[];for(i=0;p>i;++i)_.push(n[x[i]]);return _}var e=ze,r=De;return arguments.length?t(n):(t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(r=n,t):r},t)},oa.geom.polygon=function(n){return n.area=function(){for(var t=0,e=n.length,r=n[e-1][1]*n[0][0]-n[e-1][0]*n[0][1];++t<e;)r+=n[t-1][1]*n[t][0]-n[t-1][0]*n[t][1];return.5*r},n.centroid=function(t){var e,r,u=-1,i=n.length,a=0,o=0,c=n[i-1];for(arguments.length||(t=-1/(6*n.area()));++u<i;)e=c,c=n[u],r=e[0]*c[1]-c[0]*e[1],a+=(e[0]+c[0])*r,o+=(e[1]+c[1])*r;return[a*t,o*t]},n.clip=function(t){for(var e,r,u,i,a,o,c=-1,l=n.length,f=n[l-1];++c<l;){for(e=t.slice(),t.length=0,i=n[c],a=e[(u=e.length)-1],r=-1;++r<u;)o=e[r],nr(o,f,i)?(nr(a,f,i)||t.push(tr(a,o,f,i)),t.push(o)):nr(a,f,i)&&t.push(tr(a,o,f,i)),a=o;f=i}return t},n},oa.geom.delaunay=function(n){var t=n.map(function(){return[]}),e=[];return er(n,function(e){t[e.region.l.index].push(n[e.region.r.index])}),t.forEach(function(t,r){var u=n[r],i=u[0],a=u[1];t.forEach(function(n){n.angle=Math.atan2(n[0]-i,n[1]-a)}),t.sort(function(n,t){return n.angle-t.angle});for(var o=0,c=t.length-1;c>o;o++)e.push([u,t[o],t[o+1]])}),e},oa.geom.voronoi=function(n){function t(n){var t,r,a,o=n.map(function(){return[]}),c=lt(u),l=lt(i),f=n.length,s=1e6;if(c===ze&&l===De)t=n;else for(t=[],a=0;f>a;++a)t.push([+c.call(this,r=n[a],a),+l.call(this,r,a)]);if(er(t,function(n){var t,e,r,u,i,a;n.a===1&&n.b>=0?(t=n.ep.r,e=n.ep.l):(t=n.ep.l,e=n.ep.r),n.a===1?(i=t?t.y:-s,r=n.c-n.b*i,a=e?e.y:s,u=n.c-n.b*a):(r=t?t.x:-s,i=n.c-n.a*r,u=e?e.x:s,a=n.c-n.a*u);var c=[r,i],l=[u,a];o[n.region.l.index].push(c,l),o[n.region.r.index].push(c,l)}),o=o.map(function(n,e){var r=t[e][0],u=t[e][1],i=n.map(function(n){return Math.atan2(n[0]-r,n[1]-u)}),a=oa.range(n.length).sort(function(n,t){return i[n]-i[t]});return a.filter(function(n,t){return!t||i[n]-i[a[t-1]]>Fa}).map(function(t){return n[t]})}),o.forEach(function(n,e){var r=n.length;if(!r)return n.push([-s,-s],[-s,s],[s,s],[s,-s]);if(!(r>2)){var u=t[e],i=n[0],a=n[1],o=u[0],c=u[1],l=i[0],f=i[1],h=a[0],g=a[1],p=Math.abs(h-l),d=g-f;if(Math.abs(d)<Fa){var m=f>c?-s:s;n.push([-s,m],[s,m])}else if(Fa>p){var v=l>o?-s:s;n.push([v,-s],[v,s])}else{var m=(l-o)*(g-f)>(h-l)*(f-c)?s:-s,y=Math.abs(d)-p;Math.abs(y)<Fa?n.push([0>d?m:-m,m]):(y>0&&(m*=-1),n.push([-s,m],[s,m]))}}}),e)for(a=0;f>a;++a)e(o[a]);for(a=0;f>a;++a)o[a].point=n[a];return o}var e,r=null,u=ze,i=De;return arguments.length?t(n):(t.x=function(n){return arguments.length?(u=n,t):u},t.y=function(n){return arguments.length?(i=n,t):i},t.size=function(n){return arguments.length?(null==n?e=null:(r=[+n[0],+n[1]],e=oa.geom.polygon([[0,0],[0,r[1]],r,[r[0],0]]).clip),t):r},t.links=function(n){var t,e,r,a=n.map(function(){return[]}),o=[],c=lt(u),l=lt(i),f=n.length;if(c===ze&&l===De)t=n;else for(r=0;f>r;++r)t.push([+c.call(this,e=n[r],r),+l.call(this,e,r)]);return er(t,function(t){var e=t.region.l.index,r=t.region.r.index;a[e][r]||(a[e][r]=a[r][e]=!0,o.push({source:n[e],target:n[r]}))}),o},t.triangles=function(n){if(u===ze&&i===De)return oa.geom.delaunay(n);var t,e,r,a,o,c=lt(u),l=lt(i);for(a=0,t=[],o=n.length;o>a;++a)e=[+c.call(this,r=n[a],a),+l.call(this,r,a)],e.data=r,t.push(e);return oa.geom.delaunay(t).map(function(n){return n.map(function(n){return n.data})})},t)};var Ho={l:\"r\",r:\"l\"};oa.geom.quadtree=function(n,t,e,r,u){function i(n){function i(n,t,e,r,u,i,a,o){if(!isNaN(e)&&!isNaN(r))if(n.leaf){var c=n.x,f=n.y;\n", | |
"if(null!=c)if(Math.abs(c-e)+Math.abs(f-r)<.01)l(n,t,e,r,u,i,a,o);else{var s=n.point;n.x=n.y=n.point=null,l(n,s,c,f,u,i,a,o),l(n,t,e,r,u,i,a,o)}else n.x=e,n.y=r,n.point=t}else l(n,t,e,r,u,i,a,o)}function l(n,t,e,r,u,a,o,c){var l=.5*(u+o),f=.5*(a+c),s=e>=l,h=r>=f,g=(h<<1)+s;n.leaf=!1,n=n.nodes[g]||(n.nodes[g]=ir()),s?u=l:o=l,h?a=f:c=f,i(n,t,e,r,u,a,o,c)}var f,s,h,g,p,d,m,v,y,M=lt(o),x=lt(c);if(null!=t)d=t,m=e,v=r,y=u;else if(v=y=-(d=m=1/0),s=[],h=[],p=n.length,a)for(g=0;p>g;++g)f=n[g],f.x<d&&(d=f.x),f.y<m&&(m=f.y),f.x>v&&(v=f.x),f.y>y&&(y=f.y),s.push(f.x),h.push(f.y);else for(g=0;p>g;++g){var b=+M(f=n[g],g),_=+x(f,g);d>b&&(d=b),m>_&&(m=_),b>v&&(v=b),_>y&&(y=_),s.push(b),h.push(_)}var w=v-d,S=y-m;w>S?y=m+w:v=d+S;var E=ir();if(E.add=function(n){i(E,n,+M(n,++g),+x(n,g),d,m,v,y)},E.visit=function(n){ar(n,E,d,m,v,y)},g=-1,null==t){for(;++g<p;)i(E,n[g],s[g],h[g],d,m,v,y);--g}else n.forEach(E.add);return s=h=n=f=null,E}var a,o=ze,c=De;return(a=arguments.length)?(o=rr,c=ur,3===a&&(u=e,r=t,e=t=0),i(n)):(i.x=function(n){return arguments.length?(o=n,i):o},i.y=function(n){return arguments.length?(c=n,i):c},i.size=function(n){return arguments.length?(null==n?t=e=r=u=null:(t=e=0,r=+n[0],u=+n[1]),i):null==t?null:[r,u]},i)},oa.interpolateRgb=or,oa.transform=function(n){var t=ca.createElementNS(oa.ns.prefix.svg,\"g\");return(oa.transform=function(n){t.setAttribute(\"transform\",n);var e=t.transform.baseVal.consolidate();return new cr(e?e.matrix:Po)})(n)},cr.prototype.toString=function(){return\"translate(\"+this.translate+\")rotate(\"+this.rotate+\")skewX(\"+this.skew+\")scale(\"+this.scale+\")\"};var Po={a:1,b:0,c:0,d:1,e:0,f:0};oa.interpolateNumber=hr,oa.interpolateTransform=gr,oa.interpolateObject=pr,oa.interpolateString=dr;var Ro=/[-+]?(?:\\d+\\.?\\d*|\\.?\\d+)(?:[eE][-+]?\\d+)?/g;oa.interpolate=mr,oa.interpolators=[pr,function(n,t){return Array.isArray(t)&&yr(n,t)},function(n,t){return(\"string\"==typeof n||\"string\"==typeof t)&&dr(n+\"\",t+\"\")},function(n,t){return(\"string\"==typeof t?Za.has(t)||/^(#|rgb\\(|hsl\\()/.test(t):t instanceof L)&&or(n,t)},function(n,t){return!isNaN(n=+n)&&!isNaN(t=+t)&&hr(n,t)}],oa.interpolateArray=yr;var Oo=function(){return ft},Yo=oa.map({linear:Oo,poly:Er,quad:function(){return _r},cubic:function(){return wr},sin:function(){return kr},exp:function(){return Ar},circle:function(){return qr},elastic:Nr,back:Tr,bounce:function(){return Cr}}),Uo=oa.map({\"in\":ft,out:xr,\"in-out\":br,\"out-in\":function(n){return br(xr(n))}});oa.ease=function(n){var t=n.indexOf(\"-\"),e=t>=0?n.substring(0,t):n,r=t>=0?n.substring(t+1):\"in\";return e=Yo.get(e)||Oo,r=Uo.get(r)||ft,Mr(r(e.apply(null,Array.prototype.slice.call(arguments,1))))},oa.interpolateHcl=zr,oa.interpolateHsl=Dr,oa.interpolateLab=jr,oa.interpolateRound=Lr,oa.layout={},oa.layout.bundle=function(){return function(n){for(var t=[],e=-1,r=n.length;++e<r;)t.push(Pr(n[e]));return t}},oa.layout.chord=function(){function n(){var n,l,s,h,g,p={},d=[],m=oa.range(i),v=[];for(e=[],r=[],n=0,h=-1;++h<i;){for(l=0,g=-1;++g<i;)l+=u[h][g];d.push(l),v.push(oa.range(i)),n+=l}for(a&&m.sort(function(n,t){return a(d[n],d[t])}),o&&v.forEach(function(n,t){n.sort(function(n,e){return o(u[t][n],u[t][e])})}),n=(2*La-f*i)/n,l=0,h=-1;++h<i;){for(s=l,g=-1;++g<i;){var y=m[h],M=v[y][g],x=u[y][M],b=l,_=l+=x*n;p[y+\"-\"+M]={index:y,subindex:M,startAngle:b,endAngle:_,value:x}}r[y]={index:y,startAngle:s,endAngle:l,value:(l-s)/n},l+=f}for(h=-1;++h<i;)for(g=h-1;++g<i;){var w=p[h+\"-\"+g],S=p[g+\"-\"+h];(w.value||S.value)&&e.push(w.value<S.value?{source:S,target:w}:{source:w,target:S})}c&&t()}function t(){e.sort(function(n,t){return c((n.source.value+n.target.value)/2,(t.source.value+t.target.value)/2)})}var e,r,u,i,a,o,c,l={},f=0;return l.matrix=function(n){return arguments.length?(i=(u=n)&&u.length,e=r=null,l):u},l.padding=function(n){return arguments.length?(f=n,e=r=null,l):f},l.sortGroups=function(n){return arguments.length?(a=n,e=r=null,l):a},l.sortSubgroups=function(n){return arguments.length?(o=n,e=null,l):o},l.sortChords=function(n){return arguments.length?(c=n,e&&t(),l):c},l.chords=function(){return e||n(),e},l.groups=function(){return r||n(),r},l},oa.layout.force=function(){function n(n){return function(t,e,r,u){if(t.point!==n){var i=t.cx-n.x,a=t.cy-n.y,o=1/Math.sqrt(i*i+a*a);if(d>(u-e)*o){var c=t.charge*o*o;return n.px-=i*c,n.py-=a*c,!0}if(t.point&&isFinite(o)){var c=t.pointCharge*o*o;n.px-=i*c,n.py-=a*c}}return!t.charge}}function t(n){n.px=oa.event.x,n.py=oa.event.y,o.resume()}var e,r,u,i,a,o={},c=oa.dispatch(\"start\",\"tick\",\"end\"),l=[1,1],f=.9,s=Io,h=Vo,g=-30,p=.1,d=.8,m=[],v=[];return o.tick=function(){if((r*=.99)<.005)return c.end({type:\"end\",alpha:r=0}),!0;var t,e,o,s,h,d,y,M,x,b=m.length,_=v.length;for(e=0;_>e;++e)o=v[e],s=o.source,h=o.target,M=h.x-s.x,x=h.y-s.y,(d=M*M+x*x)&&(d=r*i[e]*((d=Math.sqrt(d))-u[e])/d,M*=d,x*=d,h.x-=M*(y=s.weight/(h.weight+s.weight)),h.y-=x*y,s.x+=M*(y=1-y),s.y+=x*y);if((y=r*p)&&(M=l[0]/2,x=l[1]/2,e=-1,y))for(;++e<b;)o=m[e],o.x+=(M-o.x)*y,o.y+=(x-o.y)*y;if(g)for(Xr(t=oa.geom.quadtree(m),r,a),e=-1;++e<b;)(o=m[e]).fixed||t.visit(n(o));for(e=-1;++e<b;)o=m[e],o.fixed?(o.x=o.px,o.y=o.py):(o.x-=(o.px-(o.px=o.x))*f,o.y-=(o.py-(o.py=o.y))*f);c.tick({type:\"tick\",alpha:r})},o.nodes=function(n){return arguments.length?(m=n,o):m},o.links=function(n){return arguments.length?(v=n,o):v},o.size=function(n){return arguments.length?(l=n,o):l},o.linkDistance=function(n){return arguments.length?(s=\"function\"==typeof n?n:+n,o):s},o.distance=o.linkDistance,o.linkStrength=function(n){return arguments.length?(h=\"function\"==typeof n?n:+n,o):h},o.friction=function(n){return arguments.length?(f=+n,o):f},o.charge=function(n){return arguments.length?(g=\"function\"==typeof n?n:+n,o):g},o.gravity=function(n){return arguments.length?(p=+n,o):p},o.theta=function(n){return arguments.length?(d=+n,o):d},o.alpha=function(n){return arguments.length?(n=+n,r?r=n>0?n:0:n>0&&(c.start({type:\"start\",alpha:r=n}),oa.timer(o.tick)),o):r},o.start=function(){function n(n,r){for(var u,i=t(e),a=-1,o=i.length;++a<o;)if(!isNaN(u=i[a][n]))return u;return Math.random()*r}function t(){if(!c){for(c=[],r=0;p>r;++r)c[r]=[];for(r=0;d>r;++r){var n=v[r];c[n.source.index].push(n.target),c[n.target.index].push(n.source)}}return c[e]}var e,r,c,f,p=m.length,d=v.length,y=l[0],M=l[1];for(e=0;p>e;++e)(f=m[e]).index=e,f.weight=0;for(e=0;d>e;++e)f=v[e],typeof f.source==\"number\"&&(f.source=m[f.source]),typeof f.target==\"number\"&&(f.target=m[f.target]),++f.source.weight,++f.target.weight;for(e=0;p>e;++e)f=m[e],isNaN(f.x)&&(f.x=n(\"x\",y)),isNaN(f.y)&&(f.y=n(\"y\",M)),isNaN(f.px)&&(f.px=f.x),isNaN(f.py)&&(f.py=f.y);if(u=[],\"function\"==typeof s)for(e=0;d>e;++e)u[e]=+s.call(this,v[e],e);else for(e=0;d>e;++e)u[e]=s;if(i=[],\"function\"==typeof h)for(e=0;d>e;++e)i[e]=+h.call(this,v[e],e);else for(e=0;d>e;++e)i[e]=h;if(a=[],\"function\"==typeof g)for(e=0;p>e;++e)a[e]=+g.call(this,m[e],e);else for(e=0;p>e;++e)a[e]=g;return o.resume()},o.resume=function(){return o.alpha(.1)},o.stop=function(){return o.alpha(0)},o.drag=function(){return e||(e=oa.behavior.drag().origin(ft).on(\"dragstart.force\",Yr).on(\"drag.force\",t).on(\"dragend.force\",Ur)),arguments.length?(this.on(\"mouseover.force\",Ir).on(\"mouseout.force\",Vr).call(e),void 0):e},oa.rebind(o,c,\"on\")};var Io=20,Vo=1;oa.layout.hierarchy=function(){function n(t,a,o){var c=u.call(e,t,a);if(t.depth=a,o.push(t),c&&(l=c.length)){for(var l,f,s=-1,h=t.children=[],g=0,p=a+1;++s<l;)f=n(c[s],p,o),f.parent=t,h.push(f),g+=f.value;r&&h.sort(r),i&&(t.value=g)}else i&&(t.value=+i.call(e,t,a)||0);return t}function t(n,r){var u=n.children,a=0;if(u&&(o=u.length))for(var o,c=-1,l=r+1;++c<o;)a+=t(u[c],l);else i&&(a=+i.call(e,n,r)||0);return i&&(n.value=a),a}function e(t){var e=[];return n(t,0,e),e}var r=Jr,u=Br,i=$r;return e.sort=function(n){return arguments.length?(r=n,e):r},e.children=function(n){return arguments.length?(u=n,e):u},e.value=function(n){return arguments.length?(i=n,e):i},e.revalue=function(n){return t(n,0),n},e},oa.layout.partition=function(){function n(t,e,r,u){var i=t.children;if(t.x=e,t.y=t.depth*u,t.dx=r,t.dy=u,i&&(a=i.length)){var a,o,c,l=-1;for(r=t.value?r/t.value:0;++l<a;)n(o=i[l],e,c=o.value*r,u),e+=c}}function t(n){var e=n.children,r=0;if(e&&(u=e.length))for(var u,i=-1;++i<u;)r=Math.max(r,t(e[i]));return 1+r}function e(e,i){var a=r.call(this,e,i);return n(a[0],0,u[0],u[1]/t(a[0])),a}var r=oa.layout.hierarchy(),u=[1,1];return e.size=function(n){return arguments.length?(u=n,e):u},Zr(e,r)},oa.layout.pie=function(){function n(i){var a=i.map(function(e,r){return+t.call(n,e,r)}),o=+(\"function\"==typeof r?r.apply(this,arguments):r),c=((\"function\"==typeof u?u.apply(this,arguments):u)-o)/oa.sum(a),l=oa.range(i.length);null!=e&&l.sort(e===Xo?function(n,t){return a[t]-a[n]}:function(n,t){return e(i[n],i[t])});var f=[];return l.forEach(function(n){var t;f[n]={data:i[n],value:t=a[n],startAngle:o,endAngle:o+=t*c}}),f}var t=Number,e=Xo,r=0,u=2*La;return n.value=function(e){return arguments.length?(t=e,n):t},n.sort=function(t){return arguments.length?(e=t,n):e},n.startAngle=function(t){return arguments.length?(r=t,n):r},n.endAngle=function(t){return arguments.length?(u=t,n):u},n};var Xo={};oa.layout.stack=function(){function n(o,c){var l=o.map(function(e,r){return t.call(n,e,r)}),f=l.map(function(t){return t.map(function(t,e){return[i.call(n,t,e),a.call(n,t,e)]})}),s=e.call(n,f,c);l=oa.permute(l,s),f=oa.permute(f,s);var h,g,p,d=r.call(n,f,c),m=l.length,v=l[0].length;for(g=0;v>g;++g)for(u.call(n,l[0][g],p=d[g],f[0][g][1]),h=1;m>h;++h)u.call(n,l[h][g],p+=f[h-1][g][1],f[h][g][1]);return o}var t=ft,e=nu,r=tu,u=Qr,i=Kr,a=Wr;return n.values=function(e){return arguments.length?(t=e,n):t},n.order=function(t){return arguments.length?(e=\"function\"==typeof t?t:Zo.get(t)||nu,n):e},n.offset=function(t){return arguments.length?(r=\"function\"==typeof t?t:Bo.get(t)||tu,n):r},n.x=function(t){return arguments.length?(i=t,n):i},n.y=function(t){return arguments.length?(a=t,n):a},n.out=function(t){return arguments.length?(u=t,n):u},n};var Zo=oa.map({\"inside-out\":function(n){var t,e,r=n.length,u=n.map(eu),i=n.map(ru),a=oa.range(r).sort(function(n,t){return u[n]-u[t]}),o=0,c=0,l=[],f=[];for(t=0;r>t;++t)e=a[t],c>o?(o+=i[e],l.push(e)):(c+=i[e],f.push(e));return f.reverse().concat(l)},reverse:function(n){return oa.range(n.length).reverse()},\"default\":nu}),Bo=oa.map({silhouette:function(n){var t,e,r,u=n.length,i=n[0].length,a=[],o=0,c=[];for(e=0;i>e;++e){for(t=0,r=0;u>t;t++)r+=n[t][e][1];r>o&&(o=r),a.push(r)}for(e=0;i>e;++e)c[e]=(o-a[e])/2;return c},wiggle:function(n){var t,e,r,u,i,a,o,c,l,f=n.length,s=n[0],h=s.length,g=[];for(g[0]=c=l=0,e=1;h>e;++e){for(t=0,u=0;f>t;++t)u+=n[t][e][1];for(t=0,i=0,o=s[e][0]-s[e-1][0];f>t;++t){for(r=0,a=(n[t][e][1]-n[t][e-1][1])/(2*o);t>r;++r)a+=(n[r][e][1]-n[r][e-1][1])/o;i+=a*n[t][e][1]}g[e]=c-=u?i/u*o:0,l>c&&(l=c)}for(e=0;h>e;++e)g[e]-=l;return g},expand:function(n){var t,e,r,u=n.length,i=n[0].length,a=1/u,o=[];for(e=0;i>e;++e){for(t=0,r=0;u>t;t++)r+=n[t][e][1];if(r)for(t=0;u>t;t++)n[t][e][1]/=r;else for(t=0;u>t;t++)n[t][e][1]=a}for(e=0;i>e;++e)o[e]=0;return o},zero:tu});oa.layout.histogram=function(){function n(n,i){for(var a,o,c=[],l=n.map(e,this),f=r.call(this,l,i),s=u.call(this,f,l,i),i=-1,h=l.length,g=s.length-1,p=t?1:1/h;++i<g;)a=c[i]=[],a.dx=s[i+1]-(a.x=s[i]),a.y=0;if(g>0)for(i=-1;++i<h;)o=l[i],o>=f[0]&&o<=f[1]&&(a=c[oa.bisect(s,o,1,g)-1],a.y+=p,a.push(n[i]));return c}var t=!0,e=Number,r=ou,u=iu;return n.value=function(t){return arguments.length?(e=t,n):e},n.range=function(t){return arguments.length?(r=lt(t),n):r},n.bins=function(t){return arguments.length?(u=\"number\"==typeof t?function(n){return au(n,t)}:lt(t),n):u},n.frequency=function(e){return arguments.length?(t=!!e,n):t},n},oa.layout.tree=function(){function n(n,u){function i(n,t){var r=n.children,u=n._tree;if(r&&(a=r.length)){for(var a,c,l,f=r[0],s=f,h=-1;++h<a;)l=r[h],i(l,c),s=o(l,c,s),c=l;mu(n);var g=.5*(f._tree.prelim+l._tree.prelim);t?(u.prelim=t._tree.prelim+e(n,t),u.mod=u.prelim-g):u.prelim=g}else t&&(u.prelim=t._tree.prelim+e(n,t))}function a(n,t){n.x=n._tree.prelim+t;var e=n.children;if(e&&(r=e.length)){var r,u=-1;for(t+=n._tree.mod;++u<r;)a(e[u],t)}}function o(n,t,r){if(t){for(var u,i=n,a=n,o=t,c=n.parent.children[0],l=i._tree.mod,f=a._tree.mod,s=o._tree.mod,h=c._tree.mod;o=fu(o),i=lu(i),o&&i;)c=lu(c),a=fu(a),a._tree.ancestor=n,u=o._tree.prelim+s-i._tree.prelim-l+e(o,i),u>0&&(vu(yu(o,n,r),n,u),l+=u,f+=u),s+=o._tree.mod,l+=i._tree.mod,h+=c._tree.mod,f+=a._tree.mod;o&&!fu(a)&&(a._tree.thread=o,a._tree.mod+=s-f),i&&!lu(c)&&(c._tree.thread=i,c._tree.mod+=l-h,r=n)}return r}var c=t.call(this,n,u),l=c[0];du(l,function(n,t){n._tree={ancestor:n,prelim:0,mod:0,change:0,shift:0,number:t?t._tree.number+1:0}}),i(l),a(l,-l._tree.prelim);var f=su(l,gu),s=su(l,hu),h=su(l,pu),g=f.x-e(f,s)/2,p=s.x+e(s,f)/2,d=h.depth||1;return du(l,function(n){n.x=(n.x-g)/(p-g)*r[0],n.y=n.depth/d*r[1],delete n._tree}),c}var t=oa.layout.hierarchy().sort(null).value(null),e=cu,r=[1,1];return n.separation=function(t){return arguments.length?(e=t,n):e},n.size=function(t){return arguments.length?(r=t,n):r},Zr(n,t)},oa.layout.pack=function(){function n(n,u){var i=t.call(this,n,u),a=i[0];a.x=0,a.y=0,du(a,function(n){n.r=Math.sqrt(n.value)}),du(a,wu);var o=r[0],c=r[1],l=Math.max(2*a.r/o,2*a.r/c);if(e>0){var f=e*l/2;du(a,function(n){n.r+=f}),du(a,wu),du(a,function(n){n.r-=f}),l=Math.max(2*a.r/o,2*a.r/c)}return ku(a,o/2,c/2,1/l),i}var t=oa.layout.hierarchy().sort(Mu),e=0,r=[1,1];return n.size=function(t){return arguments.length?(r=t,n):r},n.padding=function(t){return arguments.length?(e=+t,n):e},Zr(n,t)},oa.layout.cluster=function(){function n(n,u){var i,a=t.call(this,n,u),o=a[0],c=0;du(o,function(n){var t=n.children;t&&t.length?(n.x=Nu(t),n.y=qu(t)):(n.x=i?c+=e(n,i):0,n.y=0,i=n)});var l=Tu(o),f=Cu(o),s=l.x-e(l,f)/2,h=f.x+e(f,l)/2;return du(o,function(n){n.x=(n.x-s)/(h-s)*r[0],n.y=(1-(o.y?n.y/o.y:1))*r[1]}),a}var t=oa.layout.hierarchy().sort(null).value(null),e=cu,r=[1,1];return n.separation=function(t){return arguments.length?(e=t,n):e},n.size=function(t){return arguments.length?(r=t,n):r},Zr(n,t)},oa.layout.treemap=function(){function n(n,t){for(var e,r,u=-1,i=n.length;++u<i;)r=(e=n[u]).value*(0>t?0:t),e.area=isNaN(r)||0>=r?0:r}function t(e){var i=e.children;if(i&&i.length){var a,o,c,l=s(e),f=[],h=i.slice(),p=1/0,d=\"slice\"===g?l.dx:\"dice\"===g?l.dy:\"slice-dice\"===g?e.depth&1?l.dy:l.dx:Math.min(l.dx,l.dy);for(n(h,l.dx*l.dy/e.value),f.area=0;(c=h.length)>0;)f.push(a=h[c-1]),f.area+=a.area,\"squarify\"!==g||(o=r(f,d))<=p?(h.pop(),p=o):(f.area-=f.pop().area,u(f,d,l,!1),d=Math.min(l.dx,l.dy),f.length=f.area=0,p=1/0);f.length&&(u(f,d,l,!0),f.length=f.area=0),i.forEach(t)}}function e(t){var r=t.children;if(r&&r.length){var i,a=s(t),o=r.slice(),c=[];for(n(o,a.dx*a.dy/t.value),c.area=0;i=o.pop();)c.push(i),c.area+=i.area,i.z!=null&&(u(c,i.z?a.dx:a.dy,a,!o.length),c.length=c.area=0);r.forEach(e)}}function r(n,t){for(var e,r=n.area,u=0,i=1/0,a=-1,o=n.length;++a<o;)(e=n[a].area)&&(i>e&&(i=e),e>u&&(u=e));return r*=r,t*=t,r?Math.max(t*u*p/r,r/(t*i*p)):1/0}function u(n,t,e,r){var u,i=-1,a=n.length,o=e.x,l=e.y,f=t?c(n.area/t):0;if(t==e.dx){for((r||f>e.dy)&&(f=e.dy);++i<a;)u=n[i],u.x=o,u.y=l,u.dy=f,o+=u.dx=Math.min(e.x+e.dx-o,f?c(u.area/f):0);u.z=!0,u.dx+=e.x+e.dx-o,e.y+=f,e.dy-=f}else{for((r||f>e.dx)&&(f=e.dx);++i<a;)u=n[i],u.x=o,u.y=l,u.dx=f,l+=u.dy=Math.min(e.y+e.dy-l,f?c(u.area/f):0);u.z=!1,u.dy+=e.y+e.dy-l,e.x+=f,e.dx-=f}}function i(r){var u=a||o(r),i=u[0];return i.x=0,i.y=0,i.dx=l[0],i.dy=l[1],a&&o.revalue(i),n([i],i.dx*i.dy/i.value),(a?e:t)(i),h&&(a=u),u}var a,o=oa.layout.hierarchy(),c=Math.round,l=[1,1],f=null,s=zu,h=!1,g=\"squarify\",p=.5*(1+Math.sqrt(5));return i.size=function(n){return arguments.length?(l=n,i):l},i.padding=function(n){function t(t){var e=n.call(i,t,t.depth);return null==e?zu(t):Du(t,\"number\"==typeof e?[e,e,e,e]:e)}function e(t){return Du(t,n)}if(!arguments.length)return f;var r;return s=(f=n)==null?zu:(r=typeof n)==\"function\"?t:\"number\"===r?(n=[n,n,n,n],e):e,i},i.round=function(n){return arguments.length?(c=n?Math.round:Number,i):c!=Number},i.sticky=function(n){return arguments.length?(h=n,a=null,i):h},i.ratio=function(n){return arguments.length?(p=n,i):p},i.mode=function(n){return arguments.length?(g=n+\"\",i):g},Zr(i,o)},oa.random={normal:function(n,t){var e=arguments.length;return 2>e&&(t=1),1>e&&(n=0),function(){var e,r,u;do e=Math.random()*2-1,r=Math.random()*2-1,u=e*e+r*r;while(!u||u>1);return n+t*e*Math.sqrt(-2*Math.log(u)/u)}},logNormal:function(){var n=oa.random.normal.apply(oa,arguments);return function(){return Math.exp(n())}},irwinHall:function(n){return function(){for(var t=0,e=0;n>e;e++)t+=Math.random();return t/n}}},oa.scale={},oa.scale.linear=function(){return Ru([0,1],[0,1],mr,!1)},oa.scale.log=function(){return Xu(oa.scale.linear().domain([0,Math.LN10]),10,Zu,Bu)};var $o=oa.format(\".0e\");oa.scale.pow=function(){return Ku(oa.scale.linear(),1)},oa.scale.sqrt=function(){return oa.scale.pow().exponent(.5)},oa.scale.ordinal=function(){return Qu([],{t:\"range\",a:[[]]})},oa.scale.category10=function(){return oa.scale.ordinal().range(Jo)},oa.scale.category20=function(){return oa.scale.ordinal().range(Go)},oa.scale.category20b=function(){return oa.scale.ordinal().range(Ko)},oa.scale.category20c=function(){return oa.scale.ordinal().range(Wo)};var Jo=[\"#1f77b4\",\"#ff7f0e\",\"#2ca02c\",\"#d62728\",\"#9467bd\",\"#8c564b\",\"#e377c2\",\"#7f7f7f\",\"#bcbd22\",\"#17becf\"],Go=[\"#1f77b4\",\"#aec7e8\",\"#ff7f0e\",\"#ffbb78\",\"#2ca02c\",\"#98df8a\",\"#d62728\",\"#ff9896\",\"#9467bd\",\"#c5b0d5\",\"#8c564b\",\"#c49c94\",\"#e377c2\",\"#f7b6d2\",\"#7f7f7f\",\"#c7c7c7\",\"#bcbd22\",\"#dbdb8d\",\"#17becf\",\"#9edae5\"],Ko=[\"#393b79\",\"#5254a3\",\"#6b6ecf\",\"#9c9ede\",\"#637939\",\"#8ca252\",\"#b5cf6b\",\"#cedb9c\",\"#8c6d31\",\"#bd9e39\",\"#e7ba52\",\"#e7cb94\",\"#843c39\",\"#ad494a\",\"#d6616b\",\"#e7969c\",\"#7b4173\",\"#a55194\",\"#ce6dbd\",\"#de9ed6\"],Wo=[\"#3182bd\",\"#6baed6\",\"#9ecae1\",\"#c6dbef\",\"#e6550d\",\"#fd8d3c\",\"#fdae6b\",\"#fdd0a2\",\"#31a354\",\"#74c476\",\"#a1d99b\",\"#c7e9c0\",\"#756bb1\",\"#9e9ac8\",\"#bcbddc\",\"#dadaeb\",\"#636363\",\"#969696\",\"#bdbdbd\",\"#d9d9d9\"];oa.scale.quantile=function(){return ni([],[])},oa.scale.quantize=function(){return ti(0,1,[0,1])},oa.scale.threshold=function(){return ei([.5],[0,1])},oa.scale.identity=function(){return ri([0,1])},oa.svg.arc=function(){function n(){var n=t.apply(this,arguments),i=e.apply(this,arguments),a=r.apply(this,arguments)+Qo,o=u.apply(this,arguments)+Qo,c=(a>o&&(c=a,a=o,o=c),o-a),l=La>c?\"0\":\"1\",f=Math.cos(a),s=Math.sin(a),h=Math.cos(o),g=Math.sin(o);return c>=nc?n?\"M0,\"+i+\"A\"+i+\",\"+i+\" 0 1,1 0,\"+-i+\"A\"+i+\",\"+i+\" 0 1,1 0,\"+i+\"M0,\"+n+\"A\"+n+\",\"+n+\" 0 1,0 0,\"+-n+\"A\"+n+\",\"+n+\" 0 1,0 0,\"+n+\"Z\":\"M0,\"+i+\"A\"+i+\",\"+i+\" 0 1,1 0,\"+-i+\"A\"+i+\",\"+i+\" 0 1,1 0,\"+i+\"Z\":n?\"M\"+i*f+\",\"+i*s+\"A\"+i+\",\"+i+\" 0 \"+l+\",1 \"+i*h+\",\"+i*g+\"L\"+n*h+\",\"+n*g+\"A\"+n+\",\"+n+\" 0 \"+l+\",0 \"+n*f+\",\"+n*s+\"Z\":\"M\"+i*f+\",\"+i*s+\"A\"+i+\",\"+i+\" 0 \"+l+\",1 \"+i*h+\",\"+i*g+\"L0,0\"+\"Z\"}var t=ui,e=ii,r=ai,u=oi;return n.innerRadius=function(e){return arguments.length?(t=lt(e),n):t},n.outerRadius=function(t){return arguments.length?(e=lt(t),n):e},n.startAngle=function(t){return arguments.length?(r=lt(t),n):r},n.endAngle=function(t){return arguments.length?(u=lt(t),n):u},n.centroid=function(){var n=(t.apply(this,arguments)+e.apply(this,arguments))/2,i=(r.apply(this,arguments)+u.apply(this,arguments))/2+Qo;return[Math.cos(i)*n,Math.sin(i)*n]},n};var Qo=-La/2,nc=2*La-1e-6;oa.svg.line.radial=function(){var n=Ce(ci);return n.radius=n.x,delete n.x,n.angle=n.y,delete n.y,n},Fe.reverse=He,He.reverse=Fe,oa.svg.area=function(){return li(ft)},oa.svg.area.radial=function(){var n=li(ci);return n.radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,delete n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},oa.svg.chord=function(){function n(n,o){var c=t(this,i,n,o),l=t(this,a,n,o);return\"M\"+c.p0+r(c.r,c.p1,c.a1-c.a0)+(e(c,l)?u(c.r,c.p1,c.r,c.p0):u(c.r,c.p1,l.r,l.p0)+r(l.r,l.p1,l.a1-l.a0)+u(l.r,l.p1,c.r,c.p0))+\"Z\"}function t(n,t,e,r){var u=t.call(n,e,r),i=o.call(n,u,r),a=c.call(n,u,r)+Qo,f=l.call(n,u,r)+Qo;return{r:i,a0:a,a1:f,p0:[i*Math.cos(a),i*Math.sin(a)],p1:[i*Math.cos(f),i*Math.sin(f)]}}function e(n,t){return n.a0==t.a0&&n.a1==t.a1}function r(n,t,e){return\"A\"+n+\",\"+n+\" 0 \"+ +(e>La)+\",1 \"+t}function u(n,t,e,r){return\"Q 0,0 \"+r}var i=le,a=fe,o=fi,c=ai,l=oi;return n.radius=function(t){return arguments.length?(o=lt(t),n):o},n.source=function(t){return arguments.length?(i=lt(t),n):i},n.target=function(t){return arguments.length?(a=lt(t),n):a},n.startAngle=function(t){return arguments.length?(c=lt(t),n):c},n.endAngle=function(t){return arguments.length?(l=lt(t),n):l},n},oa.svg.diagonal=function(){function n(n,u){var i=t.call(this,n,u),a=e.call(this,n,u),o=(i.y+a.y)/2,c=[i,{x:i.x,y:o},{x:a.x,y:o},a];return c=c.map(r),\"M\"+c[0]+\"C\"+c[1]+\" \"+c[2]+\" \"+c[3]}var t=le,e=fe,r=si;return n.source=function(e){return arguments.length?(t=lt(e),n):t},n.target=function(t){return arguments.length?(e=lt(t),n):e},n.projection=function(t){return arguments.length?(r=t,n):r},n},oa.svg.diagonal.radial=function(){var n=oa.svg.diagonal(),t=si,e=n.projection;return n.projection=function(n){return arguments.length?e(hi(t=n)):t},n},oa.svg.symbol=function(){function n(n,r){return(tc.get(t.call(this,n,r))||di)(e.call(this,n,r))}var t=pi,e=gi;return n.type=function(e){return arguments.length?(t=lt(e),n):t},n.size=function(t){return arguments.length?(e=lt(t),n):e},n};var tc=oa.map({circle:di,cross:function(n){var t=Math.sqrt(n/5)/2;return\"M\"+-3*t+\",\"+-t+\"H\"+-t+\"V\"+-3*t+\"H\"+t+\"V\"+-t+\"H\"+3*t+\"V\"+t+\"H\"+t+\"V\"+3*t+\"H\"+-t+\"V\"+t+\"H\"+-3*t+\"Z\"},diamond:function(n){var t=Math.sqrt(n/(2*uc)),e=t*uc;return\"M0,\"+-t+\"L\"+e+\",0\"+\" 0,\"+t+\" \"+-e+\",0\"+\"Z\"},square:function(n){var t=Math.sqrt(n)/2;return\"M\"+-t+\",\"+-t+\"L\"+t+\",\"+-t+\" \"+t+\",\"+t+\" \"+-t+\",\"+t+\"Z\"},\"triangle-down\":function(n){var t=Math.sqrt(n/rc),e=t*rc/2;return\"M0,\"+e+\"L\"+t+\",\"+-e+\" \"+-t+\",\"+-e+\"Z\"},\"triangle-up\":function(n){var t=Math.sqrt(n/rc),e=t*rc/2;return\"M0,\"+-e+\"L\"+t+\",\"+e+\" \"+-t+\",\"+e+\"Z\"}});oa.svg.symbolTypes=tc.keys();var ec,rc=Math.sqrt(3),uc=Math.tan(30*Ha),ic=[],ac=0,oc={ease:Sr,delay:0,duration:250};ic.call=Ea.call,ic.empty=Ea.empty,ic.node=Ea.node,oa.transition=function(n){return arguments.length?ec?n.transition():n:Ta.transition()},oa.transition.prototype=ic,ic.select=function(n){var t,e,r,u=this.id,i=[];\"function\"!=typeof n&&(n=m(n));for(var a=-1,o=this.length;++a<o;){i.push(t=[]);for(var c=this[a],l=-1,f=c.length;++l<f;)(r=c[l])&&(e=n.call(r,r.__data__,l))?(\"__data__\"in r&&(e.__data__=r.__data__),Mi(e,l,u,r.__transition__[u]),t.push(e)):t.push(null)}return mi(i,u)},ic.selectAll=function(n){var t,e,r,u,i,a=this.id,o=[];\"function\"!=typeof n&&(n=v(n));for(var c=-1,l=this.length;++c<l;)for(var f=this[c],s=-1,h=f.length;++s<h;)if(r=f[s]){i=r.__transition__[a],e=n.call(r,r.__data__,s),o.push(t=[]);for(var g=-1,p=e.length;++g<p;)Mi(u=e[g],g,a,i),t.push(u)}return mi(o,a)},ic.filter=function(n){var t,e,r,u=[];\"function\"!=typeof n&&(n=A(n));for(var i=0,a=this.length;a>i;i++){u.push(t=[]);for(var e=this[i],o=0,c=e.length;c>o;o++)(r=e[o])&&n.call(r,r.__data__,o)&&t.push(r)}return mi(u,this.id,this.time).ease(this.ease())},ic.tween=function(n,t){var e=this.id;return arguments.length<2?this.node().__transition__[e].tween.get(n):D(this,null==t?function(t){t.__transition__[e].tween.remove(n)}:function(r){r.__transition__[e].tween.set(n,t)})},ic.attr=function(n,t){function e(){this.removeAttribute(i)}function r(){this.removeAttributeNS(i.space,i.local)}if(arguments.length<2){for(t in n)this.attr(t,n[t]);return this}var u=vr(n),i=oa.ns.qualify(n);return vi(this,\"attr.\"+n,t,function(n){function t(){var t,e=this.getAttribute(i);return e!==n&&(t=u(e,n),function(n){this.setAttribute(i,t(n))})}function a(){var t,e=this.getAttributeNS(i.space,i.local);return e!==n&&(t=u(e,n),function(n){this.setAttributeNS(i.space,i.local,t(n))})}return null==n?i.local?r:e:(n+=\"\",i.local?a:t)})},ic.attrTween=function(n,t){function e(n,e){var r=t.call(this,n,e,this.getAttribute(u));return r&&function(n){this.setAttribute(u,r(n))}}function r(n,e){var r=t.call(this,n,e,this.getAttributeNS(u.space,u.local));return r&&function(n){this.setAttributeNS(u.space,u.local,r(n))}}var u=oa.ns.qualify(n);return this.tween(\"attr.\"+n,u.local?r:e)},ic.style=function(n,t,e){function r(){this.style.removeProperty(n)}var u=arguments.length;if(3>u){if(\"string\"!=typeof n){2>u&&(t=\"\");for(e in n)this.style(e,n[e],t);return this}e=\"\"}var i=vr(n);return vi(this,\"style.\"+n,t,function(t){function u(){var r,u=la.getComputedStyle(this,null).getPropertyValue(n);return u!==t&&(r=i(u,t),function(t){this.style.setProperty(n,r(t),e)})}return null==t?r:(t+=\"\",u)})},ic.styleTween=function(n,t,e){return arguments.length<3&&(e=\"\"),this.tween(\"style.\"+n,function(r,u){var i=t.call(this,r,u,la.getComputedStyle(this,null).getPropertyValue(n));return i&&function(t){this.style.setProperty(n,i(t),e)}})},ic.text=function(n){return vi(this,\"text\",n,yi)},ic.remove=function(){return this.each(\"end.transition\",function(){var n;!this.__transition__&&(n=this.parentNode)&&n.removeChild(this)})},ic.ease=function(n){var t=this.id;return arguments.length<1?this.node().__transition__[t].ease:(\"function\"!=typeof n&&(n=oa.ease.apply(oa,arguments)),D(this,function(e){e.__transition__[t].ease=n}))},ic.delay=function(n){var t=this.id;return D(this,\"function\"==typeof n?function(e,r,u){e.__transition__[t].delay=n.call(e,e.__data__,r,u)|0}:(n|=0,function(e){e.__transition__[t].delay=n}))},ic.duration=function(n){var t=this.id;return D(this,\"function\"==typeof n?function(e,r,u){e.__transition__[t].duration=Math.max(1,n.call(e,e.__data__,r,u)|0)}:(n=Math.max(1,0|n),function(e){e.__transition__[t].duration=n}))},ic.each=function(n,t){var e=this.id;if(arguments.length<2){var r=oc,u=ec;ec=e,D(this,function(t,r,u){oc=t.__transition__[e],n.call(t,t.__data__,r,u)}),oc=r,ec=u}else D(this,function(r){r.__transition__[e].event.on(n,t)});return this},ic.transition=function(){for(var n,t,e,r,u=this.id,i=++ac,a=[],o=0,c=this.length;c>o;o++){a.push(n=[]);for(var t=this[o],l=0,f=t.length;f>l;l++)(e=t[l])&&(r=Object.create(e.__transition__[u]),r.delay+=r.duration,Mi(e,l,i,r)),n.push(e)}return mi(a,i)},oa.svg.axis=function(){function n(n){n.each(function(){var n,s=oa.select(this),h=null==l?e.ticks?e.ticks.apply(e,c):e.domain():l,g=null==t?e.tickFormat?e.tickFormat.apply(e,c):String:t,p=_i(e,h,f),d=s.selectAll(\".tick.minor\").data(p,String),m=d.enter().insert(\"line\",\".tick\").attr(\"class\",\"tick minor\").style(\"opacity\",1e-6),v=oa.transition(d.exit()).style(\"opacity\",1e-6).remove(),y=oa.transition(d).style(\"opacity\",1),M=s.selectAll(\".tick.major\").data(h,String),x=M.enter().insert(\"g\",\"path\").attr(\"class\",\"tick major\").style(\"opacity\",1e-6),b=oa.transition(M.exit()).style(\"opacity\",1e-6).remove(),_=oa.transition(M).style(\"opacity\",1),w=Lu(e),S=s.selectAll(\".domain\").data([0]),E=(S.enter().append(\"path\").attr(\"class\",\"domain\"),oa.transition(S)),k=e.copy(),A=this.__chart__||k;this.__chart__=k,x.append(\"line\"),x.append(\"text\");var q=x.select(\"line\"),N=_.select(\"line\"),T=M.select(\"text\").text(g),C=x.select(\"text\"),z=_.select(\"text\");switch(r){case\"bottom\":n=xi,m.attr(\"y2\",i),y.attr(\"x2\",0).attr(\"y2\",i),q.attr(\"y2\",u),C.attr(\"y\",Math.max(u,0)+o),N.attr(\"x2\",0).attr(\"y2\",u),z.attr(\"x\",0).attr(\"y\",Math.max(u,0)+o),T.attr(\"dy\",\".71em\").style(\"text-anchor\",\"middle\"),E.attr(\"d\",\"M\"+w[0]+\",\"+a+\"V0H\"+w[1]+\"V\"+a);break;case\"top\":n=xi,m.attr(\"y2\",-i),y.attr(\"x2\",0).attr(\"y2\",-i),q.attr(\"y2\",-u),C.attr(\"y\",-(Math.max(u,0)+o)),N.attr(\"x2\",0).attr(\"y2\",-u),z.attr(\"x\",0).attr(\"y\",-(Math.max(u,0)+o)),T.attr(\"dy\",\"0em\").style(\"text-anchor\",\"middle\"),E.attr(\"d\",\"M\"+w[0]+\",\"+-a+\"V0H\"+w[1]+\"V\"+-a);break;case\"left\":n=bi,m.attr(\"x2\",-i),y.attr(\"x2\",-i).attr(\"y2\",0),q.attr(\"x2\",-u),C.attr(\"x\",-(Math.max(u,0)+o)),N.attr(\"x2\",-u).attr(\"y2\",0),z.attr(\"x\",-(Math.max(u,0)+o)).attr(\"y\",0),T.attr(\"dy\",\".32em\").style(\"text-anchor\",\"end\"),E.attr(\"d\",\"M\"+-a+\",\"+w[0]+\"H0V\"+w[1]+\"H\"+-a);break;case\"right\":n=bi,m.attr(\"x2\",i),y.attr(\"x2\",i).attr(\"y2\",0),q.attr(\"x2\",u),C.attr(\"x\",Math.max(u,0)+o),N.attr(\"x2\",u).attr(\"y2\",0),z.attr(\"x\",Math.max(u,0)+o).attr(\"y\",0),T.attr(\"dy\",\".32em\").style(\"text-anchor\",\"start\"),E.attr(\"d\",\"M\"+a+\",\"+w[0]+\"H0V\"+w[1]+\"H\"+a)}if(e.ticks)x.call(n,A),_.call(n,k),b.call(n,k),m.call(n,A),y.call(n,k),v.call(n,k);else{var D=k.rangeBand()/2,j=function(n){return k(n)+D};x.call(n,j),_.call(n,j)}})}var t,e=oa.scale.linear(),r=cc,u=6,i=6,a=6,o=3,c=[10],l=null,f=0;return n.scale=function(t){return arguments.length?(e=t,n):e},n.orient=function(t){return arguments.length?(r=t in lc?t+\"\":cc,n):r},n.ticks=function(){return arguments.length?(c=arguments,n):c},n.tickValues=function(t){return arguments.length?(l=t,n):l},n.tickFormat=function(e){return arguments.length?(t=e,n):t},n.tickSize=function(t,e){if(!arguments.length)return u;var r=arguments.length-1;return u=+t,i=r>1?+e:u,a=r>0?+arguments[r]:u,n},n.tickPadding=function(t){return arguments.length?(o=+t,n):o},n.tickSubdivide=function(t){return arguments.length?(f=+t,n):f},n};var cc=\"bottom\",lc={top:1,right:1,bottom:1,left:1};oa.svg.brush=function(){function n(i){i.each(function(){var i,a=oa.select(this),l=a.selectAll(\".background\").data([0]),s=a.selectAll(\".extent\").data([0]),h=a.selectAll(\".resize\").data(f,String);a.style(\"pointer-events\",\"all\").on(\"mousedown.brush\",u).on(\"touchstart.brush\",u),l.enter().append(\"rect\").attr(\"class\",\"background\").style(\"visibility\",\"hidden\").style(\"cursor\",\"crosshair\"),s.enter().append(\"rect\").attr(\"class\",\"extent\").style(\"cursor\",\"move\"),h.enter().append(\"g\").attr(\"class\",function(n){return\"resize \"+n}).style(\"cursor\",function(n){return fc[n]}).append(\"rect\").attr(\"x\",function(n){return/[ew]$/.test(n)?-3:null}).attr(\"y\",function(n){return/^[ns]/.test(n)?-3:null}).attr(\"width\",6).attr(\"height\",6).style(\"visibility\",\"hidden\"),h.style(\"display\",n.empty()?\"none\":null),h.exit().remove(),o&&(i=Lu(o),l.attr(\"x\",i[0]).attr(\"width\",i[1]-i[0]),e(a)),c&&(i=Lu(c),l.attr(\"y\",i[0]).attr(\"height\",i[1]-i[0]),r(a)),t(a)})}function t(n){n.selectAll(\".resize\").attr(\"transform\",function(n){return\"translate(\"+h[+/e$/.test(n)][0]+\",\"+h[+/^s/.test(n)][1]+\")\"})}function e(n){n.select(\".extent\").attr(\"x\",h[0][0]),n.selectAll(\".extent,.n>rect,.s>rect\").attr(\"width\",h[1][0]-h[0][0])}function r(n){n.select(\".extent\").attr(\"y\",h[0][1]),n.selectAll(\".extent,.e>rect,.w>rect\").attr(\"height\",h[1][1]-h[0][1])}function u(){function u(){var n=oa.event.changedTouches;return n?oa.touches(y,n)[0]:oa.mouse(y)}function f(){oa.event.keyCode==32&&(E||(m=null,k[0]-=h[1][0],k[1]-=h[1][1],E=2),l())}function s(){oa.event.keyCode==32&&2==E&&(k[0]+=h[1][0],k[1]+=h[1][1],E=0,l())}function g(){var n=u(),i=!1;v&&(n[0]+=v[0],n[1]+=v[1]),E||(oa.event.altKey?(m||(m=[(h[0][0]+h[1][0])/2,(h[0][1]+h[1][1])/2]),k[0]=h[+(n[0]<m[0])][0],k[1]=h[+(n[1]<m[1])][1]):m=null),w&&p(n,o,0)&&(e(b),i=!0),S&&p(n,c,1)&&(r(b),i=!0),i&&(t(b),x({type:\"brush\",mode:E?\"move\":\"resize\"}))}function p(n,t,e){var r,u,a=Lu(t),o=a[0],c=a[1],l=k[e],f=h[1][e]-h[0][e];return E&&(o-=l,c-=f+l),r=Math.max(o,Math.min(c,n[e])),E?u=(r+=l)+f:(m&&(l=Math.max(o,Math.min(c,2*m[e]-r))),r>l?(u=r,r=l):u=l),h[0][e]!==r||h[1][e]!==u?(i=null,h[0][e]=r,h[1][e]=u,!0):void 0}function d(){g(),b.style(\"pointer-events\",\"all\").selectAll(\".resize\").style(\"display\",n.empty()?\"none\":null),oa.select(\"body\").style(\"cursor\",null),A.on(\"mousemove.brush\",null).on(\"mouseup.brush\",null).on(\"touchmove.brush\",null).on(\"touchend.brush\",null).on(\"keydown.brush\",null).on(\"keyup.brush\",null),x({type:\"brushend\"}),l()}var m,v,y=this,M=oa.select(oa.event.target),x=a.of(y,arguments),b=oa.select(y),_=M.datum(),w=!/^(n|s)$/.test(_)&&o,S=!/^(e|w)$/.test(_)&&c,E=M.classed(\"extent\"),k=u(),A=oa.select(la).on(\"mousemove.brush\",g).on(\"mouseup.brush\",d).on(\"touchmove.brush\",g).on(\"touchend.brush\",d).on(\"keydown.brush\",f).on(\"keyup.brush\",s);if(E)k[0]=h[0][0]-k[0],k[1]=h[0][1]-k[1];else if(_){var q=+/w$/.test(_),N=+/^n/.test(_);v=[h[1-q][0]-k[0],h[1-N][1]-k[1]],k[0]=h[q][0],k[1]=h[N][1]}else oa.event.altKey&&(m=k.slice());b.style(\"pointer-events\",\"none\").selectAll(\".resize\").style(\"display\",null),oa.select(\"body\").style(\"cursor\",M.style(\"cursor\")),x({type:\"brushstart\"}),g(),l()\n", | |
"}var i,a=s(n,\"brushstart\",\"brush\",\"brushend\"),o=null,c=null,f=sc[0],h=[[0,0],[0,0]];return n.x=function(t){return arguments.length?(o=t,f=sc[!o<<1|!c],n):o},n.y=function(t){return arguments.length?(c=t,f=sc[!o<<1|!c],n):c},n.extent=function(t){var e,r,u,a,l;return arguments.length?(i=[[0,0],[0,0]],o&&(e=t[0],r=t[1],c&&(e=e[0],r=r[0]),i[0][0]=e,i[1][0]=r,o.invert&&(e=o(e),r=o(r)),e>r&&(l=e,e=r,r=l),h[0][0]=0|e,h[1][0]=0|r),c&&(u=t[0],a=t[1],o&&(u=u[1],a=a[1]),i[0][1]=u,i[1][1]=a,c.invert&&(u=c(u),a=c(a)),u>a&&(l=u,u=a,a=l),h[0][1]=0|u,h[1][1]=0|a),n):(t=i||h,o&&(e=t[0][0],r=t[1][0],i||(e=h[0][0],r=h[1][0],o.invert&&(e=o.invert(e),r=o.invert(r)),e>r&&(l=e,e=r,r=l))),c&&(u=t[0][1],a=t[1][1],i||(u=h[0][1],a=h[1][1],c.invert&&(u=c.invert(u),a=c.invert(a)),u>a&&(l=u,u=a,a=l))),o&&c?[[e,u],[r,a]]:o?[e,r]:c&&[u,a])},n.clear=function(){return i=null,h[0][0]=h[0][1]=h[1][0]=h[1][1]=0,n},n.empty=function(){return o&&h[0][0]===h[1][0]||c&&h[0][1]===h[1][1]},oa.rebind(n,a,\"on\")};var fc={n:\"ns-resize\",e:\"ew-resize\",s:\"ns-resize\",w:\"ew-resize\",nw:\"nwse-resize\",ne:\"nesw-resize\",se:\"nwse-resize\",sw:\"nesw-resize\"},sc=[[\"n\",\"e\",\"s\",\"w\",\"nw\",\"ne\",\"se\",\"sw\"],[\"e\",\"w\"],[\"n\",\"s\"],[]];oa.time={};var hc=Date,gc=[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"];wi.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){pc.setUTCDate.apply(this._,arguments)},setDay:function(){pc.setUTCDay.apply(this._,arguments)},setFullYear:function(){pc.setUTCFullYear.apply(this._,arguments)},setHours:function(){pc.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){pc.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){pc.setUTCMinutes.apply(this._,arguments)},setMonth:function(){pc.setUTCMonth.apply(this._,arguments)},setSeconds:function(){pc.setUTCSeconds.apply(this._,arguments)},setTime:function(){pc.setTime.apply(this._,arguments)}};var pc=Date.prototype,dc=\"%a %b %e %X %Y\",mc=\"%m/%d/%Y\",vc=\"%H:%M:%S\",yc=[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],Mc=[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],xc=[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],bc=[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];oa.time.year=Si(function(n){return n=oa.time.day(n),n.setMonth(0,1),n},function(n,t){n.setFullYear(n.getFullYear()+t)},function(n){return n.getFullYear()}),oa.time.years=oa.time.year.range,oa.time.years.utc=oa.time.year.utc.range,oa.time.day=Si(function(n){var t=new hc(1970,0);return t.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t},function(n,t){n.setDate(n.getDate()+t)},function(n){return n.getDate()-1}),oa.time.days=oa.time.day.range,oa.time.days.utc=oa.time.day.utc.range,oa.time.dayOfYear=function(n){var t=oa.time.year(n);return Math.floor((n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*6e4)/864e5)},gc.forEach(function(n,t){n=n.toLowerCase(),t=7-t;var e=oa.time[n]=Si(function(n){return(n=oa.time.day(n)).setDate(n.getDate()-(n.getDay()+t)%7),n},function(n,t){n.setDate(n.getDate()+Math.floor(t)*7)},function(n){var e=oa.time.year(n).getDay();return Math.floor((oa.time.dayOfYear(n)+(e+t)%7)/7)-(e!==t)});oa.time[n+\"s\"]=e.range,oa.time[n+\"s\"].utc=e.utc.range,oa.time[n+\"OfYear\"]=function(n){var e=oa.time.year(n).getDay();return Math.floor((oa.time.dayOfYear(n)+(e+t)%7)/7)}}),oa.time.week=oa.time.sunday,oa.time.weeks=oa.time.sunday.range,oa.time.weeks.utc=oa.time.sunday.utc.range,oa.time.weekOfYear=oa.time.sundayOfYear,oa.time.format=function(n){function t(t){for(var r,u,i,a=[],o=-1,c=0;++o<e;)n.charCodeAt(o)===37&&(a.push(n.substring(c,o)),(u=qc[r=n.charAt(++o)])!=null&&(r=n.charAt(++o)),(i=Nc[r])&&(r=i(t,null==u?\"e\"===r?\" \":\"0\":u)),a.push(r),c=o+1);return a.push(n.substring(c,o)),a.join(\"\")}var e=n.length;return t.parse=function(t){var e={y:1900,m:0,d:1,H:0,M:0,S:0,L:0},r=ki(e,n,t,0);if(r!=t.length)return null;\"p\"in e&&(e.H=e.H%12+e.p*12);var u=new hc;return u.setFullYear(e.y,e.m,e.d),u.setHours(e.H,e.M,e.S,e.L),u},t.toString=function(){return n},t};var _c=Ai(yc),wc=Ai(Mc),Sc=Ai(xc),Ec=qi(xc),kc=Ai(bc),Ac=qi(bc),qc={\"-\":\"\",_:\" \",0:\"0\"},Nc={a:function(n){return Mc[n.getDay()]},A:function(n){return yc[n.getDay()]},b:function(n){return bc[n.getMonth()]},B:function(n){return xc[n.getMonth()]},c:oa.time.format(dc),d:function(n,t){return Ni(n.getDate(),t,2)},e:function(n,t){return Ni(n.getDate(),t,2)},H:function(n,t){return Ni(n.getHours(),t,2)},I:function(n,t){return Ni(n.getHours()%12||12,t,2)},j:function(n,t){return Ni(1+oa.time.dayOfYear(n),t,3)},L:function(n,t){return Ni(n.getMilliseconds(),t,3)},m:function(n,t){return Ni(n.getMonth()+1,t,2)},M:function(n,t){return Ni(n.getMinutes(),t,2)},p:function(n){return n.getHours()>=12?\"PM\":\"AM\"},S:function(n,t){return Ni(n.getSeconds(),t,2)},U:function(n,t){return Ni(oa.time.sundayOfYear(n),t,2)},w:function(n){return n.getDay()},W:function(n,t){return Ni(oa.time.mondayOfYear(n),t,2)},x:oa.time.format(mc),X:oa.time.format(vc),y:function(n,t){return Ni(n.getFullYear()%100,t,2)},Y:function(n,t){return Ni(n.getFullYear()%1e4,t,4)},Z:Bi,\"%\":function(){return\"%\"}},Tc={a:Ti,A:Ci,b:zi,B:Di,c:ji,d:Yi,e:Yi,H:Ui,I:Ui,L:Xi,m:Oi,M:Ii,p:Zi,S:Vi,x:Li,X:Fi,y:Pi,Y:Hi},Cc=/^\\s*\\d+/,zc=oa.map({am:0,pm:1});oa.time.format.utc=function(n){function t(n){try{hc=wi;var t=new hc;return t._=n,e(t)}finally{hc=Date}}var e=oa.time.format(n);return t.parse=function(n){try{hc=wi;var t=e.parse(n);return t&&t._}finally{hc=Date}},t.toString=e.toString,t};var Dc=oa.time.format.utc(\"%Y-%m-%dT%H:%M:%S.%LZ\");oa.time.format.iso=Date.prototype.toISOString&&+new Date(\"2000-01-01T00:00:00.000Z\")?$i:Dc,$i.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},$i.toString=Dc.toString,oa.time.second=Si(function(n){return new hc(Math.floor(n/1e3)*1e3)},function(n,t){n.setTime(n.getTime()+Math.floor(t)*1e3)},function(n){return n.getSeconds()}),oa.time.seconds=oa.time.second.range,oa.time.seconds.utc=oa.time.second.utc.range,oa.time.minute=Si(function(n){return new hc(Math.floor(n/6e4)*6e4)},function(n,t){n.setTime(n.getTime()+Math.floor(t)*6e4)},function(n){return n.getMinutes()}),oa.time.minutes=oa.time.minute.range,oa.time.minutes.utc=oa.time.minute.utc.range,oa.time.hour=Si(function(n){var t=n.getTimezoneOffset()/60;return new hc((Math.floor(n/36e5-t)+t)*36e5)},function(n,t){n.setTime(n.getTime()+Math.floor(t)*36e5)},function(n){return n.getHours()}),oa.time.hours=oa.time.hour.range,oa.time.hours.utc=oa.time.hour.utc.range,oa.time.month=Si(function(n){return n=oa.time.day(n),n.setDate(1),n},function(n,t){n.setMonth(n.getMonth()+t)},function(n){return n.getMonth()}),oa.time.months=oa.time.month.range,oa.time.months.utc=oa.time.month.utc.range;var jc=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Lc=[[oa.time.second,1],[oa.time.second,5],[oa.time.second,15],[oa.time.second,30],[oa.time.minute,1],[oa.time.minute,5],[oa.time.minute,15],[oa.time.minute,30],[oa.time.hour,1],[oa.time.hour,3],[oa.time.hour,6],[oa.time.hour,12],[oa.time.day,1],[oa.time.day,2],[oa.time.week,1],[oa.time.month,1],[oa.time.month,3],[oa.time.year,1]],Fc=[[oa.time.format(\"%Y\"),Dt],[oa.time.format(\"%B\"),function(n){return n.getMonth()}],[oa.time.format(\"%b %d\"),function(n){return n.getDate()!=1}],[oa.time.format(\"%a %d\"),function(n){return n.getDay()&&n.getDate()!=1}],[oa.time.format(\"%I %p\"),function(n){return n.getHours()}],[oa.time.format(\"%I:%M\"),function(n){return n.getMinutes()}],[oa.time.format(\":%S\"),function(n){return n.getSeconds()}],[oa.time.format(\".%L\"),function(n){return n.getMilliseconds()}]],Hc=oa.scale.linear(),Pc=Wi(Fc);Lc.year=function(n,t){return Hc.domain(n.map(na)).ticks(t).map(Qi)},oa.time.scale=function(){return Ji(oa.scale.linear(),Lc,Pc)};var Rc=Lc.map(function(n){return[n[0].utc,n[1]]}),Oc=[[oa.time.format.utc(\"%Y\"),Dt],[oa.time.format.utc(\"%B\"),function(n){return n.getUTCMonth()}],[oa.time.format.utc(\"%b %d\"),function(n){return n.getUTCDate()!=1}],[oa.time.format.utc(\"%a %d\"),function(n){return n.getUTCDay()&&n.getUTCDate()!=1}],[oa.time.format.utc(\"%I %p\"),function(n){return n.getUTCHours()}],[oa.time.format.utc(\"%I:%M\"),function(n){return n.getUTCMinutes()}],[oa.time.format.utc(\":%S\"),function(n){return n.getUTCSeconds()}],[oa.time.format.utc(\".%L\"),function(n){return n.getUTCMilliseconds()}]],Yc=Wi(Oc);return Rc.year=function(n,t){return Hc.domain(n.map(ea)).ticks(t).map(ta)},oa.time.scale.utc=function(){return Ji(oa.scale.linear(),Rc,Yc)},oa.text=function(){return oa.xhr.apply(oa,arguments).response(ra)},oa.json=function(n,t){return oa.xhr(n,\"application/json\",t).response(ua)},oa.html=function(n,t){return oa.xhr(n,\"text/html\",t).response(ia)},oa.xml=function(){return oa.xhr.apply(oa,arguments).response(aa)},oa}();</script>" | |
], | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"html": [ | |
"<script charset=\"utf-8\">\n", | |
"// Construct a callback for toggling geometries on/off using color groupings.\n", | |
"//\n", | |
"// Args:\n", | |
"// colorclass: class names assigned to geometries belonging to a paricular\n", | |
"// color group.\n", | |
"//\n", | |
"// Returns:\n", | |
"// A callback function.\n", | |
"//\n", | |
"var guide_toggle_color = function(parent_id, colorclass) {\n", | |
" var visible = true;\n", | |
" return (function() {\n", | |
" if (visible) {\n", | |
" d3.select(this)\n", | |
" .transition()\n", | |
" .duration(250)\n", | |
" .style(\"opacity\", 0.5);\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".geometry.\" + colorclass)\n", | |
" .transition()\n", | |
" .duration(250)\n", | |
" .style(\"opacity\", 0);\n", | |
" visible = false;\n", | |
" } else {\n", | |
" d3.select(this)\n", | |
" .transition()\n", | |
" .duration(250)\n", | |
" .style(\"opacity\", 1.0);\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".geometry.\" + colorclass)\n", | |
" .transition()\n", | |
" .duration(250)\n", | |
" .style(\"opacity\", 1.0);\n", | |
" visible = true;\n", | |
" }\n", | |
" });\n", | |
"};\n", | |
"\n", | |
"\n", | |
"// Construct a callback used to toggle highly-visibility grid lines.\n", | |
"//\n", | |
"// Args:\n", | |
"// color: Faded-in/faded-out color, respectively.\n", | |
"//\n", | |
"// Returns:\n", | |
"// Callback function.\n", | |
"//\n", | |
"var guide_background_mouseover = function(parent_id, color) {\n", | |
" return (function () {\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".xgridlines, .ygridlines\")\n", | |
" .transition()\n", | |
" .duration(250)\n", | |
" .attr(\"stroke\", color);\n", | |
" });\n", | |
"};\n", | |
"\n", | |
"var guide_background_mouseout = function(parent_id, color) {\n", | |
" return (function () {\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".xgridlines, .ygridlines\")\n", | |
" .transition()\n", | |
" .duration(250)\n", | |
" .attr(\"stroke\", color);\n", | |
" });\n", | |
"};\n", | |
"\n", | |
"\n", | |
"// Construct a call back used for mouseover effects in the point geometry.\n", | |
"//\n", | |
"// Args:\n", | |
"// lw: Stroke width to transition to.\n", | |
"//\n", | |
"// Returns:\n", | |
"// Callback function.\n", | |
"//\n", | |
"var geom_point_mouseover = function(lw) {\n", | |
" return (function() {\n", | |
" d3.select(this)\n", | |
" .transition()\n", | |
" .duration(100)\n", | |
" .attr(\"stroke-width\", lw);\n", | |
" });\n", | |
"};\n", | |
"\n", | |
"\n", | |
"\n", | |
"// Translate and scale geometry while trying to maintain scale invariance for\n", | |
"// certain ellements.\n", | |
"//\n", | |
"// Args:\n", | |
"// parent_id: Id of the parent element containing the svg element.\n", | |
"// t: A transform of the form {\"scale\": scale}\n", | |
"// old_scale: The scaling factor applied prior to t.scale.\n", | |
"//\n", | |
"var set_geometry_transform = function(parent_id, t, old_scale) {\n", | |
" // transform geometries\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".geometry\")\n", | |
" .attr(\"transform\", function() {\n", | |
" return \"translate(\" + [t.x, t.y] + \") \" +\n", | |
" \"scale(\" + t.scale + \")\";\n", | |
" });\n", | |
"\n", | |
" // unscale geometry widths, radiuses, etc.\n", | |
" var size_attribs = [\"r\"];\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".geometry\")\n", | |
" .each(function() {\n", | |
" this_selection = d3.select(this);\n", | |
" for (var i in size_attribs) {\n", | |
" var attrib = size_attribs[i];\n", | |
" this_selection.attr(attrib,\n", | |
" old_scale / t.scale * this_selection.attr(attrib));\n", | |
" }\n", | |
" });\n", | |
"\n", | |
" // TODO:\n", | |
" // Is this going to work when we do things other than circles. Suppose we\n", | |
" // have plots where we have a path drawing some sort of symbol which we want\n", | |
" // to remain size-invariant. Should we be trying to place things using\n", | |
" // translate?\n", | |
"\n", | |
" // transform gridlines\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".yfixed\")\n", | |
" .attr(\"transform\", function() {\n", | |
" return \"translate(\" + [t.x, 0.0] + \") \" +\n", | |
" \"scale(\" + [t.scale, 1.0] + \")\";\n", | |
" });\n", | |
"\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".xfixed\")\n", | |
" .attr(\"transform\", function() {\n", | |
" return \"translate(\" + [0.0, t.y] + \") \" +\n", | |
" \"scale(\" + [1.0, t.scale] + \")\";\n", | |
" });\n", | |
"\n", | |
" // unscale gridline widths\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".xgridlines,.ygridlines\")\n", | |
" .each(function() {\n", | |
" d3.select(this).attr(\"stroke-width\",\n", | |
" old_scale / t.scale * d3.select(this).attr(\"stroke-width\"));\n", | |
" });\n", | |
"\n", | |
" // move labels around\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".xlabels\")\n", | |
" .attr(\"transform\", function() {\n", | |
" return \"translate(\" + [t.x, 0.0] + \")\";\n", | |
" })\n", | |
" .selectAll(\"text\")\n", | |
" .each(function() {\n", | |
" d3.select(this).attr(\"x\",\n", | |
" t.scale / old_scale * d3.select(this).attr(\"x\"));\n", | |
" });\n", | |
"\n", | |
" d3.select(parent_id)\n", | |
" .selectAll(\".ylabels\")\n", | |
" .attr(\"transform\", function() {\n", | |
" return \"translate(\" + [0.0, t.y] + \")\";\n", | |
" })\n", | |
" .selectAll(\"text\")\n", | |
" .each(function() {\n", | |
" d3.select(this).attr(\"y\",\n", | |
" t.scale / old_scale * d3.select(this).attr(\"y\"));\n", | |
" });\n", | |
"};\n", | |
"\n", | |
"\n", | |
"// Construct a callback used for zoombehavior.\n", | |
"//\n", | |
"// Args:\n", | |
"// parent_id: Id of the parent element containing the svg element.\n", | |
"// t: A transform of the form {\"scale\": scale} to close arround.\n", | |
"//\n", | |
"// Returns:\n", | |
"// A zoom behavior.\n", | |
"//\n", | |
"var zoom_behavior = function(parent_id, t) {\n", | |
" var zm = d3.behavior.zoom();\n", | |
" zm.scaleExtent([1.0/3.0, 10.0])\n", | |
" .on(\"zoom\", function(d, i) {\n", | |
" old_scale = t.scale;\n", | |
" t.scale = d3.event.scale;\n", | |
" var bbox = d3.select(parent_id)\n", | |
" .select(\".guide.background\")\n", | |
" .select(\"path\").node().getBBox();\n", | |
"\n", | |
" var x_min = -bbox.width * t.scale - (t.scale * bbox.width - bbox.width);\n", | |
" var x_max = bbox.width * t.scale;\n", | |
" var y_min = -bbox.height * t.scale - (t.scale * bbox.height - bbox.height);\n", | |
" var y_max = bbox.height * t.scale;\n", | |
"\n", | |
" var x0 = bbox.x - t.scale * bbox.x;\n", | |
" var y0 = bbox.y - t.scale * bbox.y;\n", | |
"\n", | |
" var tx = Math.max(Math.min(d3.event.translate[0] - x0, x_max), x_min);\n", | |
" var ty = Math.max(Math.min(d3.event.translate[1] - y0, y_max), y_min);\n", | |
"\n", | |
" tx += x0;\n", | |
" ty += y0;\n", | |
"\n", | |
" set_geometry_transform(\n", | |
" parent_id,\n", | |
" {\"x\": tx,\n", | |
" \"y\": ty,\n", | |
" \"scale\": t.scale}, old_scale);\n", | |
" zm.translate([tx, ty]);\n", | |
" });\n", | |
" return zm;\n", | |
"};\n", | |
"\n", | |
"\n", | |
"</script>" | |
], | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 1, | |
"text": [ | |
"find_first (generic function with 1 method)" | |
] | |
} | |
], | |
"prompt_number": 1 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# SPICE Model for a common emitter amplifier\n", | |
"model = \"\"\"\n", | |
"*A4P1\n", | |
"\n", | |
"* Declarations\n", | |
".global vcc gnd\n", | |
"\n", | |
"* Netlist\n", | |
"q1 collector base gnd npn1\n", | |
"rl vcc collector 3k\n", | |
"rs in base 100k\n", | |
"\n", | |
"* Sources\n", | |
"v1 vcc gnd dc=1.8\n", | |
"\n", | |
"vin in gnd dc=0.74\n", | |
"\n", | |
"\n", | |
"* Script\n", | |
".control\n", | |
"set file-type=ascii\n", | |
"dc vin 0 1.8 0.001\n", | |
"\n", | |
"meas dc out_op FIND v(collector) at=0.74\n", | |
"\n", | |
"wrdata P1_18e-1V collector\n", | |
"\n", | |
"alter v1 dc = 10\n", | |
"dc vin 0 10 0.001\n", | |
"\n", | |
"meas dc out_op FIND v(collector) at=1.4\n", | |
"\n", | |
"wrdata P1_10V collector\n", | |
"\n", | |
".endc\n", | |
"\n", | |
"\n", | |
".model npn1 npn level=2 is=5f bf=200 br=0.005 rb=0 re=0 rc=0 mjc=0.2 vaf=1000000000 tf=100p\n", | |
".end\"\"\";" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [], | |
"prompt_number": 1 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"p, pp = writesto((`ngspice`|>STDOUT).>DevNull)\n", | |
"write(p,model)\n", | |
"close(p);" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"stream": "stderr", | |
"text": [ | |
"Warning: using Base.Stat in module Stat conflicts with an existing identifier.\n" | |
] | |
} | |
], | |
"prompt_number": 1 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"plot_transfer_curve(\"P1_18e-1V.data\")" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"html": [ | |
"<div id=\"gadflyplot-oWC79qXurP7jVeBzGNra\"></div>\n", | |
"<script>\n", | |
"function draw_with_data(data, parent_id) {\n", | |
" var g = d3.select(parent_id)\n", | |
" .append(\"svg\")\n", | |
" .attr(\"width\", \"120mm\")\n", | |
" .attr(\"height\", \"80mm\")\n", | |
" .attr(\"viewBox\", \"0 0 120 80\")\n", | |
" .attr(\"stroke-width\", \"0.5\")\n", | |
" .attr(\"style\", \"stroke:black;fill:black\");\n", | |
" g.append(\"defs\");\n", | |
" var t = {\"scale\": 1.0};\n", | |
"(function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath0\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M5,1 L 29.92 1 29.92 62.44 5 62.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath0)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#4C404B\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.18)\n", | |
" .attr(\"class\", \"guide ylabels\");\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 126.4)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-2.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 33.22)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 86.47)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 19.91)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -33.34)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 99.78)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -20.03)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 113.09)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 46.53)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 59.84)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -59.96)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 6.6)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 73.15)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-0.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -46.65)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -6.71)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.5 V\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#362A35\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.88);\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 8.63)\n", | |
" .attr(\"y\", 33.22)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .attr(\"transform\", \"rotate(-90, 8.63, 33.22)\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"out\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"(function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath1\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M21.41,61.44 L 123.51 61.44 123.51 75 21.41 75 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath1)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#4C404B\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.18)\n", | |
" .attr(\"class\", \"guide xlabels\");\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -68.01)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-2.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 72.46)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -7.81)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 92.53)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 172.79)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -27.87)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 152.73)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -47.94)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 52.39)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 32.33)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 212.92)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 112.59)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 12.26)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-0.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 192.86)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 132.66)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.5 V\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#362A35\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.88);\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 72.46)\n", | |
" .attr(\"y\", 73)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"in\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"(function (g) {\n", | |
" g.on(\"mouseover\", guide_background_mouseover(parent_id, \"#C6C6C9\"))\n", | |
" .on(\"mouseout\", guide_background_mouseout(parent_id, \"#F0F0F3\"))\n", | |
" .call(zoom_behavior(parent_id, t));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath2\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath2)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"class\", \"guide background\")\n", | |
" .attr(\"stroke\", \"#F1F1F5\")\n", | |
" .attr(\"fill\", \"#FAFAFA\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#F0F0F3\")\n", | |
" .attr(\"stroke-width\", 0.2)\n", | |
" .attr(\"class\", \"guide ygridlines xfixed\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,126.4 L 115 126.4\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,33.22 L 115 33.22\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,86.47 L 115 86.47\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,19.91 L 115 19.91\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-33.34 L 115 -33.34\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,99.78 L 115 99.78\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-20.03 L 115 -20.03\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,113.09 L 115 113.09\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,46.53 L 115 46.53\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,59.84 L 115 59.84\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-59.96 L 115 -59.96\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,6.6 L 115 6.6\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,73.15 L 115 73.15\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-46.65 L 115 -46.65\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-6.71 L 115 -6.71\");\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#F0F0F3\")\n", | |
" .attr(\"stroke-width\", 0.2)\n", | |
" .attr(\"class\", \"guide xgridlines yfixed\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-68.01,5 L -68.01 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M72.46,5 L 72.46 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-7.81,5 L -7.81 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M92.53,5 L 92.53 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M172.79,5 L 172.79 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-27.87,5 L -27.87 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M152.73,5 L 152.73 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-47.94,5 L -47.94 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M52.39,5 L 52.39 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.33,5 L 32.33 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M212.92,5 L 212.92 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M112.59,5 L 112.59 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M12.26,5 L 12.26 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M192.86,5 L 192.86 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M132.66,5 L 132.66 61.44\");\n", | |
" }(g.append(\"g\")));\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath3\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath3)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#00BFFF\")\n", | |
" .attr(\"class\", \"geometry\")\n", | |
" .attr(\"fill\", \"none\")\n", | |
" .attr(\"stroke-width\", 0.3);\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.33,11.92 L 32.37 11.92 32.41 11.92 32.45 11.92 32.49 11.92 32.53 11.92 32.57 11.92 32.61 11.92 32.65 11.92 32.69 11.92 32.73 11.92 32.77 11.92 32.81 11.92 32.85 11.92 32.89 11.92 32.93 11.92 32.97 11.92 33.01 11.92 33.05 11.92 33.09 11.92 33.13 11.92 33.17 11.92 33.21 11.92 33.25 11.92 33.29 11.92 33.33 11.92 33.37 11.92 33.41 11.92 33.45 11.92 33.49 11.92 33.53 11.92 33.57 11.92 33.61 11.92 33.65 11.92 33.69 11.92 33.73 11.92 33.77 11.92 33.81 11.92 33.85 11.92 33.89 11.92 33.93 11.92 33.97 11.92 34.01 11.92 34.05 11.92 34.09 11.92 34.13 11.92 34.17 11.92 34.21 11.92 34.25 11.92 34.29 11.92 34.33 11.92 34.37 11.92 34.41 11.92 34.45 11.92 34.49 11.92 34.53 11.92 34.57 11.92 34.61 11.92 34.65 11.92 34.69 11.92 34.73 11.92 34.77 11.92 34.81 11.92 34.85 11.92 34.89 11.92 34.93 11.92 34.97 11.92 35.01 11.92 35.06 11.92 35.1 11.92 35.14 11.92 35.18 11.92 35.22 11.92 35.26 11.92 35.3 11.92 35.34 11.92 35.38 11.92 35.42 11.92 35.46 11.92 35.5 11.92 35.54 11.92 35.58 11.92 35.62 11.92 35.66 11.92 35.7 11.92 35.74 11.92 35.78 11.92 35.82 11.92 35.86 11.92 35.9 11.92 35.94 11.92 35.98 11.92 36.02 11.92 36.06 11.92 36.1 11.92 36.14 11.92 36.18 11.92 36.22 11.92 36.26 11.92 36.3 11.92 36.34 11.92 36.38 11.92 36.42 11.92 36.46 11.92 36.5 11.92 36.54 11.92 36.58 11.92 36.62 11.92 36.66 11.92 36.7 11.92 36.74 11.92 36.78 11.92 36.82 11.92 36.86 11.92 36.9 11.92 36.94 11.92 36.98 11.92 37.02 11.92 37.06 11.92 37.1 11.92 37.14 11.92 37.18 11.92 37.22 11.92 37.26 11.92 37.3 11.92 37.34 11.92 37.38 11.92 37.42 11.92 37.46 11.92 37.5 11.92 37.54 11.92 37.58 11.92 37.62 11.92 37.66 11.92 37.7 11.92 37.74 11.92 37.78 11.92 37.82 11.92 37.86 11.92 37.9 11.92 37.94 11.92 37.98 11.92 38.02 11.92 38.07 11.92 38.11 11.92 38.15 11.92 38.19 11.92 38.23 11.92 38.27 11.92 38.31 11.92 38.35 11.92 38.39 11.92 38.43 11.92 38.47 11.92 38.51 11.92 38.55 11.92 38.59 11.92 38.63 11.92 38.67 11.92 38.71 11.92 38.75 11.92 38.79 11.92 38.83 11.92 38.87 11.92 38.91 11.92 38.95 11.92 38.99 11.92 39.03 11.92 39.07 11.92 39.11 11.92 39.15 11.92 39.19 11.92 39.23 11.92 39.27 11.92 39.31 11.92 39.35 11.92 39.39 11.92 39.43 11.92 39.47 11.92 39.51 11.92 39.55 11.92 39.59 11.92 39.63 11.92 39.67 11.92 39.71 11.92 39.75 11.92 39.79 11.92 39.83 11.92 39.87 11.92 39.91 11.92 39.95 11.92 39.99 11.92 40.03 11.92 40.07 11.92 40.11 11.92 40.15 11.92 40.19 11.92 40.23 11.92 40.27 11.92 40.31 11.92 40.35 11.92 40.39 11.92 40.43 11.92 40.47 11.92 40.51 11.92 40.55 11.92 40.59 11.92 40.63 11.92 40.67 11.92 40.71 11.92 40.75 11.92 40.79 11.92 40.83 11.92 40.87 11.92 40.91 11.92 40.95 11.92 40.99 11.92 41.03 11.92 41.07 11.92 41.12 11.92 41.16 11.92 41.2 11.92 41.24 11.92 41.28 11.92 41.32 11.92 41.36 11.92 41.4 11.92 41.44 11.92 41.48 11.92 41.52 11.92 41.56 11.92 41.6 11.92 41.64 11.92 41.68 11.92 41.72 11.92 41.76 11.92 41.8 11.92 41.84 11.92 41.88 11.92 41.92 11.92 41.96 11.92 42 11.92 42.04 11.92 42.08 11.92 42.12 11.92 42.16 11.92 42.2 11.92 42.24 11.92 42.28 11.92 42.32 11.92 42.36 11.92 42.4 11.92 42.44 11.92 42.48 11.92 42.52 11.92 42.56 11.92 42.6 11.92 42.64 11.92 42.68 11.92 42.72 11.92 42.76 11.92 42.8 11.92 42.84 11.92 42.88 11.92 42.92 11.92 42.96 11.92 43 11.92 43.04 11.92 43.08 11.92 43.12 11.92 43.16 11.92 43.2 11.92 43.24 11.92 43.28 11.92 43.32 11.92 43.36 11.92 43.4 11.92 43.44 11.92 43.48 11.92 43.52 11.92 43.56 11.92 43.6 11.92 43.64 11.92 43.68 11.92 43.72 11.92 43.76 11.92 43.8 11.92 43.84 11.92 43.88 11.92 43.92 11.92 43.96 11.92 44 11.92 44.04 11.92 44.08 11.92 44.13 11.92 44.17 11.92 44.21 11.92 44.25 11.92 44.29 11.92 44.33 11.92 44.37 11.92 44.41 11.92 44.45 11.92 44.49 11.92 44.53 11.92 44.57 11.92 44.61 11.92 44.65 11.92 44.69 11.92 44.73 11.92 44.77 11.92 44.81 11.92 44.85 11.92 44.89 11.92 44.93 11.92 44.97 11.92 45.01 11.92 45.05 11.92 45.09 11.92 45.13 11.92 45.17 11.92 45.21 11.92 45.25 11.92 45.29 11.92 45.33 11.92 45.37 11.92 45.41 11.92 45.45 11.92 45.49 11.92 45.53 11.92 45.57 11.92 45.61 11.92 45.65 11.92 45.69 11.92 45.73 11.92 45.77 11.92 45.81 11.92 45.85 11.92 45.89 11.92 45.93 11.92 45.97 11.92 46.01 11.92 46.05 11.92 46.09 11.92 46.13 11.92 46.17 11.92 46.21 11.92 46.25 11.92 46.29 11.92 46.33 11.92 46.37 11.92 46.41 11.92 46.45 11.92 46.49 11.92 46.53 11.92 46.57 11.92 46.61 11.92 46.65 11.92 46.69 11.92 46.73 11.92 46.77 11.92 46.81 11.92 46.85 11.92 46.89 11.92 46.93 11.92 46.97 11.92 47.01 11.92 47.05 11.92 47.09 11.92 47.14 11.92 47.18 11.92 47.22 11.92 47.26 11.92 47.3 11.92 47.34 11.92 47.38 11.92 47.42 11.92 47.46 11.92 47.5 11.92 47.54 11.92 47.58 11.92 47.62 11.92 47.66 11.92 47.7 11.92 47.74 11.92 47.78 11.92 47.82 11.92 47.86 11.92 47.9 11.92 47.94 11.92 47.98 11.92 48.02 11.92 48.06 11.92 48.1 11.92 48.14 11.92 48.18 11.92 48.22 11.92 48.26 11.92 48.3 11.92 48.34 11.92 48.38 11.92 48.42 11.92 48.46 11.92 48.5 11.92 48.54 11.92 48.58 11.92 48.62 11.92 48.66 11.92 48.7 11.92 48.74 11.92 48.78 11.92 48.82 11.93 48.86 11.93 48.9 11.93 48.94 11.93 48.98 11.93 49.02 11.93 49.06 11.93 49.1 11.93 49.14 11.93 49.18 11.93 49.22 11.93 49.26 11.93 49.3 11.93 49.34 11.93 49.38 11.93 49.42 11.93 49.46 11.93 49.5 11.93 49.54 11.93 49.58 11.93 49.62 11.93 49.66 11.93 49.7 11.93 49.74 11.93 49.78 11.93 49.82 11.93 49.86 11.93 49.9 11.93 49.94 11.93 49.98 11.93 50.02 11.93 50.06 11.93 50.1 11.93 50.15 11.93 50.19 11.93 50.23 11.93 50.27 11.93 50.31 11.94 50.35 11.94 50.39 11.94 50.43 11.94 50.47 11.94 50.51 11.94 50.55 11.94 50.59 11.94 50.63 11.94 50.67 11.94 50.71 11.94 50.75 11.94 50.79 11.94 50.83 11.94 50.87 11.94 50.91 11.95 50.95 11.95 50.99 11.95 51.03 11.95 51.07 11.95 51.11 11.95 51.15 11.95 51.19 11.95 51.23 11.95 51.27 11.96 51.31 11.96 51.35 11.96 51.39 11.96 51.43 11.96 51.47 11.96 51.51 11.96 51.55 11.97 51.59 11.97 51.63 11.97 51.67 11.97 51.71 11.97 51.75 11.97 51.79 11.98 51.83 11.98 51.87 11.98 51.91 11.98 51.95 11.99 51.99 11.99 52.03 11.99 52.07 11.99 52.11 12 52.15 12 52.19 12 52.23 12.01 52.27 12.01 52.31 12.01 52.35 12.02 52.39 12.02 52.43 12.02 52.47 12.03 52.51 12.03 52.55 12.03 52.59 12.04 52.63 12.04 52.67 12.05 52.71 12.05 52.75 12.06 52.79 12.06 52.83 12.07 52.87 12.07 52.91 12.08 52.95 12.09 52.99 12.09 53.03 12.1 53.07 12.11 53.11 12.11 53.16 12.12 53.2 12.13 53.24 12.13 53.28 12.14 53.32 12.15 53.36 12.16 53.4 12.17 53.44 12.18 53.48 12.19 53.52 12.2 53.56 12.21 53.6 12.22 53.64 12.23 53.68 12.24 53.72 12.25 53.76 12.26 53.8 12.27 53.84 12.29 53.88 12.3 53.92 12.31 53.96 12.33 54 12.34 54.04 12.36 54.08 12.37 54.12 12.39 54.16 12.41 54.2 12.42 54.24 12.44 54.28 12.46 54.32 12.48 54.36 12.5 54.4 12.52 54.44 12.54 54.48 12.56 54.52 12.58 54.56 12.6 54.6 12.62 54.64 12.65 54.68 12.67 54.72 12.7 54.76 12.72 54.8 12.75 54.84 12.78 54.88 12.8 54.92 12.83 54.96 12.86 55 12.89 55.04 12.92 55.08 12.95 55.12 12.99 55.16 13.02 55.2 13.05 55.24 13.09 55.28 13.12 55.32 13.16 55.36 13.2 55.4 13.24 55.44 13.27 55.48 13.31 55.52 13.35 55.56 13.4 55.6 13.44 55.64 13.48 55.68 13.53 55.72 13.57 55.76 13.62 55.8 13.66 55.84 13.71 55.88 13.76 55.92 13.81 55.96 13.86 56 13.91 56.04 13.96 56.08 14.02 56.12 14.07 56.16 14.13 56.21 14.18 56.25 14.24 56.29 14.3 56.33 14.36 56.37 14.42 56.41 14.48 56.45 14.54 56.49 14.6 56.53 14.66 56.57 14.73 56.61 14.79 56.65 14.86 56.69 14.93 56.73 14.99 56.77 15.06 56.81 15.13 56.85 15.2 56.89 15.27 56.93 15.35 56.97 15.42 57.01 15.49 57.05 15.57 57.09 15.64 57.13 15.72 57.17 15.79 57.21 15.87 57.25 15.95 57.29 16.03 57.33 16.11 57.37 16.19 57.41 16.27 57.45 16.36 57.49 16.44 57.53 16.52 57.57 16.61 57.61 16.69 57.65 16.78 57.69 16.86 57.73 16.95 57.77 17.04 57.81 17.13 57.85 17.22 57.89 17.31 57.93 17.4 57.97 17.49 58.01 17.58 58.05 17.67 58.09 17.77 58.13 17.86 58.17 17.96 58.21 18.05 58.25 18.15 58.29 18.24 58.33 18.34 58.37 18.44 58.41 18.54 58.45 18.63 58.49 18.73 58.53 18.83 58.57 18.93 58.61 19.03 58.65 19.14 58.69 19.24 58.73 19.34 58.77 19.44 58.81 19.55 58.85 19.65 58.89 19.75 58.93 19.86 58.97 19.96 59.01 20.07 59.05 20.18 59.09 20.28 59.13 20.39 59.17 20.5 59.22 20.61 59.26 20.71 59.3 20.82 59.34 20.93 59.38 21.04 59.42 21.15 59.46 21.26 59.5 21.37 59.54 21.49 59.58 21.6 59.62 21.71 59.66 21.82 59.7 21.93 59.74 22.05 59.78 22.16 59.82 22.28 59.86 22.39 59.9 22.5 59.94 22.62 59.98 22.73 60.02 22.85 60.06 22.97 60.1 23.08 60.14 23.2 60.18 23.32 60.22 23.43 60.26 23.55 60.3 23.67 60.34 23.79 60.38 23.91 60.42 24.03 60.46 24.15 60.5 24.26 60.54 24.38 60.58 24.5 60.62 24.62 60.66 24.75 60.7 24.87 60.74 24.99 60.78 25.11 60.82 25.23 60.86 25.35 60.9 25.48 60.94 25.6 60.98 25.72 61.02 25.84 61.06 25.97 61.1 26.09 61.14 26.21 61.18 26.34 61.22 26.46 61.26 26.59 61.3 26.71 61.34 26.84 61.38 26.96 61.42 27.09 61.46 27.21 61.5 27.34 61.54 27.47 61.58 27.59 61.62 27.72 61.66 27.84 61.7 27.97 61.74 28.1 61.78 28.23 61.82 28.35 61.86 28.48 61.9 28.61 61.94 28.74 61.98 28.87 62.02 28.99 62.06 29.12 62.1 29.25 62.14 29.38 62.18 29.51 62.23 29.64 62.27 29.77 62.31 29.9 62.35 30.03 62.39 30.16 62.43 30.29 62.47 30.42 62.51 30.55 62.55 30.68 62.59 30.81 62.63 30.94 62.67 31.07 62.71 31.21 62.75 31.34 62.79 31.47 62.83 31.6 62.87 31.73 62.91 31.87 62.95 32 62.99 32.13 63.03 32.26 63.07 32.4 63.11 32.53 63.15 32.66 63.19 32.8 63.23 32.93 63.27 33.06 63.31 33.2 63.35 33.33 63.39 33.46 63.43 33.6 63.47 33.73 63.51 33.87 63.55 34 63.59 34.14 63.63 34.27 63.67 34.41 63.71 34.54 63.75 34.68 63.79 34.81 63.83 34.95 63.87 35.08 63.91 35.22 63.95 35.35 63.99 35.49 64.03 35.63 64.07 35.76 64.11 35.9 64.15 36.03 64.19 36.17 64.23 36.31 64.27 36.44 64.31 36.58 64.35 36.72 64.39 36.85 64.43 36.99 64.47 37.13 64.51 37.27 64.55 37.4 64.59 37.54 64.63 37.68 64.67 37.82 64.71 37.95 64.75 38.09 64.79 38.23 64.83 38.37 64.87 38.51 64.91 38.64 64.95 38.78 64.99 38.92 65.03 39.06 65.07 39.2 65.11 39.34 65.15 39.48 65.19 39.61 65.24 39.75 65.28 39.89 65.32 40.03 65.36 40.17 65.4 40.31 65.44 40.45 65.48 40.59 65.52 40.73 65.56 40.87 65.6 41.01 65.64 41.15 65.68 41.29 65.72 41.43 65.76 41.57 65.8 41.71 65.84 41.85 65.88 41.99 65.92 42.13 65.96 42.27 66 42.41 66.04 42.55 66.08 42.69 66.12 42.83 66.16 42.98 66.2 43.12 66.24 43.26 66.28 43.4 66.32 43.54 66.36 43.68 66.4 43.82 66.44 43.96 66.48 44.11 66.52 44.25 66.56 44.39 66.6 44.53 66.64 44.67 66.68 44.81 66.72 44.96 66.76 45.1 66.8 45.24 66.84 45.38 66.88 45.52 66.92 45.67 66.96 45.81 67 45.95 67.04 46.09 67.08 46.23 67.12 46.38 67.16 46.52 67.2 46.66 67.24 46.8 67.28 46.94 67.32 47.08 67.36 47.22 67.4 47.36 67.44 47.5 67.48 47.64 67.52 47.78 67.56 47.91 67.6 48.05 67.64 48.18 67.68 48.31 67.72 48.44 67.76 48.57 67.8 48.69 67.84 48.81 67.88 48.93 67.92 49.04 67.96 49.15 68 49.25 68.04 49.35 68.08 49.44 68.12 49.53 68.16 49.62 68.2 49.7 68.25 49.78 68.29 49.85 68.33 49.92 68.37 49.99 68.41 50.05 68.45 50.11 68.49 50.17 68.53 50.22 68.57 50.27 68.61 50.32 68.65 50.37 68.69 50.41 68.73 50.45 68.77 50.49 68.81 50.53 68.85 50.57 68.89 50.61 68.93 50.64 68.97 50.67 69.01 50.71 69.05 50.74 69.09 50.77 69.13 50.79 69.17 50.82 69.21 50.85 69.25 50.88 69.29 50.9 69.33 50.93 69.37 50.95 69.41 50.97 69.45 50.99 69.49 51.02 69.53 51.04 69.57 51.06 69.61 51.08 69.65 51.1 69.69 51.12 69.73 51.14 69.77 51.15 69.81 51.17 69.85 51.19 69.89 51.21 69.93 51.22 69.97 51.24 70.01 51.26 70.05 51.27 70.09 51.29 70.13 51.3 70.17 51.32 70.21 51.33 70.25 51.35 70.29 51.36 70.33 51.37 70.37 51.39 70.41 51.4 70.45 51.41 70.49 51.43 70.53 51.44 70.57 51.45 70.61 51.46 70.65 51.47 70.69 51.49 70.73 51.5 70.77 51.51 70.81 51.52 70.85 51.53 70.89 51.54 70.93 51.55 70.97 51.56 71.01 51.57 71.05 51.58 71.09 51.59 71.13 51.6 71.17 51.61 71.21 51.62 71.26 51.63 71.3 51.64 71.34 51.65 71.38 51.66 71.42 51.67 71.46 51.68 71.5 51.69 71.54 51.7 71.58 51.71 71.62 51.71 71.66 51.72 71.7 51.73 71.74 51.74 71.78 51.75 71.82 51.75 71.86 51.76 71.9 51.77 71.94 51.78 71.98 51.79 72.02 51.79 72.06 51.8 72.1 51.81 72.14 51.82 72.18 51.82 72.22 51.83 72.26 51.84 72.3 51.85 72.34 51.85 72.38 51.86 72.42 51.87 72.46 51.87 72.5 51.88 72.54 51.89 72.58 51.89 72.62 51.9 72.66 51.91 72.7 51.91 72.74 51.92 72.78 51.93 72.82 51.93 72.86 51.94 72.9 51.94 72.94 51.95 72.98 51.96 73.02 51.96 73.06 51.97 73.1 51.97 73.14 51.98 73.18 51.99 73.22 51.99 73.26 52 73.3 52 73.34 52.01 73.38 52.01 73.42 52.02 73.46 52.03 73.5 52.03 73.54 52.04 73.58 52.04 73.62 52.05 73.66 52.05 73.7 52.06 73.74 52.06 73.78 52.07 73.82 52.07 73.86 52.08 73.9 52.08 73.94 52.09 73.98 52.09 74.02 52.1 74.06 52.1 74.1 52.11 74.14 52.11 74.18 52.12 74.22 52.12 74.26 52.13 74.31 52.13 74.35 52.14 74.39 52.14 74.43 52.15 74.47 52.15 74.51 52.15 74.55 52.16 74.59 52.16 74.63 52.17 74.67 52.17 74.71 52.18 74.75 52.18 74.79 52.19 74.83 52.19 74.87 52.19 74.91 52.2 74.95 52.2 74.99 52.21 75.03 52.21 75.07 52.22 75.11 52.22 75.15 52.22 75.19 52.23 75.23 52.23 75.27 52.24 75.31 52.24 75.35 52.24 75.39 52.25 75.43 52.25 75.47 52.26 75.51 52.26 75.55 52.26 75.59 52.27 75.63 52.27 75.67 52.28 75.71 52.28 75.75 52.28 75.79 52.29 75.83 52.29 75.87 52.29 75.91 52.3 75.95 52.3 75.99 52.31 76.03 52.31 76.07 52.31 76.11 52.32 76.15 52.32 76.19 52.32 76.23 52.33 76.27 52.33 76.31 52.33 76.35 52.34 76.39 52.34 76.43 52.34 76.47 52.35 76.51 52.35 76.55 52.35 76.59 52.36 76.63 52.36 76.67 52.36 76.71 52.37 76.75 52.37 76.79 52.37 76.83 52.38 76.87 52.38 76.91 52.38 76.95 52.39 76.99 52.39 77.03 52.39 77.07 52.4 77.11 52.4 77.15 52.4 77.19 52.41 77.23 52.41 77.27 52.41 77.32 52.42 77.36 52.42 77.4 52.42 77.44 52.43 77.48 52.43 77.52 52.43 77.56 52.43 77.6 52.44 77.64 52.44 77.68 52.44 77.72 52.45 77.76 52.45 77.8 52.45 77.84 52.46 77.88 52.46 77.92 52.46 77.96 52.46 78 52.47 78.04 52.47 78.08 52.47 78.12 52.48 78.16 52.48 78.2 52.48 78.24 52.48 78.28 52.49 78.32 52.49 78.36 52.49 78.4 52.5 78.44 52.5 78.48 52.5 78.52 52.5 78.56 52.51 78.6 52.51 78.64 52.51 78.68 52.51 78.72 52.52 78.76 52.52 78.8 52.52 78.84 52.53 78.88 52.53 78.92 52.53 78.96 52.53 79 52.54 79.04 52.54 79.08 52.54 79.12 52.54 79.16 52.55 79.2 52.55 79.24 52.55 79.28 52.55 79.32 52.56 79.36 52.56 79.4 52.56 79.44 52.56 79.48 52.57 79.52 52.57 79.56 52.57 79.6 52.57 79.64 52.58 79.68 52.58 79.72 52.58 79.76 52.58 79.8 52.59 79.84 52.59 79.88 52.59 79.92 52.59 79.96 52.6 80 52.6 80.04 52.6 80.08 52.6 80.12 52.61 80.16 52.61 80.2 52.61 80.24 52.61 80.28 52.61 80.33 52.62 80.37 52.62 80.41 52.62 80.45 52.62 80.49 52.63 80.53 52.63 80.57 52.63 80.61 52.63 80.65 52.64 80.69 52.64 80.73 52.64 80.77 52.64 80.81 52.64 80.85 52.65 80.89 52.65 80.93 52.65 80.97 52.65 81.01 52.66 81.05 52.66 81.09 52.66 81.13 52.66 81.17 52.66 81.21 52.67 81.25 52.67 81.29 52.67 81.33 52.67 81.37 52.68 81.41 52.68 81.45 52.68 81.49 52.68 81.53 52.68 81.57 52.69 81.61 52.69 81.65 52.69 81.69 52.69 81.73 52.69 81.77 52.7 81.81 52.7 81.85 52.7 81.89 52.7 81.93 52.7 81.97 52.71 82.01 52.71 82.05 52.71 82.09 52.71 82.13 52.71 82.17 52.72 82.21 52.72 82.25 52.72 82.29 52.72 82.33 52.72 82.37 52.73 82.41 52.73 82.45 52.73 82.49 52.73 82.53 52.73 82.57 52.74 82.61 52.74 82.65 52.74 82.69 52.74 82.73 52.74 82.77 52.75 82.81 52.75 82.85 52.75 82.89 52.75 82.93 52.75 82.97 52.76 83.01 52.76 83.05 52.76 83.09 52.76 83.13 52.76 83.17 52.76 83.21 52.77 83.25 52.77 83.29 52.77 83.34 52.77 83.38 52.77 83.42 52.78 83.46 52.78 83.5 52.78 83.54 52.78 83.58 52.78 83.62 52.78 83.66 52.79 83.7 52.79 83.74 52.79 83.78 52.79 83.82 52.79 83.86 52.8 83.9 52.8 83.94 52.8 83.98 52.8 84.02 52.8 84.06 52.8 84.1 52.81 84.14 52.81 84.18 52.81 84.22 52.81 84.26 52.81 84.3 52.82 84.34 52.82 84.38 52.82 84.42 52.82 84.46 52.82 84.5 52.82 84.54 52.83 84.58 52.83 84.62 52.83 84.66 52.83 84.7 52.83 84.74 52.83 84.78 52.84 84.82 52.84 84.86 52.84 84.9 52.84 84.94 52.84 84.98 52.84 85.02 52.85 85.06 52.85 85.1 52.85 85.14 52.85 85.18 52.85 85.22 52.85 85.26 52.86 85.3 52.86 85.34 52.86 85.38 52.86 85.42 52.86 85.46 52.86 85.5 52.87 85.54 52.87 85.58 52.87 85.62 52.87 85.66 52.87 85.7 52.87 85.74 52.87 85.78 52.88 85.82 52.88 85.86 52.88 85.9 52.88 85.94 52.88 85.98 52.88 86.02 52.89 86.06 52.89 86.1 52.89 86.14 52.89 86.18 52.89 86.22 52.89 86.26 52.9 86.3 52.9 86.35 52.9 86.39 52.9 86.43 52.9 86.47 52.9 86.51 52.9 86.55 52.91 86.59 52.91 86.63 52.91 86.67 52.91 86.71 52.91 86.75 52.91 86.79 52.91 86.83 52.92 86.87 52.92 86.91 52.92 86.95 52.92 86.99 52.92 87.03 52.92 87.07 52.93 87.11 52.93 87.15 52.93 87.19 52.93 87.23 52.93 87.27 52.93 87.31 52.93 87.35 52.94 87.39 52.94 87.43 52.94 87.47 52.94 87.51 52.94 87.55 52.94 87.59 52.94 87.63 52.95 87.67 52.95 87.71 52.95 87.75 52.95 87.79 52.95 87.83 52.95 87.87 52.95 87.91 52.96 87.95 52.96 87.99 52.96 88.03 52.96 88.07 52.96 88.11 52.96 88.15 52.96 88.19 52.97 88.23 52.97 88.27 52.97 88.31 52.97 88.35 52.97 88.39 52.97 88.43 52.97 88.47 52.97 88.51 52.98 88.55 52.98 88.59 52.98 88.63 52.98 88.67 52.98 88.71 52.98 88.75 52.98 88.79 52.99 88.83 52.99 88.87 52.99 88.91 52.99 88.95 52.99 88.99 52.99 89.03 52.99 89.07 52.99 89.11 53 89.15 53 89.19 53 89.23 53 89.27 53 89.31 53 89.36 53 89.4 53.01 89.44 53.01 89.48 53.01 89.52 53.01 89.56 53.01 89.6 53.01 89.64 53.01 89.68 53.01 89.72 53.02 89.76 53.02 89.8 53.02 89.84 53.02 89.88 53.02 89.92 53.02 89.96 53.02 90 53.02 90.04 53.03 90.08 53.03 90.12 53.03 90.16 53.03 90.2 53.03 90.24 53.03 90.28 53.03 90.32 53.03 90.36 53.04 90.4 53.04 90.44 53.04 90.48 53.04 90.52 53.04 90.56 53.04 90.6 53.04 90.64 53.04 90.68 53.05 90.72 53.05 90.76 53.05 90.8 53.05 90.84 53.05 90.88 53.05 90.92 53.05 90.96 53.05 91 53.06 91.04 53.06 91.08 53.06 91.12 53.06 91.16 53.06 91.2 53.06 91.24 53.06 91.28 53.06 91.32 53.07 91.36 53.07 91.4 53.07 91.44 53.07 91.48 53.07 91.52 53.07 91.56 53.07 91.6 53.07 91.64 53.07 91.68 53.08 91.72 53.08 91.76 53.08 91.8 53.08 91.84 53.08 91.88 53.08 91.92 53.08 91.96 53.08 92 53.09 92.04 53.09 92.08 53.09 92.12 53.09 92.16 53.09 92.2 53.09 92.24 53.09 92.28 53.09 92.32 53.09 92.36 53.1 92.41 53.1 92.45 53.1 92.49 53.1 92.53 53.1 92.57 53.1 92.61 53.1 92.65 53.1 92.69 53.1 92.73 53.11 92.77 53.11 92.81 53.11 92.85 53.11 92.89 53.11 92.93 53.11 92.97 53.11 93.01 53.11 93.05 53.11 93.09 53.12 93.13 53.12 93.17 53.12 93.21 53.12 93.25 53.12 93.29 53.12 93.33 53.12 93.37 53.12 93.41 53.12 93.45 53.13 93.49 53.13 93.53 53.13 93.57 53.13 93.61 53.13 93.65 53.13 93.69 53.13 93.73 53.13 93.77 53.13 93.81 53.14 93.85 53.14 93.89 53.14 93.93 53.14 93.97 53.14 94.01 53.14 94.05 53.14 94.09 53.14 94.13 53.14 94.17 53.15 94.21 53.15 94.25 53.15 94.29 53.15 94.33 53.15 94.37 53.15 94.41 53.15 94.45 53.15 94.49 53.15 94.53 53.15 94.57 53.16 94.61 53.16 94.65 53.16 94.69 53.16 94.73 53.16 94.77 53.16 94.81 53.16 94.85 53.16 94.89 53.16 94.93 53.17 94.97 53.17 95.01 53.17 95.05 53.17 95.09 53.17 95.13 53.17 95.17 53.17 95.21 53.17 95.25 53.17 95.29 53.17 95.33 53.18 95.37 53.18 95.42 53.18 95.46 53.18 95.5 53.18 95.54 53.18 95.58 53.18 95.62 53.18 95.66 53.18 95.7 53.18 95.74 53.19 95.78 53.19 95.82 53.19 95.86 53.19 95.9 53.19 95.94 53.19 95.98 53.19 96.02 53.19 96.06 53.19 96.1 53.19 96.14 53.2 96.18 53.2 96.22 53.2 96.26 53.2 96.3 53.2 96.34 53.2 96.38 53.2 96.42 53.2 96.46 53.2 96.5 53.2 96.54 53.2 96.58 53.21 96.62 53.21 96.66 53.21 96.7 53.21 96.74 53.21 96.78 53.21 96.82 53.21 96.86 53.21 96.9 53.21 96.94 53.21 96.98 53.22 97.02 53.22 97.06 53.22 97.1 53.22 97.14 53.22 97.18 53.22 97.22 53.22 97.26 53.22 97.3 53.22 97.34 53.22 97.38 53.23 97.42 53.23 97.46 53.23 97.5 53.23 97.54 53.23 97.58 53.23 97.62 53.23 97.66 53.23 97.7 53.23 97.74 53.23 97.78 53.23 97.82 53.24 97.86 53.24 97.9 53.24 97.94 53.24 97.98 53.24 98.02 53.24 98.06 53.24 98.1 53.24 98.14 53.24 98.18 53.24 98.22 53.24 98.26 53.25 98.3 53.25 98.34 53.25 98.38 53.25 98.43 53.25 98.47 53.25 98.51 53.25 98.55 53.25 98.59 53.25 98.63 53.25 98.67 53.25 98.71 53.26 98.75 53.26 98.79 53.26 98.83 53.26 98.87 53.26 98.91 53.26 98.95 53.26 98.99 53.26 99.03 53.26 99.07 53.26 99.11 53.26 99.15 53.27 99.19 53.27 99.23 53.27 99.27 53.27 99.31 53.27 99.35 53.27 99.39 53.27 99.43 53.27 99.47 53.27 99.51 53.27 99.55 53.27 99.59 53.27 99.63 53.28 99.67 53.28 99.71 53.28 99.75 53.28 99.79 53.28 99.83 53.28 99.87 53.28 99.91 53.28 99.95 53.28 99.99 53.28 100.03 53.28 100.07 53.29 100.11 53.29 100.15 53.29 100.19 53.29 100.23 53.29 100.27 53.29 100.31 53.29 100.35 53.29 100.39 53.29 100.43 53.29 100.47 53.29 100.51 53.29 100.55 53.3 100.59 53.3 100.63 53.3 100.67 53.3 100.71 53.3 100.75 53.3 100.79 53.3 100.83 53.3 100.87 53.3 100.91 53.3 100.95 53.3 100.99 53.3 101.03 53.31 101.07 53.31 101.11 53.31 101.15 53.31 101.19 53.31 101.23 53.31 101.27 53.31 101.31 53.31 101.35 53.31 101.39 53.31 101.44 53.31 101.48 53.31 101.52 53.32 101.56 53.32 101.6 53.32 101.64 53.32 101.68 53.32 101.72 53.32 101.76 53.32 101.8 53.32 101.84 53.32 101.88 53.32 101.92 53.32 101.96 53.32 102 53.33 102.04 53.33 102.08 53.33 102.12 53.33 102.16 53.33 102.2 53.33 102.24 53.33 102.28 53.33 102.32 53.33 102.36 53.33 102.4 53.33 102.44 53.33 102.48 53.33 102.52 53.34 102.56 53.34 102.6 53.34 102.64 53.34 102.68 53.34 102.72 53.34 102.76 53.34 102.8 53.34 102.84 53.34 102.88 53.34 102.92 53.34 102.96 53.34 103 53.35 103.04 53.35 103.08 53.35 103.12 53.35 103.16 53.35 103.2 53.35 103.24 53.35 103.28 53.35 103.32 53.35 103.36 53.35 103.4 53.35 103.44 53.35 103.48 53.35 103.52 53.36 103.56 53.36 103.6 53.36 103.64 53.36 103.68 53.36 103.72 53.36 103.76 53.36 103.8 53.36 103.84 53.36 103.88 53.36 103.92 53.36 103.96 53.36 104 53.36 104.04 53.37 104.08 53.37 104.12 53.37 104.16 53.37 104.2 53.37 104.24 53.37 104.28 53.37 104.32 53.37 104.36 53.37 104.4 53.37 104.45 53.37 104.49 53.37 104.53 53.37 104.57 53.37\");\n", | |
" }(g.append(\"g\")));\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath4\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath4)\");\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"}\n", | |
"\n", | |
"var data = [\n", | |
"];\n", | |
"\n", | |
"var draw = function(parent_id) {\n", | |
" draw_with_data(data, parent_id);\n", | |
"};\n", | |
"\n", | |
"draw(\"#gadflyplot-oWC79qXurP7jVeBzGNra\");\n", | |
"</script>\n" | |
], | |
"metadata": {}, | |
"output_type": "display_data", | |
"text": [ | |
"D3(120.0,80.0,IOBuffer([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x64 \u2026 0x74,0x5f,0x69,0x64,0x29,0x3b,0x0a,0x7d,0x3b,0x0a],true,true,true,false,33469,9223372036854775807,33470),false,0,[],[],0,5,Dict{Uint64,(Any,Int64)}(),true,true)" | |
] | |
}, | |
{ | |
"html": [], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 2, | |
"text": [ | |
"Plot(...)" | |
] | |
} | |
], | |
"prompt_number": 2 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"calculate_gain(\"P1_18e-1V.data\",0.74Volt)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[{}-4.82800000000005\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 3, | |
"text": [ | |
"-4.82800000000005" | |
] | |
} | |
], | |
"prompt_number": 3 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"plot_transfer_curve(\"P1_10V.data\")" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"html": [ | |
"<div id=\"gadflyplot-gnecI8Q6I6VuNeNuN6eH\"></div>\n", | |
"<script>\n", | |
"function draw_with_data(data, parent_id) {\n", | |
" var g = d3.select(parent_id)\n", | |
" .append(\"svg\")\n", | |
" .attr(\"width\", \"120mm\")\n", | |
" .attr(\"height\", \"80mm\")\n", | |
" .attr(\"viewBox\", \"0 0 120 80\")\n", | |
" .attr(\"stroke-width\", \"0.5\")\n", | |
" .attr(\"style\", \"stroke:black;fill:black\");\n", | |
" g.append(\"defs\");\n", | |
" var t = {\"scale\": 1.0};\n", | |
"(function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath0\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M5,1 L 32.53 1 32.53 62.44 5 62.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath0)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#4C404B\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.18)\n", | |
" .attr(\"class\", \"guide ylabels\");\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", 139.71)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-15.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", -20.03)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"15.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", 33.22)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"5.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", -73.27)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"25.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", 86.47)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-5.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", 59.84)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", 113.09)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-10.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", 6.6)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"10.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 31.53)\n", | |
" .attr(\"y\", -46.65)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"20.0 V\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#362A35\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.88);\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 8.63)\n", | |
" .attr(\"y\", 33.22)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .attr(\"transform\", \"rotate(-90, 8.63, 33.22)\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"out\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"(function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath1\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M24.28,61.44 L 123.25 61.44 123.25 75 24.28 75 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath1)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#4C404B\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.18)\n", | |
" .attr(\"class\", \"guide xlabels\");\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -81.84)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-15.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 151.57)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"15.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 73.76)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"5.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 229.37)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"25.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -4.04)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-5.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 34.86)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -42.94)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-10.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 112.67)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"10.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 190.47)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"20.0 V\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#362A35\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.88);\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 73.76)\n", | |
" .attr(\"y\", 73)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"in\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"(function (g) {\n", | |
" g.on(\"mouseover\", guide_background_mouseover(parent_id, \"#C6C6C9\"))\n", | |
" .on(\"mouseout\", guide_background_mouseout(parent_id, \"#F0F0F3\"))\n", | |
" .call(zoom_behavior(parent_id, t));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath2\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M32.53,5 L 115 5 115 61.44 32.53 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath2)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"class\", \"guide background\")\n", | |
" .attr(\"stroke\", \"#F1F1F5\")\n", | |
" .attr(\"fill\", \"#FAFAFA\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,5 L 115 5 115 61.44 32.53 61.44 z\");\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#F0F0F3\")\n", | |
" .attr(\"stroke-width\", 0.2)\n", | |
" .attr(\"class\", \"guide ygridlines xfixed\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,139.71 L 115 139.71\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,-20.03 L 115 -20.03\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,33.22 L 115 33.22\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,-73.27 L 115 -73.27\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,86.47 L 115 86.47\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,59.84 L 115 59.84\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,113.09 L 115 113.09\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,6.6 L 115 6.6\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.53,-46.65 L 115 -46.65\");\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#F0F0F3\")\n", | |
" .attr(\"stroke-width\", 0.2)\n", | |
" .attr(\"class\", \"guide xgridlines yfixed\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-81.84,5 L -81.84 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M151.57,5 L 151.57 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M73.76,5 L 73.76 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M229.37,5 L 229.37 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-4.04,5 L -4.04 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M34.86,5 L 34.86 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-42.94,5 L -42.94 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M112.67,5 L 112.67 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M190.47,5 L 190.47 61.44\");\n", | |
" }(g.append(\"g\")));\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath3\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M32.53,5 L 115 5 115 61.44 32.53 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath3)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#00BFFF\")\n", | |
" .attr(\"class\", \"geometry\")\n", | |
" .attr(\"fill\", \"none\")\n", | |
" .attr(\"stroke-width\", 0.3);\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M34.86,6.6 L 34.87 6.6 34.88 6.6 34.89 6.6 34.89 6.6 34.9 6.6 34.91 6.6 34.92 6.6 34.92 6.6 34.93 6.6 34.94 6.6 34.95 6.6 34.96 6.6 34.96 6.6 34.97 6.6 34.98 6.6 34.99 6.6 34.99 6.6 35 6.6 35.01 6.6 35.02 6.6 35.03 6.6 35.03 6.6 35.04 6.6 35.05 6.6 35.06 6.6 35.06 6.6 35.07 6.6 35.08 6.6 35.09 6.6 35.1 6.6 35.1 6.6 35.11 6.6 35.12 6.6 35.13 6.6 35.13 6.6 35.14 6.6 35.15 6.6 35.16 6.6 35.17 6.6 35.17 6.6 35.18 6.6 35.19 6.6 35.2 6.6 35.2 6.6 35.21 6.6 35.22 6.6 35.23 6.6 35.24 6.6 35.24 6.6 35.25 6.6 35.26 6.6 35.27 6.6 35.27 6.6 35.28 6.6 35.29 6.6 35.3 6.6 35.31 6.6 35.31 6.6 35.32 6.6 35.33 6.6 35.34 6.6 35.34 6.6 35.35 6.6 35.36 6.6 35.37 6.6 35.38 6.6 35.38 6.6 35.39 6.6 35.4 6.6 35.41 6.6 35.41 6.6 35.42 6.6 35.43 6.6 35.44 6.6 35.45 6.6 35.45 6.6 35.46 6.6 35.47 6.6 35.48 6.6 35.48 6.6 35.49 6.6 35.5 6.6 35.51 6.6 35.52 6.6 35.52 6.6 35.53 6.6 35.54 6.6 35.55 6.6 35.55 6.6 35.56 6.6 35.57 6.6 35.58 6.6 35.59 6.6 35.59 6.6 35.6 6.6 35.61 6.6 35.62 6.6 35.62 6.6 35.63 6.6 35.64 6.6 35.65 6.6 35.66 6.6 35.66 6.6 35.67 6.6 35.68 6.6 35.69 6.6 35.69 6.6 35.7 6.6 35.71 6.6 35.72 6.6 35.73 6.6 35.73 6.6 35.74 6.6 35.75 6.6 35.76 6.6 35.76 6.6 35.77 6.6 35.78 6.6 35.79 6.6 35.8 6.6 35.8 6.6 35.81 6.6 35.82 6.6 35.83 6.6 35.83 6.6 35.84 6.6 35.85 6.6 35.86 6.6 35.87 6.6 35.87 6.6 35.88 6.6 35.89 6.6 35.9 6.6 35.9 6.6 35.91 6.6 35.92 6.6 35.93 6.6 35.94 6.6 35.94 6.6 35.95 6.6 35.96 6.6 35.97 6.6 35.97 6.6 35.98 6.6 35.99 6.6 36 6.6 36.01 6.6 36.01 6.6 36.02 6.6 36.03 6.6 36.04 6.6 36.04 6.6 36.05 6.6 36.06 6.6 36.07 6.6 36.08 6.6 36.08 6.6 36.09 6.6 36.1 6.6 36.11 6.6 36.11 6.6 36.12 6.6 36.13 6.6 36.14 6.6 36.15 6.6 36.15 6.6 36.16 6.6 36.17 6.6 36.18 6.6 36.18 6.6 36.19 6.6 36.2 6.6 36.21 6.6 36.22 6.6 36.22 6.6 36.23 6.6 36.24 6.6 36.25 6.6 36.25 6.6 36.26 6.6 36.27 6.6 36.28 6.6 36.29 6.6 36.29 6.6 36.3 6.6 36.31 6.6 36.32 6.6 36.32 6.6 36.33 6.6 36.34 6.6 36.35 6.6 36.36 6.6 36.36 6.6 36.37 6.6 36.38 6.6 36.39 6.6 36.39 6.6 36.4 6.6 36.41 6.6 36.42 6.6 36.43 6.6 36.43 6.6 36.44 6.6 36.45 6.6 36.46 6.6 36.46 6.6 36.47 6.6 36.48 6.6 36.49 6.6 36.5 6.6 36.5 6.6 36.51 6.6 36.52 6.6 36.53 6.6 36.53 6.6 36.54 6.6 36.55 6.6 36.56 6.6 36.57 6.6 36.57 6.6 36.58 6.6 36.59 6.6 36.6 6.6 36.6 6.6 36.61 6.6 36.62 6.6 36.63 6.6 36.64 6.6 36.64 6.6 36.65 6.6 36.66 6.6 36.67 6.6 36.67 6.6 36.68 6.6 36.69 6.6 36.7 6.6 36.71 6.6 36.71 6.6 36.72 6.6 36.73 6.6 36.74 6.6 36.74 6.6 36.75 6.6 36.76 6.6 36.77 6.6 36.78 6.6 36.78 6.6 36.79 6.6 36.8 6.6 36.81 6.6 36.81 6.6 36.82 6.6 36.83 6.6 36.84 6.6 36.85 6.6 36.85 6.6 36.86 6.6 36.87 6.6 36.88 6.6 36.89 6.6 36.89 6.6 36.9 6.6 36.91 6.6 36.92 6.6 36.92 6.6 36.93 6.6 36.94 6.6 36.95 6.6 36.96 6.6 36.96 6.6 36.97 6.6 36.98 6.6 36.99 6.6 36.99 6.6 37 6.6 37.01 6.6 37.02 6.6 37.03 6.6 37.03 6.6 37.04 6.6 37.05 6.6 37.06 6.6 37.06 6.6 37.07 6.6 37.08 6.6 37.09 6.6 37.1 6.6 37.1 6.6 37.11 6.6 37.12 6.6 37.13 6.6 37.13 6.6 37.14 6.6 37.15 6.6 37.16 6.6 37.17 6.6 37.17 6.6 37.18 6.6 37.19 6.6 37.2 6.6 37.2 6.6 37.21 6.6 37.22 6.6 37.23 6.6 37.24 6.6 37.24 6.6 37.25 6.6 37.26 6.6 37.27 6.6 37.27 6.6 37.28 6.6 37.29 6.6 37.3 6.6 37.31 6.6 37.31 6.6 37.32 6.6 37.33 6.6 37.34 6.6 37.34 6.6 37.35 6.6 37.36 6.6 37.37 6.6 37.38 6.6 37.38 6.6 37.39 6.6 37.4 6.6 37.41 6.6 37.41 6.6 37.42 6.6 37.43 6.6 37.44 6.6 37.45 6.6 37.45 6.6 37.46 6.6 37.47 6.6 37.48 6.6 37.48 6.6 37.49 6.6 37.5 6.6 37.51 6.6 37.52 6.6 37.52 6.6 37.53 6.6 37.54 6.6 37.55 6.6 37.55 6.6 37.56 6.6 37.57 6.6 37.58 6.6 37.59 6.6 37.59 6.6 37.6 6.6 37.61 6.6 37.62 6.6 37.62 6.6 37.63 6.6 37.64 6.6 37.65 6.6 37.66 6.6 37.66 6.6 37.67 6.6 37.68 6.6 37.69 6.6 37.69 6.6 37.7 6.6 37.71 6.6 37.72 6.6 37.73 6.6 37.73 6.6 37.74 6.6 37.75 6.6 37.76 6.6 37.76 6.6 37.77 6.6 37.78 6.6 37.79 6.6 37.8 6.6 37.8 6.6 37.81 6.6 37.82 6.6 37.83 6.6 37.83 6.6 37.84 6.6 37.85 6.6 37.86 6.6 37.87 6.6 37.87 6.6 37.88 6.6 37.89 6.6 37.9 6.6 37.9 6.6 37.91 6.6 37.92 6.6 37.93 6.6 37.94 6.6 37.94 6.6 37.95 6.6 37.96 6.6 37.97 6.6 37.97 6.6 37.98 6.6 37.99 6.6 38 6.6 38.01 6.6 38.01 6.6 38.02 6.6 38.03 6.6 38.04 6.6 38.04 6.6 38.05 6.6 38.06 6.6 38.07 6.6 38.08 6.6 38.08 6.6 38.09 6.6 38.1 6.6 38.11 6.6 38.11 6.6 38.12 6.6 38.13 6.6 38.14 6.6 38.15 6.6 38.15 6.6 38.16 6.6 38.17 6.6 38.18 6.6 38.18 6.6 38.19 6.6 38.2 6.6 38.21 6.6 38.22 6.6 38.22 6.6 38.23 6.6 38.24 6.6 38.25 6.6 38.25 6.6 38.26 6.6 38.27 6.6 38.28 6.6 38.29 6.6 38.29 6.6 38.3 6.6 38.31 6.6 38.32 6.6 38.32 6.6 38.33 6.6 38.34 6.6 38.35 6.6 38.36 6.6 38.36 6.6 38.37 6.6 38.38 6.6 38.39 6.6 38.39 6.6 38.4 6.6 38.41 6.6 38.42 6.6 38.43 6.6 38.43 6.6 38.44 6.6 38.45 6.6 38.46 6.6 38.46 6.6 38.47 6.6 38.48 6.6 38.49 6.6 38.5 6.6 38.5 6.6 38.51 6.6 38.52 6.6 38.53 6.6 38.53 6.6 38.54 6.6 38.55 6.6 38.56 6.6 38.57 6.61 38.57 6.61 38.58 6.61 38.59 6.61 38.6 6.61 38.6 6.61 38.61 6.61 38.62 6.61 38.63 6.61 38.64 6.61 38.64 6.61 38.65 6.61 38.66 6.61 38.67 6.61 38.67 6.61 38.68 6.61 38.69 6.61 38.7 6.61 38.71 6.61 38.71 6.61 38.72 6.61 38.73 6.61 38.74 6.62 38.74 6.62 38.75 6.62 38.76 6.62 38.77 6.62 38.78 6.62 38.78 6.62 38.79 6.62 38.8 6.62 38.81 6.62 38.81 6.62 38.82 6.62 38.83 6.63 38.84 6.63 38.85 6.63 38.85 6.63 38.86 6.63 38.87 6.63 38.88 6.63 38.88 6.63 38.89 6.64 38.9 6.64 38.91 6.64 38.92 6.64 38.92 6.64 38.93 6.64 38.94 6.64 38.95 6.65 38.95 6.65 38.96 6.65 38.97 6.65 38.98 6.65 38.99 6.66 38.99 6.66 39 6.66 39.01 6.66 39.02 6.67 39.02 6.67 39.03 6.67 39.04 6.67 39.05 6.68 39.06 6.68 39.06 6.68 39.07 6.68 39.08 6.69 39.09 6.69 39.09 6.69 39.1 6.7 39.11 6.7 39.12 6.7 39.13 6.71 39.13 6.71 39.14 6.72 39.15 6.72 39.16 6.72 39.16 6.73 39.17 6.73 39.18 6.74 39.19 6.74 39.2 6.75 39.2 6.75 39.21 6.76 39.22 6.76 39.23 6.77 39.23 6.77 39.24 6.78 39.25 6.79 39.26 6.79 39.27 6.8 39.27 6.8 39.28 6.81 39.29 6.82 39.3 6.82 39.3 6.83 39.31 6.84 39.32 6.84 39.33 6.85 39.34 6.86 39.34 6.87 39.35 6.88 39.36 6.88 39.37 6.89 39.37 6.9 39.38 6.91 39.39 6.92 39.4 6.93 39.41 6.94 39.41 6.95 39.42 6.96 39.43 6.97 39.44 6.98 39.44 6.99 39.45 7 39.46 7.01 39.47 7.02 39.48 7.03 39.48 7.04 39.49 7.05 39.5 7.06 39.51 7.07 39.51 7.08 39.52 7.1 39.53 7.11 39.54 7.12 39.55 7.13 39.55 7.15 39.56 7.16 39.57 7.17 39.58 7.18 39.58 7.2 39.59 7.21 39.6 7.23 39.61 7.24 39.62 7.25 39.62 7.27 39.63 7.28 39.64 7.3 39.65 7.31 39.65 7.33 39.66 7.34 39.67 7.36 39.68 7.37 39.69 7.39 39.69 7.4 39.7 7.42 39.71 7.44 39.72 7.45 39.72 7.47 39.73 7.48 39.74 7.5 39.75 7.52 39.76 7.53 39.76 7.55 39.77 7.57 39.78 7.59 39.79 7.6 39.79 7.62 39.8 7.64 39.81 7.66 39.82 7.67 39.83 7.69 39.83 7.71 39.84 7.73 39.85 7.75 39.86 7.77 39.86 7.79 39.87 7.8 39.88 7.82 39.89 7.84 39.9 7.86 39.9 7.88 39.91 7.9 39.92 7.92 39.93 7.94 39.93 7.96 39.94 7.98 39.95 8 39.96 8.02 39.97 8.04 39.97 8.06 39.98 8.08 39.99 8.1 40 8.12 40 8.14 40.01 8.16 40.02 8.18 40.03 8.21 40.04 8.23 40.04 8.25 40.05 8.27 40.06 8.29 40.07 8.31 40.07 8.33 40.08 8.36 40.09 8.38 40.1 8.4 40.11 8.42 40.11 8.44 40.12 8.47 40.13 8.49 40.14 8.51 40.14 8.53 40.15 8.55 40.16 8.58 40.17 8.6 40.18 8.62 40.18 8.65 40.19 8.67 40.2 8.69 40.21 8.71 40.22 8.74 40.22 8.76 40.23 8.78 40.24 8.81 40.25 8.83 40.25 8.85 40.26 8.88 40.27 8.9 40.28 8.92 40.29 8.95 40.29 8.97 40.3 8.99 40.31 9.02 40.32 9.04 40.32 9.07 40.33 9.09 40.34 9.11 40.35 9.14 40.36 9.16 40.36 9.19 40.37 9.21 40.38 9.23 40.39 9.26 40.39 9.28 40.4 9.31 40.41 9.33 40.42 9.36 40.43 9.38 40.43 9.41 40.44 9.43 40.45 9.46 40.46 9.48 40.46 9.51 40.47 9.53 40.48 9.56 40.49 9.58 40.5 9.61 40.5 9.63 40.51 9.66 40.52 9.68 40.53 9.71 40.53 9.73 40.54 9.76 40.55 9.78 40.56 9.81 40.57 9.83 40.57 9.86 40.58 9.88 40.59 9.91 40.6 9.93 40.6 9.96 40.61 9.99 40.62 10.01 40.63 10.04 40.64 10.06 40.64 10.09 40.65 10.12 40.66 10.14 40.67 10.17 40.67 10.19 40.68 10.22 40.69 10.24 40.7 10.27 40.71 10.3 40.71 10.32 40.72 10.35 40.73 10.38 40.74 10.4 40.74 10.43 40.75 10.45 40.76 10.48 40.77 10.51 40.78 10.53 40.78 10.56 40.79 10.59 40.8 10.61 40.81 10.64 40.81 10.67 40.82 10.69 40.83 10.72 40.84 10.75 40.85 10.77 40.85 10.8 40.86 10.83 40.87 10.85 40.88 10.88 40.88 10.91 40.89 10.93 40.9 10.96 40.91 10.99 40.92 11.01 40.92 11.04 40.93 11.07 40.94 11.09 40.95 11.12 40.95 11.15 40.96 11.18 40.97 11.2 40.98 11.23 40.99 11.26 40.99 11.28 41 11.31 41.01 11.34 41.02 11.37 41.02 11.39 41.03 11.42 41.04 11.45 41.05 11.47 41.06 11.5 41.06 11.53 41.07 11.56 41.08 11.58 41.09 11.61 41.09 11.64 41.1 11.67 41.11 11.69 41.12 11.72 41.13 11.75 41.13 11.78 41.14 11.8 41.15 11.83 41.16 11.86 41.16 11.89 41.17 11.91 41.18 11.94 41.19 11.97 41.2 12 41.2 12.02 41.21 12.05 41.22 12.08 41.23 12.11 41.23 12.14 41.24 12.16 41.25 12.19 41.26 12.22 41.27 12.25 41.27 12.28 41.28 12.3 41.29 12.33 41.3 12.36 41.3 12.39 41.31 12.41 41.32 12.44 41.33 12.47 41.34 12.5 41.34 12.53 41.35 12.55 41.36 12.58 41.37 12.61 41.37 12.64 41.38 12.67 41.39 12.7 41.4 12.72 41.41 12.75 41.41 12.78 41.42 12.81 41.43 12.84 41.44 12.86 41.44 12.89 41.45 12.92 41.46 12.95 41.47 12.98 41.48 13.01 41.48 13.03 41.49 13.06 41.5 13.09 41.51 13.12 41.51 13.15 41.52 13.18 41.53 13.2 41.54 13.23 41.55 13.26 41.55 13.29 41.56 13.32 41.57 13.35 41.58 13.37 41.58 13.4 41.59 13.43 41.6 13.46 41.61 13.49 41.62 13.52 41.62 13.55 41.63 13.57 41.64 13.6 41.65 13.63 41.65 13.66 41.66 13.69 41.67 13.72 41.68 13.75 41.69 13.77 41.69 13.8 41.7 13.83 41.71 13.86 41.72 13.89 41.72 13.92 41.73 13.95 41.74 13.98 41.75 14 41.76 14.03 41.76 14.06 41.77 14.09 41.78 14.12 41.79 14.15 41.79 14.18 41.8 14.21 41.81 14.23 41.82 14.26 41.83 14.29 41.83 14.32 41.84 14.35 41.85 14.38 41.86 14.41 41.86 14.44 41.87 14.47 41.88 14.49 41.89 14.52 41.9 14.55 41.9 14.58 41.91 14.61 41.92 14.64 41.93 14.67 41.93 14.7 41.94 14.73 41.95 14.76 41.96 14.78 41.97 14.81 41.97 14.84 41.98 14.87 41.99 14.9 42 14.93 42 14.96 42.01 14.99 42.02 15.02 42.03 15.05 42.04 15.07 42.04 15.1 42.05 15.13 42.06 15.16 42.07 15.19 42.07 15.22 42.08 15.25 42.09 15.28 42.1 15.31 42.11 15.34 42.11 15.37 42.12 15.4 42.13 15.42 42.14 15.45 42.14 15.48 42.15 15.51 42.16 15.54 42.17 15.57 42.18 15.6 42.18 15.63 42.19 15.66 42.2 15.69 42.21 15.72 42.21 15.75 42.22 15.78 42.23 15.81 42.24 15.83 42.25 15.86 42.25 15.89 42.26 15.92 42.27 15.95 42.28 15.98 42.28 16.01 42.29 16.04 42.3 16.07 42.31 16.1 42.32 16.13 42.32 16.16 42.33 16.19 42.34 16.22 42.35 16.25 42.35 16.28 42.36 16.3 42.37 16.33 42.38 16.36 42.39 16.39 42.39 16.42 42.4 16.45 42.41 16.48 42.42 16.51 42.42 16.54 42.43 16.57 42.44 16.6 42.45 16.63 42.46 16.66 42.46 16.69 42.47 16.72 42.48 16.75 42.49 16.78 42.49 16.81 42.5 16.84 42.51 16.87 42.52 16.89 42.53 16.92 42.53 16.95 42.54 16.98 42.55 17.01 42.56 17.04 42.56 17.07 42.57 17.1 42.58 17.13 42.59 17.16 42.6 17.19 42.6 17.22 42.61 17.25 42.62 17.28 42.63 17.31 42.63 17.34 42.64 17.37 42.65 17.4 42.66 17.43 42.67 17.46 42.67 17.49 42.68 17.52 42.69 17.55 42.7 17.58 42.7 17.61 42.71 17.64 42.72 17.67 42.73 17.7 42.74 17.73 42.74 17.76 42.75 17.78 42.76 17.81 42.77 17.84 42.77 17.87 42.78 17.9 42.79 17.93 42.8 17.96 42.81 17.99 42.81 18.02 42.82 18.05 42.83 18.08 42.84 18.11 42.84 18.14 42.85 18.17 42.86 18.2 42.87 18.23 42.88 18.26 42.88 18.29 42.89 18.32 42.9 18.35 42.91 18.38 42.91 18.41 42.92 18.44 42.93 18.47 42.94 18.5 42.95 18.53 42.95 18.56 42.96 18.59 42.97 18.62 42.98 18.65 42.98 18.68 42.99 18.71 43 18.74 43.01 18.77 43.02 18.8 43.02 18.83 43.03 18.86 43.04 18.89 43.05 18.92 43.05 18.95 43.06 18.98 43.07 19.01 43.08 19.04 43.09 19.07 43.09 19.1 43.1 19.13 43.11 19.16 43.12 19.19 43.12 19.22 43.13 19.25 43.14 19.28 43.15 19.31 43.16 19.34 43.16 19.37 43.17 19.4 43.18 19.43 43.19 19.46 43.19 19.49 43.2 19.52 43.21 19.55 43.22 19.58 43.23 19.61 43.23 19.64 43.24 19.67 43.25 19.7 43.26 19.73 43.26 19.76 43.27 19.79 43.28 19.82 43.29 19.85 43.3 19.88 43.3 19.91 43.31 19.94 43.32 19.97 43.33 20 43.33 20.03 43.34 20.06 43.35 20.09 43.36 20.12 43.37 20.15 43.37 20.18 43.38 20.21 43.39 20.24 43.4 20.27 43.4 20.3 43.41 20.33 43.42 20.36 43.43 20.39 43.44 20.42 43.44 20.45 43.45 20.48 43.46 20.51 43.47 20.54 43.47 20.57 43.48 20.6 43.49 20.63 43.5 20.66 43.51 20.69 43.51 20.72 43.52 20.75 43.53 20.78 43.54 20.81 43.55 20.84 43.55 20.87 43.56 20.9 43.57 20.93 43.58 20.96 43.58 20.99 43.59 21.02 43.6 21.06 43.61 21.09 43.62 21.12 43.62 21.15 43.63 21.18 43.64 21.21 43.65 21.24 43.65 21.27 43.66 21.3 43.67 21.33 43.68 21.36 43.69 21.39 43.69 21.42 43.7 21.45 43.71 21.48 43.72 21.51 43.72 21.54 43.73 21.57 43.74 21.6 43.75 21.63 43.76 21.66 43.76 21.69 43.77 21.72 43.78 21.75 43.79 21.78 43.79 21.81 43.8 21.84 43.81 21.87 43.82 21.9 43.83 21.93 43.83 21.96 43.84 21.99 43.85 22.02 43.86 22.05 43.86 22.08 43.87 22.11 43.88 22.15 43.89 22.18 43.9 22.21 43.9 22.24 43.91 22.27 43.92 22.3 43.93 22.33 43.93 22.36 43.94 22.39 43.95 22.42 43.96 22.45 43.97 22.48 43.97 22.51 43.98 22.54 43.99 22.57 44 22.6 44 22.63 44.01 22.66 44.02 22.69 44.03 22.72 44.04 22.75 44.04 22.78 44.05 22.81 44.06 22.84 44.07 22.87 44.07 22.9 44.08 22.93 44.09 22.97 44.1 23 44.11 23.03 44.11 23.06 44.12 23.09 44.13 23.12 44.14 23.15 44.14 23.18 44.15 23.21 44.16 23.24 44.17 23.27 44.18 23.3 44.18 23.33 44.19 23.36 44.2 23.39 44.21 23.42 44.21 23.45 44.22 23.48 44.23 23.51 44.24 23.54 44.25 23.57 44.25 23.6 44.26 23.63 44.27 23.67 44.28 23.7 44.28 23.73 44.29 23.76 44.3 23.79 44.31 23.82 44.32 23.85 44.32 23.88 44.33 23.91 44.34 23.94 44.35 23.97 44.35 24 44.36 24.03 44.37 24.06 44.38 24.09 44.39 24.12 44.39 24.15 44.4 24.18 44.41 24.21 44.42 24.24 44.42 24.28 44.43 24.31 44.44 24.34 44.45 24.37 44.46 24.4 44.46 24.43 44.47 24.46 44.48 24.49 44.49 24.52 44.49 24.55 44.5 24.58 44.51 24.61 44.52 24.64 44.53 24.67 44.53 24.7 44.54 24.73 44.55 24.76 44.56 24.79 44.56 24.83 44.57 24.86 44.58 24.89 44.59 24.92 44.6 24.95 44.6 24.98 44.61 25.01 44.62 25.04 44.63 25.07 44.63 25.1 44.64 25.13 44.65 25.16 44.66 25.19 44.67 25.22 44.67 25.25 44.68 25.28 44.69 25.31 44.7 25.34 44.7 25.38 44.71 25.41 44.72 25.44 44.73 25.47 44.74 25.5 44.74 25.53 44.75 25.56 44.76 25.59 44.77 25.62 44.77 25.65 44.78 25.68 44.79 25.71 44.8 25.74 44.81 25.77 44.81 25.8 44.82 25.83 44.83 25.87 44.84 25.9 44.84 25.93 44.85 25.96 44.86 25.99 44.87 26.02 44.88 26.05 44.88 26.08 44.89 26.11 44.9 26.14 44.91 26.17 44.91 26.2 44.92 26.23 44.93 26.26 44.94 26.29 44.95 26.33 44.95 26.36 44.96 26.39 44.97 26.42 44.98 26.45 44.98 26.48 44.99 26.51 45 26.54 45.01 26.57 45.02 26.6 45.02 26.63 45.03 26.66 45.04 26.69 45.05 26.72 45.05 26.75 45.06 26.79 45.07 26.82 45.08 26.85 45.09 26.88 45.09 26.91 45.1 26.94 45.11 26.97 45.12 27 45.12 27.03 45.13 27.06 45.14 27.09 45.15 27.12 45.16 27.15 45.16 27.18 45.17 27.22 45.18 27.25 45.19 27.28 45.19 27.31 45.2 27.34 45.21 27.37 45.22 27.4 45.23 27.43 45.23 27.46 45.24 27.49 45.25 27.52 45.26 27.55 45.26 27.58 45.27 27.61 45.28 27.65 45.29 27.68 45.3 27.71 45.3 27.74 45.31 27.77 45.32 27.8 45.33 27.83 45.33 27.86 45.34 27.89 45.35 27.92 45.36 27.95 45.37 27.98 45.37 28.01 45.38 28.05 45.39 28.08 45.4 28.11 45.4 28.14 45.41 28.17 45.42 28.2 45.43 28.23 45.44 28.26 45.44 28.29 45.45 28.32 45.46 28.35 45.47 28.38 45.47 28.41 45.48 28.45 45.49 28.48 45.5 28.51 45.51 28.54 45.51 28.57 45.52 28.6 45.53 28.63 45.54 28.66 45.54 28.69 45.55 28.72 45.56 28.75 45.57 28.78 45.58 28.81 45.58 28.85 45.59 28.88 45.6 28.91 45.61 28.94 45.61 28.97 45.62 29 45.63 29.03 45.64 29.06 45.65 29.09 45.65 29.12 45.66 29.15 45.67 29.18 45.68 29.22 45.68 29.25 45.69 29.28 45.7 29.31 45.71 29.34 45.72 29.37 45.72 29.4 45.73 29.43 45.74 29.46 45.75 29.49 45.75 29.52 45.76 29.55 45.77 29.59 45.78 29.62 45.79 29.65 45.79 29.68 45.8 29.71 45.81 29.74 45.82 29.77 45.82 29.8 45.83 29.83 45.84 29.86 45.85 29.89 45.86 29.92 45.86 29.96 45.87 29.99 45.88 30.02 45.89 30.05 45.89 30.08 45.9 30.11 45.91 30.14 45.92 30.17 45.93 30.2 45.93 30.23 45.94 30.26 45.95 30.29 45.96 30.33 45.96 30.36 45.97 30.39 45.98 30.42 45.99 30.45 46 30.48 46 30.51 46.01 30.54 46.02 30.57 46.03 30.6 46.03 30.63 46.04 30.67 46.05 30.7 46.06 30.73 46.07 30.76 46.07 30.79 46.08 30.82 46.09 30.85 46.1 30.88 46.1 30.91 46.11 30.94 46.12 30.97 46.13 31.01 46.14 31.04 46.14 31.07 46.15 31.1 46.16 31.13 46.17 31.16 46.17 31.19 46.18 31.22 46.19 31.25 46.2 31.28 46.21 31.31 46.21 31.35 46.22 31.38 46.23 31.41 46.24 31.44 46.24 31.47 46.25 31.5 46.26 31.53 46.27 31.56 46.28 31.59 46.28 31.62 46.29 31.65 46.3 31.69 46.31 31.72 46.31 31.75 46.32 31.78 46.33 31.81 46.34 31.84 46.35 31.87 46.35 31.9 46.36 31.93 46.37 31.96 46.38 31.99 46.38 32.03 46.39 32.06 46.4 32.09 46.41 32.12 46.42 32.15 46.42 32.18 46.43 32.21 46.44 32.24 46.45 32.27 46.45 32.3 46.46 32.34 46.47 32.37 46.48 32.4 46.49 32.43 46.49 32.46 46.5 32.49 46.51 32.52 46.52 32.55 46.52 32.58 46.53 32.61 46.54 32.64 46.55 32.68 46.56 32.71 46.56 32.74 46.57 32.77 46.58 32.8 46.59 32.83 46.59 32.86 46.6 32.89 46.61 32.92 46.62 32.95 46.63 32.99 46.63 33.02 46.64 33.05 46.65 33.08 46.66 33.11 46.66 33.14 46.67 33.17 46.68 33.2 46.69 33.23 46.7 33.26 46.7 33.3 46.71 33.33 46.72 33.36 46.73 33.39 46.73 33.42 46.74 33.45 46.75 33.48 46.76 33.51 46.77 33.54 46.77 33.57 46.78 33.61 46.79 33.64 46.8 33.67 46.8 33.7 46.81 33.73 46.82 33.76 46.83 33.79 46.84 33.82 46.84 33.85 46.85 33.88 46.86 33.92 46.87 33.95 46.88 33.98 46.88 34.01 46.89 34.04 46.9 34.07 46.91 34.1 46.91 34.13 46.92 34.16 46.93 34.19 46.94 34.23 46.95 34.26 46.95 34.29 46.96 34.32 46.97 34.35 46.98 34.38 46.98 34.41 46.99 34.44 47 34.47 47.01 34.5 47.02 34.54 47.02 34.57 47.03 34.6 47.04 34.63 47.05 34.66 47.05 34.69 47.06 34.72 47.07 34.75 47.08 34.78 47.09 34.81 47.09 34.85 47.1 34.88 47.11 34.91 47.12 34.94 47.12 34.97 47.13 35 47.14 35.03 47.15 35.06 47.16 35.09 47.16 35.13 47.17 35.16 47.18 35.19 47.19 35.22 47.19 35.25 47.2 35.28 47.21 35.31 47.22 35.34 47.23 35.37 47.23 35.4 47.24 35.44 47.25 35.47 47.26 35.5 47.26 35.53 47.27 35.56 47.28 35.59 47.29 35.62 47.3 35.65 47.3 35.68 47.31 35.72 47.32 35.75 47.33 35.78 47.33 35.81 47.34 35.84 47.35 35.87 47.36 35.9 47.37 35.93 47.37 35.96 47.38 36 47.39 36.03 47.4 36.06 47.4 36.09 47.41 36.12 47.42 36.15 47.43 36.18 47.44 36.21 47.44 36.24 47.45 36.27 47.46 36.31 47.47 36.34 47.47 36.37 47.48 36.4 47.49 36.43 47.5 36.46 47.51 36.49 47.51 36.52 47.52 36.55 47.53 36.59 47.54 36.62 47.54 36.65 47.55 36.68 47.56 36.71 47.57 36.74 47.58 36.77 47.58 36.8 47.59 36.83 47.6 36.87 47.61 36.9 47.61 36.93 47.62 36.96 47.63 36.99 47.64 37.02 47.65 37.05 47.65 37.08 47.66 37.11 47.67 37.15 47.68 37.18 47.68 37.21 47.69 37.24 47.7 37.27 47.71 37.3 47.72 37.33 47.72 37.36 47.73 37.39 47.74 37.43 47.75 37.46 47.75 37.49 47.76 37.52 47.77 37.55 47.78 37.58 47.79 37.61 47.79 37.64 47.8 37.67 47.81 37.71 47.82 37.74 47.82 37.77 47.83 37.8 47.84 37.83 47.85 37.86 47.86 37.89 47.86 37.92 47.87 37.95 47.88 37.99 47.89 38.02 47.89 38.05 47.9 38.08 47.91 38.11 47.92 38.14 47.93 38.17 47.93 38.2 47.94 38.23 47.95 38.27 47.96 38.3 47.96 38.33 47.97 38.36 47.98 38.39 47.99 38.42 48 38.45 48 38.48 48.01 38.51 48.02 38.55 48.03 38.58 48.03 38.61 48.04 38.64 48.05 38.67 48.06 38.7 48.07 38.73 48.07 38.76 48.08 38.8 48.09 38.83 48.1 38.86 48.1 38.89 48.11 38.92 48.12 38.95 48.13 38.98 48.14 39.01 48.14 39.04 48.15 39.08 48.16 39.11 48.17 39.14 48.17 39.17 48.18 39.2 48.19 39.23 48.2 39.26 48.21 39.29 48.21 39.32 48.22 39.36 48.23 39.39 48.24 39.42 48.24 39.45 48.25 39.48 48.26 39.51 48.27 39.54 48.28 39.57 48.28 39.61 48.29 39.64 48.3 39.67 48.31 39.7 48.31 39.73 48.32 39.76 48.33 39.79 48.34 39.82 48.35 39.85 48.35 39.89 48.36 39.92 48.37 39.95 48.38 39.98 48.38 40.01 48.39 40.04 48.4 40.07 48.41 40.1 48.42 40.14 48.42 40.17 48.43 40.2 48.44 40.23 48.45 40.26 48.45 40.29 48.46 40.32 48.47 40.35 48.48 40.38 48.49 40.42 48.49 40.45 48.5 40.48 48.51 40.51 48.52 40.54 48.52 40.57 48.53 40.6 48.54 40.63 48.55 40.67 48.56 40.7 48.56 40.73 48.57 40.76 48.58 40.79 48.59 40.82 48.59 40.85 48.6 40.88 48.61 40.91 48.62 40.95 48.63 40.98 48.63 41.01 48.64 41.04 48.65 41.07 48.66 41.1 48.66 41.13 48.67 41.16 48.68 41.2 48.69 41.23 48.7 41.26 48.7 41.29 48.71 41.32 48.72 41.35 48.73 41.38 48.73 41.41 48.74 41.45 48.75 41.48 48.76 41.51 48.77 41.54 48.77 41.57 48.78 41.6 48.79 41.63 48.8 41.66 48.8 41.69 48.81 41.73 48.82 41.76 48.83 41.79 48.84 41.82 48.84 41.85 48.85 41.88 48.86 41.91 48.87 41.94 48.87 41.98 48.88 42.01 48.89 42.04 48.9 42.07 48.91 42.1 48.91 42.13 48.92 42.16 48.93 42.19 48.94 42.23 48.94 42.26 48.95 42.29 48.96 42.32 48.97 42.35 48.98 42.38 48.98 42.41 48.99 42.44 49 42.48 49.01 42.51 49.01 42.54 49.02 42.57 49.03 42.6 49.04 42.63 49.05 42.66 49.05 42.69 49.06 42.73 49.07 42.76 49.08 42.79 49.08 42.82 49.09 42.85 49.1 42.88 49.11 42.91 49.12 42.94 49.12 42.98 49.13 43.01 49.14 43.04 49.15 43.07 49.15 43.1 49.16 43.13 49.17 43.16 49.18 43.19 49.19 43.23 49.19 43.26 49.2 43.29 49.21 43.32 49.22 43.35 49.22 43.38 49.23 43.41 49.24 43.44 49.25 43.48 49.26 43.51 49.26 43.54 49.27 43.57 49.28 43.6 49.29 43.63 49.29 43.66 49.3 43.69 49.31 43.73 49.32 43.76 49.33 43.79 49.33 43.82 49.34 43.85 49.35 43.88 49.36 43.91 49.36 43.94 49.37 43.98 49.38 44.01 49.39 44.04 49.4 44.07 49.4 44.1 49.41 44.13 49.42 44.16 49.43 44.19 49.43 44.23 49.44 44.26 49.45 44.29 49.46 44.32 49.47 44.35 49.47 44.38 49.48 44.41 49.49 44.44 49.5 44.48 49.5 44.51 49.51 44.54 49.52 44.57 49.53 44.6 49.54 44.63 49.54 44.66 49.55 44.69 49.56 44.73 49.57 44.76 49.57 44.79 49.58 44.82 49.59 44.85 49.6 44.88 49.61 44.91 49.61 44.94 49.62 44.98 49.63 45.01 49.64 45.04 49.64 45.07 49.65 45.1 49.66 45.13 49.67 45.16 49.68 45.19 49.68 45.23 49.69 45.26 49.7 45.29 49.71 45.32 49.71 45.35 49.72 45.38 49.73 45.41 49.74 45.44 49.75 45.48 49.75 45.51 49.76 45.54 49.77 45.57 49.78 45.6 49.78 45.63 49.79 45.66 49.8 45.69 49.81 45.73 49.82 45.76 49.82 45.79 49.83 45.82 49.84 45.85 49.85 45.88 49.85 45.91 49.86 45.95 49.87 45.98 49.88 46.01 49.89 46.04 49.89 46.07 49.9 46.1 49.91 46.13 49.92 46.16 49.92 46.2 49.93 46.23 49.94 46.26 49.95 46.29 49.96 46.32 49.96 46.35 49.97 46.38 49.98 46.41 49.99 46.45 49.99 46.48 50 46.51 50.01 46.54 50.02 46.57 50.03 46.6 50.03 46.63 50.04 46.67 50.05 46.7 50.06 46.73 50.06 46.76 50.07 46.79 50.08 46.82 50.09 46.85 50.1 46.88 50.1 46.92 50.11 46.95 50.12 46.98 50.13 47.01 50.13 47.04 50.14 47.07 50.15 47.1 50.16 47.13 50.17 47.17 50.17 47.2 50.18 47.23 50.19 47.26 50.2 47.29 50.21 47.32 50.21 47.35 50.22 47.39 50.23 47.42 50.24 47.45 50.24 47.48 50.25 47.51 50.26 47.54 50.27 47.57 50.28 47.6 50.28 47.64 50.29 47.67 50.3 47.7 50.31 47.73 50.31 47.76 50.32 47.79 50.33 47.82 50.34 47.85 50.35 47.89 50.35 47.92 50.36 47.95 50.37 47.98 50.38 48.01 50.38 48.04 50.39 48.07 50.4 48.11 50.41 48.14 50.42 48.17 50.42 48.2 50.43 48.23 50.44 48.26 50.45 48.29 50.45 48.32 50.46 48.36 50.47 48.39 50.48 48.42 50.49 48.45 50.49 48.48 50.5 48.51 50.51 48.54 50.52 48.58 50.52 48.61 50.53 48.64 50.54 48.67 50.55 48.7 50.56 48.73 50.56 48.76 50.57 48.79 50.58 48.83 50.59 48.86 50.59 48.89 50.6 48.92 50.61 48.95 50.62 48.98 50.63 49.01 50.63 49.05 50.64 49.08 50.65 49.11 50.66 49.14 50.66 49.17 50.67 49.2 50.68 49.23 50.69 49.26 50.7 49.3 50.7 49.33 50.71 49.36 50.72 49.39 50.73 49.42 50.73 49.45 50.74 49.48 50.75 49.52 50.76 49.55 50.77 49.58 50.77 49.61 50.78 49.64 50.79 49.67 50.8 49.7 50.8 49.73 50.81 49.77 50.82 49.8 50.83 49.83 50.84 49.86 50.84 49.89 50.85 49.92 50.86 49.95 50.87 49.99 50.87 50.02 50.88 50.05 50.89 50.08 50.9 50.11 50.91 50.14 50.91 50.17 50.92 50.21 50.93 50.24 50.94 50.27 50.94 50.3 50.95 50.33 50.96 50.36 50.97 50.39 50.98 50.42 50.98 50.46 50.99 50.49 51 50.52 51.01 50.55 51.01 50.58 51.02 50.61 51.03 50.64 51.04 50.68 51.05 50.71 51.05 50.74 51.06 50.77 51.07 50.8 51.08 50.83 51.08 50.86 51.09 50.9 51.1 50.93 51.11 50.96 51.12 50.99 51.12 51.02 51.13 51.05 51.14 51.08 51.15 51.11 51.15 51.15 51.16 51.18 51.17 51.21 51.18 51.24 51.19 51.27 51.19 51.3 51.2 51.33 51.21 51.37 51.22 51.4 51.22 51.43 51.23 51.46 51.24 51.49 51.25 51.52 51.26 51.55 51.26 51.59 51.27 51.62 51.28 51.65 51.29 51.68 51.29 51.71 51.3 51.74 51.31 51.77 51.32 51.8 51.33 51.84 51.33 51.87 51.34 51.9 51.35 51.93 51.36 51.96 51.36 51.99 51.37 52.02 51.38 52.06 51.39 52.09 51.4 52.12 51.4 52.15 51.41 52.18 51.42 52.21 51.43 52.24 51.43 52.28 51.44 52.31 51.45 52.34 51.46 52.37 51.47 52.4 51.47 52.43 51.48 52.46 51.49 52.5 51.5 52.53 51.5 52.56 51.51 52.59 51.52 52.62 51.53 52.65 51.54 52.68 51.54 52.71 51.55 52.75 51.56 52.78 51.57 52.81 51.57 52.84 51.58 52.87 51.59 52.9 51.6 52.93 51.61 52.97 51.61 53 51.62 53.03 51.63 53.06 51.64 53.09 51.64 53.12 51.65 53.15 51.66 53.19 51.67 53.22 51.68 53.25 51.68 53.28 51.69 53.31 51.7 53.34 51.71 53.37 51.71 53.41 51.72 53.44 51.73 53.47 51.74 53.5 51.75 53.53 51.75 53.56 51.76 53.59 51.77 53.63 51.78 53.66 51.78 53.69 51.79 53.72 51.8 53.75 51.81 53.78 51.82 53.81 51.82 53.84 51.83 53.88 51.84 53.91 51.85 53.94 51.85 53.97 51.86 54 51.87 54.03 51.88 54.06 51.89 54.1 51.89 54.13 51.9 54.16 51.91 54.19 51.92 54.22 51.92 54.25 51.93 54.28 51.94 54.32 51.95 54.35 51.96 54.38 51.96 54.41 51.97 54.44 51.98 54.47 51.99 54.5 51.99 54.54 52 54.57 52.01 54.6 52.02 54.63 52.03 54.66 52.03 54.69 52.04 54.72 52.05 54.76 52.06 54.79 52.06 54.82 52.07 54.85 52.08 54.88 52.09 54.91 52.1 54.94 52.1 54.98 52.11 55.01 52.12 55.04 52.13 55.07 52.13 55.1 52.14 55.13 52.15 55.16 52.16 55.2 52.17 55.23 52.17 55.26 52.18 55.29 52.19 55.32 52.2 55.35 52.2 55.38 52.21 55.42 52.22 55.45 52.23 55.48 52.24 55.51 52.24 55.54 52.25 55.57 52.26 55.6 52.27 55.64 52.27 55.67 52.28 55.7 52.29 55.73 52.3 55.76 52.31 55.79 52.31 55.82 52.32 55.85 52.33 55.89 52.34 55.92 52.34 55.95 52.35 55.98 52.36 56.01 52.37 56.04 52.38 56.07 52.38 56.11 52.39 56.14 52.4 56.17 52.41 56.2 52.41 56.23 52.42 56.26 52.43 56.29 52.44 56.33 52.45 56.36 52.45 56.39 52.46 56.42 52.47 56.45 52.48 56.48 52.48 56.51 52.49 56.55 52.5 56.58 52.51 56.61 52.52 56.64 52.52 56.67 52.53 56.7 52.54 56.73 52.55 56.77 52.55 56.8 52.56 56.83 52.57 56.86 52.58 56.89 52.59 56.92 52.59 56.95 52.6 56.98 52.61 57.02 52.62 57.05 52.62 57.08 52.63 57.11 52.64 57.14 52.65 57.17 52.66 57.2 52.66 57.23 52.67 57.26 52.68 57.28 52.69 57.31 52.69 57.34 52.7 57.36 52.71 57.39 52.72 57.41 52.73 57.44 52.73 57.46 52.74 57.48 52.75 57.5 52.76 57.52 52.76 57.54 52.77 57.55 52.78 57.57 52.79 57.59 52.8 57.6 52.8 57.61 52.81 57.63 52.82 57.64 52.83 57.65 52.83 57.66 52.84 57.67 52.85 57.68 52.86 57.69 52.87 57.7 52.87 57.71 52.88 57.72 52.89 57.73 52.9 57.73 52.9 57.74 52.91 57.75 52.92 57.75 52.93 57.76 52.94 57.77 52.94 57.77 52.95 57.78 52.96 57.78 52.97 57.79 52.97 57.79 52.98 57.8 52.99 57.8 53 57.81 53.01 57.81 53.01 57.82 53.02 57.82 53.03 57.83 53.04 57.83 53.04 57.83 53.05 57.84 53.06 57.84 53.07 57.85 53.08 57.85 53.08 57.85 53.09 57.86 53.1 57.86 53.11 57.86 53.11 57.87 53.12 57.87 53.13 57.87 53.14 57.88 53.15 57.88 53.15 57.88 53.16 57.89 53.17 57.89 53.18 57.89 53.18 57.89 53.19 57.9 53.2 57.9 53.21 57.9 53.22 57.9 53.22 57.91 53.23 57.91 53.24 57.91 53.25 57.91 53.25 57.92 53.26 57.92 53.27 57.92 53.28 57.92 53.29 57.93 53.29 57.93 53.3 57.93 53.31 57.93 53.32 57.93 53.32 57.94 53.33 57.94 53.34 57.94 53.35 57.94 53.36 57.94 53.36 57.95 53.37 57.95 53.38 57.95 53.39 57.95 53.39 57.95 53.4 57.96 53.41 57.96 53.42 57.96 53.43 57.96 53.43 57.96 53.44 57.96 53.45 57.97 53.46 57.97 53.46 57.97 53.47 57.97 53.48 57.97 53.49 57.97 53.5 57.98 53.5 57.98 53.51 57.98 53.52 57.98 53.53 57.98 53.54 57.98 53.54 57.98 53.55 57.99 53.56 57.99 53.57 57.99 53.57 57.99 53.58 57.99 53.59 57.99 53.6 57.99 53.61 58 53.61 58 53.62 58 53.63 58 53.64 58 53.64 58 53.65 58 53.66 58 53.67 58.01 53.68 58.01 53.68 58.01 53.69 58.01 53.7 58.01 53.71 58.01 53.71 58.01 53.72 58.01 53.73 58.02 53.74 58.02 53.75 58.02 53.75 58.02 53.76 58.02 53.77 58.02 53.78 58.02 53.78 58.02 53.79 58.02 53.8 58.03 53.81 58.03 53.82 58.03 53.82 58.03 53.83 58.03 53.84 58.03 53.85 58.03 53.85 58.03 53.86 58.03 53.87 58.04 53.88 58.04 53.89 58.04 53.89 58.04 53.9 58.04 53.91 58.04 53.92 58.04 53.92 58.04 53.93 58.04 53.94 58.04 53.95 58.05 53.96 58.05 53.96 58.05 53.97 58.05 53.98 58.05 53.99 58.05 53.99 58.05 54 58.05 54.01 58.05 54.02 58.05 54.03 58.05 54.03 58.06 54.04 58.06 54.05 58.06 54.06 58.06 54.06 58.06 54.07 58.06 54.08 58.06 54.09 58.06 54.1 58.06 54.1 58.06 54.11 58.06 54.12 58.07 54.13 58.07 54.13 58.07 54.14 58.07 54.15 58.07 54.16 58.07 54.17 58.07 54.17 58.07 54.18 58.07 54.19 58.07 54.2 58.07 54.2 58.07 54.21 58.07 54.22 58.08 54.23 58.08 54.24 58.08 54.24 58.08 54.25 58.08 54.26 58.08 54.27 58.08 54.27 58.08 54.28 58.08 54.29 58.08 54.3 58.08 54.31 58.08 54.31 58.08 54.32 58.09 54.33 58.09 54.34 58.09 54.34 58.09 54.35 58.09 54.36 58.09 54.37 58.09 54.38 58.09 54.38 58.09 54.39 58.09 54.4 58.09 54.41 58.09 54.41 58.09 54.42 58.09 54.43 58.09 54.44 58.1 54.45 58.1 54.45 58.1 54.46 58.1 54.47 58.1 54.48 58.1 54.48 58.1 54.49 58.1 54.5 58.1 54.51 58.1 54.52 58.1 54.52 58.1 54.53 58.1 54.54 58.1 54.55 58.1 54.55 58.11 54.56 58.11 54.57 58.11 54.58 58.11 54.59 58.11 54.59 58.11 54.6 58.11 54.61 58.11 54.62 58.11 54.62 58.11 54.63 58.11 54.64 58.11 54.65 58.11 54.66 58.11 54.66 58.11 54.67 58.11 54.68 58.11 54.69 58.12 54.69 58.12 54.7 58.12 54.71 58.12 54.72 58.12 54.73 58.12 54.73 58.12 54.74 58.12 54.75 58.12 54.76 58.12 54.76 58.12 54.77 58.12 54.78 58.12 54.79 58.12 54.8 58.12 54.8 58.12 54.81 58.12 54.82 58.13 54.83 58.13 54.83 58.13 54.84 58.13 54.85 58.13 54.86 58.13 54.87 58.13 54.87 58.13 54.88 58.13 54.89 58.13 54.9 58.13 54.9 58.13 54.91 58.13 54.92 58.13 54.93 58.13 54.94 58.13 54.94 58.13 54.95 58.13 54.96 58.13 54.97 58.14 54.97 58.14 54.98 58.14 54.99 58.14 55 58.14 55.01 58.14 55.01 58.14 55.02 58.14 55.03 58.14 55.04 58.14 55.04 58.14 55.05 58.14 55.06 58.14 55.07 58.14 55.08 58.14 55.08 58.14 55.09 58.14 55.1 58.14 55.11 58.14 55.11 58.14 55.12 58.14 55.13 58.15 55.14 58.15 55.15 58.15 55.15 58.15 55.16 58.15 55.17 58.15 55.18 58.15 55.18 58.15 55.19 58.15 55.2 58.15 55.21 58.15 55.22 58.15 55.22 58.15 55.23 58.15 55.24 58.15 55.25 58.15 55.25 58.15 55.26 58.15 55.27 58.15 55.28 58.15 55.29 58.15 55.29 58.15 55.3 58.16 55.31 58.16 55.32 58.16 55.32 58.16 55.33 58.16 55.34 58.16 55.35 58.16 55.36 58.16 55.36 58.16 55.37 58.16 55.38 58.16 55.39 58.16 55.39 58.16 55.4 58.16 55.41 58.16 55.42 58.16 55.43 58.16 55.43 58.16 55.44 58.16 55.45 58.16 55.46 58.16 55.46 58.16 55.47 58.16 55.48 58.16 55.49 58.17 55.5 58.17 55.5 58.17 55.51 58.17 55.52 58.17 55.53 58.17 55.53 58.17 55.54 58.17 55.55 58.17 55.56 58.17 55.57 58.17 55.57 58.17 55.58 58.17 55.59 58.17 55.6 58.17 55.6 58.17 55.61 58.17 55.62 58.17 55.63 58.17 55.64 58.17 55.64 58.17 55.65 58.17 55.66 58.17 55.67 58.17 55.67 58.17 55.68 58.18 55.69 58.18 55.7 58.18 55.71 58.18 55.71 58.18 55.72 58.18 55.73 58.18 55.74 58.18 55.74 58.18 55.75 58.18 55.76 58.18 55.77 58.18 55.78 58.18 55.78 58.18 55.79 58.18 55.8 58.18 55.81 58.18 55.81 58.18 55.82 58.18 55.83 58.18 55.84 58.18 55.85 58.18 55.85 58.18 55.86 58.18 55.87 58.18 55.88 58.18 55.88 58.18 55.89 58.18 55.9 58.19 55.91 58.19 55.92 58.19 55.92 58.19 55.93 58.19 55.94 58.19 55.95 58.19 55.95 58.19 55.96 58.19 55.97 58.19 55.98 58.19 55.99 58.19 55.99 58.19 56 58.19 56.01 58.19 56.02 58.19 56.02 58.19 56.03 58.19 56.04 58.19 56.05 58.19 56.06 58.19 56.06 58.19 56.07 58.19 56.08 58.19 56.09 58.19 56.09 58.19 56.1 58.19 56.11 58.19 56.12 58.19 56.13 58.2 56.13 58.2 56.14 58.2 56.15 58.2 56.16 58.2 56.16 58.2 56.17 58.2 56.18 58.2 56.19 58.2 56.2 58.2 56.2 58.2 56.21 58.2 56.22 58.2 56.23 58.2 56.23 58.2 56.24 58.2 56.25 58.2 56.26 58.2 56.27 58.2 56.27 58.2 56.28 58.2 56.29 58.2 56.3 58.2 56.3 58.2 56.31 58.2 56.32 58.2 56.33 58.2 56.34 58.2 56.34 58.2 56.35 58.2 56.36 58.2 56.37 58.2 56.37 58.21 56.38 58.21 56.39 58.21 56.4 58.21 56.41 58.21 56.41 58.21 56.42 58.21 56.43 58.21 56.44 58.21 56.44 58.21 56.45 58.21 56.46 58.21 56.47 58.21 56.48 58.21 56.48 58.21 56.49 58.21 56.5 58.21 56.51 58.21 56.51 58.21 56.52 58.21 56.53 58.21 56.54 58.21 56.55 58.21 56.55 58.21 56.56 58.21 56.57 58.21 56.58 58.21 56.58 58.21 56.59 58.21 56.6 58.21 56.61 58.21 56.62 58.21 56.62 58.21 56.63 58.21 56.64 58.22 56.65 58.22 56.65 58.22 56.66 58.22 56.67 58.22 56.68 58.22 56.69 58.22 56.69 58.22 56.7 58.22 56.71 58.22 56.72 58.22 56.72 58.22 56.73 58.22 56.74 58.22 56.75 58.22 56.76 58.22 56.76 58.22 56.77 58.22 56.78 58.22 56.79 58.22 56.79 58.22 56.8 58.22 56.81 58.22 56.82 58.22 56.83 58.22 56.83 58.22 56.84 58.22 56.85 58.22 56.86 58.22 56.87 58.22 56.87 58.22 56.88 58.22 56.89 58.22 56.9 58.22 56.9 58.22 56.91 58.22 56.92 58.23 56.93 58.23 56.94 58.23 56.94 58.23 56.95 58.23 56.96 58.23 56.97 58.23 56.97 58.23 56.98 58.23 56.99 58.23 57 58.23 57.01 58.23 57.01 58.23 57.02 58.23 57.03 58.23 57.04 58.23 57.04 58.23 57.05 58.23 57.06 58.23 57.07 58.23 57.08 58.23 57.08 58.23 57.09 58.23 57.1 58.23 57.11 58.23 57.11 58.23 57.12 58.23 57.13 58.23 57.14 58.23 57.15 58.23 57.15 58.23 57.16 58.23 57.17 58.23 57.18 58.23 57.18 58.23 57.19 58.23 57.2 58.23 57.21 58.23 57.22 58.23 57.22 58.24 57.23 58.24 57.24 58.24 57.25 58.24 57.25 58.24 57.26 58.24 57.27 58.24 57.28 58.24 57.29 58.24 57.29 58.24 57.3 58.24 57.31 58.24 57.32 58.24 57.32 58.24 57.33 58.24 57.34 58.24 57.35 58.24 57.36 58.24 57.36 58.24 57.37 58.24 57.38 58.24 57.39 58.24 57.39 58.24 57.4 58.24 57.41 58.24 57.42 58.24 57.43 58.24 57.43 58.24 57.44 58.24 57.45 58.24 57.46 58.24 57.46 58.24 57.47 58.24 57.48 58.24 57.49 58.24 57.5 58.24 57.5 58.24 57.51 58.24 57.52 58.24 57.53 58.24 57.53 58.24 57.54 58.24 57.55 58.24 57.56 58.25 57.57 58.25 57.57 58.25 57.58 58.25 57.59 58.25 57.6 58.25 57.6 58.25 57.61 58.25 57.62 58.25 57.63 58.25 57.64 58.25 57.64 58.25 57.65 58.25 57.66 58.25 57.67 58.25 57.67 58.25 57.68 58.25 57.69 58.25 57.7 58.25 57.71 58.25 57.71 58.25 57.72 58.25 57.73 58.25 57.74 58.25 57.74 58.25 57.75 58.25 57.76 58.25 57.77 58.25 57.78 58.25 57.78 58.25 57.79 58.25 57.8 58.25 57.81 58.25 57.81 58.25 57.82 58.25 57.83 58.25 57.84 58.25 57.85 58.25 57.85 58.25 57.86 58.25 57.87 58.25 57.88 58.25 57.88 58.25 57.89 58.25 57.9 58.25 57.91 58.26 57.92 58.26 57.92 58.26 57.93 58.26 57.94 58.26 57.95 58.26 57.95 58.26 57.96 58.26 57.97 58.26 57.98 58.26 57.99 58.26 57.99 58.26 58 58.26 58.01 58.26 58.02 58.26 58.02 58.26 58.03 58.26 58.04 58.26 58.05 58.26 58.06 58.26 58.06 58.26 58.07 58.26 58.08 58.26 58.09 58.26 58.09 58.26 58.1 58.26 58.11 58.26 58.12 58.26 58.13 58.26 58.13 58.26 58.14 58.26 58.15 58.26 58.16 58.26 58.16 58.26 58.17 58.26 58.18 58.26 58.19 58.26 58.2 58.26 58.2 58.26 58.21 58.26 58.22 58.26 58.23 58.26 58.23 58.26 58.24 58.26 58.25 58.26 58.26 58.26 58.27 58.26 58.27 58.26 58.28 58.26 58.29 58.27 58.3 58.27 58.3 58.27 58.31 58.27 58.32 58.27 58.33 58.27 58.34 58.27 58.34 58.27 58.35 58.27 58.36 58.27 58.37 58.27 58.37 58.27 58.38 58.27 58.39 58.27 58.4 58.27 58.41 58.27 58.41 58.27 58.42 58.27 58.43 58.27 58.44 58.27 58.44 58.27 58.45 58.27 58.46 58.27 58.47 58.27 58.48 58.27 58.48 58.27 58.49 58.27 58.5 58.27 58.51 58.27 58.51 58.27 58.52 58.27 58.53 58.27 58.54 58.27 58.55 58.27 58.55 58.27 58.56 58.27 58.57 58.27 58.58 58.27 58.58 58.27 58.59 58.27 58.6 58.27 58.61 58.27 58.62 58.27 58.62 58.27 58.63 58.27 58.64 58.27 58.65 58.27 58.65 58.27 58.66 58.27 58.67 58.27 58.68 58.27 58.69 58.27 58.69 58.27 58.7 58.28 58.71 58.28 58.72 58.28 58.72 58.28 58.73 58.28 58.74 58.28 58.75 58.28 58.76 58.28 58.76 58.28 58.77 58.28 58.78 58.28 58.79 58.28 58.79 58.28 58.8 58.28 58.81 58.28 58.82 58.28 58.83 58.28 58.83 58.28 58.84 58.28 58.85 58.28 58.86 58.28 58.86 58.28 58.87 58.28 58.88 58.28 58.89 58.28 58.9 58.28 58.9 58.28 58.91 58.28 58.92 58.28 58.93 58.28 58.93 58.28 58.94 58.28 58.95 58.28 58.96 58.28 58.97 58.28 58.97 58.28 58.98 58.28 58.99 58.28 59 58.28 59 58.28 59.01 58.28 59.02 58.28 59.03 58.28 59.04 58.28 59.04 58.28 59.05 58.28 59.06 58.28 59.07 58.28 59.07 58.28 59.08 58.28 59.09 58.28 59.1 58.28 59.11 58.28 59.11 58.28 59.12 58.28 59.13 58.28 59.14 58.29 59.14 58.29 59.15 58.29 59.16 58.29 59.17 58.29 59.18 58.29 59.18 58.29 59.19 58.29 59.2 58.29 59.21 58.29 59.21 58.29 59.22 58.29 59.23 58.29 59.24 58.29 59.25 58.29 59.25 58.29 59.26 58.29 59.27 58.29 59.28 58.29 59.28 58.29 59.29 58.29 59.3 58.29 59.31 58.29 59.32 58.29 59.32 58.29 59.33 58.29 59.34 58.29 59.35 58.29 59.35 58.29 59.36 58.29 59.37 58.29 59.38 58.29 59.39 58.29 59.39 58.29 59.4 58.29 59.41 58.29 59.42 58.29 59.42 58.29 59.43 58.29 59.44 58.29 59.45 58.29 59.46 58.29 59.46 58.29 59.47 58.29 59.48 58.29 59.49 58.29 59.49 58.29 59.5 58.29 59.51 58.29 59.52 58.29 59.53 58.29 59.53 58.29 59.54 58.29 59.55 58.29 59.56 58.29 59.56 58.29 59.57 58.29 59.58 58.29 59.59 58.29 59.6 58.29 59.6 58.29 59.61 58.3 59.62 58.3 59.63 58.3 59.63 58.3 59.64 58.3 59.65 58.3 59.66 58.3 59.67 58.3 59.67 58.3 59.68 58.3 59.69 58.3 59.7 58.3 59.7 58.3 59.71 58.3 59.72 58.3 59.73 58.3 59.74 58.3 59.74 58.3 59.75 58.3 59.76 58.3 59.77 58.3 59.77 58.3 59.78 58.3 59.79 58.3 59.8 58.3 59.81 58.3 59.81 58.3 59.82 58.3 59.83 58.3 59.84 58.3 59.84 58.3 59.85 58.3 59.86 58.3 59.87 58.3 59.88 58.3 59.88 58.3 59.89 58.3 59.9 58.3 59.91 58.3 59.91 58.3 59.92 58.3 59.93 58.3 59.94 58.3 59.95 58.3 59.95 58.3 59.96 58.3 59.97 58.3 59.98 58.3 59.98 58.3 59.99 58.3 60 58.3 60.01 58.3 60.02 58.3 60.02 58.3 60.03 58.3 60.04 58.3 60.05 58.3 60.05 58.3 60.06 58.3 60.07 58.3 60.08 58.3 60.09 58.3 60.09 58.3 60.1 58.3 60.11 58.3 60.12 58.31 60.12 58.31 60.13 58.31 60.14 58.31 60.15 58.31 60.16 58.31 60.16 58.31 60.17 58.31 60.18 58.31 60.19 58.31 60.2 58.31 60.2 58.31 60.21 58.31 60.22 58.31 60.23 58.31 60.23 58.31 60.24 58.31 60.25 58.31 60.26 58.31 60.27 58.31 60.27 58.31 60.28 58.31 60.29 58.31 60.3 58.31 60.3 58.31 60.31 58.31 60.32 58.31 60.33 58.31 60.34 58.31 60.34 58.31 60.35 58.31 60.36 58.31 60.37 58.31 60.37 58.31 60.38 58.31 60.39 58.31 60.4 58.31 60.41 58.31 60.41 58.31 60.42 58.31 60.43 58.31 60.44 58.31 60.44 58.31 60.45 58.31 60.46 58.31 60.47 58.31 60.48 58.31 60.48 58.31 60.49 58.31 60.5 58.31 60.51 58.31 60.51 58.31 60.52 58.31 60.53 58.31 60.54 58.31 60.55 58.31 60.55 58.31 60.56 58.31 60.57 58.31 60.58 58.31 60.58 58.31 60.59 58.31 60.6 58.31 60.61 58.31 60.62 58.31 60.62 58.31 60.63 58.31 60.64 58.31 60.65 58.31 60.65 58.31 60.66 58.32 60.67 58.32 60.68 58.32 60.69 58.32 60.69 58.32 60.7 58.32 60.71 58.32 60.72 58.32 60.72 58.32 60.73 58.32 60.74 58.32 60.75 58.32 60.76 58.32 60.76 58.32 60.77 58.32 60.78 58.32 60.79 58.32 60.79 58.32 60.8 58.32 60.81 58.32 60.82 58.32 60.83 58.32 60.83 58.32 60.84 58.32 60.85 58.32 60.86 58.32 60.86 58.32 60.87 58.32 60.88 58.32 60.89 58.32 60.9 58.32 60.9 58.32 60.91 58.32 60.92 58.32 60.93 58.32 60.93 58.32 60.94 58.32 60.95 58.32 60.96 58.32 60.97 58.32 60.97 58.32 60.98 58.32 60.99 58.32 61 58.32 61 58.32 61.01 58.32 61.02 58.32 61.03 58.32 61.04 58.32 61.04 58.32 61.05 58.32 61.06 58.32 61.07 58.32 61.07 58.32 61.08 58.32 61.09 58.32 61.1 58.32 61.11 58.32 61.11 58.32 61.12 58.32 61.13 58.32 61.14 58.32 61.14 58.32 61.15 58.32 61.16 58.32 61.17 58.32 61.18 58.32 61.18 58.32 61.19 58.32 61.2 58.32 61.21 58.32 61.21 58.32 61.22 58.32 61.23 58.32 61.24 58.32 61.25 58.32 61.25 58.33 61.26 58.33 61.27 58.33 61.28 58.33 61.28 58.33 61.29 58.33 61.3 58.33 61.31 58.33 61.32 58.33 61.32 58.33 61.33 58.33 61.34 58.33 61.35 58.33 61.35 58.33 61.36 58.33 61.37 58.33 61.38 58.33 61.39 58.33 61.39 58.33 61.4 58.33 61.41 58.33 61.42 58.33 61.42 58.33 61.43 58.33 61.44 58.33 61.45 58.33 61.46 58.33 61.46 58.33 61.47 58.33 61.48 58.33 61.49 58.33 61.49 58.33 61.5 58.33 61.51 58.33 61.52 58.33 61.53 58.33 61.53 58.33 61.54 58.33 61.55 58.33 61.56 58.33 61.56 58.33 61.57 58.33 61.58 58.33 61.59 58.33 61.6 58.33 61.6 58.33 61.61 58.33 61.62 58.33 61.63 58.33 61.63 58.33 61.64 58.33 61.65 58.33 61.66 58.33 61.67 58.33 61.67 58.33 61.68 58.33 61.69 58.33 61.7 58.33 61.7 58.33 61.71 58.33 61.72 58.33 61.73 58.33 61.74 58.33 61.74 58.33 61.75 58.33 61.76 58.33 61.77 58.33 61.77 58.33 61.78 58.33 61.79 58.33 61.8 58.33 61.81 58.33 61.81 58.33 61.82 58.33 61.83 58.33 61.84 58.33 61.84 58.33 61.85 58.33 61.86 58.33 61.87 58.33 61.88 58.33 61.88 58.34 61.89 58.34 61.9 58.34 61.91 58.34 61.91 58.34 61.92 58.34 61.93 58.34 61.94 58.34 61.95 58.34 61.95 58.34 61.96 58.34 61.97 58.34 61.98 58.34 61.98 58.34 61.99 58.34 62 58.34 62.01 58.34 62.02 58.34 62.02 58.34 62.03 58.34 62.04 58.34 62.05 58.34 62.05 58.34 62.06 58.34 62.07 58.34 62.08 58.34 62.09 58.34 62.09 58.34 62.1 58.34 62.11 58.34 62.12 58.34 62.12 58.34 62.13 58.34 62.14 58.34 62.15 58.34 62.16 58.34 62.16 58.34 62.17 58.34 62.18 58.34 62.19 58.34 62.19 58.34 62.2 58.34 62.21 58.34 62.22 58.34 62.23 58.34 62.23 58.34 62.24 58.34 62.25 58.34 62.26 58.34 62.26 58.34 62.27 58.34 62.28 58.34 62.29 58.34 62.3 58.34 62.3 58.34 62.31 58.34 62.32 58.34 62.33 58.34 62.33 58.34 62.34 58.34 62.35 58.34 62.36 58.34 62.37 58.34 62.37 58.34 62.38 58.34 62.39 58.34 62.4 58.34 62.4 58.34 62.41 58.34 62.42 58.34 62.43 58.34 62.44 58.34 62.44 58.34 62.45 58.34 62.46 58.34 62.47 58.34 62.47 58.34 62.48 58.34 62.49 58.34 62.5 58.34 62.51 58.34 62.51 58.34 62.52 58.34 62.53 58.34 62.54 58.34 62.54 58.34 62.55 58.34 62.56 58.34 62.57 58.35 62.58 58.35 62.58 58.35 62.59 58.35 62.6 58.35 62.61 58.35 62.61 58.35 62.62 58.35 62.63 58.35 62.64 58.35 62.65 58.35 62.65 58.35 62.66 58.35 62.67 58.35 62.68 58.35 62.68 58.35 62.69 58.35 62.7 58.35 62.71 58.35 62.72 58.35 62.72 58.35 62.73 58.35 62.74 58.35 62.75 58.35 62.75 58.35 62.76 58.35 62.77 58.35 62.78 58.35 62.79 58.35 62.79 58.35 62.8 58.35 62.81 58.35 62.82 58.35 62.82 58.35 62.83 58.35 62.84 58.35 62.85 58.35 62.86 58.35 62.86 58.35 62.87 58.35 62.88 58.35 62.89 58.35 62.89 58.35 62.9 58.35 62.91 58.35 62.92 58.35 62.93 58.35 62.93 58.35 62.94 58.35 62.95 58.35 62.96 58.35 62.96 58.35 62.97 58.35 62.98 58.35 62.99 58.35 63 58.35 63 58.35 63.01 58.35 63.02 58.35 63.03 58.35 63.03 58.35 63.04 58.35 63.05 58.35 63.06 58.35 63.07 58.35 63.07 58.35 63.08 58.35 63.09 58.35 63.1 58.35 63.1 58.35 63.11 58.35 63.12 58.35 63.13 58.35 63.14 58.35 63.14 58.35 63.15 58.35 63.16 58.35 63.17 58.35 63.17 58.35 63.18 58.35 63.19 58.35 63.2 58.35 63.21 58.35 63.21 58.35 63.22 58.35 63.23 58.35 63.24 58.35 63.24 58.35 63.25 58.35 63.26 58.35 63.27 58.35 63.28 58.35 63.28 58.35 63.29 58.35 63.3 58.36 63.31 58.36 63.31 58.36 63.32 58.36 63.33 58.36 63.34 58.36 63.35 58.36 63.35 58.36 63.36 58.36 63.37 58.36 63.38 58.36 63.38 58.36 63.39 58.36 63.4 58.36 63.41 58.36 63.42 58.36 63.42 58.36 63.43 58.36 63.44 58.36 63.45 58.36 63.46 58.36 63.46 58.36 63.47 58.36 63.48 58.36 63.49 58.36 63.49 58.36 63.5 58.36 63.51 58.36 63.52 58.36 63.53 58.36 63.53 58.36 63.54 58.36 63.55 58.36 63.56 58.36 63.56 58.36 63.57 58.36 63.58 58.36 63.59 58.36 63.6 58.36 63.6 58.36 63.61 58.36 63.62 58.36 63.63 58.36 63.63 58.36 63.64 58.36 63.65 58.36 63.66 58.36 63.67 58.36 63.67 58.36 63.68 58.36 63.69 58.36 63.7 58.36 63.7 58.36 63.71 58.36 63.72 58.36 63.73 58.36 63.74 58.36 63.74 58.36 63.75 58.36 63.76 58.36 63.77 58.36 63.77 58.36 63.78 58.36 63.79 58.36 63.8 58.36 63.81 58.36 63.81 58.36 63.82 58.36 63.83 58.36 63.84 58.36 63.84 58.36 63.85 58.36 63.86 58.36 63.87 58.36 63.88 58.36 63.88 58.36 63.89 58.36 63.9 58.36 63.91 58.36 63.91 58.36 63.92 58.36 63.93 58.36 63.94 58.36 63.95 58.36 63.95 58.36 63.96 58.36 63.97 58.36 63.98 58.36 63.98 58.36 63.99 58.36 64 58.36 64.01 58.36 64.02 58.36 64.02 58.36 64.03 58.36 64.04 58.36 64.05 58.36 64.05 58.36 64.06 58.36 64.07 58.36 64.08 58.36 64.09 58.37 64.09 58.37 64.1 58.37 64.11 58.37 64.12 58.37 64.12 58.37 64.13 58.37 64.14 58.37 64.15 58.37 64.16 58.37 64.16 58.37 64.17 58.37 64.18 58.37 64.19 58.37 64.19 58.37 64.2 58.37 64.21 58.37 64.22 58.37 64.23 58.37 64.23 58.37 64.24 58.37 64.25 58.37 64.26 58.37 64.26 58.37 64.27 58.37 64.28 58.37 64.29 58.37 64.3 58.37 64.3 58.37 64.31 58.37 64.32 58.37 64.33 58.37 64.33 58.37 64.34 58.37 64.35 58.37 64.36 58.37 64.37 58.37 64.37 58.37 64.38 58.37 64.39 58.37 64.4 58.37 64.4 58.37 64.41 58.37 64.42 58.37 64.43 58.37 64.44 58.37 64.44 58.37 64.45 58.37 64.46 58.37 64.47 58.37 64.47 58.37 64.48 58.37 64.49 58.37 64.5 58.37 64.51 58.37 64.51 58.37 64.52 58.37 64.53 58.37 64.54 58.37 64.54 58.37 64.55 58.37 64.56 58.37 64.57 58.37 64.58 58.37 64.58 58.37 64.59 58.37 64.6 58.37 64.61 58.37 64.61 58.37 64.62 58.37 64.63 58.37 64.64 58.37 64.65 58.37 64.65 58.37 64.66 58.37 64.67 58.37 64.68 58.37 64.68 58.37 64.69 58.37 64.7 58.37 64.71 58.37 64.72 58.37 64.72 58.37 64.73 58.37 64.74 58.37 64.75 58.37 64.75 58.37 64.76 58.37 64.77 58.37 64.78 58.37 64.79 58.37 64.79 58.37 64.8 58.37 64.81 58.37 64.82 58.37 64.82 58.37 64.83 58.37 64.84 58.37 64.85 58.37 64.86 58.37 64.86 58.37 64.87 58.37 64.88 58.37 64.89 58.37 64.89 58.37 64.9 58.37 64.91 58.37 64.92 58.37 64.93 58.37 64.93 58.38 64.94 58.38 64.95 58.38 64.96 58.38 64.96 58.38 64.97 58.38 64.98 58.38 64.99 58.38 65 58.38 65 58.38 65.01 58.38 65.02 58.38 65.03 58.38 65.03 58.38 65.04 58.38 65.05 58.38 65.06 58.38 65.07 58.38 65.07 58.38 65.08 58.38 65.09 58.38 65.1 58.38 65.1 58.38 65.11 58.38 65.12 58.38 65.13 58.38 65.14 58.38 65.14 58.38 65.15 58.38 65.16 58.38 65.17 58.38 65.17 58.38 65.18 58.38 65.19 58.38 65.2 58.38 65.21 58.38 65.21 58.38 65.22 58.38 65.23 58.38 65.24 58.38 65.24 58.38 65.25 58.38 65.26 58.38 65.27 58.38 65.28 58.38 65.28 58.38 65.29 58.38 65.3 58.38 65.31 58.38 65.31 58.38 65.32 58.38 65.33 58.38 65.34 58.38 65.35 58.38 65.35 58.38 65.36 58.38 65.37 58.38 65.38 58.38 65.38 58.38 65.39 58.38 65.4 58.38 65.41 58.38 65.42 58.38 65.42 58.38 65.43 58.38 65.44 58.38 65.45 58.38 65.45 58.38 65.46 58.38 65.47 58.38 65.48 58.38 65.49 58.38 65.49 58.38 65.5 58.38 65.51 58.38 65.52 58.38 65.52 58.38 65.53 58.38 65.54 58.38 65.55 58.38 65.56 58.38 65.56 58.38 65.57 58.38 65.58 58.38 65.59 58.38 65.59 58.38 65.6 58.38 65.61 58.38 65.62 58.38 65.63 58.38 65.63 58.38 65.64 58.38 65.65 58.38 65.66 58.38 65.66 58.38 65.67 58.38 65.68 58.38 65.69 58.38 65.7 58.38 65.7 58.38 65.71 58.38 65.72 58.38 65.73 58.38 65.73 58.38 65.74 58.38 65.75 58.38 65.76 58.38 65.77 58.38 65.77 58.38 65.78 58.38 65.79 58.38 65.8 58.38 65.8 58.38 65.81 58.38 65.82 58.38 65.83 58.38 65.84 58.38 65.84 58.38 65.85 58.39 65.86 58.39 65.87 58.39 65.87 58.39 65.88 58.39 65.89 58.39 65.9 58.39 65.91 58.39 65.91 58.39 65.92 58.39 65.93 58.39 65.94 58.39 65.94 58.39 65.95 58.39 65.96 58.39 65.97 58.39 65.98 58.39 65.98 58.39 65.99 58.39 66 58.39 66.01 58.39 66.01 58.39 66.02 58.39 66.03 58.39 66.04 58.39 66.05 58.39 66.05 58.39 66.06 58.39 66.07 58.39 66.08 58.39 66.08 58.39 66.09 58.39 66.1 58.39 66.11 58.39 66.12 58.39 66.12 58.39 66.13 58.39 66.14 58.39 66.15 58.39 66.15 58.39 66.16 58.39 66.17 58.39 66.18 58.39 66.19 58.39 66.19 58.39 66.2 58.39 66.21 58.39 66.22 58.39 66.22 58.39 66.23 58.39 66.24 58.39 66.25 58.39 66.26 58.39 66.26 58.39 66.27 58.39 66.28 58.39 66.29 58.39 66.29 58.39 66.3 58.39 66.31 58.39 66.32 58.39 66.33 58.39 66.33 58.39 66.34 58.39 66.35 58.39 66.36 58.39 66.36 58.39 66.37 58.39 66.38 58.39 66.39 58.39 66.4 58.39 66.4 58.39 66.41 58.39 66.42 58.39 66.43 58.39 66.43 58.39 66.44 58.39 66.45 58.39 66.46 58.39 66.47 58.39 66.47 58.39 66.48 58.39 66.49 58.39 66.5 58.39 66.5 58.39 66.51 58.39 66.52 58.39 66.53 58.39 66.54 58.39 66.54 58.39 66.55 58.39 66.56 58.39 66.57 58.39 66.57 58.39 66.58 58.39 66.59 58.39 66.6 58.39 66.61 58.39 66.61 58.39 66.62 58.39 66.63 58.39 66.64 58.39 66.64 58.39 66.65 58.39 66.66 58.39 66.67 58.39 66.68 58.39 66.68 58.39 66.69 58.39 66.7 58.39 66.71 58.39 66.71 58.39 66.72 58.39 66.73 58.39 66.74 58.39 66.75 58.39 66.75 58.39 66.76 58.39 66.77 58.39 66.78 58.39 66.79 58.39 66.79 58.39 66.8 58.39 66.81 58.39 66.82 58.39 66.82 58.39 66.83 58.4 66.84 58.4 66.85 58.4 66.86 58.4 66.86 58.4 66.87 58.4 66.88 58.4 66.89 58.4 66.89 58.4 66.9 58.4 66.91 58.4 66.92 58.4 66.93 58.4 66.93 58.4 66.94 58.4 66.95 58.4 66.96 58.4 66.96 58.4 66.97 58.4 66.98 58.4 66.99 58.4 67 58.4 67 58.4 67.01 58.4 67.02 58.4 67.03 58.4 67.03 58.4 67.04 58.4 67.05 58.4 67.06 58.4 67.07 58.4 67.07 58.4 67.08 58.4 67.09 58.4 67.1 58.4 67.1 58.4 67.11 58.4 67.12 58.4 67.13 58.4 67.14 58.4 67.14 58.4 67.15 58.4 67.16 58.4 67.17 58.4 67.17 58.4 67.18 58.4 67.19 58.4 67.2 58.4 67.21 58.4 67.21 58.4 67.22 58.4 67.23 58.4 67.24 58.4 67.24 58.4 67.25 58.4 67.26 58.4 67.27 58.4 67.28 58.4 67.28 58.4 67.29 58.4 67.3 58.4 67.31 58.4 67.31 58.4 67.32 58.4 67.33 58.4 67.34 58.4 67.35 58.4 67.35 58.4 67.36 58.4 67.37 58.4 67.38 58.4 67.38 58.4 67.39 58.4 67.4 58.4 67.41 58.4 67.42 58.4 67.42 58.4 67.43 58.4 67.44 58.4 67.45 58.4 67.45 58.4 67.46 58.4 67.47 58.4 67.48 58.4 67.49 58.4 67.49 58.4 67.5 58.4 67.51 58.4 67.52 58.4 67.52 58.4 67.53 58.4 67.54 58.4 67.55 58.4 67.56 58.4 67.56 58.4 67.57 58.4 67.58 58.4 67.59 58.4 67.59 58.4 67.6 58.4 67.61 58.4 67.62 58.4 67.63 58.4 67.63 58.4 67.64 58.4 67.65 58.4 67.66 58.4 67.66 58.4 67.67 58.4 67.68 58.4 67.69 58.4 67.7 58.4 67.7 58.4 67.71 58.4 67.72 58.4 67.73 58.4 67.73 58.4 67.74 58.4 67.75 58.4 67.76 58.4 67.77 58.4 67.77 58.4 67.78 58.4 67.79 58.4 67.8 58.4 67.8 58.4 67.81 58.4 67.82 58.4 67.83 58.4 67.84 58.4 67.84 58.4 67.85 58.4 67.86 58.4 67.87 58.4 67.87 58.4 67.88 58.4 67.89 58.41 67.9 58.41 67.91 58.41 67.91 58.41 67.92 58.41 67.93 58.41 67.94 58.41 67.94 58.41 67.95 58.41 67.96 58.41 67.97 58.41 67.98 58.41 67.98 58.41 67.99 58.41 68 58.41 68.01 58.41 68.01 58.41 68.02 58.41 68.03 58.41 68.04 58.41 68.05 58.41 68.05 58.41 68.06 58.41 68.07 58.41 68.08 58.41 68.08 58.41 68.09 58.41 68.1 58.41 68.11 58.41 68.12 58.41 68.12 58.41 68.13 58.41 68.14 58.41 68.15 58.41 68.15 58.41 68.16 58.41 68.17 58.41 68.18 58.41 68.19 58.41 68.19 58.41 68.2 58.41 68.21 58.41 68.22 58.41 68.22 58.41 68.23 58.41 68.24 58.41 68.25 58.41 68.26 58.41 68.26 58.41 68.27 58.41 68.28 58.41 68.29 58.41 68.29 58.41 68.3 58.41 68.31 58.41 68.32 58.41 68.33 58.41 68.33 58.41 68.34 58.41 68.35 58.41 68.36 58.41 68.36 58.41 68.37 58.41 68.38 58.41 68.39 58.41 68.4 58.41 68.4 58.41 68.41 58.41 68.42 58.41 68.43 58.41 68.43 58.41 68.44 58.41 68.45 58.41 68.46 58.41 68.47 58.41 68.47 58.41 68.48 58.41 68.49 58.41 68.5 58.41 68.5 58.41 68.51 58.41 68.52 58.41 68.53 58.41 68.54 58.41 68.54 58.41 68.55 58.41 68.56 58.41 68.57 58.41 68.57 58.41 68.58 58.41 68.59 58.41 68.6 58.41 68.61 58.41 68.61 58.41 68.62 58.41 68.63 58.41 68.64 58.41 68.64 58.41 68.65 58.41 68.66 58.41 68.67 58.41 68.68 58.41 68.68 58.41 68.69 58.41 68.7 58.41 68.71 58.41 68.71 58.41 68.72 58.41 68.73 58.41 68.74 58.41 68.75 58.41 68.75 58.41 68.76 58.41 68.77 58.41 68.78 58.41 68.78 58.41 68.79 58.41 68.8 58.41 68.81 58.41 68.82 58.41 68.82 58.41 68.83 58.41 68.84 58.41 68.85 58.41 68.85 58.41 68.86 58.41 68.87 58.41 68.88 58.41 68.89 58.41 68.89 58.41 68.9 58.41 68.91 58.41 68.92 58.41 68.92 58.41 68.93 58.41 68.94 58.41 68.95 58.41 68.96 58.41 68.96 58.41 68.97 58.41 68.98 58.41 68.99 58.41 68.99 58.41 69 58.41 69.01 58.41 69.02 58.41 69.03 58.42 69.03 58.42 69.04 58.42 69.05 58.42 69.06 58.42 69.06 58.42 69.07 58.42 69.08 58.42 69.09 58.42 69.1 58.42 69.1 58.42 69.11 58.42 69.12 58.42 69.13 58.42 69.13 58.42 69.14 58.42 69.15 58.42 69.16 58.42 69.17 58.42 69.17 58.42 69.18 58.42 69.19 58.42 69.2 58.42 69.2 58.42 69.21 58.42 69.22 58.42 69.23 58.42 69.24 58.42 69.24 58.42 69.25 58.42 69.26 58.42 69.27 58.42 69.27 58.42 69.28 58.42 69.29 58.42 69.3 58.42 69.31 58.42 69.31 58.42 69.32 58.42 69.33 58.42 69.34 58.42 69.34 58.42 69.35 58.42 69.36 58.42 69.37 58.42 69.38 58.42 69.38 58.42 69.39 58.42 69.4 58.42 69.41 58.42 69.41 58.42 69.42 58.42 69.43 58.42 69.44 58.42 69.45 58.42 69.45 58.42 69.46 58.42 69.47 58.42 69.48 58.42 69.48 58.42 69.49 58.42 69.5 58.42 69.51 58.42 69.52 58.42 69.52 58.42 69.53 58.42 69.54 58.42 69.55 58.42 69.55 58.42 69.56 58.42 69.57 58.42 69.58 58.42 69.59 58.42 69.59 58.42 69.6 58.42 69.61 58.42 69.62 58.42 69.62 58.42 69.63 58.42 69.64 58.42 69.65 58.42 69.66 58.42 69.66 58.42 69.67 58.42 69.68 58.42 69.69 58.42 69.69 58.42 69.7 58.42 69.71 58.42 69.72 58.42 69.73 58.42 69.73 58.42 69.74 58.42 69.75 58.42 69.76 58.42 69.76 58.42 69.77 58.42 69.78 58.42 69.79 58.42 69.8 58.42 69.8 58.42 69.81 58.42 69.82 58.42 69.83 58.42 69.83 58.42 69.84 58.42 69.85 58.42 69.86 58.42 69.87 58.42 69.87 58.42 69.88 58.42 69.89 58.42 69.9 58.42 69.9 58.42 69.91 58.42 69.92 58.42 69.93 58.42 69.94 58.42 69.94 58.42 69.95 58.42 69.96 58.42 69.97 58.42 69.97 58.42 69.98 58.42 69.99 58.42 70 58.42 70.01 58.42 70.01 58.42 70.02 58.42 70.03 58.42 70.04 58.42 70.04 58.42 70.05 58.42 70.06 58.42 70.07 58.42 70.08 58.42 70.08 58.42 70.09 58.42 70.1 58.42 70.11 58.42 70.12 58.42 70.12 58.42 70.13 58.42 70.14 58.42 70.15 58.42 70.15 58.42 70.16 58.42 70.17 58.42 70.18 58.42 70.19 58.42 70.19 58.42 70.2 58.42 70.21 58.42 70.22 58.42 70.22 58.42 70.23 58.42 70.24 58.42 70.25 58.43 70.26 58.43 70.26 58.43 70.27 58.43 70.28 58.43 70.29 58.43 70.29 58.43 70.3 58.43 70.31 58.43 70.32 58.43 70.33 58.43 70.33 58.43 70.34 58.43 70.35 58.43 70.36 58.43 70.36 58.43 70.37 58.43 70.38 58.43 70.39 58.43 70.4 58.43 70.4 58.43 70.41 58.43 70.42 58.43 70.43 58.43 70.43 58.43 70.44 58.43 70.45 58.43 70.46 58.43 70.47 58.43 70.47 58.43 70.48 58.43 70.49 58.43 70.5 58.43 70.5 58.43 70.51 58.43 70.52 58.43 70.53 58.43 70.54 58.43 70.54 58.43 70.55 58.43 70.56 58.43 70.57 58.43 70.57 58.43 70.58 58.43 70.59 58.43 70.6 58.43 70.61 58.43 70.61 58.43 70.62 58.43 70.63 58.43 70.64 58.43 70.64 58.43 70.65 58.43 70.66 58.43 70.67 58.43 70.68 58.43 70.68 58.43 70.69 58.43 70.7 58.43 70.71 58.43 70.71 58.43 70.72 58.43 70.73 58.43 70.74 58.43 70.75 58.43 70.75 58.43 70.76 58.43 70.77 58.43 70.78 58.43 70.78 58.43 70.79 58.43 70.8 58.43 70.81 58.43 70.82 58.43 70.82 58.43 70.83 58.43 70.84 58.43 70.85 58.43 70.85 58.43 70.86 58.43 70.87 58.43 70.88 58.43 70.89 58.43 70.89 58.43 70.9 58.43 70.91 58.43 70.92 58.43 70.92 58.43 70.93 58.43 70.94 58.43 70.95 58.43 70.96 58.43 70.96 58.43 70.97 58.43 70.98 58.43 70.99 58.43 70.99 58.43 71 58.43 71.01 58.43 71.02 58.43 71.03 58.43 71.03 58.43 71.04 58.43 71.05 58.43 71.06 58.43 71.06 58.43 71.07 58.43 71.08 58.43 71.09 58.43 71.1 58.43 71.1 58.43 71.11 58.43 71.12 58.43 71.13 58.43 71.13 58.43 71.14 58.43 71.15 58.43 71.16 58.43 71.17 58.43 71.17 58.43 71.18 58.43 71.19 58.43 71.2 58.43 71.2 58.43 71.21 58.43 71.22 58.43 71.23 58.43 71.24 58.43 71.24 58.43 71.25 58.43 71.26 58.43 71.27 58.43 71.27 58.43 71.28 58.43 71.29 58.43 71.3 58.43 71.31 58.43 71.31 58.43 71.32 58.43 71.33 58.43 71.34 58.43 71.34 58.43 71.35 58.43 71.36 58.43 71.37 58.43 71.38 58.43 71.38 58.43 71.39 58.43 71.4 58.43 71.41 58.43 71.41 58.43 71.42 58.43 71.43 58.43 71.44 58.43 71.45 58.43 71.45 58.43 71.46 58.43 71.47 58.43 71.48 58.43 71.48 58.43 71.49 58.43 71.5 58.43 71.51 58.43 71.52 58.43 71.52 58.43 71.53 58.43 71.54 58.43 71.55 58.43 71.55 58.43 71.56 58.44 71.57 58.44 71.58 58.44 71.59 58.44 71.59 58.44 71.6 58.44 71.61 58.44 71.62 58.44 71.62 58.44 71.63 58.44 71.64 58.44 71.65 58.44 71.66 58.44 71.66 58.44 71.67 58.44 71.68 58.44 71.69 58.44 71.69 58.44 71.7 58.44 71.71 58.44 71.72 58.44 71.73 58.44 71.73 58.44 71.74 58.44 71.75 58.44 71.76 58.44 71.76 58.44 71.77 58.44 71.78 58.44 71.79 58.44 71.8 58.44 71.8 58.44 71.81 58.44 71.82 58.44 71.83 58.44 71.83 58.44 71.84 58.44 71.85 58.44 71.86 58.44 71.87 58.44 71.87 58.44 71.88 58.44 71.89 58.44 71.9 58.44 71.9 58.44 71.91 58.44 71.92 58.44 71.93 58.44 71.94 58.44 71.94 58.44 71.95 58.44 71.96 58.44 71.97 58.44 71.97 58.44 71.98 58.44 71.99 58.44 72 58.44 72.01 58.44 72.01 58.44 72.02 58.44 72.03 58.44 72.04 58.44 72.04 58.44 72.05 58.44 72.06 58.44 72.07 58.44 72.08 58.44 72.08 58.44 72.09 58.44 72.1 58.44 72.11 58.44 72.11 58.44 72.12 58.44 72.13 58.44 72.14 58.44 72.15 58.44 72.15 58.44 72.16 58.44 72.17 58.44 72.18 58.44 72.18 58.44 72.19 58.44 72.2 58.44 72.21 58.44 72.22 58.44 72.22 58.44 72.23 58.44 72.24 58.44 72.25 58.44 72.25 58.44 72.26 58.44 72.27 58.44 72.28 58.44 72.29 58.44 72.29 58.44 72.3 58.44 72.31 58.44 72.32 58.44 72.32 58.44 72.33 58.44 72.34 58.44 72.35 58.44 72.36 58.44 72.36 58.44 72.37 58.44 72.38 58.44 72.39 58.44 72.39 58.44 72.4 58.44 72.41 58.44 72.42 58.44 72.43 58.44 72.43 58.44 72.44 58.44 72.45 58.44 72.46 58.44 72.46 58.44 72.47 58.44 72.48 58.44 72.49 58.44 72.5 58.44 72.5 58.44 72.51 58.44 72.52 58.44 72.53 58.44 72.53 58.44 72.54 58.44 72.55 58.44 72.56 58.44 72.57 58.44 72.57 58.44 72.58 58.44 72.59 58.44 72.6 58.44 72.6 58.44 72.61 58.44 72.62 58.44 72.63 58.44 72.64 58.44 72.64 58.44 72.65 58.44 72.66 58.44 72.67 58.44 72.67 58.44 72.68 58.44 72.69 58.44 72.7 58.44 72.71 58.44 72.71 58.44 72.72 58.44 72.73 58.44 72.74 58.44 72.74 58.44 72.75 58.44 72.76 58.44 72.77 58.44 72.78 58.44 72.78 58.44 72.79 58.44 72.8 58.44 72.81 58.44 72.81 58.44 72.82 58.44 72.83 58.44 72.84 58.44 72.85 58.44 72.85 58.44 72.86 58.44 72.87 58.44 72.88 58.44 72.88 58.44 72.89 58.44 72.9 58.44 72.91 58.44 72.92 58.44 72.92 58.44 72.93 58.44 72.94 58.44 72.95 58.44 72.95 58.44 72.96 58.44 72.97 58.44 72.98 58.44 72.99 58.45 72.99 58.45 73 58.45 73.01 58.45 73.02 58.45 73.02 58.45 73.03 58.45 73.04 58.45 73.05 58.45 73.06 58.45 73.06 58.45 73.07 58.45 73.08 58.45 73.09 58.45 73.09 58.45 73.1 58.45 73.11 58.45 73.12 58.45 73.13 58.45 73.13 58.45 73.14 58.45 73.15 58.45 73.16 58.45 73.16 58.45 73.17 58.45 73.18 58.45 73.19 58.45 73.2 58.45 73.2 58.45 73.21 58.45 73.22 58.45 73.23 58.45 73.23 58.45 73.24 58.45 73.25 58.45 73.26 58.45 73.27 58.45 73.27 58.45 73.28 58.45 73.29 58.45 73.3 58.45 73.3 58.45 73.31 58.45 73.32 58.45 73.33 58.45 73.34 58.45 73.34 58.45 73.35 58.45 73.36 58.45 73.37 58.45 73.37 58.45 73.38 58.45 73.39 58.45 73.4 58.45 73.41 58.45 73.41 58.45 73.42 58.45 73.43 58.45 73.44 58.45 73.45 58.45 73.45 58.45 73.46 58.45 73.47 58.45 73.48 58.45 73.48 58.45 73.49 58.45 73.5 58.45 73.51 58.45 73.52 58.45 73.52 58.45 73.53 58.45 73.54 58.45 73.55 58.45 73.55 58.45 73.56 58.45 73.57 58.45 73.58 58.45 73.59 58.45 73.59 58.45 73.6 58.45 73.61 58.45 73.62 58.45 73.62 58.45 73.63 58.45 73.64 58.45 73.65 58.45 73.66 58.45 73.66 58.45 73.67 58.45 73.68 58.45 73.69 58.45 73.69 58.45 73.7 58.45 73.71 58.45 73.72 58.45 73.73 58.45 73.73 58.45 73.74 58.45 73.75 58.45 73.76 58.45 73.76 58.45 73.77 58.45 73.78 58.45 73.79 58.45 73.8 58.45 73.8 58.45 73.81 58.45 73.82 58.45 73.83 58.45 73.83 58.45 73.84 58.45 73.85 58.45 73.86 58.45 73.87 58.45 73.87 58.45 73.88 58.45 73.89 58.45 73.9 58.45 73.9 58.45 73.91 58.45 73.92 58.45 73.93 58.45 73.94 58.45 73.94 58.45 73.95 58.45 73.96 58.45 73.97 58.45 73.97 58.45 73.98 58.45 73.99 58.45 74 58.45 74.01 58.45 74.01 58.45 74.02 58.45 74.03 58.45 74.04 58.45 74.04 58.45 74.05 58.45 74.06 58.45 74.07 58.45 74.08 58.45 74.08 58.45 74.09 58.45 74.1 58.45 74.11 58.45 74.11 58.45 74.12 58.45 74.13 58.45 74.14 58.45 74.15 58.45 74.15 58.45 74.16 58.45 74.17 58.45 74.18 58.45 74.18 58.45 74.19 58.45 74.2 58.45 74.21 58.45 74.22 58.45 74.22 58.45 74.23 58.45 74.24 58.45 74.25 58.45 74.25 58.45 74.26 58.45 74.27 58.45 74.28 58.45 74.29 58.45 74.29 58.45 74.3 58.45 74.31 58.45 74.32 58.45 74.32 58.45 74.33 58.45 74.34 58.45 74.35 58.45 74.36 58.45 74.36 58.45 74.37 58.45 74.38 58.45 74.39 58.45 74.39 58.45 74.4 58.45 74.41 58.45 74.42 58.45 74.43 58.45 74.43 58.45 74.44 58.45 74.45 58.45 74.46 58.45 74.46 58.45 74.47 58.45 74.48 58.45 74.49 58.45 74.5 58.45 74.5 58.45 74.51 58.46 74.52 58.46 74.53 58.46 74.53 58.46 74.54 58.46 74.55 58.46 74.56 58.46 74.57 58.46 74.57 58.46 74.58 58.46 74.59 58.46 74.6 58.46 74.6 58.46 74.61 58.46 74.62 58.46 74.63 58.46 74.64 58.46 74.64 58.46 74.65 58.46 74.66 58.46 74.67 58.46 74.67 58.46 74.68 58.46 74.69 58.46 74.7 58.46 74.71 58.46 74.71 58.46 74.72 58.46 74.73 58.46 74.74 58.46 74.74 58.46 74.75 58.46 74.76 58.46 74.77 58.46 74.78 58.46 74.78 58.46 74.79 58.46 74.8 58.46 74.81 58.46 74.81 58.46 74.82 58.46 74.83 58.46 74.84 58.46 74.85 58.46 74.85 58.46 74.86 58.46 74.87 58.46 74.88 58.46 74.88 58.46 74.89 58.46 74.9 58.46 74.91 58.46 74.92 58.46 74.92 58.46 74.93 58.46 74.94 58.46 74.95 58.46 74.95 58.46 74.96 58.46 74.97 58.46 74.98 58.46 74.99 58.46 74.99 58.46 75 58.46 75.01 58.46 75.02 58.46 75.02 58.46 75.03 58.46 75.04 58.46 75.05 58.46 75.06 58.46 75.06 58.46 75.07 58.46 75.08 58.46 75.09 58.46 75.09 58.46 75.1 58.46 75.11 58.46 75.12 58.46 75.13 58.46 75.13 58.46 75.14 58.46 75.15 58.46 75.16 58.46 75.16 58.46 75.17 58.46 75.18 58.46 75.19 58.46 75.2 58.46 75.2 58.46 75.21 58.46 75.22 58.46 75.23 58.46 75.23 58.46 75.24 58.46 75.25 58.46 75.26 58.46 75.27 58.46 75.27 58.46 75.28 58.46 75.29 58.46 75.3 58.46 75.3 58.46 75.31 58.46 75.32 58.46 75.33 58.46 75.34 58.46 75.34 58.46 75.35 58.46 75.36 58.46 75.37 58.46 75.37 58.46 75.38 58.46 75.39 58.46 75.4 58.46 75.41 58.46 75.41 58.46 75.42 58.46 75.43 58.46 75.44 58.46 75.44 58.46 75.45 58.46 75.46 58.46 75.47 58.46 75.48 58.46 75.48 58.46 75.49 58.46 75.5 58.46 75.51 58.46 75.51 58.46 75.52 58.46 75.53 58.46 75.54 58.46 75.55 58.46 75.55 58.46 75.56 58.46 75.57 58.46 75.58 58.46 75.58 58.46 75.59 58.46 75.6 58.46 75.61 58.46 75.62 58.46 75.62 58.46 75.63 58.46 75.64 58.46 75.65 58.46 75.65 58.46 75.66 58.46 75.67 58.46 75.68 58.46 75.69 58.46 75.69 58.46 75.7 58.46 75.71 58.46 75.72 58.46 75.72 58.46 75.73 58.46 75.74 58.46 75.75 58.46 75.76 58.46 75.76 58.46 75.77 58.46 75.78 58.46 75.79 58.46 75.79 58.46 75.8 58.46 75.81 58.46 75.82 58.46 75.83 58.46 75.83 58.46 75.84 58.46 75.85 58.46 75.86 58.46 75.86 58.46 75.87 58.46 75.88 58.46 75.89 58.46 75.9 58.46 75.9 58.46 75.91 58.46 75.92 58.46 75.93 58.46 75.93 58.46 75.94 58.46 75.95 58.46 75.96 58.46 75.97 58.46 75.97 58.46 75.98 58.46 75.99 58.46 76 58.46 76 58.46 76.01 58.46 76.02 58.46 76.03 58.46 76.04 58.46 76.04 58.46 76.05 58.46 76.06 58.46 76.07 58.46 76.07 58.46 76.08 58.46 76.09 58.46 76.1 58.46 76.11 58.46 76.11 58.46 76.12 58.46 76.13 58.46 76.14 58.46 76.14 58.46 76.15 58.47 76.16 58.47 76.17 58.47 76.18 58.47 76.18 58.47 76.19 58.47 76.2 58.47 76.21 58.47 76.21 58.47 76.22 58.47 76.23 58.47 76.24 58.47 76.25 58.47 76.25 58.47 76.26 58.47 76.27 58.47 76.28 58.47 76.28 58.47 76.29 58.47 76.3 58.47 76.31 58.47 76.32 58.47 76.32 58.47 76.33 58.47 76.34 58.47 76.35 58.47 76.35 58.47 76.36 58.47 76.37 58.47 76.38 58.47 76.39 58.47 76.39 58.47 76.4 58.47 76.41 58.47 76.42 58.47 76.42 58.47 76.43 58.47 76.44 58.47 76.45 58.47 76.46 58.47 76.46 58.47 76.47 58.47 76.48 58.47 76.49 58.47 76.49 58.47 76.5 58.47 76.51 58.47 76.52 58.47 76.53 58.47 76.53 58.47 76.54 58.47 76.55 58.47 76.56 58.47 76.56 58.47 76.57 58.47 76.58 58.47 76.59 58.47 76.6 58.47 76.6 58.47 76.61 58.47 76.62 58.47 76.63 58.47 76.63 58.47 76.64 58.47 76.65 58.47 76.66 58.47 76.67 58.47 76.67 58.47 76.68 58.47 76.69 58.47 76.7 58.47 76.7 58.47 76.71 58.47 76.72 58.47 76.73 58.47 76.74 58.47 76.74 58.47 76.75 58.47 76.76 58.47 76.77 58.47 76.78 58.47 76.78 58.47 76.79 58.47 76.8 58.47 76.81 58.47 76.81 58.47 76.82 58.47 76.83 58.47 76.84 58.47 76.85 58.47 76.85 58.47 76.86 58.47 76.87 58.47 76.88 58.47 76.88 58.47 76.89 58.47 76.9 58.47 76.91 58.47 76.92 58.47 76.92 58.47 76.93 58.47 76.94 58.47 76.95 58.47 76.95 58.47 76.96 58.47 76.97 58.47 76.98 58.47 76.99 58.47 76.99 58.47 77 58.47 77.01 58.47 77.02 58.47 77.02 58.47 77.03 58.47 77.04 58.47 77.05 58.47 77.06 58.47 77.06 58.47 77.07 58.47 77.08 58.47 77.09 58.47 77.09 58.47 77.1 58.47 77.11 58.47 77.12 58.47 77.13 58.47 77.13 58.47 77.14 58.47 77.15 58.47 77.16 58.47 77.16 58.47 77.17 58.47 77.18 58.47 77.19 58.47 77.2 58.47 77.2 58.47 77.21 58.47 77.22 58.47 77.23 58.47 77.23 58.47 77.24 58.47 77.25 58.47 77.26 58.47 77.27 58.47 77.27 58.47 77.28 58.47 77.29 58.47 77.3 58.47 77.3 58.47 77.31 58.47 77.32 58.47 77.33 58.47 77.34 58.47 77.34 58.47 77.35 58.47 77.36 58.47 77.37 58.47 77.37 58.47 77.38 58.47 77.39 58.47 77.4 58.47 77.41 58.47 77.41 58.47 77.42 58.47 77.43 58.47 77.44 58.47 77.44 58.47 77.45 58.47 77.46 58.47 77.47 58.47 77.48 58.47 77.48 58.47 77.49 58.47 77.5 58.47 77.51 58.47 77.51 58.47 77.52 58.47 77.53 58.47 77.54 58.47 77.55 58.47 77.55 58.47 77.56 58.47 77.57 58.47 77.58 58.47 77.58 58.47 77.59 58.47 77.6 58.47 77.61 58.47 77.62 58.47 77.62 58.47 77.63 58.47 77.64 58.47 77.65 58.47 77.65 58.47 77.66 58.47 77.67 58.47 77.68 58.47 77.69 58.47 77.69 58.47 77.7 58.47 77.71 58.47 77.72 58.47 77.72 58.47 77.73 58.47 77.74 58.47 77.75 58.47 77.76 58.47 77.76 58.47 77.77 58.47 77.78 58.47 77.79 58.47 77.79 58.47 77.8 58.47 77.81 58.47 77.82 58.47 77.83 58.47 77.83 58.47 77.84 58.47 77.85 58.47 77.86 58.47 77.86 58.47 77.87 58.47 77.88 58.47 77.89 58.47 77.9 58.47 77.9 58.47 77.91 58.47 77.92 58.47 77.93 58.48 77.93 58.48 77.94 58.48 77.95 58.48 77.96 58.48 77.97 58.48 77.97 58.48 77.98 58.48 77.99 58.48 78 58.48 78 58.48 78.01 58.48 78.02 58.48 78.03 58.48 78.04 58.48 78.04 58.48 78.05 58.48 78.06 58.48 78.07 58.48 78.07 58.48 78.08 58.48 78.09 58.48 78.1 58.48 78.11 58.48 78.11 58.48 78.12 58.48 78.13 58.48 78.14 58.48 78.14 58.48 78.15 58.48 78.16 58.48 78.17 58.48 78.18 58.48 78.18 58.48 78.19 58.48 78.2 58.48 78.21 58.48 78.21 58.48 78.22 58.48 78.23 58.48 78.24 58.48 78.25 58.48 78.25 58.48 78.26 58.48 78.27 58.48 78.28 58.48 78.28 58.48 78.29 58.48 78.3 58.48 78.31 58.48 78.32 58.48 78.32 58.48 78.33 58.48 78.34 58.48 78.35 58.48 78.35 58.48 78.36 58.48 78.37 58.48 78.38 58.48 78.39 58.48 78.39 58.48 78.4 58.48 78.41 58.48 78.42 58.48 78.42 58.48 78.43 58.48 78.44 58.48 78.45 58.48 78.46 58.48 78.46 58.48 78.47 58.48 78.48 58.48 78.49 58.48 78.49 58.48 78.5 58.48 78.51 58.48 78.52 58.48 78.53 58.48 78.53 58.48 78.54 58.48 78.55 58.48 78.56 58.48 78.56 58.48 78.57 58.48 78.58 58.48 78.59 58.48 78.6 58.48 78.6 58.48 78.61 58.48 78.62 58.48 78.63 58.48 78.63 58.48 78.64 58.48 78.65 58.48 78.66 58.48 78.67 58.48 78.67 58.48 78.68 58.48 78.69 58.48 78.7 58.48 78.7 58.48 78.71 58.48 78.72 58.48 78.73 58.48 78.74 58.48 78.74 58.48 78.75 58.48 78.76 58.48 78.77 58.48 78.77 58.48 78.78 58.48 78.79 58.48 78.8 58.48 78.81 58.48 78.81 58.48 78.82 58.48 78.83 58.48 78.84 58.48 78.84 58.48 78.85 58.48 78.86 58.48 78.87 58.48 78.88 58.48 78.88 58.48 78.89 58.48 78.9 58.48 78.91 58.48 78.91 58.48 78.92 58.48 78.93 58.48 78.94 58.48 78.95 58.48 78.95 58.48 78.96 58.48 78.97 58.48 78.98 58.48 78.98 58.48 78.99 58.48 79 58.48 79.01 58.48 79.02 58.48 79.02 58.48 79.03 58.48 79.04 58.48 79.05 58.48 79.05 58.48 79.06 58.48 79.07 58.48 79.08 58.48 79.09 58.48 79.09 58.48 79.1 58.48 79.11 58.48 79.12 58.48 79.12 58.48 79.13 58.48 79.14 58.48 79.15 58.48 79.16 58.48 79.16 58.48 79.17 58.48 79.18 58.48 79.19 58.48 79.19 58.48 79.2 58.48 79.21 58.48 79.22 58.48 79.23 58.48 79.23 58.48 79.24 58.48 79.25 58.48 79.26 58.48 79.26 58.48 79.27 58.48 79.28 58.48 79.29 58.48 79.3 58.48 79.3 58.48 79.31 58.48 79.32 58.48 79.33 58.48 79.33 58.48 79.34 58.48 79.35 58.48 79.36 58.48 79.37 58.48 79.37 58.48 79.38 58.48 79.39 58.48 79.4 58.48 79.4 58.48 79.41 58.48 79.42 58.48 79.43 58.48 79.44 58.48 79.44 58.48 79.45 58.48 79.46 58.48 79.47 58.48 79.47 58.48 79.48 58.48 79.49 58.48 79.5 58.48 79.51 58.48 79.51 58.48 79.52 58.48 79.53 58.48 79.54 58.48 79.54 58.48 79.55 58.48 79.56 58.48 79.57 58.48 79.58 58.48 79.58 58.48 79.59 58.48 79.6 58.48 79.61 58.48 79.61 58.48 79.62 58.48 79.63 58.48 79.64 58.48 79.65 58.48 79.65 58.48 79.66 58.48 79.67 58.48 79.68 58.48 79.68 58.48 79.69 58.48 79.7 58.48 79.71 58.48 79.72 58.48 79.72 58.48 79.73 58.48 79.74 58.48 79.75 58.48 79.75 58.48 79.76 58.48 79.77 58.48 79.78 58.48 79.79 58.48 79.79 58.48 79.8 58.48 79.81 58.48 79.82 58.48 79.82 58.48 79.83 58.49 79.84 58.49 79.85 58.49 79.86 58.49 79.86 58.49 79.87 58.49 79.88 58.49 79.89 58.49 79.89 58.49 79.9 58.49 79.91 58.49 79.92 58.49 79.93 58.49 79.93 58.49 79.94 58.49 79.95 58.49 79.96 58.49 79.96 58.49 79.97 58.49 79.98 58.49 79.99 58.49 80 58.49 80 58.49 80.01 58.49 80.02 58.49 80.03 58.49 80.03 58.49 80.04 58.49 80.05 58.49 80.06 58.49 80.07 58.49 80.07 58.49 80.08 58.49 80.09 58.49 80.1 58.49 80.11 58.49 80.11 58.49 80.12 58.49 80.13 58.49 80.14 58.49 80.14 58.49 80.15 58.49 80.16 58.49 80.17 58.49 80.18 58.49 80.18 58.49 80.19 58.49 80.2 58.49 80.21 58.49 80.21 58.49 80.22 58.49 80.23 58.49 80.24 58.49 80.25 58.49 80.25 58.49 80.26 58.49 80.27 58.49 80.28 58.49 80.28 58.49 80.29 58.49 80.3 58.49 80.31 58.49 80.32 58.49 80.32 58.49 80.33 58.49 80.34 58.49 80.35 58.49 80.35 58.49 80.36 58.49 80.37 58.49 80.38 58.49 80.39 58.49 80.39 58.49 80.4 58.49 80.41 58.49 80.42 58.49 80.42 58.49 80.43 58.49 80.44 58.49 80.45 58.49 80.46 58.49 80.46 58.49 80.47 58.49 80.48 58.49 80.49 58.49 80.49 58.49 80.5 58.49 80.51 58.49 80.52 58.49 80.53 58.49 80.53 58.49 80.54 58.49 80.55 58.49 80.56 58.49 80.56 58.49 80.57 58.49 80.58 58.49 80.59 58.49 80.6 58.49 80.6 58.49 80.61 58.49 80.62 58.49 80.63 58.49 80.63 58.49 80.64 58.49 80.65 58.49 80.66 58.49 80.67 58.49 80.67 58.49 80.68 58.49 80.69 58.49 80.7 58.49 80.7 58.49 80.71 58.49 80.72 58.49 80.73 58.49 80.74 58.49 80.74 58.49 80.75 58.49 80.76 58.49 80.77 58.49 80.77 58.49 80.78 58.49 80.79 58.49 80.8 58.49 80.81 58.49 80.81 58.49 80.82 58.49 80.83 58.49 80.84 58.49 80.84 58.49 80.85 58.49 80.86 58.49 80.87 58.49 80.88 58.49 80.88 58.49 80.89 58.49 80.9 58.49 80.91 58.49 80.91 58.49 80.92 58.49 80.93 58.49 80.94 58.49 80.95 58.49 80.95 58.49 80.96 58.49 80.97 58.49 80.98 58.49 80.98 58.49 80.99 58.49 81 58.49 81.01 58.49 81.02 58.49 81.02 58.49 81.03 58.49 81.04 58.49 81.05 58.49 81.05 58.49 81.06 58.49 81.07 58.49 81.08 58.49 81.09 58.49 81.09 58.49 81.1 58.49 81.11 58.49 81.12 58.49 81.12 58.49 81.13 58.49 81.14 58.49 81.15 58.49 81.16 58.49 81.16 58.49 81.17 58.49 81.18 58.49 81.19 58.49 81.19 58.49 81.2 58.49 81.21 58.49 81.22 58.49 81.23 58.49 81.23 58.49 81.24 58.49 81.25 58.49 81.26 58.49 81.26 58.49 81.27 58.49 81.28 58.49 81.29 58.49 81.3 58.49 81.3 58.49 81.31 58.49 81.32 58.49 81.33 58.49 81.33 58.49 81.34 58.49 81.35 58.49 81.36 58.49 81.37 58.49 81.37 58.49 81.38 58.49 81.39 58.49 81.4 58.49 81.4 58.49 81.41 58.49 81.42 58.49 81.43 58.49 81.44 58.49 81.44 58.49 81.45 58.49 81.46 58.49 81.47 58.49 81.47 58.49 81.48 58.49 81.49 58.49 81.5 58.49 81.51 58.49 81.51 58.49 81.52 58.49 81.53 58.49 81.54 58.49 81.54 58.49 81.55 58.49 81.56 58.49 81.57 58.49 81.58 58.49 81.58 58.49 81.59 58.49 81.6 58.49 81.61 58.49 81.61 58.49 81.62 58.49 81.63 58.49 81.64 58.49 81.65 58.49 81.65 58.49 81.66 58.49 81.67 58.49 81.68 58.49 81.68 58.49 81.69 58.49 81.7 58.49 81.71 58.49 81.72 58.49 81.72 58.49 81.73 58.49 81.74 58.49 81.75 58.49 81.75 58.49 81.76 58.49 81.77 58.49 81.78 58.49 81.79 58.49 81.79 58.49 81.8 58.49 81.81 58.49 81.82 58.49 81.82 58.49 81.83 58.49 81.84 58.49 81.85 58.49 81.86 58.49 81.86 58.49 81.87 58.49 81.88 58.49 81.89 58.5 81.89 58.5 81.9 58.5 81.91 58.5 81.92 58.5 81.93 58.5 81.93 58.5 81.94 58.5 81.95 58.5 81.96 58.5 81.96 58.5 81.97 58.5 81.98 58.5 81.99 58.5 82 58.5 82 58.5 82.01 58.5 82.02 58.5 82.03 58.5 82.03 58.5 82.04 58.5 82.05 58.5 82.06 58.5 82.07 58.5 82.07 58.5 82.08 58.5 82.09 58.5 82.1 58.5 82.1 58.5 82.11 58.5 82.12 58.5 82.13 58.5 82.14 58.5 82.14 58.5 82.15 58.5 82.16 58.5 82.17 58.5 82.17 58.5 82.18 58.5 82.19 58.5 82.2 58.5 82.21 58.5 82.21 58.5 82.22 58.5 82.23 58.5 82.24 58.5 82.24 58.5 82.25 58.5 82.26 58.5 82.27 58.5 82.28 58.5 82.28 58.5 82.29 58.5 82.3 58.5 82.31 58.5 82.31 58.5 82.32 58.5 82.33 58.5 82.34 58.5 82.35 58.5 82.35 58.5 82.36 58.5 82.37 58.5 82.38 58.5 82.38 58.5 82.39 58.5 82.4 58.5 82.41 58.5 82.42 58.5 82.42 58.5 82.43 58.5 82.44 58.5 82.45 58.5 82.45 58.5 82.46 58.5 82.47 58.5 82.48 58.5 82.49 58.5 82.49 58.5 82.5 58.5 82.51 58.5 82.52 58.5 82.52 58.5 82.53 58.5 82.54 58.5 82.55 58.5 82.56 58.5 82.56 58.5 82.57 58.5 82.58 58.5 82.59 58.5 82.59 58.5 82.6 58.5 82.61 58.5 82.62 58.5 82.63 58.5 82.63 58.5 82.64 58.5 82.65 58.5 82.66 58.5 82.66 58.5 82.67 58.5 82.68 58.5 82.69 58.5 82.7 58.5 82.7 58.5 82.71 58.5 82.72 58.5 82.73 58.5 82.73 58.5 82.74 58.5 82.75 58.5 82.76 58.5 82.77 58.5 82.77 58.5 82.78 58.5 82.79 58.5 82.8 58.5 82.8 58.5 82.81 58.5 82.82 58.5 82.83 58.5 82.84 58.5 82.84 58.5 82.85 58.5 82.86 58.5 82.87 58.5 82.87 58.5 82.88 58.5 82.89 58.5 82.9 58.5 82.91 58.5 82.91 58.5 82.92 58.5 82.93 58.5 82.94 58.5 82.94 58.5 82.95 58.5 82.96 58.5 82.97 58.5 82.98 58.5 82.98 58.5 82.99 58.5 83 58.5 83.01 58.5 83.01 58.5 83.02 58.5 83.03 58.5 83.04 58.5 83.05 58.5 83.05 58.5 83.06 58.5 83.07 58.5 83.08 58.5 83.08 58.5 83.09 58.5 83.1 58.5 83.11 58.5 83.12 58.5 83.12 58.5 83.13 58.5 83.14 58.5 83.15 58.5 83.15 58.5 83.16 58.5 83.17 58.5 83.18 58.5 83.19 58.5 83.19 58.5 83.2 58.5 83.21 58.5 83.22 58.5 83.22 58.5 83.23 58.5 83.24 58.5 83.25 58.5 83.26 58.5 83.26 58.5 83.27 58.5 83.28 58.5 83.29 58.5 83.29 58.5 83.3 58.5 83.31 58.5 83.32 58.5 83.33 58.5 83.33 58.5 83.34 58.5 83.35 58.5 83.36 58.5 83.36 58.5 83.37 58.5 83.38 58.5 83.39 58.5 83.4 58.5 83.4 58.5 83.41 58.5 83.42 58.5 83.43 58.5 83.44 58.5 83.44 58.5 83.45 58.5 83.46 58.5 83.47 58.5 83.47 58.5 83.48 58.5 83.49 58.5 83.5 58.5 83.51 58.5 83.51 58.5 83.52 58.5 83.53 58.5 83.54 58.5 83.54 58.5 83.55 58.5 83.56 58.5 83.57 58.5 83.58 58.5 83.58 58.5 83.59 58.5 83.6 58.5 83.61 58.5 83.61 58.5 83.62 58.5 83.63 58.5 83.64 58.5 83.65 58.5 83.65 58.5 83.66 58.5 83.67 58.5 83.68 58.5 83.68 58.5 83.69 58.5 83.7 58.5 83.71 58.5 83.72 58.5 83.72 58.5 83.73 58.5 83.74 58.5 83.75 58.5 83.75 58.5 83.76 58.5 83.77 58.5 83.78 58.5 83.79 58.5 83.79 58.5 83.8 58.5 83.81 58.5 83.82 58.5 83.82 58.5 83.83 58.5 83.84 58.5 83.85 58.5 83.86 58.5 83.86 58.5 83.87 58.5 83.88 58.5 83.89 58.5 83.89 58.5 83.9 58.5 83.91 58.5 83.92 58.5 83.93 58.5 83.93 58.5 83.94 58.5 83.95 58.5 83.96 58.5 83.96 58.5 83.97 58.5 83.98 58.5 83.99 58.5 84 58.5 84 58.5 84.01 58.5 84.02 58.5 84.03 58.5 84.03 58.5 84.04 58.5 84.05 58.5 84.06 58.5 84.07 58.5 84.07 58.5 84.08 58.5 84.09 58.5 84.1 58.51 84.1 58.51 84.11 58.51 84.12 58.51 84.13 58.51 84.14 58.51 84.14 58.51 84.15 58.51 84.16 58.51 84.17 58.51 84.17 58.51 84.18 58.51 84.19 58.51 84.2 58.51 84.21 58.51 84.21 58.51 84.22 58.51 84.23 58.51 84.24 58.51 84.24 58.51 84.25 58.51 84.26 58.51 84.27 58.51 84.28 58.51 84.28 58.51 84.29 58.51 84.3 58.51 84.31 58.51 84.31 58.51 84.32 58.51 84.33 58.51 84.34 58.51 84.35 58.51 84.35 58.51 84.36 58.51 84.37 58.51 84.38 58.51 84.38 58.51 84.39 58.51 84.4 58.51 84.41 58.51 84.42 58.51 84.42 58.51 84.43 58.51 84.44 58.51 84.45 58.51 84.45 58.51 84.46 58.51 84.47 58.51 84.48 58.51 84.49 58.51 84.49 58.51 84.5 58.51 84.51 58.51 84.52 58.51 84.52 58.51 84.53 58.51 84.54 58.51 84.55 58.51 84.56 58.51 84.56 58.51 84.57 58.51 84.58 58.51 84.59 58.51 84.59 58.51 84.6 58.51 84.61 58.51 84.62 58.51 84.63 58.51 84.63 58.51 84.64 58.51 84.65 58.51 84.66 58.51 84.66 58.51 84.67 58.51 84.68 58.51 84.69 58.51 84.7 58.51 84.7 58.51 84.71 58.51 84.72 58.51 84.73 58.51 84.73 58.51 84.74 58.51 84.75 58.51 84.76 58.51 84.77 58.51 84.77 58.51 84.78 58.51 84.79 58.51 84.8 58.51 84.8 58.51 84.81 58.51 84.82 58.51 84.83 58.51 84.84 58.51 84.84 58.51 84.85 58.51 84.86 58.51 84.87 58.51 84.87 58.51 84.88 58.51 84.89 58.51 84.9 58.51 84.91 58.51 84.91 58.51 84.92 58.51 84.93 58.51 84.94 58.51 84.94 58.51 84.95 58.51 84.96 58.51 84.97 58.51 84.98 58.51 84.98 58.51 84.99 58.51 85 58.51 85.01 58.51 85.01 58.51 85.02 58.51 85.03 58.51 85.04 58.51 85.05 58.51 85.05 58.51 85.06 58.51 85.07 58.51 85.08 58.51 85.08 58.51 85.09 58.51 85.1 58.51 85.11 58.51 85.12 58.51 85.12 58.51 85.13 58.51 85.14 58.51 85.15 58.51 85.15 58.51 85.16 58.51 85.17 58.51 85.18 58.51 85.19 58.51 85.19 58.51 85.2 58.51 85.21 58.51 85.22 58.51 85.22 58.51 85.23 58.51 85.24 58.51 85.25 58.51 85.26 58.51 85.26 58.51 85.27 58.51 85.28 58.51 85.29 58.51 85.29 58.51 85.3 58.51 85.31 58.51 85.32 58.51 85.33 58.51 85.33 58.51 85.34 58.51 85.35 58.51 85.36 58.51 85.36 58.51 85.37 58.51 85.38 58.51 85.39 58.51 85.4 58.51 85.4 58.51 85.41 58.51 85.42 58.51 85.43 58.51 85.43 58.51 85.44 58.51 85.45 58.51 85.46 58.51 85.47 58.51 85.47 58.51 85.48 58.51 85.49 58.51 85.5 58.51 85.5 58.51 85.51 58.51 85.52 58.51 85.53 58.51 85.54 58.51 85.54 58.51 85.55 58.51 85.56 58.51 85.57 58.51 85.57 58.51 85.58 58.51 85.59 58.51 85.6 58.51 85.61 58.51 85.61 58.51 85.62 58.51 85.63 58.51 85.64 58.51 85.64 58.51 85.65 58.51 85.66 58.51 85.67 58.51 85.68 58.51 85.68 58.51 85.69 58.51 85.7 58.51 85.71 58.51 85.71 58.51 85.72 58.51 85.73 58.51 85.74 58.51 85.75 58.51 85.75 58.51 85.76 58.51 85.77 58.51 85.78 58.51 85.78 58.51 85.79 58.51 85.8 58.51 85.81 58.51 85.82 58.51 85.82 58.51 85.83 58.51 85.84 58.51 85.85 58.51 85.85 58.51 85.86 58.51 85.87 58.51 85.88 58.51 85.89 58.51 85.89 58.51 85.9 58.51 85.91 58.51 85.92 58.51 85.92 58.51 85.93 58.51 85.94 58.51 85.95 58.51 85.96 58.51 85.96 58.51 85.97 58.51 85.98 58.51 85.99 58.51 85.99 58.51 86 58.51 86.01 58.51 86.02 58.51 86.03 58.51 86.03 58.51 86.04 58.51 86.05 58.51 86.06 58.51 86.06 58.51 86.07 58.51 86.08 58.51 86.09 58.51 86.1 58.51 86.1 58.51 86.11 58.51 86.12 58.51 86.13 58.51 86.13 58.51 86.14 58.51 86.15 58.51 86.16 58.51 86.17 58.51 86.17 58.51 86.18 58.51 86.19 58.51 86.2 58.51 86.2 58.51 86.21 58.51 86.22 58.51 86.23 58.51 86.24 58.51 86.24 58.51 86.25 58.51 86.26 58.51 86.27 58.51 86.27 58.51 86.28 58.51 86.29 58.51 86.3 58.51 86.31 58.51 86.31 58.51 86.32 58.51 86.33 58.51 86.34 58.51 86.34 58.51 86.35 58.51 86.36 58.51 86.37 58.51 86.38 58.51 86.38 58.51 86.39 58.51 86.4 58.51 86.41 58.51 86.41 58.51 86.42 58.51 86.43 58.51 86.44 58.51 86.45 58.51 86.45 58.51 86.46 58.51 86.47 58.51 86.48 58.51 86.48 58.52 86.49 58.52 86.5 58.52 86.51 58.52 86.52 58.52 86.52 58.52 86.53 58.52 86.54 58.52 86.55 58.52 86.55 58.52 86.56 58.52 86.57 58.52 86.58 58.52 86.59 58.52 86.59 58.52 86.6 58.52 86.61 58.52 86.62 58.52 86.62 58.52 86.63 58.52 86.64 58.52 86.65 58.52 86.66 58.52 86.66 58.52 86.67 58.52 86.68 58.52 86.69 58.52 86.69 58.52 86.7 58.52 86.71 58.52 86.72 58.52 86.73 58.52 86.73 58.52 86.74 58.52 86.75 58.52 86.76 58.52 86.77 58.52 86.77 58.52 86.78 58.52 86.79 58.52 86.8 58.52 86.8 58.52 86.81 58.52 86.82 58.52 86.83 58.52 86.84 58.52 86.84 58.52 86.85 58.52 86.86 58.52 86.87 58.52 86.87 58.52 86.88 58.52 86.89 58.52 86.9 58.52 86.91 58.52 86.91 58.52 86.92 58.52 86.93 58.52 86.94 58.52 86.94 58.52 86.95 58.52 86.96 58.52 86.97 58.52 86.98 58.52 86.98 58.52 86.99 58.52 87 58.52 87.01 58.52 87.01 58.52 87.02 58.52 87.03 58.52 87.04 58.52 87.05 58.52 87.05 58.52 87.06 58.52 87.07 58.52 87.08 58.52 87.08 58.52 87.09 58.52 87.1 58.52 87.11 58.52 87.12 58.52 87.12 58.52 87.13 58.52 87.14 58.52 87.15 58.52 87.15 58.52 87.16 58.52 87.17 58.52 87.18 58.52 87.19 58.52 87.19 58.52 87.2 58.52 87.21 58.52 87.22 58.52 87.22 58.52 87.23 58.52 87.24 58.52 87.25 58.52 87.26 58.52 87.26 58.52 87.27 58.52 87.28 58.52 87.29 58.52 87.29 58.52 87.3 58.52 87.31 58.52 87.32 58.52 87.33 58.52 87.33 58.52 87.34 58.52 87.35 58.52 87.36 58.52 87.36 58.52 87.37 58.52 87.38 58.52 87.39 58.52 87.4 58.52 87.4 58.52 87.41 58.52 87.42 58.52 87.43 58.52 87.43 58.52 87.44 58.52 87.45 58.52 87.46 58.52 87.47 58.52 87.47 58.52 87.48 58.52 87.49 58.52 87.5 58.52 87.5 58.52 87.51 58.52 87.52 58.52 87.53 58.52 87.54 58.52 87.54 58.52 87.55 58.52 87.56 58.52 87.57 58.52 87.57 58.52 87.58 58.52 87.59 58.52 87.6 58.52 87.61 58.52 87.61 58.52 87.62 58.52 87.63 58.52 87.64 58.52 87.64 58.52 87.65 58.52 87.66 58.52 87.67 58.52 87.68 58.52 87.68 58.52 87.69 58.52 87.7 58.52 87.71 58.52 87.71 58.52 87.72 58.52 87.73 58.52 87.74 58.52 87.75 58.52 87.75 58.52 87.76 58.52 87.77 58.52 87.78 58.52 87.78 58.52 87.79 58.52 87.8 58.52 87.81 58.52 87.82 58.52 87.82 58.52 87.83 58.52 87.84 58.52 87.85 58.52 87.85 58.52 87.86 58.52 87.87 58.52 87.88 58.52 87.89 58.52 87.89 58.52 87.9 58.52 87.91 58.52 87.92 58.52 87.92 58.52 87.93 58.52 87.94 58.52 87.95 58.52 87.96 58.52 87.96 58.52 87.97 58.52 87.98 58.52 87.99 58.52 87.99 58.52 88 58.52 88.01 58.52 88.02 58.52 88.03 58.52 88.03 58.52 88.04 58.52 88.05 58.52 88.06 58.52 88.06 58.52 88.07 58.52 88.08 58.52 88.09 58.52 88.1 58.52 88.1 58.52 88.11 58.52 88.12 58.52 88.13 58.52 88.13 58.52 88.14 58.52 88.15 58.52 88.16 58.52 88.17 58.52 88.17 58.52 88.18 58.52 88.19 58.52 88.2 58.52 88.2 58.52 88.21 58.52 88.22 58.52 88.23 58.52 88.24 58.52 88.24 58.52 88.25 58.52 88.26 58.52 88.27 58.52 88.27 58.52 88.28 58.52 88.29 58.52 88.3 58.52 88.31 58.52 88.31 58.52 88.32 58.52 88.33 58.52 88.34 58.52 88.34 58.52 88.35 58.52 88.36 58.52 88.37 58.52 88.38 58.52 88.38 58.52 88.39 58.52 88.4 58.52 88.41 58.52 88.41 58.52 88.42 58.52 88.43 58.52 88.44 58.52 88.45 58.52 88.45 58.52 88.46 58.52 88.47 58.52 88.48 58.52 88.48 58.52 88.49 58.52 88.5 58.52 88.51 58.52 88.52 58.52 88.52 58.52 88.53 58.52 88.54 58.52 88.55 58.52 88.55 58.52 88.56 58.52 88.57 58.52 88.58 58.52 88.59 58.52 88.59 58.52 88.6 58.52 88.61 58.52 88.62 58.52 88.62 58.52 88.63 58.52 88.64 58.52 88.65 58.52 88.66 58.52 88.66 58.52 88.67 58.52 88.68 58.52 88.69 58.52 88.69 58.52 88.7 58.52 88.71 58.52 88.72 58.52 88.73 58.52 88.73 58.52 88.74 58.52 88.75 58.52 88.76 58.52 88.76 58.52 88.77 58.52 88.78 58.52 88.79 58.52 88.8 58.52 88.8 58.52 88.81 58.52 88.82 58.52 88.83 58.52 88.83 58.52 88.84 58.52 88.85 58.52 88.86 58.52 88.87 58.52 88.87 58.52 88.88 58.52 88.89 58.52 88.9 58.52 88.9 58.52 88.91 58.52 88.92 58.52 88.93 58.52 88.94 58.52 88.94 58.52 88.95 58.52 88.96 58.52 88.97 58.52 88.97 58.52 88.98 58.52 88.99 58.52 89 58.52 89.01 58.52 89.01 58.52 89.02 58.52 89.03 58.52 89.04 58.52 89.04 58.52 89.05 58.53 89.06 58.53 89.07 58.53 89.08 58.53 89.08 58.53 89.09 58.53 89.1 58.53 89.11 58.53 89.11 58.53 89.12 58.53 89.13 58.53 89.14 58.53 89.15 58.53 89.15 58.53 89.16 58.53 89.17 58.53 89.18 58.53 89.18 58.53 89.19 58.53 89.2 58.53 89.21 58.53 89.22 58.53 89.22 58.53 89.23 58.53 89.24 58.53 89.25 58.53 89.25 58.53 89.26 58.53 89.27 58.53 89.28 58.53 89.29 58.53 89.29 58.53 89.3 58.53 89.31 58.53 89.32 58.53 89.32 58.53 89.33 58.53 89.34 58.53 89.35 58.53 89.36 58.53 89.36 58.53 89.37 58.53 89.38 58.53 89.39 58.53 89.39 58.53 89.4 58.53 89.41 58.53 89.42 58.53 89.43 58.53 89.43 58.53 89.44 58.53 89.45 58.53 89.46 58.53 89.46 58.53 89.47 58.53 89.48 58.53 89.49 58.53 89.5 58.53 89.5 58.53 89.51 58.53 89.52 58.53 89.53 58.53 89.53 58.53 89.54 58.53 89.55 58.53 89.56 58.53 89.57 58.53 89.57 58.53 89.58 58.53 89.59 58.53 89.6 58.53 89.6 58.53 89.61 58.53 89.62 58.53 89.63 58.53 89.64 58.53 89.64 58.53 89.65 58.53 89.66 58.53 89.67 58.53 89.67 58.53 89.68 58.53 89.69 58.53 89.7 58.53 89.71 58.53 89.71 58.53 89.72 58.53 89.73 58.53 89.74 58.53 89.74 58.53 89.75 58.53 89.76 58.53 89.77 58.53 89.78 58.53 89.78 58.53 89.79 58.53 89.8 58.53 89.81 58.53 89.81 58.53 89.82 58.53 89.83 58.53 89.84 58.53 89.85 58.53 89.85 58.53 89.86 58.53 89.87 58.53 89.88 58.53 89.88 58.53 89.89 58.53 89.9 58.53 89.91 58.53 89.92 58.53 89.92 58.53 89.93 58.53 89.94 58.53 89.95 58.53 89.95 58.53 89.96 58.53 89.97 58.53 89.98 58.53 89.99 58.53 89.99 58.53 90 58.53 90.01 58.53 90.02 58.53 90.02 58.53 90.03 58.53 90.04 58.53 90.05 58.53 90.06 58.53 90.06 58.53 90.07 58.53 90.08 58.53 90.09 58.53 90.1 58.53 90.1 58.53 90.11 58.53 90.12 58.53 90.13 58.53 90.13 58.53 90.14 58.53 90.15 58.53 90.16 58.53 90.17 58.53 90.17 58.53 90.18 58.53 90.19 58.53 90.2 58.53 90.2 58.53 90.21 58.53 90.22 58.53 90.23 58.53 90.24 58.53 90.24 58.53 90.25 58.53 90.26 58.53 90.27 58.53 90.27 58.53 90.28 58.53 90.29 58.53 90.3 58.53 90.31 58.53 90.31 58.53 90.32 58.53 90.33 58.53 90.34 58.53 90.34 58.53 90.35 58.53 90.36 58.53 90.37 58.53 90.38 58.53 90.38 58.53 90.39 58.53 90.4 58.53 90.41 58.53 90.41 58.53 90.42 58.53 90.43 58.53 90.44 58.53 90.45 58.53 90.45 58.53 90.46 58.53 90.47 58.53 90.48 58.53 90.48 58.53 90.49 58.53 90.5 58.53 90.51 58.53 90.52 58.53 90.52 58.53 90.53 58.53 90.54 58.53 90.55 58.53 90.55 58.53 90.56 58.53 90.57 58.53 90.58 58.53 90.59 58.53 90.59 58.53 90.6 58.53 90.61 58.53 90.62 58.53 90.62 58.53 90.63 58.53 90.64 58.53 90.65 58.53 90.66 58.53 90.66 58.53 90.67 58.53 90.68 58.53 90.69 58.53 90.69 58.53 90.7 58.53 90.71 58.53 90.72 58.53 90.73 58.53 90.73 58.53 90.74 58.53 90.75 58.53 90.76 58.53 90.76 58.53 90.77 58.53 90.78 58.53 90.79 58.53 90.8 58.53 90.8 58.53 90.81 58.53 90.82 58.53 90.83 58.53 90.83 58.53 90.84 58.53 90.85 58.53 90.86 58.53 90.87 58.53 90.87 58.53 90.88 58.53 90.89 58.53 90.9 58.53 90.9 58.53 90.91 58.53 90.92 58.53 90.93 58.53 90.94 58.53 90.94 58.53 90.95 58.53 90.96 58.53 90.97 58.53 90.97 58.53 90.98 58.53 90.99 58.53 91 58.53 91.01 58.53 91.01 58.53 91.02 58.53 91.03 58.53 91.04 58.53 91.04 58.53 91.05 58.53 91.06 58.53 91.07 58.53 91.08 58.53 91.08 58.53 91.09 58.53 91.1 58.53 91.11 58.53 91.11 58.53 91.12 58.53 91.13 58.53 91.14 58.53 91.15 58.53 91.15 58.53 91.16 58.53 91.17 58.53 91.18 58.53 91.18 58.53 91.19 58.53 91.2 58.53 91.21 58.53 91.22 58.53 91.22 58.53 91.23 58.53 91.24 58.53 91.25 58.53 91.25 58.53 91.26 58.53 91.27 58.53 91.28 58.53 91.29 58.53 91.29 58.53 91.3 58.53 91.31 58.53 91.32 58.53 91.32 58.53 91.33 58.53 91.34 58.53 91.35 58.53 91.36 58.53 91.36 58.53 91.37 58.53 91.38 58.53 91.39 58.53 91.39 58.53 91.4 58.53 91.41 58.53 91.42 58.53 91.43 58.53 91.43 58.53 91.44 58.53 91.45 58.53 91.46 58.53 91.46 58.53 91.47 58.53 91.48 58.53 91.49 58.53 91.5 58.53 91.5 58.53 91.51 58.53 91.52 58.53 91.53 58.53 91.53 58.53 91.54 58.53 91.55 58.53 91.56 58.53 91.57 58.53 91.57 58.53 91.58 58.53 91.59 58.53 91.6 58.53 91.6 58.53 91.61 58.53 91.62 58.53 91.63 58.53 91.64 58.53 91.64 58.53 91.65 58.53 91.66 58.53 91.67 58.53 91.67 58.53 91.68 58.53 91.69 58.53 91.7 58.53 91.71 58.53 91.71 58.53 91.72 58.53 91.73 58.53 91.74 58.53 91.74 58.53 91.75 58.53 91.76 58.53 91.77 58.53 91.78 58.53 91.78 58.53 91.79 58.53 91.8 58.53 91.81 58.53 91.81 58.53 91.82 58.54 91.83 58.54 91.84 58.54 91.85 58.54 91.85 58.54 91.86 58.54 91.87 58.54 91.88 58.54 91.88 58.54 91.89 58.54 91.9 58.54 91.91 58.54 91.92 58.54 91.92 58.54 91.93 58.54 91.94 58.54 91.95 58.54 91.95 58.54 91.96 58.54 91.97 58.54 91.98 58.54 91.99 58.54 91.99 58.54 92 58.54 92.01 58.54 92.02 58.54 92.02 58.54 92.03 58.54 92.04 58.54 92.05 58.54 92.06 58.54 92.06 58.54 92.07 58.54 92.08 58.54 92.09 58.54 92.09 58.54 92.1 58.54 92.11 58.54 92.12 58.54 92.13 58.54 92.13 58.54 92.14 58.54 92.15 58.54 92.16 58.54 92.16 58.54 92.17 58.54 92.18 58.54 92.19 58.54 92.2 58.54 92.2 58.54 92.21 58.54 92.22 58.54 92.23 58.54 92.23 58.54 92.24 58.54 92.25 58.54 92.26 58.54 92.27 58.54 92.27 58.54 92.28 58.54 92.29 58.54 92.3 58.54 92.3 58.54 92.31 58.54 92.32 58.54 92.33 58.54 92.34 58.54 92.34 58.54 92.35 58.54 92.36 58.54 92.37 58.54 92.37 58.54 92.38 58.54 92.39 58.54 92.4 58.54 92.41 58.54 92.41 58.54 92.42 58.54 92.43 58.54 92.44 58.54 92.44 58.54 92.45 58.54 92.46 58.54 92.47 58.54 92.48 58.54 92.48 58.54 92.49 58.54 92.5 58.54 92.51 58.54 92.51 58.54 92.52 58.54 92.53 58.54 92.54 58.54 92.55 58.54 92.55 58.54 92.56 58.54 92.57 58.54 92.58 58.54 92.58 58.54 92.59 58.54 92.6 58.54 92.61 58.54 92.62 58.54 92.62 58.54 92.63 58.54 92.64 58.54 92.65 58.54 92.65 58.54 92.66 58.54 92.67 58.54 92.68 58.54 92.69 58.54 92.69 58.54 92.7 58.54 92.71 58.54 92.72 58.54 92.72 58.54 92.73 58.54 92.74 58.54 92.75 58.54 92.76 58.54 92.76 58.54 92.77 58.54 92.78 58.54 92.79 58.54 92.79 58.54 92.8 58.54 92.81 58.54 92.82 58.54 92.83 58.54 92.83 58.54 92.84 58.54 92.85 58.54 92.86 58.54 92.86 58.54 92.87 58.54 92.88 58.54 92.89 58.54 92.9 58.54 92.9 58.54 92.91 58.54 92.92 58.54 92.93 58.54 92.93 58.54 92.94 58.54 92.95 58.54 92.96 58.54 92.97 58.54 92.97 58.54 92.98 58.54 92.99 58.54 93 58.54 93 58.54 93.01 58.54 93.02 58.54 93.03 58.54 93.04 58.54 93.04 58.54 93.05 58.54 93.06 58.54 93.07 58.54 93.07 58.54 93.08 58.54 93.09 58.54 93.1 58.54 93.11 58.54 93.11 58.54 93.12 58.54 93.13 58.54 93.14 58.54 93.14 58.54 93.15 58.54 93.16 58.54 93.17 58.54 93.18 58.54 93.18 58.54 93.19 58.54 93.2 58.54 93.21 58.54 93.21 58.54 93.22 58.54 93.23 58.54 93.24 58.54 93.25 58.54 93.25 58.54 93.26 58.54 93.27 58.54 93.28 58.54 93.28 58.54 93.29 58.54 93.3 58.54 93.31 58.54 93.32 58.54 93.32 58.54 93.33 58.54 93.34 58.54 93.35 58.54 93.35 58.54 93.36 58.54 93.37 58.54 93.38 58.54 93.39 58.54 93.39 58.54 93.4 58.54 93.41 58.54 93.42 58.54 93.43 58.54 93.43 58.54 93.44 58.54 93.45 58.54 93.46 58.54 93.46 58.54 93.47 58.54 93.48 58.54 93.49 58.54 93.5 58.54 93.5 58.54 93.51 58.54 93.52 58.54 93.53 58.54 93.53 58.54 93.54 58.54 93.55 58.54 93.56 58.54 93.57 58.54 93.57 58.54 93.58 58.54 93.59 58.54 93.6 58.54 93.6 58.54 93.61 58.54 93.62 58.54 93.63 58.54 93.64 58.54 93.64 58.54 93.65 58.54 93.66 58.54 93.67 58.54 93.67 58.54 93.68 58.54 93.69 58.54 93.7 58.54 93.71 58.54 93.71 58.54 93.72 58.54 93.73 58.54 93.74 58.54 93.74 58.54 93.75 58.54 93.76 58.54 93.77 58.54 93.78 58.54 93.78 58.54 93.79 58.54 93.8 58.54 93.81 58.54 93.81 58.54 93.82 58.54 93.83 58.54 93.84 58.54 93.85 58.54 93.85 58.54 93.86 58.54 93.87 58.54 93.88 58.54 93.88 58.54 93.89 58.54 93.9 58.54 93.91 58.54 93.92 58.54 93.92 58.54 93.93 58.54 93.94 58.54 93.95 58.54 93.95 58.54 93.96 58.54 93.97 58.54 93.98 58.54 93.99 58.54 93.99 58.54 94 58.54 94.01 58.54 94.02 58.54 94.02 58.54 94.03 58.54 94.04 58.54 94.05 58.54 94.06 58.54 94.06 58.54 94.07 58.54 94.08 58.54 94.09 58.54 94.09 58.54 94.1 58.54 94.11 58.54 94.12 58.54 94.13 58.54 94.13 58.54 94.14 58.54 94.15 58.54 94.16 58.54 94.16 58.54 94.17 58.54 94.18 58.54 94.19 58.54 94.2 58.54 94.2 58.54 94.21 58.54 94.22 58.54 94.23 58.54 94.23 58.54 94.24 58.54 94.25 58.54 94.26 58.54 94.27 58.54 94.27 58.54 94.28 58.54 94.29 58.54 94.3 58.54 94.3 58.54 94.31 58.54 94.32 58.54 94.33 58.54 94.34 58.54 94.34 58.54 94.35 58.54 94.36 58.54 94.37 58.54 94.37 58.54 94.38 58.54 94.39 58.54 94.4 58.54 94.41 58.54 94.41 58.54 94.42 58.54 94.43 58.54 94.44 58.54 94.44 58.54 94.45 58.54 94.46 58.54 94.47 58.54 94.48 58.54 94.48 58.54 94.49 58.54 94.5 58.54 94.51 58.54 94.51 58.54 94.52 58.54 94.53 58.54 94.54 58.54 94.55 58.54 94.55 58.54 94.56 58.54 94.57 58.54 94.58 58.54 94.58 58.54 94.59 58.54 94.6 58.54 94.61 58.54 94.62 58.54 94.62 58.54 94.63 58.54 94.64 58.54 94.65 58.54 94.65 58.54 94.66 58.54 94.67 58.54 94.68 58.54 94.69 58.54 94.69 58.54 94.7 58.54 94.71 58.54 94.72 58.54 94.72 58.54 94.73 58.54 94.74 58.54 94.75 58.54 94.76 58.54 94.76 58.54 94.77 58.54 94.78 58.54 94.79 58.54 94.79 58.54 94.8 58.55 94.81 58.55 94.82 58.55 94.83 58.55 94.83 58.55 94.84 58.55 94.85 58.55 94.86 58.55 94.86 58.55 94.87 58.55 94.88 58.55 94.89 58.55 94.9 58.55 94.9 58.55 94.91 58.55 94.92 58.55 94.93 58.55 94.93 58.55 94.94 58.55 94.95 58.55 94.96 58.55 94.97 58.55 94.97 58.55 94.98 58.55 94.99 58.55 95 58.55 95 58.55 95.01 58.55 95.02 58.55 95.03 58.55 95.04 58.55 95.04 58.55 95.05 58.55 95.06 58.55 95.07 58.55 95.07 58.55 95.08 58.55 95.09 58.55 95.1 58.55 95.11 58.55 95.11 58.55 95.12 58.55 95.13 58.55 95.14 58.55 95.14 58.55 95.15 58.55 95.16 58.55 95.17 58.55 95.18 58.55 95.18 58.55 95.19 58.55 95.2 58.55 95.21 58.55 95.21 58.55 95.22 58.55 95.23 58.55 95.24 58.55 95.25 58.55 95.25 58.55 95.26 58.55 95.27 58.55 95.28 58.55 95.28 58.55 95.29 58.55 95.3 58.55 95.31 58.55 95.32 58.55 95.32 58.55 95.33 58.55 95.34 58.55 95.35 58.55 95.35 58.55 95.36 58.55 95.37 58.55 95.38 58.55 95.39 58.55 95.39 58.55 95.4 58.55 95.41 58.55 95.42 58.55 95.42 58.55 95.43 58.55 95.44 58.55 95.45 58.55 95.46 58.55 95.46 58.55 95.47 58.55 95.48 58.55 95.49 58.55 95.49 58.55 95.5 58.55 95.51 58.55 95.52 58.55 95.53 58.55 95.53 58.55 95.54 58.55 95.55 58.55 95.56 58.55 95.56 58.55 95.57 58.55 95.58 58.55 95.59 58.55 95.6 58.55 95.6 58.55 95.61 58.55 95.62 58.55 95.63 58.55 95.63 58.55 95.64 58.55 95.65 58.55 95.66 58.55 95.67 58.55 95.67 58.55 95.68 58.55 95.69 58.55 95.7 58.55 95.7 58.55 95.71 58.55 95.72 58.55 95.73 58.55 95.74 58.55 95.74 58.55 95.75 58.55 95.76 58.55 95.77 58.55 95.77 58.55 95.78 58.55 95.79 58.55 95.8 58.55 95.81 58.55 95.81 58.55 95.82 58.55 95.83 58.55 95.84 58.55 95.84 58.55 95.85 58.55 95.86 58.55 95.87 58.55 95.88 58.55 95.88 58.55 95.89 58.55 95.9 58.55 95.91 58.55 95.91 58.55 95.92 58.55 95.93 58.55 95.94 58.55 95.95 58.55 95.95 58.55 95.96 58.55 95.97 58.55 95.98 58.55 95.98 58.55 95.99 58.55 96 58.55 96.01 58.55 96.02 58.55 96.02 58.55 96.03 58.55 96.04 58.55 96.05 58.55 96.05 58.55 96.06 58.55 96.07 58.55 96.08 58.55 96.09 58.55 96.09 58.55 96.1 58.55 96.11 58.55 96.12 58.55 96.12 58.55 96.13 58.55 96.14 58.55 96.15 58.55 96.16 58.55 96.16 58.55 96.17 58.55 96.18 58.55 96.19 58.55 96.19 58.55 96.2 58.55 96.21 58.55 96.22 58.55 96.23 58.55 96.23 58.55 96.24 58.55 96.25 58.55 96.26 58.55 96.26 58.55 96.27 58.55 96.28 58.55 96.29 58.55 96.3 58.55 96.3 58.55 96.31 58.55 96.32 58.55 96.33 58.55 96.33 58.55 96.34 58.55 96.35 58.55 96.36 58.55 96.37 58.55 96.37 58.55 96.38 58.55 96.39 58.55 96.4 58.55 96.4 58.55 96.41 58.55 96.42 58.55 96.43 58.55 96.44 58.55 96.44 58.55 96.45 58.55 96.46 58.55 96.47 58.55 96.47 58.55 96.48 58.55 96.49 58.55 96.5 58.55 96.51 58.55 96.51 58.55 96.52 58.55 96.53 58.55 96.54 58.55 96.54 58.55 96.55 58.55 96.56 58.55 96.57 58.55 96.58 58.55 96.58 58.55 96.59 58.55 96.6 58.55 96.61 58.55 96.61 58.55 96.62 58.55 96.63 58.55 96.64 58.55 96.65 58.55 96.65 58.55 96.66 58.55 96.67 58.55 96.68 58.55 96.68 58.55 96.69 58.55 96.7 58.55 96.71 58.55 96.72 58.55 96.72 58.55 96.73 58.55 96.74 58.55 96.75 58.55 96.76 58.55 96.76 58.55 96.77 58.55 96.78 58.55 96.79 58.55 96.79 58.55 96.8 58.55 96.81 58.55 96.82 58.55 96.83 58.55 96.83 58.55 96.84 58.55 96.85 58.55 96.86 58.55 96.86 58.55 96.87 58.55 96.88 58.55 96.89 58.55 96.9 58.55 96.9 58.55 96.91 58.55 96.92 58.55 96.93 58.55 96.93 58.55 96.94 58.55 96.95 58.55 96.96 58.55 96.97 58.55 96.97 58.55 96.98 58.55 96.99 58.55 97 58.55 97 58.55 97.01 58.55 97.02 58.55 97.03 58.55 97.04 58.55 97.04 58.55 97.05 58.55 97.06 58.55 97.07 58.55 97.07 58.55 97.08 58.55 97.09 58.55 97.1 58.55 97.11 58.55 97.11 58.55 97.12 58.55 97.13 58.55 97.14 58.55 97.14 58.55 97.15 58.55 97.16 58.55 97.17 58.55 97.18 58.55 97.18 58.55 97.19 58.55 97.2 58.55 97.21 58.55 97.21 58.55 97.22 58.55 97.23 58.55 97.24 58.55 97.25 58.55 97.25 58.55 97.26 58.55 97.27 58.55 97.28 58.55 97.28 58.55 97.29 58.55 97.3 58.55 97.31 58.55 97.32 58.55 97.32 58.55 97.33 58.55 97.34 58.55 97.35 58.55 97.35 58.55 97.36 58.55 97.37 58.55 97.38 58.55 97.39 58.55 97.39 58.55 97.4 58.55 97.41 58.55 97.42 58.55 97.42 58.55 97.43 58.55 97.44 58.55 97.45 58.55 97.46 58.55 97.46 58.55 97.47 58.55 97.48 58.55 97.49 58.55 97.49 58.55 97.5 58.55 97.51 58.55 97.52 58.55 97.53 58.55 97.53 58.55 97.54 58.55 97.55 58.55 97.56 58.55 97.56 58.55 97.57 58.55 97.58 58.55 97.59 58.55 97.6 58.55 97.6 58.55 97.61 58.55 97.62 58.55 97.63 58.55 97.63 58.55 97.64 58.55 97.65 58.55 97.66 58.55 97.67 58.55 97.67 58.55 97.68 58.55 97.69 58.55 97.7 58.55 97.7 58.55 97.71 58.55 97.72 58.55 97.73 58.55 97.74 58.55 97.74 58.55 97.75 58.55 97.76 58.55 97.77 58.55 97.77 58.55 97.78 58.55 97.79 58.55 97.8 58.55 97.81 58.55 97.81 58.55 97.82 58.55 97.83 58.55 97.84 58.55 97.84 58.55 97.85 58.55 97.86 58.55 97.87 58.55 97.88 58.55 97.88 58.55 97.89 58.55 97.9 58.55 97.91 58.55 97.91 58.55 97.92 58.55 97.93 58.55 97.94 58.55 97.95 58.55 97.95 58.55 97.96 58.55 97.97 58.55 97.98 58.55 97.98 58.55 97.99 58.55 98 58.55 98.01 58.55 98.02 58.56 98.02 58.56 98.03 58.56 98.04 58.56 98.05 58.56 98.05 58.56 98.06 58.56 98.07 58.56 98.08 58.56 98.09 58.56 98.09 58.56 98.1 58.56 98.11 58.56 98.12 58.56 98.12 58.56 98.13 58.56 98.14 58.56 98.15 58.56 98.16 58.56 98.16 58.56 98.17 58.56 98.18 58.56 98.19 58.56 98.19 58.56 98.2 58.56 98.21 58.56 98.22 58.56 98.23 58.56 98.23 58.56 98.24 58.56 98.25 58.56 98.26 58.56 98.26 58.56 98.27 58.56 98.28 58.56 98.29 58.56 98.3 58.56 98.3 58.56 98.31 58.56 98.32 58.56 98.33 58.56 98.33 58.56 98.34 58.56 98.35 58.56 98.36 58.56 98.37 58.56 98.37 58.56 98.38 58.56 98.39 58.56 98.4 58.56 98.4 58.56 98.41 58.56 98.42 58.56 98.43 58.56 98.44 58.56 98.44 58.56 98.45 58.56 98.46 58.56 98.47 58.56 98.47 58.56 98.48 58.56 98.49 58.56 98.5 58.56 98.51 58.56 98.51 58.56 98.52 58.56 98.53 58.56 98.54 58.56 98.54 58.56 98.55 58.56 98.56 58.56 98.57 58.56 98.58 58.56 98.58 58.56 98.59 58.56 98.6 58.56 98.61 58.56 98.61 58.56 98.62 58.56 98.63 58.56 98.64 58.56 98.65 58.56 98.65 58.56 98.66 58.56 98.67 58.56 98.68 58.56 98.68 58.56 98.69 58.56 98.7 58.56 98.71 58.56 98.72 58.56 98.72 58.56 98.73 58.56 98.74 58.56 98.75 58.56 98.75 58.56 98.76 58.56 98.77 58.56 98.78 58.56 98.79 58.56 98.79 58.56 98.8 58.56 98.81 58.56 98.82 58.56 98.82 58.56 98.83 58.56 98.84 58.56 98.85 58.56 98.86 58.56 98.86 58.56 98.87 58.56 98.88 58.56 98.89 58.56 98.89 58.56 98.9 58.56 98.91 58.56 98.92 58.56 98.93 58.56 98.93 58.56 98.94 58.56 98.95 58.56 98.96 58.56 98.96 58.56 98.97 58.56 98.98 58.56 98.99 58.56 99 58.56 99 58.56 99.01 58.56 99.02 58.56 99.03 58.56 99.03 58.56 99.04 58.56 99.05 58.56 99.06 58.56 99.07 58.56 99.07 58.56 99.08 58.56 99.09 58.56 99.1 58.56 99.1 58.56 99.11 58.56 99.12 58.56 99.13 58.56 99.14 58.56 99.14 58.56 99.15 58.56 99.16 58.56 99.17 58.56 99.17 58.56 99.18 58.56 99.19 58.56 99.2 58.56 99.21 58.56 99.21 58.56 99.22 58.56 99.23 58.56 99.24 58.56 99.24 58.56 99.25 58.56 99.26 58.56 99.27 58.56 99.28 58.56 99.28 58.56 99.29 58.56 99.3 58.56 99.31 58.56 99.31 58.56 99.32 58.56 99.33 58.56 99.34 58.56 99.35 58.56 99.35 58.56 99.36 58.56 99.37 58.56 99.38 58.56 99.38 58.56 99.39 58.56 99.4 58.56 99.41 58.56 99.42 58.56 99.42 58.56 99.43 58.56 99.44 58.56 99.45 58.56 99.45 58.56 99.46 58.56 99.47 58.56 99.48 58.56 99.49 58.56 99.49 58.56 99.5 58.56 99.51 58.56 99.52 58.56 99.52 58.56 99.53 58.56 99.54 58.56 99.55 58.56 99.56 58.56 99.56 58.56 99.57 58.56 99.58 58.56 99.59 58.56 99.59 58.56 99.6 58.56 99.61 58.56 99.62 58.56 99.63 58.56 99.63 58.56 99.64 58.56 99.65 58.56 99.66 58.56 99.66 58.56 99.67 58.56 99.68 58.56 99.69 58.56 99.7 58.56 99.7 58.56 99.71 58.56 99.72 58.56 99.73 58.56 99.73 58.56 99.74 58.56 99.75 58.56 99.76 58.56 99.77 58.56 99.77 58.56 99.78 58.56 99.79 58.56 99.8 58.56 99.8 58.56 99.81 58.56 99.82 58.56 99.83 58.56 99.84 58.56 99.84 58.56 99.85 58.56 99.86 58.56 99.87 58.56 99.87 58.56 99.88 58.56 99.89 58.56 99.9 58.56 99.91 58.56 99.91 58.56 99.92 58.56 99.93 58.56 99.94 58.56 99.94 58.56 99.95 58.56 99.96 58.56 99.97 58.56 99.98 58.56 99.98 58.56 99.99 58.56 100 58.56 100.01 58.56 100.01 58.56 100.02 58.56 100.03 58.56 100.04 58.56 100.05 58.56 100.05 58.56 100.06 58.56 100.07 58.56 100.08 58.56 100.09 58.56 100.09 58.56 100.1 58.56 100.11 58.56 100.12 58.56 100.12 58.56 100.13 58.56 100.14 58.56 100.15 58.56 100.16 58.56 100.16 58.56 100.17 58.56 100.18 58.56 100.19 58.56 100.19 58.56 100.2 58.56 100.21 58.56 100.22 58.56 100.23 58.56 100.23 58.56 100.24 58.56 100.25 58.56 100.26 58.56 100.26 58.56 100.27 58.56 100.28 58.56 100.29 58.56 100.3 58.56 100.3 58.56 100.31 58.56 100.32 58.56 100.33 58.56 100.33 58.56 100.34 58.56 100.35 58.56 100.36 58.56 100.37 58.56 100.37 58.56 100.38 58.56 100.39 58.56 100.4 58.56 100.4 58.56 100.41 58.56 100.42 58.56 100.43 58.56 100.44 58.56 100.44 58.56 100.45 58.56 100.46 58.56 100.47 58.56 100.47 58.56 100.48 58.56 100.49 58.56 100.5 58.56 100.51 58.56 100.51 58.56 100.52 58.56 100.53 58.56 100.54 58.56 100.54 58.56 100.55 58.56 100.56 58.56 100.57 58.56 100.58 58.56 100.58 58.56 100.59 58.56 100.6 58.56 100.61 58.56 100.61 58.56 100.62 58.56 100.63 58.56 100.64 58.56 100.65 58.56 100.65 58.56 100.66 58.56 100.67 58.56 100.68 58.56 100.68 58.56 100.69 58.56 100.7 58.56 100.71 58.56 100.72 58.56 100.72 58.56 100.73 58.56 100.74 58.56 100.75 58.56 100.75 58.56 100.76 58.56 100.77 58.56 100.78 58.56 100.79 58.56 100.79 58.56 100.8 58.56 100.81 58.56 100.82 58.56 100.82 58.56 100.83 58.56 100.84 58.56 100.85 58.56 100.86 58.56 100.86 58.56 100.87 58.56 100.88 58.56 100.89 58.56 100.89 58.56 100.9 58.56 100.91 58.56 100.92 58.56 100.93 58.56 100.93 58.56 100.94 58.56 100.95 58.56 100.96 58.56 100.96 58.56 100.97 58.56 100.98 58.56 100.99 58.56 101 58.56 101 58.56 101.01 58.56 101.02 58.56 101.03 58.56 101.03 58.56 101.04 58.56 101.05 58.56 101.06 58.56 101.07 58.56 101.07 58.56 101.08 58.56 101.09 58.56 101.1 58.56 101.1 58.56 101.11 58.56 101.12 58.56 101.13 58.56 101.14 58.56 101.14 58.56 101.15 58.56 101.16 58.56 101.17 58.56 101.17 58.56 101.18 58.56 101.19 58.56 101.2 58.56 101.21 58.56 101.21 58.56 101.22 58.56 101.23 58.56 101.24 58.56 101.24 58.56 101.25 58.56 101.26 58.56 101.27 58.56 101.28 58.56 101.28 58.56 101.29 58.56 101.3 58.56 101.31 58.56 101.31 58.56 101.32 58.56 101.33 58.56 101.34 58.56 101.35 58.56 101.35 58.56 101.36 58.56 101.37 58.56 101.38 58.56 101.38 58.56 101.39 58.56 101.4 58.56 101.41 58.56 101.42 58.56 101.42 58.56 101.43 58.56 101.44 58.56 101.45 58.56 101.45 58.56 101.46 58.56 101.47 58.56 101.48 58.56 101.49 58.57 101.49 58.57 101.5 58.57 101.51 58.57 101.52 58.57 101.52 58.57 101.53 58.57 101.54 58.57 101.55 58.57 101.56 58.57 101.56 58.57 101.57 58.57 101.58 58.57 101.59 58.57 101.59 58.57 101.6 58.57 101.61 58.57 101.62 58.57 101.63 58.57 101.63 58.57 101.64 58.57 101.65 58.57 101.66 58.57 101.66 58.57 101.67 58.57 101.68 58.57 101.69 58.57 101.7 58.57 101.7 58.57 101.71 58.57 101.72 58.57 101.73 58.57 101.73 58.57 101.74 58.57 101.75 58.57 101.76 58.57 101.77 58.57 101.77 58.57 101.78 58.57 101.79 58.57 101.8 58.57 101.8 58.57 101.81 58.57 101.82 58.57 101.83 58.57 101.84 58.57 101.84 58.57 101.85 58.57 101.86 58.57 101.87 58.57 101.87 58.57 101.88 58.57 101.89 58.57 101.9 58.57 101.91 58.57 101.91 58.57 101.92 58.57 101.93 58.57 101.94 58.57 101.94 58.57 101.95 58.57 101.96 58.57 101.97 58.57 101.98 58.57 101.98 58.57 101.99 58.57 102 58.57 102.01 58.57 102.01 58.57 102.02 58.57 102.03 58.57 102.04 58.57 102.05 58.57 102.05 58.57 102.06 58.57 102.07 58.57 102.08 58.57 102.08 58.57 102.09 58.57 102.1 58.57 102.11 58.57 102.12 58.57 102.12 58.57 102.13 58.57 102.14 58.57 102.15 58.57 102.15 58.57 102.16 58.57 102.17 58.57 102.18 58.57 102.19 58.57 102.19 58.57 102.2 58.57 102.21 58.57 102.22 58.57 102.22 58.57 102.23 58.57 102.24 58.57 102.25 58.57 102.26 58.57 102.26 58.57 102.27 58.57 102.28 58.57 102.29 58.57 102.29 58.57 102.3 58.57 102.31 58.57 102.32 58.57 102.33 58.57 102.33 58.57 102.34 58.57 102.35 58.57 102.36 58.57 102.36 58.57 102.37 58.57 102.38 58.57 102.39 58.57 102.4 58.57 102.4 58.57 102.41 58.57 102.42 58.57 102.43 58.57 102.43 58.57 102.44 58.57 102.45 58.57 102.46 58.57 102.47 58.57 102.47 58.57 102.48 58.57 102.49 58.57 102.5 58.57 102.5 58.57 102.51 58.57 102.52 58.57 102.53 58.57 102.54 58.57 102.54 58.57 102.55 58.57 102.56 58.57 102.57 58.57 102.57 58.57 102.58 58.57 102.59 58.57 102.6 58.57 102.61 58.57 102.61 58.57 102.62 58.57 102.63 58.57 102.64 58.57 102.64 58.57 102.65 58.57 102.66 58.57 102.67 58.57 102.68 58.57 102.68 58.57 102.69 58.57 102.7 58.57 102.71 58.57 102.71 58.57 102.72 58.57 102.73 58.57 102.74 58.57 102.75 58.57 102.75 58.57 102.76 58.57 102.77 58.57 102.78 58.57 102.78 58.57 102.79 58.57 102.8 58.57 102.81 58.57 102.82 58.57 102.82 58.57 102.83 58.57 102.84 58.57 102.85 58.57 102.85 58.57 102.86 58.57 102.87 58.57 102.88 58.57 102.89 58.57 102.89 58.57 102.9 58.57 102.91 58.57 102.92 58.57 102.92 58.57 102.93 58.57 102.94 58.57 102.95 58.57 102.96 58.57 102.96 58.57 102.97 58.57 102.98 58.57 102.99 58.57 102.99 58.57 103 58.57 103.01 58.57 103.02 58.57 103.03 58.57 103.03 58.57 103.04 58.57 103.05 58.57 103.06 58.57 103.06 58.57 103.07 58.57 103.08 58.57 103.09 58.57 103.1 58.57 103.1 58.57 103.11 58.57 103.12 58.57 103.13 58.57 103.13 58.57 103.14 58.57 103.15 58.57 103.16 58.57 103.17 58.57 103.17 58.57 103.18 58.57 103.19 58.57 103.2 58.57 103.2 58.57 103.21 58.57 103.22 58.57 103.23 58.57 103.24 58.57 103.24 58.57 103.25 58.57 103.26 58.57 103.27 58.57 103.27 58.57 103.28 58.57 103.29 58.57 103.3 58.57 103.31 58.57 103.31 58.57 103.32 58.57 103.33 58.57 103.34 58.57 103.34 58.57 103.35 58.57 103.36 58.57 103.37 58.57 103.38 58.57 103.38 58.57 103.39 58.57 103.4 58.57 103.41 58.57 103.42 58.57 103.42 58.57 103.43 58.57 103.44 58.57 103.45 58.57 103.45 58.57 103.46 58.57 103.47 58.57 103.48 58.57 103.49 58.57 103.49 58.57 103.5 58.57 103.51 58.57 103.52 58.57 103.52 58.57 103.53 58.57 103.54 58.57 103.55 58.57 103.56 58.57 103.56 58.57 103.57 58.57 103.58 58.57 103.59 58.57 103.59 58.57 103.6 58.57 103.61 58.57 103.62 58.57 103.63 58.57 103.63 58.57 103.64 58.57 103.65 58.57 103.66 58.57 103.66 58.57 103.67 58.57 103.68 58.57 103.69 58.57 103.7 58.57 103.7 58.57 103.71 58.57 103.72 58.57 103.73 58.57 103.73 58.57 103.74 58.57 103.75 58.57 103.76 58.57 103.77 58.57 103.77 58.57 103.78 58.57 103.79 58.57 103.8 58.57 103.8 58.57 103.81 58.57 103.82 58.57 103.83 58.57 103.84 58.57 103.84 58.57 103.85 58.57 103.86 58.57 103.87 58.57 103.87 58.57 103.88 58.57 103.89 58.57 103.9 58.57 103.91 58.57 103.91 58.57 103.92 58.57 103.93 58.57 103.94 58.57 103.94 58.57 103.95 58.57 103.96 58.57 103.97 58.57 103.98 58.57 103.98 58.57 103.99 58.57 104 58.57 104.01 58.57 104.01 58.57 104.02 58.57 104.03 58.57 104.04 58.57 104.05 58.57 104.05 58.57 104.06 58.57 104.07 58.57 104.08 58.57 104.08 58.57 104.09 58.57 104.1 58.57 104.11 58.57 104.12 58.57 104.12 58.57 104.13 58.57 104.14 58.57 104.15 58.57 104.15 58.57 104.16 58.57 104.17 58.57 104.18 58.57 104.19 58.57 104.19 58.57 104.2 58.57 104.21 58.57 104.22 58.57 104.22 58.57 104.23 58.57 104.24 58.57 104.25 58.57 104.26 58.57 104.26 58.57 104.27 58.57 104.28 58.57 104.29 58.57 104.29 58.57 104.3 58.57 104.31 58.57 104.32 58.57 104.33 58.57 104.33 58.57 104.34 58.57 104.35 58.57 104.36 58.57 104.36 58.57 104.37 58.57 104.38 58.57 104.39 58.57 104.4 58.57 104.4 58.57 104.41 58.57 104.42 58.57 104.43 58.57 104.43 58.57 104.44 58.57 104.45 58.57 104.46 58.57 104.47 58.57 104.47 58.57 104.48 58.57 104.49 58.57 104.5 58.57 104.5 58.57 104.51 58.57 104.52 58.57 104.53 58.57 104.54 58.57 104.54 58.57 104.55 58.57 104.56 58.57 104.57 58.57 104.57 58.57 104.58 58.57 104.59 58.57 104.6 58.57 104.61 58.57 104.61 58.57 104.62 58.57 104.63 58.57 104.64 58.57 104.64 58.57 104.65 58.57 104.66 58.57 104.67 58.57 104.68 58.57 104.68 58.57 104.69 58.57 104.7 58.57 104.71 58.57 104.71 58.57 104.72 58.57 104.73 58.57 104.74 58.57 104.75 58.57 104.75 58.57 104.76 58.57 104.77 58.57 104.78 58.57 104.78 58.57 104.79 58.57 104.8 58.57 104.81 58.57 104.82 58.57 104.82 58.57 104.83 58.57 104.84 58.57 104.85 58.57 104.85 58.57 104.86 58.57 104.87 58.57 104.88 58.57 104.89 58.57 104.89 58.57 104.9 58.57 104.91 58.57 104.92 58.57 104.92 58.57 104.93 58.57 104.94 58.57 104.95 58.57 104.96 58.57 104.96 58.57 104.97 58.57 104.98 58.57 104.99 58.57 104.99 58.57 105 58.57 105.01 58.57 105.02 58.57 105.03 58.57 105.03 58.57 105.04 58.57 105.05 58.57 105.06 58.57 105.06 58.57 105.07 58.57 105.08 58.57 105.09 58.57 105.1 58.57 105.1 58.57 105.11 58.57 105.12 58.57 105.13 58.57 105.13 58.57 105.14 58.57 105.15 58.57 105.16 58.57 105.17 58.57 105.17 58.57 105.18 58.57 105.19 58.57 105.2 58.57 105.2 58.57 105.21 58.57 105.22 58.57 105.23 58.58 105.24 58.58 105.24 58.58 105.25 58.58 105.26 58.58 105.27 58.58 105.27 58.58 105.28 58.58 105.29 58.58 105.3 58.58 105.31 58.58 105.31 58.58 105.32 58.58 105.33 58.58 105.34 58.58 105.34 58.58 105.35 58.58 105.36 58.58 105.37 58.58 105.38 58.58 105.38 58.58 105.39 58.58 105.4 58.58 105.41 58.58 105.41 58.58 105.42 58.58 105.43 58.58 105.44 58.58 105.45 58.58 105.45 58.58 105.46 58.58 105.47 58.58 105.48 58.58 105.48 58.58 105.49 58.58 105.5 58.58 105.51 58.58 105.52 58.58 105.52 58.58 105.53 58.58 105.54 58.58 105.55 58.58 105.55 58.58 105.56 58.58 105.57 58.58 105.58 58.58 105.59 58.58 105.59 58.58 105.6 58.58 105.61 58.58 105.62 58.58 105.62 58.58 105.63 58.58 105.64 58.58 105.65 58.58 105.66 58.58 105.66 58.58 105.67 58.58 105.68 58.58 105.69 58.58 105.69 58.58 105.7 58.58 105.71 58.58 105.72 58.58 105.73 58.58 105.73 58.58 105.74 58.58 105.75 58.58 105.76 58.58 105.76 58.58 105.77 58.58 105.78 58.58 105.79 58.58 105.8 58.58 105.8 58.58 105.81 58.58 105.82 58.58 105.83 58.58 105.83 58.58 105.84 58.58 105.85 58.58 105.86 58.58 105.87 58.58 105.87 58.58 105.88 58.58 105.89 58.58 105.9 58.58 105.9 58.58 105.91 58.58 105.92 58.58 105.93 58.58 105.94 58.58 105.94 58.58 105.95 58.58 105.96 58.58 105.97 58.58 105.97 58.58 105.98 58.58 105.99 58.58 106 58.58 106.01 58.58 106.01 58.58 106.02 58.58 106.03 58.58 106.04 58.58 106.04 58.58 106.05 58.58 106.06 58.58 106.07 58.58 106.08 58.58 106.08 58.58 106.09 58.58 106.1 58.58 106.11 58.58 106.11 58.58 106.12 58.58 106.13 58.58 106.14 58.58 106.15 58.58 106.15 58.58 106.16 58.58 106.17 58.58 106.18 58.58 106.18 58.58 106.19 58.58 106.2 58.58 106.21 58.58 106.22 58.58 106.22 58.58 106.23 58.58 106.24 58.58 106.25 58.58 106.25 58.58 106.26 58.58 106.27 58.58 106.28 58.58 106.29 58.58 106.29 58.58 106.3 58.58 106.31 58.58 106.32 58.58 106.32 58.58 106.33 58.58 106.34 58.58 106.35 58.58 106.36 58.58 106.36 58.58 106.37 58.58 106.38 58.58 106.39 58.58 106.39 58.58 106.4 58.58 106.41 58.58 106.42 58.58 106.43 58.58 106.43 58.58 106.44 58.58 106.45 58.58 106.46 58.58 106.46 58.58 106.47 58.58 106.48 58.58 106.49 58.58 106.5 58.58 106.5 58.58 106.51 58.58 106.52 58.58 106.53 58.58 106.53 58.58 106.54 58.58 106.55 58.58 106.56 58.58 106.57 58.58 106.57 58.58 106.58 58.58 106.59 58.58 106.6 58.58 106.6 58.58 106.61 58.58 106.62 58.58 106.63 58.58 106.64 58.58 106.64 58.58 106.65 58.58 106.66 58.58 106.67 58.58 106.67 58.58 106.68 58.58 106.69 58.58 106.7 58.58 106.71 58.58 106.71 58.58 106.72 58.58 106.73 58.58 106.74 58.58 106.75 58.58 106.75 58.58 106.76 58.58 106.77 58.58 106.78 58.58 106.78 58.58 106.79 58.58 106.8 58.58 106.81 58.58 106.82 58.58 106.82 58.58 106.83 58.58 106.84 58.58 106.85 58.58 106.85 58.58 106.86 58.58 106.87 58.58 106.88 58.58 106.89 58.58 106.89 58.58 106.9 58.58 106.91 58.58 106.92 58.58 106.92 58.58 106.93 58.58 106.94 58.58 106.95 58.58 106.96 58.58 106.96 58.58 106.97 58.58 106.98 58.58 106.99 58.58 106.99 58.58 107 58.58 107.01 58.58 107.02 58.58 107.03 58.58 107.03 58.58 107.04 58.58 107.05 58.58 107.06 58.58 107.06 58.58 107.07 58.58 107.08 58.58 107.09 58.58 107.1 58.58 107.1 58.58 107.11 58.58 107.12 58.58 107.13 58.58 107.13 58.58 107.14 58.58 107.15 58.58 107.16 58.58 107.17 58.58 107.17 58.58 107.18 58.58 107.19 58.58 107.2 58.58 107.2 58.58 107.21 58.58 107.22 58.58 107.23 58.58 107.24 58.58 107.24 58.58 107.25 58.58 107.26 58.58 107.27 58.58 107.27 58.58 107.28 58.58 107.29 58.58 107.3 58.58 107.31 58.58 107.31 58.58 107.32 58.58 107.33 58.58 107.34 58.58 107.34 58.58 107.35 58.58 107.36 58.58 107.37 58.58 107.38 58.58 107.38 58.58 107.39 58.58 107.4 58.58 107.41 58.58 107.41 58.58 107.42 58.58 107.43 58.58 107.44 58.58 107.45 58.58 107.45 58.58 107.46 58.58 107.47 58.58 107.48 58.58 107.48 58.58 107.49 58.58 107.5 58.58 107.51 58.58 107.52 58.58 107.52 58.58 107.53 58.58 107.54 58.58 107.55 58.58 107.55 58.58 107.56 58.58 107.57 58.58 107.58 58.58 107.59 58.58 107.59 58.58 107.6 58.58 107.61 58.58 107.62 58.58 107.62 58.58 107.63 58.58 107.64 58.58 107.65 58.58 107.66 58.58 107.66 58.58 107.67 58.58 107.68 58.58 107.69 58.58 107.69 58.58 107.7 58.58 107.71 58.58 107.72 58.58 107.73 58.58 107.73 58.58 107.74 58.58 107.75 58.58 107.76 58.58 107.76 58.58 107.77 58.58 107.78 58.58 107.79 58.58 107.8 58.58 107.8 58.58 107.81 58.58 107.82 58.58 107.83 58.58 107.83 58.58 107.84 58.58 107.85 58.58 107.86 58.58 107.87 58.58 107.87 58.58 107.88 58.58 107.89 58.58 107.9 58.58 107.9 58.58 107.91 58.58 107.92 58.58 107.93 58.58 107.94 58.58 107.94 58.58 107.95 58.58 107.96 58.58 107.97 58.58 107.97 58.58 107.98 58.58 107.99 58.58 108 58.58 108.01 58.58 108.01 58.58 108.02 58.58 108.03 58.58 108.04 58.58 108.04 58.58 108.05 58.58 108.06 58.58 108.07 58.58 108.08 58.58 108.08 58.58 108.09 58.58 108.1 58.58 108.11 58.58 108.11 58.58 108.12 58.58 108.13 58.58 108.14 58.58 108.15 58.58 108.15 58.58 108.16 58.58 108.17 58.58 108.18 58.58 108.18 58.58 108.19 58.58 108.2 58.58 108.21 58.58 108.22 58.58 108.22 58.58 108.23 58.58 108.24 58.58 108.25 58.58 108.25 58.58 108.26 58.58 108.27 58.58 108.28 58.58 108.29 58.58 108.29 58.58 108.3 58.58 108.31 58.58 108.32 58.58 108.32 58.58 108.33 58.58 108.34 58.58 108.35 58.58 108.36 58.58 108.36 58.58 108.37 58.58 108.38 58.58 108.39 58.58 108.39 58.58 108.4 58.58 108.41 58.58 108.42 58.58 108.43 58.58 108.43 58.58 108.44 58.58 108.45 58.58 108.46 58.58 108.46 58.58 108.47 58.58 108.48 58.58 108.49 58.58 108.5 58.58 108.5 58.58 108.51 58.58 108.52 58.58 108.53 58.58 108.53 58.58 108.54 58.58 108.55 58.58 108.56 58.58 108.57 58.58 108.57 58.58 108.58 58.58 108.59 58.58 108.6 58.58 108.6 58.58 108.61 58.58 108.62 58.58 108.63 58.58 108.64 58.58 108.64 58.58 108.65 58.58 108.66 58.58 108.67 58.58 108.67 58.58 108.68 58.58 108.69 58.58 108.7 58.58 108.71 58.58 108.71 58.58 108.72 58.58 108.73 58.58 108.74 58.58 108.74 58.58 108.75 58.58 108.76 58.58 108.77 58.58 108.78 58.58 108.78 58.58 108.79 58.58 108.8 58.58 108.81 58.58 108.81 58.58 108.82 58.58 108.83 58.58 108.84 58.58 108.85 58.58 108.85 58.58 108.86 58.58 108.87 58.58 108.88 58.58 108.88 58.58 108.89 58.58 108.9 58.58 108.91 58.58 108.92 58.58 108.92 58.58 108.93 58.58 108.94 58.58 108.95 58.58 108.95 58.58 108.96 58.58 108.97 58.58 108.98 58.58 108.99 58.58 108.99 58.58 109 58.58 109.01 58.58 109.02 58.58 109.02 58.58 109.03 58.58 109.04 58.58 109.05 58.58 109.06 58.58 109.06 58.58 109.07 58.58 109.08 58.58 109.09 58.58 109.09 58.58 109.1 58.58 109.11 58.58 109.12 58.58 109.13 58.58 109.13 58.58 109.14 58.58 109.15 58.58 109.16 58.58 109.16 58.58 109.17 58.58 109.18 58.58 109.19 58.58 109.2 58.58 109.2 58.58 109.21 58.58 109.22 58.58 109.23 58.58 109.23 58.58 109.24 58.58 109.25 58.58 109.26 58.59 109.27 58.59 109.27 58.59 109.28 58.59 109.29 58.59 109.3 58.59 109.3 58.59 109.31 58.59 109.32 58.59 109.33 58.59 109.34 58.59 109.34 58.59 109.35 58.59 109.36 58.59 109.37 58.59 109.37 58.59 109.38 58.59 109.39 58.59 109.4 58.59 109.41 58.59 109.41 58.59 109.42 58.59 109.43 58.59 109.44 58.59 109.44 58.59 109.45 58.59 109.46 58.59 109.47 58.59 109.48 58.59 109.48 58.59 109.49 58.59 109.5 58.59 109.51 58.59 109.51 58.59 109.52 58.59 109.53 58.59 109.54 58.59 109.55 58.59 109.55 58.59 109.56 58.59 109.57 58.59 109.58 58.59 109.58 58.59 109.59 58.59 109.6 58.59 109.61 58.59 109.62 58.59 109.62 58.59 109.63 58.59 109.64 58.59 109.65 58.59 109.65 58.59 109.66 58.59 109.67 58.59 109.68 58.59 109.69 58.59 109.69 58.59 109.7 58.59 109.71 58.59 109.72 58.59 109.72 58.59 109.73 58.59 109.74 58.59 109.75 58.59 109.76 58.59 109.76 58.59 109.77 58.59 109.78 58.59 109.79 58.59 109.79 58.59 109.8 58.59 109.81 58.59 109.82 58.59 109.83 58.59 109.83 58.59 109.84 58.59 109.85 58.59 109.86 58.59 109.86 58.59 109.87 58.59 109.88 58.59 109.89 58.59 109.9 58.59 109.9 58.59 109.91 58.59 109.92 58.59 109.93 58.59 109.93 58.59 109.94 58.59 109.95 58.59 109.96 58.59 109.97 58.59 109.97 58.59 109.98 58.59 109.99 58.59 110 58.59 110 58.59 110.01 58.59 110.02 58.59 110.03 58.59 110.04 58.59 110.04 58.59 110.05 58.59 110.06 58.59 110.07 58.59 110.08 58.59 110.08 58.59 110.09 58.59 110.1 58.59 110.11 58.59 110.11 58.59 110.12 58.59 110.13 58.59 110.14 58.59 110.15 58.59 110.15 58.59 110.16 58.59 110.17 58.59 110.18 58.59 110.18 58.59 110.19 58.59 110.2 58.59 110.21 58.59 110.22 58.59 110.22 58.59 110.23 58.59 110.24 58.59 110.25 58.59 110.25 58.59 110.26 58.59 110.27 58.59 110.28 58.59 110.29 58.59 110.29 58.59 110.3 58.59 110.31 58.59 110.32 58.59 110.32 58.59 110.33 58.59 110.34 58.59 110.35 58.59 110.36 58.59 110.36 58.59 110.37 58.59 110.38 58.59 110.39 58.59 110.39 58.59 110.4 58.59 110.41 58.59 110.42 58.59 110.43 58.59 110.43 58.59 110.44 58.59 110.45 58.59 110.46 58.59 110.46 58.59 110.47 58.59 110.48 58.59 110.49 58.59 110.5 58.59 110.5 58.59 110.51 58.59 110.52 58.59 110.53 58.59 110.53 58.59 110.54 58.59 110.55 58.59 110.56 58.59 110.57 58.59 110.57 58.59 110.58 58.59 110.59 58.59 110.6 58.59 110.6 58.59 110.61 58.59 110.62 58.59 110.63 58.59 110.64 58.59 110.64 58.59 110.65 58.59 110.66 58.59 110.67 58.59 110.67 58.59 110.68 58.59 110.69 58.59 110.7 58.59 110.71 58.59 110.71 58.59 110.72 58.59 110.73 58.59 110.74 58.59 110.74 58.59 110.75 58.59 110.76 58.59 110.77 58.59 110.78 58.59 110.78 58.59 110.79 58.59 110.8 58.59 110.81 58.59 110.81 58.59 110.82 58.59 110.83 58.59 110.84 58.59 110.85 58.59 110.85 58.59 110.86 58.59 110.87 58.59 110.88 58.59 110.88 58.59 110.89 58.59 110.9 58.59 110.91 58.59 110.92 58.59 110.92 58.59 110.93 58.59 110.94 58.59 110.95 58.59 110.95 58.59 110.96 58.59 110.97 58.59 110.98 58.59 110.99 58.59 110.99 58.59 111 58.59 111.01 58.59 111.02 58.59 111.02 58.59 111.03 58.59 111.04 58.59 111.05 58.59 111.06 58.59 111.06 58.59 111.07 58.59 111.08 58.59 111.09 58.59 111.09 58.59 111.1 58.59 111.11 58.59 111.12 58.59 111.13 58.59 111.13 58.59 111.14 58.59 111.15 58.59 111.16 58.59 111.16 58.59 111.17 58.59 111.18 58.59 111.19 58.59 111.2 58.59 111.2 58.59 111.21 58.59 111.22 58.59 111.23 58.59 111.23 58.59 111.24 58.59 111.25 58.59 111.26 58.59 111.27 58.59 111.27 58.59 111.28 58.59 111.29 58.59 111.3 58.59 111.3 58.59 111.31 58.59 111.32 58.59 111.33 58.59 111.34 58.59 111.34 58.59 111.35 58.59 111.36 58.59 111.37 58.59 111.37 58.59 111.38 58.59 111.39 58.59 111.4 58.59 111.41 58.59 111.41 58.59 111.42 58.59 111.43 58.59 111.44 58.59 111.44 58.59 111.45 58.59 111.46 58.59 111.47 58.59 111.48 58.59 111.48 58.59 111.49 58.59 111.5 58.59 111.51 58.59 111.51 58.59 111.52 58.59 111.53 58.59 111.54 58.59 111.55 58.59 111.55 58.59 111.56 58.59 111.57 58.59 111.58 58.59 111.58 58.59 111.59 58.59 111.6 58.59 111.61 58.59 111.62 58.59 111.62 58.59 111.63 58.59 111.64 58.59 111.65 58.59 111.65 58.59 111.66 58.59 111.67 58.59 111.68 58.59 111.69 58.59 111.69 58.59 111.7 58.59 111.71 58.59 111.72 58.59 111.72 58.59 111.73 58.59 111.74 58.59 111.75 58.59 111.76 58.59 111.76 58.59 111.77 58.59 111.78 58.59 111.79 58.59 111.79 58.59 111.8 58.59 111.81 58.59 111.82 58.59 111.83 58.59 111.83 58.59 111.84 58.59 111.85 58.59 111.86 58.59 111.86 58.59 111.87 58.59 111.88 58.59 111.89 58.59 111.9 58.59 111.9 58.59 111.91 58.59 111.92 58.59 111.93 58.59 111.93 58.59 111.94 58.59 111.95 58.59 111.96 58.59 111.97 58.59 111.97 58.59 111.98 58.59 111.99 58.59 112 58.59 112 58.59 112.01 58.59 112.02 58.59 112.03 58.59 112.04 58.59 112.04 58.59 112.05 58.59 112.06 58.59 112.07 58.59 112.07 58.59 112.08 58.59 112.09 58.59 112.1 58.59 112.11 58.59 112.11 58.59 112.12 58.59 112.13 58.59 112.14 58.59 112.14 58.59 112.15 58.59 112.16 58.59 112.17 58.59 112.18 58.59 112.18 58.59 112.19 58.59 112.2 58.59 112.21 58.59 112.21 58.59 112.22 58.59 112.23 58.59 112.24 58.59 112.25 58.59 112.25 58.59 112.26 58.59 112.27 58.59 112.28 58.59 112.28 58.59 112.29 58.59 112.3 58.59 112.31 58.59 112.32 58.59 112.32 58.59 112.33 58.59 112.34 58.59 112.35 58.59 112.35 58.59 112.36 58.59 112.37 58.59 112.38 58.59 112.39 58.59 112.39 58.59 112.4 58.59 112.41 58.59 112.42 58.59 112.42 58.59 112.43 58.59 112.44 58.59 112.45 58.59 112.46 58.59 112.46 58.59 112.47 58.59 112.48 58.59 112.49 58.59 112.49 58.59 112.5 58.59 112.51 58.59 112.52 58.59 112.53 58.59 112.53 58.59 112.54 58.59 112.55 58.59 112.56 58.59 112.56 58.59 112.57 58.59 112.58 58.59 112.59 58.59 112.6 58.59 112.6 58.59 112.61 58.59 112.62 58.59 112.63 58.59 112.63 58.59 112.64 58.59 112.65 58.59 112.66 58.59 112.67 58.59\");\n", | |
" }(g.append(\"g\")));\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath4\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M32.53,5 L 115 5 115 61.44 32.53 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath4)\");\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"}\n", | |
"\n", | |
"var data = [\n", | |
"];\n", | |
"\n", | |
"var draw = function(parent_id) {\n", | |
" draw_with_data(data, parent_id);\n", | |
"};\n", | |
"\n", | |
"draw(\"#gadflyplot-gnecI8Q6I6VuNeNuN6eH\");\n", | |
"</script>\n" | |
], | |
"metadata": {}, | |
"output_type": "display_data", | |
"text": [ | |
"D3(120.0,80.0,IOBuffer([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x64 \u2026 0x74,0x5f,0x69,0x64,0x29,0x3b,0x0a,0x7d,0x3b,0x0a],true,true,true,false,127413,9223372036854775807,127414),false,0,[],[],0,5,Dict{Uint64,(Any,Int64)}(),true,true)" | |
] | |
}, | |
{ | |
"html": [], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 4, | |
"text": [ | |
"Plot(...)" | |
] | |
} | |
], | |
"prompt_number": 4 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"calculate_gain(\"P1_10V.data\",1.4Volt)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[{}-5.791000000000961\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 5, | |
"text": [ | |
"-5.791000000000961" | |
] | |
} | |
], | |
"prompt_number": 5 | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Note that we can clearly see the linearity of the slope, for the common-emitter amiplifier. Furthermore, the simulated gain agrees pretty much perfectly with the values calculated for Assignment 2." | |
] | |
}, | |
{ | |
"cell_type": "heading", | |
"level": 2, | |
"metadata": {}, | |
"source": [ | |
"Problem 2" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"import SIUnits: \u03a9, k\u03a9, \u00b5F\n", | |
"const \u221a = sqrt\n", | |
"const V = Volt\n", | |
"const nm = Nano*Meter\n", | |
"const cm = CentiMeter\n", | |
"const \u03bcm = Micro*Meter\n", | |
"const \u03bcA = Micro*Ampere\n", | |
"# Bolzmann's Constant\n", | |
"k_b = 1.38065 * 10.0^-23 * Joule/Kelvin\n", | |
"# Electron Charge\n", | |
"q_e = -1.6021766 * 10.0^-19 * Coulomb\n", | |
"\u03f5\u2092 = 8.854 * 10.0^-12*Farrad/Meter\n", | |
"# Room Temperature\n", | |
"T = 300Kelvin\n", | |
"V_CE_SAT = 0.2Volt\n", | |
"V_T = -k_b*T/q_e;" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [], | |
"prompt_number": 5 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# MOSFET Parameters\n", | |
"t_ox = 25nm\n", | |
"C_ox = 3.9\u03f5\u2092/t_ox\n", | |
"\u03bc_n = 650*cm^2/(Volt*Second)\n", | |
"V_th0 = 0.7V\n", | |
"W = 10 \n", | |
"L = 1\n", | |
"N_A = (2*10.0^15)*cm^-3\n", | |
"n_i = (1.5*10.0^15)*cm^-3;" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [], | |
"prompt_number": 5 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# in sqrt(V)\n", | |
"\u03b3=(1/C_ox.val)*\u221a((-2*q_e*\u03f5\u2092*N_A).val)\n", | |
"\u0278_f = -k_b*T/q_e*log(N_A/n_i)\n", | |
"V_th(V_S) = V_th0 + \u03b3*(\u221a((2\u0278_f+V_S).val)-\u221a(2\u0278_f.val))*Volt;\n", | |
"I_D(V_i,V_S; ignore_backgate=false) = (1//2)*\u03bc_n*C_ox*(W/L)*(V_i-V_S-V_th(ignore_backgate ? 0V : V_S))^2;\n", | |
"g_m(V_i,V_O) = \u03bc_n*C_ox*(W/L)*(V_i-V_O-V_th0)\n", | |
"\ud835\uded8(V_O) = \u03b3/(2*\u221a((2\u0278_f+V_O).val))\n", | |
"g_mb(V_i,V_O) = \ud835\uded8(V_O)*g_m(V_i,V_O)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 6, | |
"text": [ | |
"g_mb (generic function with 1 method)" | |
] | |
} | |
], | |
"prompt_number": 6 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"using PyCall\n", | |
"@pyimport scipy.optimize as so\n", | |
"function cV_0(R; V_i=3V, ignore_backgate=false)\n", | |
" if R.val == Inf\n", | |
" return so.newton(V_S->(I_D(V_i,V_S*V;ignore_backgate=ignore_backgate)-200\u03bcA).val,1.0)*Volt\n", | |
" else\n", | |
" return so.newton(V_S->(R*(I_D(V_i,V_S*V;ignore_backgate=ignore_backgate)-200\u03bcA)-V_S*V).val,1.0)*Volt\n", | |
" end\n", | |
"end;\n", | |
"I_0 = 200\u03bcA\n", | |
"y(V_i,V_O) = 1+(R*\u03bc_n*C_ox*(W/L))/(\u221a((2I_0*L)/(\u03bc_n*C_ox*W)+L^2/(R*\u03bc_n*C_ox*W)^2+2*(V_i-V_th(V_O))*L/(R*\u03bc_n*C_ox*W)))" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"stream": "stdout", | |
"text": [ | |
"\n", | |
"Circuit: *a4p1\n", | |
"\n", | |
"Doing analysis at TEMP = 27.000000 and TNOM = 27.000000\n", | |
"\n", | |
"\n", | |
"No. of Data Rows : 1801\n", | |
"out_op = 1.158725e+00\n", | |
"Doing analysis at TEMP = 27.000000 and TNOM = 27.000000\n", | |
"\n", | |
"\n", | |
"No. of Data Rows : 10001\n", | |
"out_op = 5.694234e+00\n" | |
] | |
}, | |
{ | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 7, | |
"text": [ | |
"y (generic function with 1 method)" | |
] | |
} | |
], | |
"prompt_number": 7 | |
}, | |
{ | |
"cell_type": "heading", | |
"level": 4, | |
"metadata": {}, | |
"source": [ | |
"a)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"cV_0(Inf*\u03a9; ignore_backgate=true)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[1.6325153860125934\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 8, | |
"text": [ | |
"1.6325153860125934 V" | |
] | |
} | |
], | |
"prompt_number": 8 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"x = cV_0(Inf*\u03a9; ignore_backgate=true)\n", | |
"I_D(3V,x; ignore_backgate=true)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[0.00020000000000000004\\;\\text{A} \\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 9, | |
"text": [ | |
"0.00020000000000000004 A " | |
] | |
} | |
], | |
"prompt_number": 9 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"L^2/(R*\u03bc_n*C_ox*W)^2" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"ename": "LoadError", | |
"evalue": "R not defined\nat In[10]:1", | |
"output_type": "pyerr", | |
"traceback": [ | |
"R not defined\nat In[10]:1" | |
] | |
} | |
], | |
"prompt_number": 10 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# Sanity check with equation derived alebraically\n", | |
"let V_i=3V, Vth = V_th0, I_0=200\u03bcA\n", | |
"(V_i-Vth)-\u221a(2I_0*L/(\u03bc_n*C_ox*W))\n", | |
"end" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[1.6325153860125932\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 11, | |
"text": [ | |
"1.6325153860125932 V" | |
] | |
} | |
], | |
"prompt_number": 11 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"g_m(3V,cV_0(Inf*\u03a9; ignore_backgate=true))" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[0.0005992647495055921\\;\\frac{\\text{s}^{3}\\;\\text{A}^{2}}{\\text{kg} \\;\\text{m}^{2}}\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 12, | |
"text": [ | |
"0.0005992647495055921 kg\u207b\u00b9m\u207b\u00b2s\u00b3A\u00b2" | |
] | |
} | |
], | |
"prompt_number": 12 | |
}, | |
{ | |
"cell_type": "heading", | |
"level": 4, | |
"metadata": {}, | |
"source": [ | |
"b)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"cV_0(Inf*\u03a9; ignore_backgate=false)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[1.5704983951767648\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 13, | |
"text": [ | |
"1.5704983951767648 V" | |
] | |
} | |
], | |
"prompt_number": 13 | |
}, | |
{ | |
"cell_type": "heading", | |
"level": 4, | |
"metadata": {}, | |
"source": [ | |
"c)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"cV_0(100k\u03a9; ignore_backgate=false)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[1.5457233892140878\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 14, | |
"text": [ | |
"1.5457233892140878 V" | |
] | |
} | |
], | |
"prompt_number": 14 | |
}, | |
{ | |
"cell_type": "heading", | |
"level": 4, | |
"metadata": {}, | |
"source": [ | |
"d)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"cV_0(10k\u03a9; ignore_backgate=false)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[1.375232887513405\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 15, | |
"text": [ | |
"1.375232887513405 V" | |
] | |
} | |
], | |
"prompt_number": 15 | |
}, | |
{ | |
"cell_type": "heading", | |
"level": 4, | |
"metadata": {}, | |
"source": [ | |
"Problem 3" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"R = 1k\u03a9\n", | |
"\u03b2 = 100\n", | |
"I_S = (10.0^-16)*Ampere" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[1.0\\times 10^{-16}\\;\\text{A} \\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 16, | |
"text": [ | |
"1.0e-16 A " | |
] | |
} | |
], | |
"prompt_number": 16 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# Solve for V_BE\n", | |
"V_CC = 3V\n", | |
"V_O = 2V\n", | |
"I_C(V_BE) = I_S*exp(V_BE/V_T)\n", | |
"I_D(V_BE) = (V_CC-V_O)/R - I_C(V_BE)\n", | |
"V_BE = so.newton(V_BE->((V_CC-V_O-V_BE*V)/R-(1+1/\u03b2)*I_C(V_BE*V)).val,1.0)*Volt" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[0.7388740599291799\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 17, | |
"text": [ | |
"0.7388740599291799 V" | |
] | |
} | |
], | |
"prompt_number": 17 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"I_C(V_BE)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[0.00025854053472805174\\;\\text{A} \\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 18, | |
"text": [ | |
"0.00025854053472805174 A " | |
] | |
} | |
], | |
"prompt_number": 18 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"I_D(V_BE)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[0.0007414594652719482\\;\\text{A} \\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 19, | |
"text": [ | |
"0.0007414594652719482 A " | |
] | |
} | |
], | |
"prompt_number": 19 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"pR(A,B) = 1/(1/A+1/B)\n", | |
"gm_MOS = \u221a(2*\u03bc_n*C_ox*(W/L)*I_D(V_BE))\n", | |
"\ud835\uded8_MOS = let \u0278_f = 0.3V, \u03b3 = 0.25\n", | |
"\u03b3/(2*\u221a((2\u0278_f+V_BE).val))\n", | |
"end\n", | |
"gmb_MOS = \ud835\uded8_MOS*gm_MOS\n", | |
"gm_NPN = I_C(V_BE)/V_T;" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [], | |
"prompt_number": 19 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"G = -R*gm_MOS-R*(gm_NPN-gmb_MOS-gm_MOS)*(gm_MOS/(gmb_MOS+gm_MOS+1/R+gm_NPN/\u03b2))" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[{}-5.385153632853036\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 20, | |
"text": [ | |
"-5.385153632853036" | |
] | |
} | |
], | |
"prompt_number": 20 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# SPICE MODEL for BiCMOS amplifier:\n", | |
"model = \"\"\"\n", | |
"*A4P1\n", | |
"\n", | |
"* Declarations\n", | |
".global vcc gnd\n", | |
"\n", | |
"* Netlist\n", | |
"q1 collector base gnd npn1\n", | |
"m1 collector gate base gnd mos l=1u w=10u\n", | |
"r1 vcc collector 1k\n", | |
"r2 base gnd 1k\n", | |
"\n", | |
"* Sources\n", | |
"v1 vcc gnd dc=3V\n", | |
"\n", | |
"vin gate gnd dc=0.74\n", | |
"\n", | |
"\n", | |
"* Script\n", | |
".control\n", | |
"set file-type=ascii\n", | |
"dc vin 0 3 0.001\n", | |
"\n", | |
"meas dc out_op WHEN v(collector)=2\n", | |
"meas dc vbe_op FIND v(base) AT=out_op\n", | |
"\n", | |
"wrdata P4 collector\n", | |
"\n", | |
".endc\n", | |
"\n", | |
".model npn1 npn level=2 is=0.1f bf=10 br=0.005 rb=0 re=0 rc=0 vaf=1000000000 tf=100p\n", | |
".model mos nmos kp=200u gamma=0.25 lambda=0 VT0=0.6\n", | |
".end\"\"\";\n", | |
"p, pp = writesto((`ngspice`|>STDOUT).>DevNull)\n", | |
"write(p,model)\n", | |
"close(p);" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [], | |
"prompt_number": 20 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"plot_transfer_curve(\"P4.data\")" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"html": [ | |
"<div id=\"gadflyplot-RWvq2xE69y3fLGp9w9jD\"></div>\n", | |
"<script>\n", | |
"function draw_with_data(data, parent_id) {\n", | |
" var g = d3.select(parent_id)\n", | |
" .append(\"svg\")\n", | |
" .attr(\"width\", \"120mm\")\n", | |
" .attr(\"height\", \"80mm\")\n", | |
" .attr(\"viewBox\", \"0 0 120 80\")\n", | |
" .attr(\"stroke-width\", \"0.5\")\n", | |
" .attr(\"style\", \"stroke:black;fill:black\");\n", | |
" g.append(\"defs\");\n", | |
" var t = {\"scale\": 1.0};\n", | |
"(function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath0\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M5,1 L 29.92 1 29.92 62.44 5 62.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath0)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#4C404B\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.18)\n", | |
" .attr(\"class\", \"guide ylabels\");\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -20.03)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 99.78)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-0.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -46.65)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"5.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 46.53)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -6.71)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 126.4)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 6.6)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -59.96)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"5.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 73.15)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 86.47)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", -33.34)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.5 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 33.22)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 113.09)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 59.84)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 28.92)\n", | |
" .attr(\"y\", 19.91)\n", | |
" .attr(\"text-anchor\", \"end\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.5 V\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#362A35\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.88);\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 8.63)\n", | |
" .attr(\"y\", 33.22)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .style(\"dominant-baseline\", \"central\")\n", | |
" .attr(\"transform\", \"rotate(-90, 8.63, 33.22)\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"out\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"(function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath1\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M21.41,61.44 L 123.51 61.44 123.51 75 21.41 75 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath1)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#4C404B\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.18)\n", | |
" .attr(\"class\", \"guide xlabels\");\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 219.61)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"7.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 59.08)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 5.57)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-1.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 85.84)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 32.33)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"0.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -21.18)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-2.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 112.59)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"3.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -47.94)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-3.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 166.1)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"5.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 192.86)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"6.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", -74.7)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"-4.0 V\");\n", | |
"})\n", | |
";\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 139.35)\n", | |
" .attr(\"y\", 65.74)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"4.0 V\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"none\")\n", | |
" .attr(\"fill\", \"#362A35\")\n", | |
" .attr(\"font-family\", \"'PT Sans','Helvetica Neue','Helvetica',sans-serif\")\n", | |
" .style(\"font-size\", 3.88);\n", | |
" g.append(\"svg:text\")\n", | |
" .attr(\"x\", 72.46)\n", | |
" .attr(\"y\", 73)\n", | |
" .attr(\"text-anchor\", \"middle\")\n", | |
" .call(function(text) {\n", | |
" text.text(\"in\");\n", | |
"})\n", | |
";\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"(function (g) {\n", | |
" g.on(\"mouseover\", guide_background_mouseover(parent_id, \"#C6C6C9\"))\n", | |
" .on(\"mouseout\", guide_background_mouseout(parent_id, \"#F0F0F3\"))\n", | |
" .call(zoom_behavior(parent_id, t));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath2\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath2)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"class\", \"guide background\")\n", | |
" .attr(\"stroke\", \"#F1F1F5\")\n", | |
" .attr(\"fill\", \"#FAFAFA\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#F0F0F3\")\n", | |
" .attr(\"stroke-width\", 0.2)\n", | |
" .attr(\"class\", \"guide ygridlines xfixed\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-20.03 L 115 -20.03\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,99.78 L 115 99.78\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-46.65 L 115 -46.65\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,46.53 L 115 46.53\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-6.71 L 115 -6.71\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,126.4 L 115 126.4\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,6.6 L 115 6.6\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-59.96 L 115 -59.96\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,73.15 L 115 73.15\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,86.47 L 115 86.47\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,-33.34 L 115 -33.34\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,33.22 L 115 33.22\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,113.09 L 115 113.09\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,59.84 L 115 59.84\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M29.92,19.91 L 115 19.91\");\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#F0F0F3\")\n", | |
" .attr(\"stroke-width\", 0.2)\n", | |
" .attr(\"class\", \"guide xgridlines yfixed\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M219.61,5 L 219.61 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M59.08,5 L 59.08 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M5.57,5 L 5.57 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M85.84,5 L 85.84 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.33,5 L 32.33 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-21.18,5 L -21.18 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M112.59,5 L 112.59 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-47.94,5 L -47.94 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M166.1,5 L 166.1 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M192.86,5 L 192.86 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M-74.7,5 L -74.7 61.44\");\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M139.35,5 L 139.35 61.44\");\n", | |
" }(g.append(\"g\")));\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath3\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath3)\");\n", | |
" (function (g) {\n", | |
" g.attr(\"stroke\", \"#00BFFF\")\n", | |
" .attr(\"class\", \"geometry\")\n", | |
" .attr(\"fill\", \"none\")\n", | |
" .attr(\"stroke-width\", 0.3);\n", | |
" g.append(\"svg:path\")\n", | |
" .attr(\"d\", \"M32.33,6.6 L 32.35 6.6 32.38 6.6 32.41 6.6 32.43 6.6 32.46 6.6 32.49 6.6 32.51 6.6 32.54 6.6 32.57 6.6 32.59 6.6 32.62 6.6 32.65 6.6 32.67 6.6 32.7 6.6 32.73 6.6 32.75 6.6 32.78 6.6 32.81 6.6 32.83 6.6 32.86 6.6 32.89 6.6 32.91 6.6 32.94 6.6 32.97 6.6 32.99 6.6 33.02 6.6 33.05 6.6 33.08 6.6 33.1 6.6 33.13 6.6 33.16 6.6 33.18 6.6 33.21 6.6 33.24 6.6 33.26 6.6 33.29 6.6 33.32 6.6 33.34 6.6 33.37 6.6 33.4 6.6 33.42 6.6 33.45 6.6 33.48 6.6 33.5 6.6 33.53 6.6 33.56 6.6 33.58 6.6 33.61 6.6 33.64 6.6 33.66 6.6 33.69 6.6 33.72 6.6 33.74 6.6 33.77 6.6 33.8 6.6 33.82 6.6 33.85 6.6 33.88 6.6 33.9 6.6 33.93 6.6 33.96 6.6 33.98 6.6 34.01 6.6 34.04 6.6 34.07 6.6 34.09 6.6 34.12 6.6 34.15 6.6 34.17 6.6 34.2 6.6 34.23 6.6 34.25 6.6 34.28 6.6 34.31 6.6 34.33 6.6 34.36 6.6 34.39 6.6 34.41 6.6 34.44 6.6 34.47 6.6 34.49 6.6 34.52 6.6 34.55 6.6 34.57 6.6 34.6 6.6 34.63 6.6 34.65 6.6 34.68 6.6 34.71 6.6 34.73 6.6 34.76 6.6 34.79 6.6 34.81 6.6 34.84 6.6 34.87 6.6 34.89 6.6 34.92 6.6 34.95 6.6 34.97 6.6 35 6.6 35.03 6.6 35.06 6.6 35.08 6.6 35.11 6.6 35.14 6.6 35.16 6.6 35.19 6.6 35.22 6.6 35.24 6.6 35.27 6.6 35.3 6.6 35.32 6.6 35.35 6.6 35.38 6.6 35.4 6.6 35.43 6.6 35.46 6.6 35.48 6.6 35.51 6.6 35.54 6.6 35.56 6.6 35.59 6.6 35.62 6.6 35.64 6.6 35.67 6.6 35.7 6.6 35.72 6.6 35.75 6.6 35.78 6.6 35.8 6.6 35.83 6.6 35.86 6.6 35.88 6.6 35.91 6.6 35.94 6.6 35.96 6.6 35.99 6.6 36.02 6.6 36.04 6.6 36.07 6.6 36.1 6.6 36.13 6.6 36.15 6.6 36.18 6.6 36.21 6.6 36.23 6.6 36.26 6.6 36.29 6.6 36.31 6.6 36.34 6.6 36.37 6.6 36.39 6.6 36.42 6.6 36.45 6.6 36.47 6.6 36.5 6.6 36.53 6.6 36.55 6.6 36.58 6.6 36.61 6.6 36.63 6.6 36.66 6.6 36.69 6.6 36.71 6.6 36.74 6.6 36.77 6.6 36.79 6.6 36.82 6.6 36.85 6.6 36.87 6.6 36.9 6.6 36.93 6.6 36.95 6.6 36.98 6.6 37.01 6.6 37.03 6.6 37.06 6.6 37.09 6.6 37.12 6.6 37.14 6.6 37.17 6.6 37.2 6.6 37.22 6.6 37.25 6.6 37.28 6.6 37.3 6.6 37.33 6.6 37.36 6.6 37.38 6.6 37.41 6.6 37.44 6.6 37.46 6.6 37.49 6.6 37.52 6.6 37.54 6.6 37.57 6.6 37.6 6.6 37.62 6.6 37.65 6.6 37.68 6.6 37.7 6.6 37.73 6.6 37.76 6.6 37.78 6.6 37.81 6.6 37.84 6.6 37.86 6.6 37.89 6.6 37.92 6.6 37.94 6.6 37.97 6.6 38 6.6 38.02 6.6 38.05 6.6 38.08 6.6 38.11 6.6 38.13 6.6 38.16 6.6 38.19 6.6 38.21 6.6 38.24 6.6 38.27 6.6 38.29 6.6 38.32 6.6 38.35 6.6 38.37 6.6 38.4 6.6 38.43 6.6 38.45 6.6 38.48 6.6 38.51 6.6 38.53 6.6 38.56 6.6 38.59 6.6 38.61 6.6 38.64 6.6 38.67 6.6 38.69 6.6 38.72 6.6 38.75 6.6 38.77 6.6 38.8 6.6 38.83 6.6 38.85 6.6 38.88 6.6 38.91 6.6 38.93 6.6 38.96 6.6 38.99 6.6 39.01 6.6 39.04 6.6 39.07 6.6 39.1 6.6 39.12 6.6 39.15 6.6 39.18 6.6 39.2 6.6 39.23 6.6 39.26 6.6 39.28 6.6 39.31 6.6 39.34 6.6 39.36 6.6 39.39 6.6 39.42 6.6 39.44 6.6 39.47 6.6 39.5 6.6 39.52 6.6 39.55 6.6 39.58 6.6 39.6 6.6 39.63 6.6 39.66 6.6 39.68 6.6 39.71 6.6 39.74 6.6 39.76 6.6 39.79 6.6 39.82 6.6 39.84 6.6 39.87 6.6 39.9 6.6 39.92 6.6 39.95 6.6 39.98 6.6 40 6.6 40.03 6.6 40.06 6.6 40.09 6.6 40.11 6.6 40.14 6.6 40.17 6.6 40.19 6.6 40.22 6.6 40.25 6.6 40.27 6.6 40.3 6.6 40.33 6.6 40.35 6.6 40.38 6.6 40.41 6.6 40.43 6.6 40.46 6.6 40.49 6.6 40.51 6.6 40.54 6.6 40.57 6.6 40.59 6.6 40.62 6.6 40.65 6.6 40.67 6.6 40.7 6.6 40.73 6.6 40.75 6.6 40.78 6.6 40.81 6.6 40.83 6.6 40.86 6.6 40.89 6.6 40.91 6.6 40.94 6.6 40.97 6.6 40.99 6.6 41.02 6.6 41.05 6.6 41.07 6.6 41.1 6.6 41.13 6.6 41.16 6.6 41.18 6.6 41.21 6.6 41.24 6.6 41.26 6.6 41.29 6.6 41.32 6.6 41.34 6.6 41.37 6.6 41.4 6.6 41.42 6.6 41.45 6.6 41.48 6.6 41.5 6.6 41.53 6.6 41.56 6.6 41.58 6.6 41.61 6.6 41.64 6.6 41.66 6.6 41.69 6.6 41.72 6.6 41.74 6.6 41.77 6.6 41.8 6.6 41.82 6.6 41.85 6.6 41.88 6.6 41.9 6.6 41.93 6.6 41.96 6.6 41.98 6.6 42.01 6.6 42.04 6.6 42.06 6.6 42.09 6.6 42.12 6.6 42.15 6.6 42.17 6.6 42.2 6.6 42.23 6.6 42.25 6.6 42.28 6.6 42.31 6.6 42.33 6.6 42.36 6.6 42.39 6.6 42.41 6.6 42.44 6.6 42.47 6.6 42.49 6.6 42.52 6.6 42.55 6.6 42.57 6.6 42.6 6.6 42.63 6.6 42.65 6.6 42.68 6.6 42.71 6.6 42.73 6.6 42.76 6.6 42.79 6.6 42.81 6.6 42.84 6.6 42.87 6.6 42.89 6.6 42.92 6.6 42.95 6.6 42.97 6.6 43 6.6 43.03 6.6 43.05 6.6 43.08 6.6 43.11 6.6 43.14 6.6 43.16 6.6 43.19 6.6 43.22 6.6 43.24 6.6 43.27 6.6 43.3 6.6 43.32 6.6 43.35 6.6 43.38 6.6 43.4 6.6 43.43 6.6 43.46 6.6 43.48 6.6 43.51 6.6 43.54 6.6 43.56 6.6 43.59 6.6 43.62 6.6 43.64 6.6 43.67 6.6 43.7 6.6 43.72 6.6 43.75 6.6 43.78 6.6 43.8 6.6 43.83 6.6 43.86 6.6 43.88 6.6 43.91 6.6 43.94 6.6 43.96 6.6 43.99 6.6 44.02 6.6 44.04 6.6 44.07 6.6 44.1 6.6 44.13 6.6 44.15 6.6 44.18 6.6 44.21 6.6 44.23 6.6 44.26 6.6 44.29 6.6 44.31 6.6 44.34 6.6 44.37 6.6 44.39 6.6 44.42 6.6 44.45 6.6 44.47 6.6 44.5 6.6 44.53 6.6 44.55 6.6 44.58 6.6 44.61 6.6 44.63 6.6 44.66 6.6 44.69 6.6 44.71 6.6 44.74 6.6 44.77 6.6 44.79 6.6 44.82 6.6 44.85 6.6 44.87 6.6 44.9 6.6 44.93 6.6 44.95 6.6 44.98 6.6 45.01 6.6 45.03 6.6 45.06 6.6 45.09 6.6 45.12 6.6 45.14 6.6 45.17 6.6 45.2 6.6 45.22 6.6 45.25 6.6 45.28 6.6 45.3 6.6 45.33 6.6 45.36 6.6 45.38 6.6 45.41 6.6 45.44 6.6 45.46 6.6 45.49 6.6 45.52 6.6 45.54 6.6 45.57 6.6 45.6 6.6 45.62 6.6 45.65 6.6 45.68 6.6 45.7 6.6 45.73 6.6 45.76 6.6 45.78 6.6 45.81 6.6 45.84 6.6 45.86 6.6 45.89 6.6 45.92 6.6 45.94 6.6 45.97 6.6 46 6.6 46.02 6.6 46.05 6.6 46.08 6.6 46.1 6.6 46.13 6.6 46.16 6.6 46.19 6.6 46.21 6.6 46.24 6.6 46.27 6.6 46.29 6.6 46.32 6.6 46.35 6.6 46.37 6.6 46.4 6.6 46.43 6.6 46.45 6.6 46.48 6.6 46.51 6.6 46.53 6.6 46.56 6.6 46.59 6.6 46.61 6.6 46.64 6.6 46.67 6.6 46.69 6.6 46.72 6.6 46.75 6.6 46.77 6.6 46.8 6.6 46.83 6.6 46.85 6.6 46.88 6.6 46.91 6.6 46.93 6.6 46.96 6.6 46.99 6.6 47.01 6.6 47.04 6.6 47.07 6.6 47.09 6.6 47.12 6.6 47.15 6.6 47.18 6.6 47.2 6.6 47.23 6.6 47.26 6.6 47.28 6.6 47.31 6.6 47.34 6.6 47.36 6.6 47.39 6.6 47.42 6.6 47.44 6.6 47.47 6.6 47.5 6.6 47.52 6.6 47.55 6.6 47.58 6.6 47.6 6.6 47.63 6.6 47.66 6.6 47.68 6.6 47.71 6.6 47.74 6.6 47.76 6.6 47.79 6.6 47.82 6.6 47.84 6.6 47.87 6.6 47.9 6.6 47.92 6.6 47.95 6.6 47.98 6.6 48 6.6 48.03 6.6 48.06 6.6 48.08 6.6 48.11 6.6 48.14 6.6 48.17 6.6 48.19 6.6 48.22 6.6 48.25 6.6 48.27 6.6 48.3 6.6 48.33 6.6 48.35 6.6 48.38 6.6 48.41 6.6 48.43 6.6 48.46 6.6 48.49 6.6 48.51 6.6 48.54 6.6 48.57 6.6 48.59 6.6 48.62 6.6 48.65 6.6 48.67 6.6 48.7 6.6 48.73 6.6 48.75 6.6 48.78 6.6 48.81 6.6 48.83 6.6 48.86 6.61 48.89 6.61 48.91 6.61 48.94 6.61 48.97 6.61 48.99 6.61 49.02 6.61 49.05 6.61 49.07 6.61 49.1 6.62 49.13 6.62 49.16 6.62 49.18 6.62 49.21 6.62 49.24 6.62 49.26 6.62 49.29 6.63 49.32 6.63 49.34 6.63 49.37 6.63 49.4 6.63 49.42 6.63 49.45 6.64 49.48 6.64 49.5 6.64 49.53 6.64 49.56 6.64 49.58 6.65 49.61 6.65 49.64 6.65 49.66 6.65 49.69 6.65 49.72 6.66 49.74 6.66 49.77 6.66 49.8 6.66 49.82 6.67 49.85 6.67 49.88 6.67 49.9 6.67 49.93 6.68 49.96 6.68 49.98 6.68 50.01 6.68 50.04 6.69 50.06 6.69 50.09 6.69 50.12 6.7 50.15 6.7 50.17 6.7 50.2 6.7 50.23 6.71 50.25 6.71 50.28 6.71 50.31 6.72 50.33 6.72 50.36 6.72 50.39 6.73 50.41 6.73 50.44 6.73 50.47 6.74 50.49 6.74 50.52 6.74 50.55 6.75 50.57 6.75 50.6 6.75 50.63 6.76 50.65 6.76 50.68 6.76 50.71 6.77 50.73 6.77 50.76 6.77 50.79 6.78 50.81 6.78 50.84 6.78 50.87 6.79 50.89 6.79 50.92 6.8 50.95 6.8 50.97 6.8 51 6.81 51.03 6.81 51.05 6.82 51.08 6.82 51.11 6.82 51.13 6.83 51.16 6.83 51.19 6.84 51.22 6.84 51.24 6.84 51.27 6.85 51.3 6.85 51.32 6.86 51.35 6.86 51.38 6.87 51.4 6.87 51.43 6.87 51.46 6.88 51.48 6.88 51.51 6.89 51.54 6.89 51.56 6.9 51.59 6.9 51.62 6.91 51.64 6.91 51.67 6.91 51.7 6.92 51.72 6.92 51.75 6.93 51.78 6.93 51.8 6.94 51.83 6.94 51.86 6.95 51.88 6.95 51.91 6.96 51.94 6.96 51.96 6.97 51.99 6.97 52.02 6.98 52.04 6.98 52.07 6.99 52.1 6.99 52.12 7 52.15 7 52.18 7.01 52.21 7.01 52.23 7.02 52.26 7.02 52.29 7.03 52.31 7.03 52.34 7.04 52.37 7.04 52.39 7.05 52.42 7.05 52.45 7.06 52.47 7.07 52.5 7.07 52.53 7.08 52.55 7.08 52.58 7.09 52.61 7.09 52.63 7.1 52.66 7.1 52.69 7.11 52.71 7.12 52.74 7.12 52.77 7.13 52.79 7.13 52.82 7.14 52.85 7.14 52.87 7.15 52.9 7.15 52.93 7.16 52.95 7.17 52.98 7.17 53.01 7.18 53.03 7.18 53.06 7.19 53.09 7.2 53.11 7.2 53.14 7.21 53.17 7.21 53.2 7.22 53.22 7.23 53.25 7.23 53.28 7.24 53.3 7.24 53.33 7.25 53.36 7.26 53.38 7.26 53.41 7.27 53.44 7.27 53.46 7.28 53.49 7.29 53.52 7.29 53.54 7.3 53.57 7.31 53.6 7.31 53.62 7.32 53.65 7.32 53.68 7.33 53.7 7.34 53.73 7.34 53.76 7.35 53.78 7.36 53.81 7.36 53.84 7.37 53.86 7.38 53.89 7.38 53.92 7.39 53.94 7.4 53.97 7.4 54 7.41 54.02 7.42 54.05 7.42 54.08 7.43 54.1 7.44 54.13 7.44 54.16 7.45 54.19 7.46 54.21 7.46 54.24 7.47 54.27 7.48 54.29 7.48 54.32 7.49 54.35 7.5 54.37 7.5 54.4 7.51 54.43 7.52 54.45 7.52 54.48 7.53 54.51 7.54 54.53 7.55 54.56 7.55 54.59 7.56 54.61 7.57 54.64 7.57 54.67 7.58 54.69 7.59 54.72 7.59 54.75 7.6 54.77 7.61 54.8 7.62 54.83 7.62 54.85 7.63 54.88 7.64 54.91 7.65 54.93 7.65 54.96 7.66 54.99 7.67 55.01 7.67 55.04 7.68 55.07 7.69 55.09 7.7 55.12 7.7 55.15 7.71 55.18 7.72 55.2 7.73 55.23 7.73 55.26 7.74 55.28 7.75 55.31 7.76 55.34 7.76 55.36 7.77 55.39 7.78 55.42 7.79 55.44 7.79 55.47 7.8 55.5 7.81 55.52 7.82 55.55 7.82 55.58 7.83 55.6 7.84 55.63 7.85 55.66 7.85 55.68 7.86 55.71 7.87 55.74 7.88 55.76 7.89 55.79 7.89 55.82 7.9 55.84 7.91 55.87 7.92 55.9 7.92 55.92 7.93 55.95 7.94 55.98 7.95 56 7.96 56.03 7.96 56.06 7.97 56.08 7.98 56.11 7.99 56.14 8 56.16 8 56.19 8.01 56.22 8.02 56.25 8.03 56.27 8.04 56.3 8.04 56.33 8.05 56.35 8.06 56.38 8.07 56.41 8.08 56.43 8.08 56.46 8.09 56.49 8.1 56.51 8.11 56.54 8.12 56.57 8.13 56.59 8.13 56.62 8.14 56.65 8.15 56.67 8.16 56.7 8.17 56.73 8.17 56.75 8.18 56.78 8.19 56.81 8.2 56.83 8.21 56.86 8.22 56.89 8.22 56.91 8.23 56.94 8.24 56.97 8.25 56.99 8.26 57.02 8.27 57.05 8.28 57.07 8.28 57.1 8.29 57.13 8.3 57.15 8.31 57.18 8.32 57.21 8.33 57.24 8.33 57.26 8.34 57.29 8.35 57.32 8.36 57.34 8.37 57.37 8.38 57.4 8.39 57.42 8.4 57.45 8.4 57.48 8.41 57.5 8.42 57.53 8.43 57.56 8.44 57.58 8.45 57.61 8.46 57.64 8.46 57.66 8.47 57.69 8.48 57.72 8.49 57.74 8.5 57.77 8.51 57.8 8.52 57.82 8.53 57.85 8.54 57.88 8.54 57.9 8.55 57.93 8.56 57.96 8.57 57.98 8.58 58.01 8.59 58.04 8.6 58.06 8.61 58.09 8.62 58.12 8.62 58.14 8.63 58.17 8.64 58.2 8.65 58.23 8.66 58.25 8.67 58.28 8.68 58.31 8.69 58.33 8.7 58.36 8.71 58.39 8.71 58.41 8.72 58.44 8.73 58.47 8.74 58.49 8.75 58.52 8.76 58.55 8.77 58.57 8.78 58.6 8.79 58.63 8.8 58.65 8.81 58.68 8.82 58.71 8.82 58.73 8.83 58.76 8.84 58.79 8.85 58.81 8.86 58.84 8.87 58.87 8.88 58.89 8.89 58.92 8.9 58.95 8.91 58.97 8.92 59 8.93 59.03 8.94 59.05 8.95 59.08 8.96 59.11 8.96 59.13 8.97 59.16 8.98 59.19 8.99 59.22 9 59.24 9.01 59.27 9.02 59.3 9.03 59.32 9.04 59.35 9.05 59.38 9.06 59.4 9.07 59.43 9.08 59.46 9.09 59.48 9.1 59.51 9.11 59.54 9.12 59.56 9.13 59.59 9.14 59.62 9.15 59.64 9.16 59.67 9.17 59.7 9.17 59.72 9.18 59.75 9.19 59.78 9.2 59.8 9.21 59.83 9.22 59.86 9.23 59.88 9.24 59.91 9.25 59.94 9.26 59.96 9.27 59.99 9.28 60.02 9.29 60.04 9.3 60.07 9.31 60.1 9.32 60.12 9.33 60.15 9.34 60.18 9.35 60.21 9.36 60.23 9.37 60.26 9.38 60.29 9.39 60.31 9.4 60.34 9.41 60.37 9.42 60.39 9.43 60.42 9.44 60.45 9.45 60.47 9.46 60.5 9.47 60.53 9.48 60.55 9.49 60.58 9.5 60.61 9.51 60.63 9.52 60.66 9.53 60.69 9.54 60.71 9.55 60.74 9.56 60.77 9.57 60.79 9.58 60.82 9.59 60.85 9.6 60.87 9.61 60.9 9.62 60.93 9.63 60.95 9.64 60.98 9.65 61.01 9.66 61.03 9.67 61.06 9.68 61.09 9.69 61.11 9.7 61.14 9.71 61.17 9.72 61.19 9.73 61.22 9.74 61.25 9.75 61.28 9.76 61.3 9.77 61.33 9.78 61.36 9.79 61.38 9.8 61.41 9.81 61.44 9.82 61.46 9.83 61.49 9.84 61.52 9.86 61.54 9.87 61.57 9.88 61.6 9.89 61.62 9.9 61.65 9.91 61.68 9.92 61.7 9.93 61.73 9.94 61.76 9.95 61.78 9.96 61.81 9.97 61.84 9.98 61.86 9.99 61.89 10 61.92 10.01 61.94 10.02 61.97 10.03 62 10.04 62.02 10.05 62.05 10.06 62.08 10.07 62.1 10.08 62.13 10.1 62.16 10.11 62.18 10.12 62.21 10.13 62.24 10.14 62.27 10.15 62.29 10.16 62.32 10.17 62.35 10.18 62.37 10.19 62.4 10.2 62.43 10.21 62.45 10.22 62.48 10.23 62.51 10.24 62.53 10.25 62.56 10.26 62.59 10.28 62.61 10.29 62.64 10.3 62.67 10.31 62.69 10.32 62.72 10.33 62.75 10.34 62.77 10.35 62.8 10.36 62.83 10.37 62.85 10.38 62.88 10.39 62.91 10.4 62.93 10.42 62.96 10.43 62.99 10.44 63.01 10.45 63.04 10.46 63.07 10.47 63.09 10.48 63.12 10.49 63.15 10.5 63.17 10.51 63.2 10.52 63.23 10.53 63.26 10.55 63.28 10.56 63.31 10.57 63.34 10.58 63.36 10.59 63.39 10.6 63.42 10.61 63.44 10.62 63.47 10.63 63.5 10.64 63.52 10.65 63.55 10.67 63.58 10.68 63.6 10.69 63.63 10.7 63.66 10.71 63.68 10.72 63.71 10.73 63.74 10.74 63.76 10.75 63.79 10.76 63.82 10.78 63.84 10.79 63.87 10.8 63.9 10.81 63.92 10.82 63.95 10.83 63.98 10.84 64 10.85 64.03 10.86 64.06 10.88 64.08 10.89 64.11 10.9 64.14 10.91 64.16 10.92 64.19 10.93 64.22 10.94 64.25 10.95 64.27 10.97 64.3 10.98 64.33 10.99 64.35 11 64.38 11.01 64.41 11.02 64.43 11.03 64.46 11.04 64.49 11.06 64.51 11.07 64.54 11.08 64.57 11.09 64.59 11.1 64.62 11.11 64.65 11.12 64.67 11.13 64.7 11.15 64.73 11.16 64.75 11.17 64.78 11.18 64.81 11.19 64.83 11.2 64.86 11.21 64.89 11.22 64.91 11.24 64.94 11.25 64.97 11.26 64.99 11.27 65.02 11.28 65.05 11.29 65.07 11.3 65.1 11.32 65.13 11.33 65.15 11.34 65.18 11.35 65.21 11.36 65.24 11.37 65.26 11.38 65.29 11.4 65.32 11.41 65.34 11.42 65.37 11.43 65.4 11.44 65.42 11.45 65.45 11.47 65.48 11.48 65.5 11.49 65.53 11.5 65.56 11.51 65.58 11.52 65.61 11.53 65.64 11.55 65.66 11.56 65.69 11.57 65.72 11.58 65.74 11.59 65.77 11.6 65.8 11.62 65.82 11.63 65.85 11.64 65.88 11.65 65.9 11.66 65.93 11.67 65.96 11.69 65.98 11.7 66.01 11.71 66.04 11.72 66.06 11.73 66.09 11.74 66.12 11.76 66.14 11.77 66.17 11.78 66.2 11.79 66.23 11.8 66.25 11.81 66.28 11.83 66.31 11.84 66.33 11.85 66.36 11.86 66.39 11.87 66.41 11.88 66.44 11.9 66.47 11.91 66.49 11.92 66.52 11.93 66.55 11.94 66.57 11.96 66.6 11.97 66.63 11.98 66.65 11.99 66.68 12 66.71 12.01 66.73 12.03 66.76 12.04 66.79 12.05 66.81 12.06 66.84 12.07 66.87 12.09 66.89 12.1 66.92 12.11 66.95 12.12 66.97 12.13 67 12.15 67.03 12.16 67.05 12.17 67.08 12.18 67.11 12.19 67.13 12.2 67.16 12.22 67.19 12.23 67.21 12.24 67.24 12.25 67.27 12.26 67.3 12.28 67.32 12.29 67.35 12.3 67.38 12.31 67.4 12.32 67.43 12.34 67.46 12.35 67.48 12.36 67.51 12.37 67.54 12.38 67.56 12.4 67.59 12.41 67.62 12.42 67.64 12.43 67.67 12.44 67.7 12.46 67.72 12.47 67.75 12.48 67.78 12.49 67.8 12.51 67.83 12.52 67.86 12.53 67.88 12.54 67.91 12.55 67.94 12.57 67.96 12.58 67.99 12.59 68.02 12.6 68.04 12.61 68.07 12.63 68.1 12.64 68.12 12.65 68.15 12.66 68.18 12.68 68.2 12.69 68.23 12.7 68.26 12.71 68.29 12.72 68.31 12.74 68.34 12.75 68.37 12.76 68.39 12.77 68.42 12.79 68.45 12.8 68.47 12.81 68.5 12.82 68.53 12.83 68.55 12.85 68.58 12.86 68.61 12.87 68.63 12.88 68.66 12.9 68.69 12.91 68.71 12.92 68.74 12.93 68.77 12.95 68.79 12.96 68.82 12.97 68.85 12.98 68.87 12.99 68.9 13.01 68.93 13.02 68.95 13.03 68.98 13.04 69.01 13.06 69.03 13.07 69.06 13.08 69.09 13.09 69.11 13.11 69.14 13.12 69.17 13.13 69.19 13.14 69.22 13.16 69.25 13.17 69.28 13.18 69.3 13.19 69.33 13.21 69.36 13.22 69.38 13.23 69.41 13.24 69.44 13.26 69.46 13.27 69.49 13.28 69.52 13.29 69.54 13.3 69.57 13.32 69.6 13.33 69.62 13.34 69.65 13.35 69.68 13.37 69.7 13.38 69.73 13.39 69.76 13.41 69.78 13.42 69.81 13.43 69.84 13.44 69.86 13.46 69.89 13.47 69.92 13.48 69.94 13.49 69.97 13.51 70 13.52 70.02 13.53 70.05 13.54 70.08 13.56 70.1 13.57 70.13 13.58 70.16 13.59 70.18 13.61 70.21 13.62 70.24 13.63 70.27 13.64 70.29 13.66 70.32 13.67 70.35 13.68 70.37 13.69 70.4 13.71 70.43 13.72 70.45 13.73 70.48 13.75 70.51 13.76 70.53 13.77 70.56 13.78 70.59 13.8 70.61 13.81 70.64 13.82 70.67 13.83 70.69 13.85 70.72 13.86 70.75 13.87 70.77 13.89 70.8 13.9 70.83 13.91 70.85 13.92 70.88 13.94 70.91 13.95 70.93 13.96 70.96 13.97 70.99 13.99 71.01 14 71.04 14.01 71.07 14.03 71.09 14.04 71.12 14.05 71.15 14.06 71.17 14.08 71.2 14.09 71.23 14.1 71.26 14.12 71.28 14.13 71.31 14.14 71.34 14.15 71.36 14.17 71.39 14.18 71.42 14.19 71.44 14.21 71.47 14.22 71.5 14.23 71.52 14.24 71.55 14.26 71.58 14.27 71.6 14.28 71.63 14.3 71.66 14.31 71.68 14.32 71.71 14.33 71.74 14.35 71.76 14.36 71.79 14.37 71.82 14.39 71.84 14.4 71.87 14.41 71.9 14.43 71.92 14.44 71.95 14.45 71.98 14.46 72 14.48 72.03 14.49 72.06 14.5 72.08 14.52 72.11 14.53 72.14 14.54 72.16 14.55 72.19 14.57 72.22 14.58 72.24 14.59 72.27 14.61 72.3 14.62 72.33 14.63 72.35 14.65 72.38 14.66 72.41 14.67 72.43 14.69 72.46 14.7 72.49 14.71 72.51 14.72 72.54 14.74 72.57 14.75 72.59 14.76 72.62 14.78 72.65 14.79 72.67 14.8 72.7 14.82 72.73 14.83 72.75 14.84 72.78 14.86 72.81 14.87 72.83 14.88 72.86 14.89 72.89 14.91 72.91 14.92 72.94 14.93 72.97 14.95 72.99 14.96 73.02 14.97 73.05 14.99 73.07 15 73.1 15.01 73.13 15.03 73.15 15.04 73.18 15.05 73.21 15.07 73.23 15.08 73.26 15.09 73.29 15.11 73.32 15.12 73.34 15.13 73.37 15.15 73.4 15.16 73.42 15.17 73.45 15.19 73.48 15.2 73.5 15.21 73.53 15.22 73.56 15.24 73.58 15.25 73.61 15.26 73.64 15.28 73.66 15.29 73.69 15.3 73.72 15.32 73.74 15.33 73.77 15.34 73.8 15.36 73.82 15.37 73.85 15.38 73.88 15.4 73.9 15.41 73.93 15.42 73.96 15.44 73.98 15.45 74.01 15.46 74.04 15.48 74.06 15.49 74.09 15.5 74.12 15.52 74.14 15.53 74.17 15.54 74.2 15.56 74.22 15.57 74.25 15.58 74.28 15.6 74.31 15.61 74.33 15.62 74.36 15.64 74.39 15.65 74.41 15.66 74.44 15.68 74.47 15.69 74.49 15.7 74.52 15.72 74.55 15.73 74.57 15.75 74.6 15.76 74.63 15.77 74.65 15.79 74.68 15.8 74.71 15.81 74.73 15.83 74.76 15.84 74.79 15.85 74.81 15.87 74.84 15.88 74.87 15.89 74.89 15.91 74.92 15.92 74.95 15.93 74.97 15.95 75 15.96 75.03 15.97 75.05 15.99 75.08 16 75.11 16.01 75.13 16.03 75.16 16.04 75.19 16.06 75.21 16.07 75.24 16.08 75.27 16.1 75.3 16.11 75.32 16.12 75.35 16.14 75.38 16.15 75.4 16.16 75.43 16.18 75.46 16.19 75.48 16.2 75.51 16.22 75.54 16.23 75.56 16.25 75.59 16.26 75.62 16.27 75.64 16.29 75.67 16.3 75.7 16.31 75.72 16.33 75.75 16.34 75.78 16.35 75.8 16.37 75.83 16.38 75.86 16.4 75.88 16.41 75.91 16.42 75.94 16.44 75.96 16.45 75.99 16.46 76.02 16.48 76.04 16.49 76.07 16.5 76.1 16.52 76.12 16.53 76.15 16.55 76.18 16.56 76.2 16.57 76.23 16.59 76.26 16.6 76.29 16.61 76.31 16.63 76.34 16.64 76.37 16.66 76.39 16.67 76.42 16.68 76.45 16.7 76.47 16.71 76.5 16.72 76.53 16.74 76.55 16.75 76.58 16.77 76.61 16.78 76.63 16.79 76.66 16.81 76.69 16.82 76.71 16.83 76.74 16.85 76.77 16.86 76.79 16.88 76.82 16.89 76.85 16.9 76.87 16.92 76.9 16.93 76.93 16.94 76.95 16.96 76.98 16.97 77.01 16.99 77.03 17 77.06 17.01 77.09 17.03 77.11 17.04 77.14 17.05 77.17 17.07 77.19 17.08 77.22 17.1 77.25 17.11 77.27 17.12 77.3 17.14 77.33 17.15 77.36 17.17 77.38 17.18 77.41 17.19 77.44 17.21 77.46 17.22 77.49 17.24 77.52 17.25 77.54 17.26 77.57 17.28 77.6 17.29 77.62 17.3 77.65 17.32 77.68 17.33 77.7 17.35 77.73 17.36 77.76 17.37 77.78 17.39 77.81 17.4 77.84 17.42 77.86 17.43 77.89 17.44 77.92 17.46 77.94 17.47 77.97 17.49 78 17.5 78.02 17.51 78.05 17.53 78.08 17.54 78.1 17.56 78.13 17.57 78.16 17.58 78.18 17.6 78.21 17.61 78.24 17.63 78.26 17.64 78.29 17.65 78.32 17.67 78.35 17.68 78.37 17.7 78.4 17.71 78.43 17.72 78.45 17.74 78.48 17.75 78.51 17.77 78.53 17.78 78.56 17.79 78.59 17.81 78.61 17.82 78.64 17.84 78.67 17.85 78.69 17.86 78.72 17.88 78.75 17.89 78.77 17.91 78.8 17.92 78.83 17.93 78.85 17.95 78.88 17.96 78.91 17.98 78.93 17.99 78.96 18.01 78.99 18.02 79.01 18.03 79.04 18.05 79.07 18.06 79.09 18.08 79.12 18.09 79.15 18.1 79.17 18.12 79.2 18.13 79.23 18.15 79.25 18.16 79.28 18.17 79.31 18.19 79.34 18.2 79.36 18.22 79.39 18.23 79.42 18.25 79.44 18.26 79.47 18.27 79.5 18.29 79.52 18.3 79.55 18.32 79.58 18.33 79.6 18.35 79.63 18.36 79.66 18.37 79.68 18.39 79.71 18.4 79.74 18.42 79.76 18.43 79.79 18.44 79.82 18.46 79.84 18.47 79.87 18.49 79.9 18.5 79.92 18.52 79.95 18.53 79.98 18.54 80 18.56 80.03 18.57 80.06 18.59 80.08 18.6 80.11 18.62 80.14 18.63 80.16 18.64 80.19 18.66 80.22 18.67 80.24 18.69 80.27 18.7 80.3 18.72 80.33 18.73 80.35 18.74 80.38 18.76 80.41 18.77 80.43 18.79 80.46 18.8 80.49 18.82 80.51 18.83 80.54 18.84 80.57 18.86 80.59 18.87 80.62 18.89 80.65 18.9 80.67 18.92 80.7 18.93 80.73 18.94 80.75 18.96 80.78 18.97 80.81 18.99 80.83 19 80.86 19.02 80.89 19.03 80.91 19.05 80.94 19.06 80.97 19.07 80.99 19.09 81.02 19.1 81.05 19.12 81.07 19.13 81.1 19.15 81.13 19.16 81.15 19.17 81.18 19.19 81.21 19.2 81.23 19.22 81.26 19.23 81.29 19.25 81.32 19.26 81.34 19.28 81.37 19.29 81.4 19.3 81.42 19.32 81.45 19.33 81.48 19.35 81.5 19.36 81.53 19.38 81.56 19.39 81.58 19.41 81.61 19.42 81.64 19.43 81.66 19.45 81.69 19.46 81.72 19.48 81.74 19.49 81.77 19.51 81.8 19.52 81.82 19.54 81.85 19.55 81.88 19.57 81.9 19.58 81.93 19.59 81.96 19.61 81.98 19.62 82.01 19.64 82.04 19.65 82.06 19.67 82.09 19.68 82.12 19.7 82.14 19.71 82.17 19.72 82.2 19.74 82.22 19.75 82.25 19.77 82.28 19.78 82.3 19.8 82.33 19.81 82.36 19.83 82.39 19.84 82.41 19.86 82.44 19.87 82.47 19.89 82.49 19.9 82.52 19.91 82.55 19.93 82.57 19.94 82.6 19.96 82.63 19.97 82.65 19.99 82.68 20 82.71 20.02 82.73 20.03 82.76 20.05 82.79 20.06 82.81 20.08 82.84 20.09 82.87 20.1 82.89 20.12 82.92 20.13 82.95 20.15 82.97 20.16 83 20.18 83.03 20.19 83.05 20.21 83.08 20.22 83.11 20.24 83.13 20.25 83.16 20.27 83.19 20.28 83.21 20.3 83.24 20.31 83.27 20.32 83.29 20.34 83.32 20.35 83.35 20.37 83.38 20.38 83.4 20.4 83.43 20.41 83.46 20.43 83.48 20.44 83.51 20.46 83.54 20.47 83.56 20.49 83.59 20.5 83.62 20.52 83.64 20.53 83.67 20.55 83.7 20.56 83.72 20.57 83.75 20.59 83.78 20.6 83.8 20.62 83.83 20.63 83.86 20.65 83.88 20.66 83.91 20.68 83.94 20.69 83.96 20.71 83.99 20.72 84.02 20.74 84.04 20.75 84.07 20.77 84.1 20.78 84.12 20.8 84.15 20.81 84.18 20.83 84.2 20.84 84.23 20.86 84.26 20.87 84.28 20.89 84.31 20.9 84.34 20.92 84.37 20.93 84.39 20.95 84.42 20.96 84.45 20.98 84.47 20.99 84.5 21 84.53 21.02 84.55 21.03 84.58 21.05 84.61 21.06 84.63 21.08 84.66 21.09 84.69 21.11 84.71 21.12 84.74 21.14 84.77 21.15 84.79 21.17 84.82 21.18 84.85 21.2 84.87 21.21 84.9 21.23 84.93 21.24 84.95 21.26 84.98 21.27 85.01 21.29 85.03 21.3 85.06 21.32 85.09 21.33 85.11 21.35 85.14 21.36 85.17 21.38 85.19 21.39 85.22 21.41 85.25 21.42 85.27 21.44 85.3 21.45 85.33 21.47 85.36 21.48 85.38 21.5 85.41 21.51 85.44 21.53 85.46 21.54 85.49 21.56 85.52 21.57 85.54 21.59 85.57 21.6 85.6 21.62 85.62 21.63 85.65 21.65 85.68 21.67 85.7 21.68 85.73 21.7 85.76 21.71 85.78 21.73 85.81 21.74 85.84 21.76 85.86 21.77 85.89 21.79 85.92 21.8 85.94 21.82 85.97 21.83 86 21.85 86.02 21.86 86.05 21.88 86.08 21.89 86.1 21.91 86.13 21.92 86.16 21.94 86.18 21.95 86.21 21.97 86.24 21.98 86.26 22 86.29 22.02 86.32 22.03 86.35 22.05 86.37 22.06 86.4 22.08 86.43 22.09 86.45 22.11 86.48 22.12 86.51 22.14 86.53 22.15 86.56 22.17 86.59 22.19 86.61 22.2 86.64 22.22 86.67 22.23 86.69 22.25 86.72 22.26 86.75 22.28 86.77 22.29 86.8 22.31 86.83 22.32 86.85 22.34 86.88 22.36 86.91 22.37 86.93 22.39 86.96 22.4 86.99 22.42 87.01 22.43 87.04 22.45 87.07 22.47 87.09 22.48 87.12 22.5 87.15 22.51 87.17 22.53 87.2 22.54 87.23 22.56 87.25 22.58 87.28 22.59 87.31 22.61 87.33 22.62 87.36 22.64 87.39 22.66 87.42 22.67 87.44 22.69 87.47 22.7 87.5 22.72 87.52 22.74 87.55 22.75 87.58 22.77 87.6 22.78 87.63 22.8 87.66 22.82 87.68 22.83 87.71 22.85 87.74 22.86 87.76 22.88 87.79 22.9 87.82 22.91 87.84 22.93 87.87 22.95 87.9 22.96 87.92 22.98 87.95 22.99 87.98 23.01 88 23.03 88.03 23.04 88.06 23.06 88.08 23.08 88.11 23.09 88.14 23.11 88.16 23.13 88.19 23.14 88.22 23.16 88.24 23.18 88.27 23.19 88.3 23.21 88.32 23.23 88.35 23.25 88.38 23.26 88.41 23.28 88.43 23.3 88.46 23.31 88.49 23.33 88.51 23.35 88.54 23.37 88.57 23.38 88.59 23.4 88.62 23.42 88.65 23.44 88.67 23.45 88.7 23.47 88.73 23.49 88.75 23.51 88.78 23.52 88.81 23.54 88.83 23.56 88.86 23.58 88.89 23.6 88.91 23.61 88.94 23.63 88.97 23.65 88.99 23.67 89.02 23.69 89.05 23.7 89.07 23.72 89.1 23.74 89.13 23.76 89.15 23.78 89.18 23.8 89.21 23.82 89.23 23.84 89.26 23.85 89.29 23.87 89.31 23.89 89.34 23.91 89.37 23.93 89.4 23.95 89.42 23.97 89.45 23.99 89.48 24.01 89.5 24.03 89.53 24.05 89.56 24.07 89.58 24.09 89.61 24.11 89.64 24.13 89.66 24.15 89.69 24.17 89.72 24.19 89.74 24.21 89.77 24.23 89.8 24.26 89.82 24.28 89.85 24.3 89.88 24.32 89.9 24.34 89.93 24.36 89.96 24.38 89.98 24.41 90.01 24.43 90.04 24.45 90.06 24.47 90.09 24.5 90.12 24.52 90.14 24.54 90.17 24.57 90.2 24.59 90.22 24.61 90.25 24.64 90.28 24.66 90.3 24.68 90.33 24.71 90.36 24.73 90.39 24.76 90.41 24.78 90.44 24.81 90.47 24.83 90.49 24.86 90.52 24.88 90.55 24.91 90.57 24.94 90.6 24.96 90.63 24.99 90.65 25.02 90.68 25.04 90.71 25.07 90.73 25.1 90.76 25.13 90.79 25.16 90.81 25.18 90.84 25.21 90.87 25.24 90.89 25.27 90.92 25.3 90.95 25.33 90.97 25.36 91 25.39 91.03 25.42 91.05 25.46 91.08 25.49 91.11 25.52 91.13 25.55 91.16 25.58 91.19 25.62 91.21 25.65 91.24 25.68 91.27 25.72 91.29 25.75 91.32 25.79 91.35 25.82 91.38 25.86 91.4 25.9 91.43 25.93 91.46 25.97 91.48 26.01 91.51 26.05 91.54 26.09 91.56 26.12 91.59 26.16 91.62 26.2 91.64 26.24 91.67 26.29 91.7 26.33 91.72 26.37 91.75 26.41 91.78 26.46 91.8 26.5 91.83 26.54 91.86 26.59 91.88 26.64 91.91 26.68 91.94 26.73 91.96 26.78 91.99 26.82 92.02 26.87 92.04 26.92 92.07 26.97 92.1 27.02 92.12 27.08 92.15 27.13 92.18 27.18 92.2 27.23 92.23 27.29 92.26 27.34 92.28 27.4 92.31 27.46 92.34 27.52 92.36 27.57 92.39 27.63 92.42 27.69 92.45 27.75 92.47 27.82 92.5 27.88 92.53 27.94 92.55 28.01 92.58 28.07 92.61 28.14 92.63 28.21 92.66 28.27 92.69 28.34 92.71 28.41 92.74 28.49 92.77 28.56 92.79 28.63 92.82 28.71 92.85 28.78 92.87 28.86 92.9 28.93 92.93 29.01 92.95 29.09 92.98 29.17 93.01 29.26 93.03 29.34 93.06 29.42 93.09 29.51 93.11 29.6 93.14 29.68 93.17 29.77 93.19 29.86 93.22 29.96 93.25 30.05 93.27 30.14 93.3 30.24 93.33 30.33 93.35 30.43 93.38 30.53 93.41 30.63 93.44 30.74 93.46 30.84 93.49 30.94 93.52 31.05 93.54 31.16 93.57 31.27 93.6 31.38 93.62 31.49 93.65 31.6 93.68 31.72 93.7 31.83 93.73 31.95 93.76 32.07 93.78 32.19 93.81 32.32 93.84 32.44 93.86 32.57 93.89 32.69 93.92 32.82 93.94 32.95 93.97 33.08 94 33.22 94.02 33.35 94.05 33.49 94.08 33.63 94.1 33.77 94.13 33.91 94.16 34.05 94.18 34.2 94.21 34.35 94.24 34.49 94.26 34.64 94.29 34.8 94.32 34.95 94.34 35.1 94.37 35.26 94.4 35.42 94.43 35.58 94.45 35.74 94.48 35.91 94.51 36.07 94.53 36.24 94.56 36.41 94.59 36.58 94.61 36.75 94.64 36.93 94.67 37.1 94.69 37.28 94.72 37.46 94.75 37.64 94.77 37.83 94.8 38.01 94.83 38.2 94.85 38.39 94.88 38.58 94.91 38.77 94.93 38.96 94.96 39.16 94.99 39.36 95.01 39.56 95.04 39.76 95.07 39.96 95.09 40.17 95.12 40.37 95.15 40.58 95.17 40.79 95.2 41.01 95.23 41.22 95.25 41.44 95.28 41.65 95.31 41.87 95.33 42.09 95.36 42.32 95.39 42.53 95.42 42.73 95.44 42.92 95.47 43.09 95.5 43.25 95.52 43.41 95.55 43.56 95.58 43.7 95.6 43.84 95.63 43.97 95.66 44.09 95.68 44.22 95.71 44.33 95.74 44.45 95.76 44.56 95.79 44.66 95.82 44.77 95.84 44.87 95.87 44.97 95.9 45.07 95.92 45.16 95.95 45.25 95.98 45.34 96 45.43 96.03 45.52 96.06 45.6 96.08 45.68 96.11 45.76 96.14 45.84 96.16 45.92 96.19 46 96.22 46.07 96.24 46.15 96.27 46.22 96.3 46.29 96.32 46.36 96.35 46.43 96.38 46.5 96.41 46.57 96.43 46.63 96.46 46.7 96.49 46.76 96.51 46.83 96.54 46.89 96.57 46.95 96.59 47.01 96.62 47.07 96.65 47.13 96.67 47.19 96.7 47.25 96.73 47.31 96.75 47.36 96.78 47.42 96.81 47.47 96.83 47.53 96.86 47.58 96.89 47.63 96.91 47.69 96.94 47.74 96.97 47.79 96.99 47.84 97.02 47.89 97.05 47.94 97.07 47.99 97.1 48.04 97.13 48.09 97.15 48.14 97.18 48.18 97.21 48.23 97.23 48.28 97.26 48.32 97.29 48.37 97.31 48.41 97.34 48.46 97.37 48.5 97.39 48.55 97.42 48.59 97.45 48.63 97.48 48.68 97.5 48.72 97.53 48.76 97.56 48.8 97.58 48.84 97.61 48.88 97.64 48.92 97.66 48.96 97.69 49 97.72 49.04 97.74 49.08 97.77 49.12 97.8 49.16 97.82 49.2 97.85 49.24 97.88 49.28 97.9 49.31 97.93 49.35 97.96 49.39 97.98 49.42 98.01 49.46 98.04 49.5 98.06 49.53 98.09 49.57 98.12 49.6 98.14 49.64 98.17 49.67 98.2 49.71 98.22 49.74 98.25 49.78 98.28 49.81 98.3 49.84 98.33 49.88 98.36 49.91 98.38 49.94 98.41 49.98 98.44 50.01 98.47 50.04 98.49 50.07 98.52 50.11 98.55 50.14 98.57 50.17 98.6 50.2 98.63 50.23 98.65 50.26 98.68 50.29 98.71 50.32 98.73 50.35 98.76 50.38 98.79 50.41 98.81 50.44 98.84 50.47 98.87 50.5 98.89 50.53 98.92 50.56 98.95 50.59 98.97 50.62 99 50.65 99.03 50.68 99.05 50.71 99.08 50.73 99.11 50.76 99.13 50.79 99.16 50.82 99.19 50.85 99.21 50.87 99.24 50.9 99.27 50.93 99.29 50.95 99.32 50.98 99.35 51.01 99.37 51.03 99.4 51.06 99.43 51.09 99.46 51.11 99.48 51.14 99.51 51.16 99.54 51.19 99.56 51.22 99.59 51.24 99.62 51.27 99.64 51.29 99.67 51.32 99.7 51.34 99.72 51.37 99.75 51.39 99.78 51.42 99.8 51.44 99.83 51.46 99.86 51.49 99.88 51.51 99.91 51.54 99.94 51.56 99.96 51.58 99.99 51.61 100.02 51.63 100.04 51.66 100.07 51.68 100.1 51.7 100.12 51.73 100.15 51.75 100.18 51.77 100.2 51.79 100.23 51.82 100.26 51.84 100.28 51.86 100.31 51.88 100.34 51.91 100.36 51.93 100.39 51.95 100.42 51.97 100.45 51.99 100.47 52.02 100.5 52.04 100.53 52.06 100.55 52.08 100.58 52.1 100.61 52.12 100.63 52.14 100.66 52.17 100.69 52.19 100.71 52.21 100.74 52.23 100.77 52.25 100.79 52.27 100.82 52.29 100.85 52.31 100.87 52.33 100.9 52.35 100.93 52.37 100.95 52.39 100.98 52.41 101.01 52.43 101.03 52.45 101.06 52.47 101.09 52.49 101.11 52.51 101.14 52.53 101.17 52.55 101.19 52.57 101.22 52.59 101.25 52.61 101.27 52.63 101.3 52.65 101.33 52.67 101.35 52.68 101.38 52.7 101.41 52.72 101.44 52.74 101.46 52.76 101.49 52.78 101.52 52.8 101.54 52.82 101.57 52.83 101.6 52.85 101.62 52.87 101.65 52.89 101.68 52.91 101.7 52.93 101.73 52.94 101.76 52.96 101.78 52.98 101.81 53 101.84 53.01 101.86 53.03 101.89 53.05 101.92 53.07 101.94 53.08 101.97 53.1 102 53.12 102.02 53.14 102.05 53.15 102.08 53.17 102.1 53.19 102.13 53.21 102.16 53.22 102.18 53.24 102.21 53.26 102.24 53.27 102.26 53.29 102.29 53.31 102.32 53.32 102.34 53.34 102.37 53.36 102.4 53.37 102.42 53.39 102.45 53.41 102.48 53.42 102.51 53.44 102.53 53.45 102.56 53.47 102.59 53.49 102.61 53.5 102.64 53.52 102.67 53.53 102.69 53.55 102.72 53.57 102.75 53.58 102.77 53.6 102.8 53.61 102.83 53.63 102.85 53.64 102.88 53.66 102.91 53.67 102.93 53.69 102.96 53.71 102.99 53.72 103.01 53.74 103.04 53.75 103.07 53.77 103.09 53.78 103.12 53.8 103.15 53.81 103.17 53.83 103.2 53.84 103.23 53.86 103.25 53.87 103.28 53.89 103.31 53.9 103.33 53.91 103.36 53.93 103.39 53.94 103.41 53.96 103.44 53.97 103.47 53.99 103.5 54 103.52 54.02 103.55 54.03 103.58 54.04 103.6 54.06 103.63 54.07 103.66 54.09 103.68 54.1 103.71 54.12 103.74 54.13 103.76 54.14 103.79 54.16 103.82 54.17 103.84 54.18 103.87 54.2 103.9 54.21 103.92 54.23 103.95 54.24 103.98 54.25 104 54.27 104.03 54.28 104.06 54.29 104.08 54.31 104.11 54.32 104.14 54.33 104.16 54.35 104.19 54.36 104.22 54.37 104.24 54.39 104.27 54.4 104.3 54.41 104.32 54.43 104.35 54.44 104.38 54.45 104.4 54.47 104.43 54.48 104.46 54.49 104.49 54.5 104.51 54.52 104.54 54.53 104.57 54.54 104.59 54.56 104.62 54.57 104.65 54.58 104.67 54.59 104.7 54.61 104.73 54.62 104.75 54.63 104.78 54.64 104.81 54.66 104.83 54.67 104.86 54.68 104.89 54.69 104.91 54.71 104.94 54.72 104.97 54.73 104.99 54.74 105.02 54.76 105.05 54.77 105.07 54.78 105.1 54.79 105.13 54.8 105.15 54.82 105.18 54.83 105.21 54.84 105.23 54.85 105.26 54.86 105.29 54.88 105.31 54.89 105.34 54.9 105.37 54.91 105.39 54.92 105.42 54.93 105.45 54.95 105.48 54.96 105.5 54.97 105.53 54.98 105.56 54.99 105.58 55 105.61 55.02 105.64 55.03 105.66 55.04 105.69 55.05 105.72 55.06 105.74 55.07 105.77 55.08 105.8 55.1 105.82 55.11 105.85 55.12 105.88 55.13 105.9 55.14 105.93 55.15 105.96 55.16 105.98 55.17 106.01 55.18 106.04 55.2 106.06 55.21 106.09 55.22 106.12 55.23 106.14 55.24 106.17 55.25 106.2 55.26 106.22 55.27 106.25 55.28 106.28 55.29 106.3 55.3 106.33 55.32 106.36 55.33 106.38 55.34 106.41 55.35 106.44 55.36 106.47 55.37 106.49 55.38 106.52 55.39 106.55 55.4 106.57 55.41 106.6 55.42 106.63 55.43 106.65 55.44 106.68 55.45 106.71 55.46 106.73 55.47 106.76 55.48 106.79 55.49 106.81 55.5 106.84 55.51 106.87 55.52 106.89 55.53 106.92 55.55 106.95 55.56 106.97 55.57 107 55.58 107.03 55.59 107.05 55.6 107.08 55.61 107.11 55.62 107.13 55.63 107.16 55.64 107.19 55.65 107.21 55.66 107.24 55.67 107.27 55.68 107.29 55.69 107.32 55.69 107.35 55.7 107.37 55.71 107.4 55.72 107.43 55.73 107.45 55.74 107.48 55.75 107.51 55.76 107.54 55.77 107.56 55.78 107.59 55.79 107.62 55.8 107.64 55.81 107.67 55.82 107.7 55.83 107.72 55.84 107.75 55.85 107.78 55.86 107.8 55.87 107.83 55.88 107.86 55.89 107.88 55.9 107.91 55.91 107.94 55.92 107.96 55.92 107.99 55.93 108.02 55.94 108.04 55.95 108.07 55.96 108.1 55.97 108.12 55.98 108.15 55.99 108.18 56 108.2 56.01 108.23 56.02 108.26 56.03 108.28 56.03 108.31 56.04 108.34 56.05 108.36 56.06 108.39 56.07 108.42 56.08 108.44 56.09 108.47 56.1 108.5 56.11 108.53 56.12 108.55 56.12 108.58 56.13 108.61 56.14 108.63 56.15 108.66 56.16 108.69 56.17 108.71 56.18 108.74 56.19 108.77 56.19 108.79 56.2 108.82 56.21 108.85 56.22 108.87 56.23 108.9 56.24 108.93 56.25 108.95 56.25 108.98 56.26 109.01 56.27 109.03 56.28 109.06 56.29 109.09 56.3 109.11 56.31 109.14 56.31 109.17 56.32 109.19 56.33 109.22 56.34 109.25 56.35 109.27 56.36 109.3 56.36 109.33 56.37 109.35 56.38 109.38 56.39 109.41 56.4 109.43 56.41 109.46 56.41 109.49 56.42 109.52 56.43 109.54 56.44 109.57 56.45 109.6 56.46 109.62 56.46 109.65 56.47 109.68 56.48 109.7 56.49 109.73 56.5 109.76 56.5 109.78 56.51 109.81 56.52 109.84 56.53 109.86 56.54 109.89 56.54 109.92 56.55 109.94 56.56 109.97 56.57 110 56.58 110.02 56.58 110.05 56.59 110.08 56.6 110.1 56.61 110.13 56.62 110.16 56.62 110.18 56.63 110.21 56.64 110.24 56.65 110.26 56.65 110.29 56.66 110.32 56.67 110.34 56.68 110.37 56.69 110.4 56.69 110.42 56.7 110.45 56.71 110.48 56.72 110.51 56.72 110.53 56.73 110.56 56.74 110.59 56.75 110.61 56.75 110.64 56.76 110.67 56.77 110.69 56.78 110.72 56.78 110.75 56.79 110.77 56.8 110.8 56.81 110.83 56.81 110.85 56.82 110.88 56.83 110.91 56.84 110.93 56.84 110.96 56.85 110.99 56.86 111.01 56.87 111.04 56.87 111.07 56.88 111.09 56.89 111.12 56.9 111.15 56.9 111.17 56.91 111.2 56.92 111.23 56.93 111.25 56.93 111.28 56.94 111.31 56.95 111.33 56.95 111.36 56.96 111.39 56.97 111.41 56.98 111.44 56.98 111.47 56.99 111.5 57 111.52 57 111.55 57.01 111.58 57.02 111.6 57.03 111.63 57.03 111.66 57.04 111.68 57.05 111.71 57.05 111.74 57.06 111.76 57.07 111.79 57.07 111.82 57.08 111.84 57.09 111.87 57.1 111.9 57.1 111.92 57.11 111.95 57.12 111.98 57.12 112 57.13 112.03 57.14 112.06 57.14 112.08 57.15 112.11 57.16 112.14 57.16 112.16 57.17 112.19 57.18 112.22 57.18 112.24 57.19 112.27 57.2 112.3 57.2 112.32 57.21 112.35 57.22 112.38 57.22 112.4 57.23 112.43 57.24 112.46 57.25 112.48 57.25 112.51 57.26 112.54 57.26 112.57 57.27 112.59 57.28\");\n", | |
" }(g.append(\"g\")));\n", | |
" }(g.append(\"g\")));\n", | |
" (function (g) {\n", | |
" d3.select(\"defs\")\n", | |
" .append(\"svg:clipPath\")\n", | |
" .attr(\"id\", parent_id + \"_clippath4\")\n", | |
" .append(\"svg:path\")\n", | |
" .attr(\"d\", \" M29.92,5 L 115 5 115 61.44 29.92 61.44 z\");g.attr(\"clip-path\", \"url(#\" + parent_id + \"_clippath4)\");\n", | |
" }(g.append(\"g\")));\n", | |
"}(g.append(\"g\")));\n", | |
"}\n", | |
"\n", | |
"var data = [\n", | |
"];\n", | |
"\n", | |
"var draw = function(parent_id) {\n", | |
" draw_with_data(data, parent_id);\n", | |
"};\n", | |
"\n", | |
"draw(\"#gadflyplot-RWvq2xE69y3fLGp9w9jD\");\n", | |
"</script>\n" | |
], | |
"metadata": {}, | |
"output_type": "display_data", | |
"text": [ | |
"D3(120.0,80.0,IOBuffer([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x64 \u2026 0x74,0x5f,0x69,0x64,0x29,0x3b,0x0a,0x7d,0x3b,0x0a],true,true,true,false,45499,9223372036854775807,45500),false,0,[],[],0,5,Dict{Uint64,(Any,Int64)}(),true,true)" | |
] | |
}, | |
{ | |
"html": [], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 21, | |
"text": [ | |
"Plot(...)" | |
] | |
} | |
], | |
"prompt_number": 21 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"# Note that the V_BE is simulated to be 7.371812e-01\n", | |
"# Our calculated value is:\n", | |
"V_BE " | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[0.7388740599291799\\;\\frac{\\text{kg} \\;\\text{m}^{2}}{\\text{s}^{3}\\;\\text{A} }\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 22, | |
"text": [ | |
"0.7388740599291799 V" | |
] | |
} | |
], | |
"prompt_number": 22 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"calculate_gain(\"P4.data\",2.305019V)" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"latex": [ | |
"\\[{}-5.0780000000004755\\]" | |
], | |
"metadata": {}, | |
"output_type": "pyout", | |
"prompt_number": 23, | |
"text": [ | |
"-5.0780000000004755" | |
] | |
} | |
], | |
"prompt_number": 23 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"stream": "stdout", | |
"text": [ | |
"\n", | |
"Circuit: *a4p1\n", | |
"\n", | |
"Doing analysis at TEMP = 27.000000 and TNOM = 27.000000\n", | |
"\n", | |
"\n", | |
"No. of Data Rows : 3001\n" | |
] | |
}, | |
{ | |
"output_type": "stream", | |
"stream": "stdout", | |
"text": [ | |
"out_op = 2.305019e+00\n", | |
"vbe_op = 7.371812e-01\n" | |
] | |
} | |
], | |
"prompt_number": 24 | |
} | |
], | |
"metadata": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment