VegetaTesting/Debian/2020-04-17_5-deb-plot-15-min-30-per-sec.html

4173 lines
390 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
<html>
<head>
<title>[Debian] 30 requests per second, 15 minutes (#5)</title>
<meta charset="utf-8">
<style>/**
* Default styles for the dygraphs charting library.
*/
.dygraph-legend {
position: absolute;
font-size: 14px;
z-index: 10;
width: 250px; /* labelsDivWidth */
/*
dygraphs determines these based on the presence of chart labels.
It might make more sense to create a wrapper div around the chart proper.
top: 0px;
right: 2px;
*/
background: white;
line-height: normal;
text-align: left;
overflow: hidden;
}
/* styles for a solid line in the legend */
.dygraph-legend-line {
display: inline-block;
position: relative;
bottom: .5ex;
padding-left: 1em;
height: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
/* border-bottom-color is set based on the series color */
}
/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
display: inline-block;
position: relative;
bottom: .5ex;
height: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
/* border-bottom-color is set based on the series color */
/* margin-right is set based on the stroke pattern */
/* padding-left is set based on the stroke pattern */
}
.dygraph-roller {
position: absolute;
z-index: 10;
}
/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
position: absolute;
z-index: 10;
overflow: hidden;
}
/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
border: 1px solid black;
background-color: white;
text-align: center;
}
.dygraph-axis-label {
/* position: absolute; */
/* font-size: 14px; */
z-index: 10;
line-height: normal;
overflow: hidden;
color: black; /* replaces old axisLabelColor option */
}
.dygraph-axis-label-x {
}
.dygraph-axis-label-y {
}
.dygraph-axis-label-y2 {
}
.dygraph-title {
font-weight: bold;
z-index: 10;
text-align: center;
/* font-size: based on titleHeight option */
}
.dygraph-xlabel {
text-align: center;
/* font-size: based on xLabelHeight option */
}
/* For y-axis label */
.dygraph-label-rotate-left {
text-align: center;
/* See http://caniuse.com/#feat=transforms2d */
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
/* For y2-axis label */
.dygraph-label-rotate-right {
text-align: center;
/* See http://caniuse.com/#feat=transforms2d */
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
</style>
</head>
<body>
<div id="latencies" style="font-family: Courier; width: 100%%; height: 600px"></div>
<button id="download">Download as PNG</button>
<script>/*!
* html2canvas 1.0.0-alpha.11 <https://html2canvas.hertzen.com>
* Copyright (c) 2018 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/
!function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.html2canvas=e():A.html2canvas=e()}(this,function(){return function(A){var e={};function t(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return A[r].call(n.exports,n,n.exports,t),n.l=!0,n.exports}return t.m=A,t.c=e,t.d=function(A,e,r){t.o(A,e)||Object.defineProperty(A,e,{configurable:!1,enumerable:!0,get:r})},t.n=function(A){var e=A&&A.__esModule?function(){return A.default}:function(){return A};return t.d(e,"a",e),e},t.o=function(A,e){return Object.prototype.hasOwnProperty.call(A,e)},t.p="",t(t.s=27)}([function(A,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){return function(A,e){if(Array.isArray(A))return A;if(Symbol.iterator in Object(A))return function(A,e){var t=[],r=!0,n=!1,B=void 0;try{for(var a,s=A[Symbol.iterator]();!(r=(a=s.next()).done)&&(t.push(a.value),!e||t.length!==e);r=!0);}catch(A){n=!0,B=A}finally{try{!r&&s.return&&s.return()}finally{if(n)throw B}}return t}(A,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),n=function(){function A(A,e){for(var t=0;t<e.length;t++){var r=e[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(A,r.key,r)}}return function(e,t,r){return t&&A(e.prototype,t),r&&A(e,r),e}}();var B=/^#([a-f0-9]{3})$/i,a=function(A){var e=A.match(B);return!!e&&[parseInt(e[1][0]+e[1][0],16),parseInt(e[1][1]+e[1][1],16),parseInt(e[1][2]+e[1][2],16),null]},s=/^#([a-f0-9]{6})$/i,o=function(A){var e=A.match(s);return!!e&&[parseInt(e[1].substring(0,2),16),parseInt(e[1].substring(2,4),16),parseInt(e[1].substring(4,6),16),null]},i=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,c=function(A){var e=A.match(i);return!!e&&[Number(e[1]),Number(e[2]),Number(e[3]),null]},l=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d?\.?\d+)\s*\)$/,u=function(A){var e=A.match(l);return!!(e&&e.length>4)&&[Number(e[1]),Number(e[2]),Number(e[3]),Number(e[4])]},Q=function(A){return[Math.min(A[0],255),Math.min(A[1],255),Math.min(A[2],255),A.length>3?A[3]:null]},w=function(A){var e=g[A.toLowerCase()];return e||!1},U=function(){function A(e){!function(A,e){if(!(A instanceof e))throw new TypeError("Cannot call a class as a function")}(this,A);var t=Array.isArray(e)?Q(e):a(e)||c(e)||u(e)||w(e)||o(e)||[0,0,0,null],n=r(t,4),B=n[0],s=n[1],i=n[2],l=n[3];this.r=B,this.g=s,this.b=i,this.a=l}return n(A,[{key:"isTransparent",value:function(){return 0===this.a}},{key:"toString",value:function(){return null!==this.a&&1!==this.a?"rgba("+this.r+","+this.g+","+this.b+","+this.a+")":"rgb("+this.r+","+this.g+","+this.b+")"}}]),A}();e.default=U;var g={transparent:[0,0,0,0],aliceblue:[240,248,255,null],antiquewhite:[250,235,215,null],aqua:[0,255,255,null],aquamarine:[127,255,212,null],azure:[240,255,255,null],beige:[245,245,220,null],bisque:[255,228,196,null],black:[0,0,0,null],blanchedalmond:[255,235,205,null],blue:[0,0,255,null],blueviolet:[138,43,226,null],brown:[165,42,42,null],burlywood:[222,184,135,null],cadetblue:[95,158,160,null],chartreuse:[127,255,0,null],chocolate:[210,105,30,null],coral:[255,127,80,null],cornflowerblue:[100,149,237,null],cornsilk:[255,248,220,null],crimson:[220,20,60,null],cyan:[0,255,255,null],darkblue:[0,0,139,null],darkcyan:[0,139,139,null],darkgoldenrod:[184,134,11,null],darkgray:[169,169,169,null],darkgreen:[0,100,0,null],darkgrey:[169,169,169,null],darkkhaki:[189,183,107,null],darkmagenta:[139,0,139,null],darkolivegreen:[85,107,47,null],darkorange:[255,140,0,null],darkorchid:[153,50,204,null],darkred:[139,0,0,null],darksalmon:[233,150,122,null],darkseagreen:[143,188,143,null],darkslateblue:[72,61,139,null],darkslategray:[47,79,79,null],darkslategrey:[47,79,79,null],darkturquoise:[0,206,209,null],darkviolet:[148,0,211,null],deeppink:[255,20,147,null],deepskyblue:[0,191,255,null],dimgray:[105,105,105,null],dimgrey:[105,105,105,null],dodgerblue:[30,144,255,null],firebrick:[178,34,34,null],flor
<script>/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Dygraph=t()}}(function(){return function t(e,a,i){function n(o,s){if(!a[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var h=new Error("Cannot find module '"+o+"'");throw h.code="MODULE_NOT_FOUND",h}var u=a[o]={exports:{}};e[o][0].call(u.exports,function(t){var a=e[o][1][t];return n(a||t)},u,u.exports,t,e,a,i)}return a[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)n(i[o]);return n}({1:[function(t,e,a){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function r(t){if(d===setTimeout)return setTimeout(t,0);if((d===i||!d)&&setTimeout)return d=setTimeout,setTimeout(t,0);try{return d(t,0)}catch(e){try{return d.call(null,t,0)}catch(e){return d.call(this,t,0)}}}function o(t){if(c===clearTimeout)return clearTimeout(t);if((c===n||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(t);try{return c(t)}catch(e){try{return c.call(null,t)}catch(e){return c.call(this,t)}}}function s(){_&&g&&(_=!1,g.length?f=g.concat(f):v=-1,f.length&&l())}function l(){if(!_){var t=r(s);_=!0;for(var e=f.length;e;){for(g=f,f=[];++v<e;)g&&g[v].run();v=-1,e=f.length}g=null,_=!1,o(t)}}function h(t,e){this.fun=t,this.array=e}function u(){}var d,c,p=e.exports={};!function(){try{d="function"==typeof setTimeout?setTimeout:i}catch(t){d=i}try{c="function"==typeof clearTimeout?clearTimeout:n}catch(t){c=n}}();var g,f=[],_=!1,v=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)e[a-1]=arguments[a];f.push(new h(t,e)),1!==f.length||_||r(l)},h.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},{}],2:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o=[],s=a.get("logscale"),l=0;l<t.length;l++)i=t[l][0],r=t[l][e],s&&null!==r&&(r[0]<=0||r[1]<=0||r[2]<=0)&&(r=null),null!==r?(n=r[1],null===n||isNaN(n)?o.push([i,n,[n,n]]):o.push([i,n,[r[0],r[2]]])):o.push([i,null,[null,null]]);return o},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u=[];for(n=0,o=0,r=0,s=0,l=0;l<t.length;l++){if(i=t[l][1],h=t[l][2],u[l]=t[l],null===i||isNaN(i)||(n+=h[0],o+=i,r+=h[1],s+=1),l-e>=0){var d=t[l-e];null===d[1]||isNaN(d[1])||(n-=d[2][0],o-=d[1],r-=d[2][1],s-=1)}u[l]=s?[t[l][0],1*o/s,[1*n/s,1*r/s]]:[t[l][0],null,[null,null]]}return u},a.default=r,e.exports=a.default},{"./bars":5}],3:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o,s=[],l=a.get("sigma"),h=a.get("logscale"),u=0;u<t.length;u++)i=t[u][0],o=t[u][e],h&&null!==o&&(o[0]<=0||o[0]-l*o[1]<=0)&&(o=null),null!==o?(n=o[0],null===n||isNaN(n)?s.push([i,n,[n,n,n]]):(r=l*o[1],s.push([i,n,[n-r,n+r,o[1]]]))):s.push([i,null,[null,null,null]]);return s},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u,d,c=[],p=a.get("sigma");for(i=0;i<t.length;i++){for(s=0,u=0,l=0,n=Math.max(0,i-e+1);n<i+1;n++)null===(r=t[n][1])||isNaN(r)||(l++,s+=r,u+=Math.pow(t[n][2
null===d||isNaN(d)||(d=u.yval_stacked)),null===d&&(d=NaN,o||(u.yval=NaN)),u.y=r.calcYNormal_(s,d,l)}this.dygraph_.dataHandler_.onLineEvaluated(i,s,l)}},r.prototype._evaluateLineTicks=function(){var t,e,a,i,n,r;for(this.xticks=[],t=0;t<this.xTicks_.length;t++)e=this.xTicks_[t],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentXCoord(n))>=0&&i<1&&this.xticks.push({pos:i,label:a,has_tick:r});for(this.yticks=[],t=0;t<this.yAxes_.length;t++)for(var o=this.yAxes_[t],s=0;s<o.ticks.length;s++)e=o.ticks[s],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentYCoord(n,t))>0&&i<=1&&this.yticks.push({axis:t,pos:i,label:a,has_tick:r})},r.prototype._evaluateAnnotations=function(){var t,e={};for(t=0;t<this.annotations.length;t++){var a=this.annotations[t];e[a.xval+","+a.series]=a}if(this.annotated_points=[],this.annotations&&this.annotations.length)for(var i=0;i<this.points.length;i++){var n=this.points[i];for(t=0;t<n.length;t++){var r=n[t],o=r.xval+","+r.name;o in e&&(r.annotation=e[o],this.annotated_points.push(r))}}},r.prototype.removeAllDatasets=function(){delete this.points,delete this.setNames,delete this.setPointsLengths,delete this.setPointsOffsets,this.points=[],this.setNames=[],this.setPointsLengths=[],this.setPointsOffsets=[]},a.default=r,e.exports=a.default},{"./dygraph-utils":17}],14:[function(t,e,a){(function(t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=null;if(void 0!==t);a.default=i,e.exports=a.default}).call(this,t("_process"))},{_process:1}],15:[function(t,e,a){(function(i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var r=t("./dygraph-utils"),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(r),s=t("./dygraph-default-attrs"),l=n(s),h=t("./dygraph-options-reference"),u=(n(h),function(t){this.dygraph_=t,this.yAxes_=[],this.xAxis_={},this.series_={},this.global_=this.dygraph_.attrs_,this.user_=this.dygraph_.user_attrs_||{},this.labels_=[],this.highlightSeries_=this.get("highlightSeriesOpts")||{},this.reparseSeries()});if(u.AXIS_STRING_MAPPINGS_={y:0,Y:0,y1:0,Y1:0,y2:1,Y2:1},u.axisToIndex_=function(t){if("string"==typeof t){if(u.AXIS_STRING_MAPPINGS_.hasOwnProperty(t))return u.AXIS_STRING_MAPPINGS_[t];throw"Unknown axis : "+t}if("number"==typeof t){if(0===t||1===t)return t;throw"Dygraphs only supports two y-axes, indexed from 0-1."}if(t)throw"Unknown axis : "+t;return 0},u.prototype.reparseSeries=function(){var t=this.get("labels");if(t){this.labels_=t.slice(1),this.yAxes_=[{series:[],options:{}}],this.xAxis_={options:{}},this.series_={};for(var e=this.user_.series||{},a=0;a<this.labels_.length;a++){var i=this.labels_[a],n=e[i]||{},r=u.axisToIndex_(n.axis);this.series_[i]={idx:a,yAxis:r,options:n},this.yAxes_[r]?this.yAxes_[r].series.push(i):this.yAxes_[r]={series:[i],options:{}}}var s=this.user_.axes||{};o.update(this.yAxes_[0].options,s.y||{}),this.yAxes_.length>1&&o.update(this.yAxes_[1].options,s.y2||{}),o.update(this.xAxis_.options,s.x||{})}},u.prototype.get=function(t){var e=this.getGlobalUser_(t);return null!==e?e:this.getGlobalDefault_(t)},u.prototype.getGlobalUser_=function(t){return this.user_.hasOwnProperty(t)?this.user_[t]:null},u.prototype.getGlobalDefault_=function(t){return this.global_.hasOwnProperty(t)?this.global_[t]:l.default.hasOwnProperty(t)?l.default[t]:null},u.prototype.getForAxis=function(t,e){var a,i;if("number"==typeof e)a=e,i=0===a?"y":"y2";else{if("y1"==e&&(e="y"),"y"==e)a=0;else if("y2"==e)a=1;else{if("x"!=e)throw"Unknown axis "+e;a=-1}i=e}var n=-1==a?this.xAxis_:this.yAxes_[a];if(n){var r=n.options;if(r.hasOwnProperty(t))return r[t]}if("x"!==e||"logscale"!==t){var o=this.getGlobalUser_(t);if(null!==o)return o}var s=l.default.axes[i];return s.hasOwnProperty(t)?s[t]:this.getGlobalDefault_(t)},u.prototype.getForSeries=function(t,e){if(e===this.dygraph_.getHighlightSeries()&&this.highlightSeries_.hasOwnProperty(t))return this.highlightSeries_[t];if(!this.se
e.width=this.width_,e.height=this.height_,e.style.width=this.width_+"px",e.style.height=this.height_+"px",e},Q.prototype.createMouseEventElement_=function(){return this.canvas_},Q.prototype.setColors_=function(){var t=this.getLabels(),e=t.length-1;this.colors_=[],this.colorsMap_={};for(var a=this.getNumericOption("colorSaturation")||1,i=this.getNumericOption("colorValue")||.5,n=Math.ceil(e/2),r=this.getOption("colors"),o=this.visibility(),s=0;s<e;s++)if(o[s]){var l=t[s+1],h=this.attributes_.getForSeries("color",l);if(!h)if(r)h=r[s%r.length];else{var u=s%2?n+(s+1)/2:Math.ceil((s+1)/2),d=1*u/(1+e);h=x.hsvToRGB(d,a,i)}this.colors_.push(h),this.colorsMap_[l]=h}},Q.prototype.getColors=function(){return this.colors_},Q.prototype.getPropertiesForSeries=function(t){for(var e=-1,a=this.getLabels(),i=1;i<a.length;i++)if(a[i]==t){e=i;break}return-1==e?null:{name:t,column:e,visible:this.visibility()[e-1],color:this.colorsMap_[t],axis:1+this.attributes_.axisForSeries(t)}},Q.prototype.createRollInterface_=function(){var t=this,e=this.roller_;e||(this.roller_=e=document.createElement("input"),e.type="text",e.style.display="none",e.className="dygraph-roller",this.graphDiv.appendChild(e));var a=this.getBooleanOption("showRoller")?"block":"none",i=this.getArea(),n={top:i.y+i.h-25+"px",left:i.x+1+"px",display:a};e.size="2",e.value=this.rollPeriod_,x.update(e.style,n),e.onchange=function(){return t.adjustRoll(e.value)}},Q.prototype.createDragInterface_=function(){var t={isZooming:!1,isPanning:!1,is2DPan:!1,dragStartX:null,dragStartY:null,dragEndX:null,dragEndY:null,dragDirection:null,prevEndX:null,prevEndY:null,prevDragDirection:null,cancelNextDblclick:!1,initialLeftmostDate:null,xUnitsPerPixel:null,dateRange:null,px:0,py:0,boundedDates:null,boundedValues:null,tarp:new O.default,initializeMouseDown:function(t,e,a){t.preventDefault?t.preventDefault():(t.returnValue=!1,t.cancelBubble=!0);var i=x.findPos(e.canvas_);a.px=i.x,a.py=i.y,a.dragStartX=x.dragGetX_(t,a),a.dragStartY=x.dragGetY_(t,a),a.cancelNextDblclick=!1,a.tarp.cover()},destroy:function(){var t=this;if((t.isZooming||t.isPanning)&&(t.isZooming=!1,t.dragStartX=null,t.dragStartY=null),t.isPanning){t.isPanning=!1,t.draggingDate=null,t.dateRange=null;for(var e=0;e<a.axes_.length;e++)delete a.axes_[e].draggingValue,delete a.axes_[e].dragValueRange}t.tarp.uncover()}},e=this.getOption("interactionModel"),a=this;for(var i in e)e.hasOwnProperty(i)&&this.addAndTrackEvent(this.mouseEventElement_,i,function(e){return function(i){e(i,a,t)}}(e[i]));if(!e.willDestroyContextMyself){var n=function(e){t.destroy()};this.addAndTrackEvent(document,"mouseup",n)}},Q.prototype.drawZoomRect_=function(t,e,a,i,n,r,o,s){var l=this.canvas_ctx_;r==x.HORIZONTAL?l.clearRect(Math.min(e,o),this.layout_.getPlotArea().y,Math.abs(e-o),this.layout_.getPlotArea().h):r==x.VERTICAL&&l.clearRect(this.layout_.getPlotArea().x,Math.min(i,s),this.layout_.getPlotArea().w,Math.abs(i-s)),t==x.HORIZONTAL?a&&e&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(Math.min(e,a),this.layout_.getPlotArea().y,Math.abs(a-e),this.layout_.getPlotArea().h)):t==x.VERTICAL&&n&&i&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(this.layout_.getPlotArea().x,Math.min(i,n),this.layout_.getPlotArea().w,Math.abs(n-i)))},Q.prototype.clearZoomRect_=function(){this.currentZoomRectArgs_=null,this.canvas_ctx_.clearRect(0,0,this.width_,this.height_)},Q.prototype.doZoomX_=function(t,e){this.currentZoomRectArgs_=null;var a=this.toDataXCoord(t),i=this.toDataXCoord(e);this.doZoomXDates_(a,i)},Q.prototype.doZoomXDates_=function(t,e){var a=this,i=this.xAxisRange(),n=[t,e],r=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(i,n,null,null,function(){r&&r.call(a,t,e,a.yAxisRanges())})},Q.prototype.doZoomY_=function(t,e){var a=this;this.currentZoomRectArgs_=null;for(var i=this.yAxisRanges(),n=[],r=0;r<this.axes_.length;r++){var o=this.toDataYCoord(t,r),l=this.toDataYCoord(e,r);n.push([l,o])}var h=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(null,null,i,n,function(){if(h){var t=a.xAxisRange(),e=s(t,2),i=e[0],n=e[1];h.call(a,i,n,a.yAxisRanges())}
;d.style.fontSize=e.getOption("axisLabelFontSize")+"px";var c="dygraph-annotation";h.hasOwnProperty("icon")||(c+=" dygraphDefaultAnnotation dygraph-default-annotation"),h.hasOwnProperty("cssClass")&&(c+=" "+h.cssClass),d.className=c;var p=h.hasOwnProperty("width")?h.width:16,g=h.hasOwnProperty("height")?h.height:16;if(h.hasOwnProperty("icon")){var f=document.createElement("img");f.src=h.icon,f.width=p,f.height=g,d.appendChild(f)}else l.annotation.hasOwnProperty("shortText")&&d.appendChild(document.createTextNode(l.annotation.shortText));var _=l.canvasx-p/2;d.style.left=_+"px";var v=0;if(h.attachAtBottom){var y=r.y+r.h-g-u;o[_]?y-=o[_]:o[_]=0,o[_]+=u+g,v=y}else v=l.canvasy-g-u;d.style.top=v+"px",d.style.width=p+"px",d.style.height=g+"px",d.title=l.annotation.text,d.style.color=e.colorsMap_[l.name],d.style.borderColor=e.colorsMap_[l.name],h.div=d,e.addAndTrackEvent(d,"click",n("clickHandler","annotationClickHandler",l)),e.addAndTrackEvent(d,"mouseover",n("mouseOverHandler","annotationMouseOverHandler",l)),e.addAndTrackEvent(d,"mouseout",n("mouseOutHandler","annotationMouseOutHandler",l)),e.addAndTrackEvent(d,"dblclick",n("dblClickHandler","annotationDblClickHandler",l)),i.appendChild(d),this.annotations_.push(d);var x=t.drawingContext;if(x.save(),x.strokeStyle=h.hasOwnProperty("tickColor")?h.tickColor:e.colorsMap_[l.name],x.lineWidth=h.hasOwnProperty("tickWidth")?h.tickWidth:e.getOption("strokeWidth"),x.beginPath(),h.attachAtBottom){var y=v+g;x.moveTo(l.canvasx,y),x.lineTo(l.canvasx,y+u)}else x.moveTo(l.canvasx,l.canvasy),x.lineTo(l.canvasx,l.canvasy-2-u);x.closePath(),x.stroke(),x.restore()}}},i.prototype.destroy=function(){this.detachLabels()},a.default=i,e.exports=a.default},{}],21:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("../dygraph-utils"),n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(i),r=function(){this.xlabels_=[],this.ylabels_=[]};r.prototype.toString=function(){return"Axes Plugin"},r.prototype.activate=function(t){return{layout:this.layout,clearChart:this.clearChart,willDrawChart:this.willDrawChart}},r.prototype.layout=function(t){var e=t.dygraph;if(e.getOptionForAxis("drawAxis","y")){var a=e.getOptionForAxis("axisLabelWidth","y")+2*e.getOptionForAxis("axisTickSize","y");t.reserveSpaceLeft(a)}if(e.getOptionForAxis("drawAxis","x")){var i;i=e.getOption("xAxisHeight")?e.getOption("xAxisHeight"):e.getOptionForAxis("axisLabelFontSize","x")+2*e.getOptionForAxis("axisTickSize","x"),t.reserveSpaceBottom(i)}if(2==e.numAxes()){if(e.getOptionForAxis("drawAxis","y2")){var a=e.getOptionForAxis("axisLabelWidth","y2")+2*e.getOptionForAxis("axisTickSize","y2");t.reserveSpaceRight(a)}}else e.numAxes()>2&&e.error("Only two y-axes are supported at this time. (Trying to use "+e.numAxes()+")")},r.prototype.detachLabels=function(){function t(t){for(var e=0;e<t.length;e++){var a=t[e];a.parentNode&&a.parentNode.removeChild(a)}}t(this.xlabels_),t(this.ylabels_),this.xlabels_=[],this.ylabels_=[]},r.prototype.clearChart=function(t){this.detachLabels()},r.prototype.willDrawChart=function(t){function e(t){return Math.round(t)+.5}function a(t){return Math.round(t)-.5}var i=this,r=t.dygraph;if(r.getOptionForAxis("drawAxis","x")||r.getOptionForAxis("drawAxis","y")||r.getOptionForAxis("drawAxis","y2")){var o,s,l,h=t.drawingContext,u=t.canvas.parentNode,d=r.width_,c=r.height_,p=function(t){return{position:"absolute",fontSize:r.getOptionForAxis("axisLabelFontSize",t)+"px",width:r.getOptionForAxis("axisLabelWidth",t)+"px"}},g={x:p("x"),y:p("y"),y2:p("y2")},f=function(t,e,a){var i=document.createElement("div"),r=g["y2"==a?"y2":e];n.update(i.style,r);var o=document.createElement("div");return o.className="dygraph-axis-label dygraph-axis-label-"+e+(a?" dygraph-axis-label-"+a:""),o.innerHTML=t,i.appendChild(o),i};h.save();var _=r.layout_,v=t.dygraph.plotter_.area,y=function(t){return function(e){return r.getOptionForAxis(e,t)}};if(r.getOptionForAxis("drawAxis","y")){if(_.yticks&&_.yticks.length>0){va
//# sourceMappingURL=dist/dygraph.min.js.map</script>
<script>
document.getElementById("download").addEventListener("click", function(e) {
html2canvas(document.body, {background: "#fff"}).then(function(canvas) {
var url = canvas.toDataURL('image/png').replace(/^data:image\/[^;]/, 'data:application/octet-stream');
var a = document.createElement("a");
a.setAttribute("download", "vegeta-plot.png");
a.setAttribute("href", url);
a.click();
});
});
var container = document.getElementById("latencies");
var opts = {
"title": "[Debian] 30 requests per second, 15 minutes (#5)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,247.9043],
[0.098,155.1833],
[0.365,813.9836],
[0.499,218.6231],
[0.899,503.6157999999999],
[0.966,1390.5823],
[1.1320000000000001,522.1721],
[1.365,1082.1668],
[1.698,906.4866000000001],
[1.998,875.4884000000001],
[2.199,886.2066],
[2.265,729.0718],
[2.566,650.9916],
[2.766,1133.1502],
[2.931,614.8977],
[3.331,624.645],
[3.466,644.838],
[3.798,457.4305],
[3.866,1132.1603],
[4.098,426.8309],
[4.399,565.1152999999999],
[4.532,423.5706],
[4.933,392.3526],
[5.032,307.4169],
[5.266,331.8456],
[5.498,217.6488],
[5.666,232.2862],
[5.931,121.99849999999999],
[6.265,157.6453],
[6.398,129.7875],
[6.731,156.16150000000002],
[6.8,124.93849999999999],
[7.131,141.5135],
[7.233,119.07130000000001],
[7.466,152.2135],
[7.666,119.07230000000001],
[8.065,149.4676],
[8.198,122.50880000000001],
[8.398,147.3777],
[8.566,122.9619],
[8.799,130.7836],
[9.032,118.0783],
[9.298,139.1448],
[9.533,120.48949999999999],
[9.865,116.1445],
[10.031,134.67399999999998],
[10.198,118.0958],
[10.365,134.7013],
[10.698,137.62030000000001],
[10.832,147.37529999999998],
[11.065,122.0035],
[11.432,118.10220000000001],
[11.665,144.4478],
[11.731,121.0022],
[12.031,117.1161],
[12.331,137.6148],
[12.398,121.9817],
[12.665,116.1438],
[12.964,137.6369],
[13.198,113.2164],
[13.365,130.83610000000002],
[13.531,119.0914],
[13.898,118.11000000000001],
[14.065,672.1728999999999],
[14.199,132.4176],
[14.433,149.308],
[14.699,114.179],
[14.965,144.4473],
[15.1,119.0735],
[15.465,120.0483],
[15.733,139.5789],
[15.799,817.8901],
[15.999,119.0709],
[16.299,220.57399999999998],
[16.498,236.1683],
[16.833,190.5641],
[16.933,121.8559],
[17.298,114.1933],
[17.498,138.5916],
[17.698,119.0556],
[17.865,143.4725],
[18.065,119.072],
[18.331,145.4246],
[18.466,120.561],
[18.732,117.098],
[18.965,154.2056],
[19.132,119.0703],
[19.498,146.3994],
[19.598,125.88650000000001],
[20.031,132.7524],
[20.132,119.09060000000001],
[20.398,116.14280000000001],
[20.698,140.5427],
[20.865,813.9866],
[20.966,122.9775],
[21.166,1067.846],
[21.399,525.327],
[21.666,665.7342000000001],
[21.899,541.7818],
[22.066,1214.3921],
[22.299,506.123],
[22.566,461.667],
[22.765,586.2968],
[22.998,414.5],
[23.331,349.07640000000004],
[23.531,462.62399999999997],
[23.699,308.4252],
[24.031,368.9278],
[24.1,255.7122],
[24.432,212.8925],
[24.698,131.7768],
[24.964,121.0478],
[25.2,135.6653],
[25.398,651.5600000000001],
[25.465,121.9994],
[25.833,201.0812],
[25.899,144.44889999999998],
[26.198,118.8523],
[26.531,133.7131],
[26.564,118.0924],
[26.998,122.66760000000001],
[27.065,636.9101],
[27.266,141.5193],
[27.564,158.0925],
[27.699,121.7235],
[28.098,119.0479],
[28.298,132.4843],
[28.5,118.0996],
[28.733,679.9382],
[28.831,133.6946],
[29.098,149.9976],
[29.366,151.2783],
[29.5,119.0716],
[29.866,132.7619],
[30.099,118.1242],
[30.231,149.3011],
[30.398,119.07230000000001],
[30.733,135.66049999999998],
[30.866,114.7523],
[31.198,129.808],
[31.431,117.1205],
[31.733,146.3995],
[31.765,117.1185],
[31.998,130.7824],
[32.365,115.6756],
[32.531,137.6402],
[32.666,118.6904],
[33.065,121.0025],
[33.131,665.6432],
[33.365,152.2352],
[33.699,120.0465],
[33.931,129.809],
[34.065,114.1923],
[34.233,123.95100000000001],
[34.565,132.7342],
[34.799,117.2249],
[35.032,143.0058],
[35.166,120.0475],
[35.533,125.90390000000001],
[35.599,691.852],
[35.799,126.87979999999999],
[36.065,155.18370000000002],
[36.298,116.8588],
[36.498,134.4535],
[36.733,119.0719],
[37.098,118.0958],
[37.265,143.4726],
[37.399,117.11580000000001],
[37.698,141.4981],
[37.931,116.87],
[38.232,149.3131],
[38.298,158.10920000000002],
[38.498,119.0749],
[38.732,138.0069],
[38.966,119.58779999999999],
[39.299,128.808],
[39.431,119.0712],
[39.831,121.04719999999999],
[39.965,702.0787],
[40.099,151.75900000000001],
[40.465,163.99269999999999],
[40.731,126.87599999999999],
[40.932,662.4405],
[40.998,124.9064],
[41.332,175.69199999999998],
[41.432,121.0232],
[41.831,139.5682],
[41.998,148.3532],
[42.165,121.9996],
[42.531,140.2155],
[42.698,115.1639],
[42.799,130.822],
[43.132,140.5328],
[43.431,120.0762],
[43.598,633.0069000000001],
[43.698,134.6905],
[44.065,183.4896],
[44.133,120.0458],
[44.398,141.51069999999999],
[44.598,121.0267],
[44.798,142.4839],
[45.166,119.0728],
[45.298,158.113],
[45.631,120.0404],
[45.864,728.8430999999999],
[45.932,152.25220000000002],
[46.199,172.3362],
[46.398,128.8328],
[46.598,118.0962],
[46.933,150.25920000000002],
[47.165,118.0943],
[47.366,147.4897],
[47.565,117.1006],
[47.731,127.85569999999998],
[47.965,116.1419],
[48.365,116.1429],
[48.466,655.9152],
[48.631,127.83200000000001],
[48.864,164.03400000000002],
[49.098,122.6896],
[49.332,131.3585],
[49.633,111.26469999999999],
[49.965,118.6034],
[50.132,708.3139000000001],
[50.198,123.6365],
[50.598,132.76170000000002],
[50.831,662.4434],
[50.9,130.74620000000002],
[51.298,129.55839999999998],
[51.464,644.9831],
[51.565,125.7607],
[51.9,144.4282],
[52.198,116.14399999999999],
[52.431,643.9188],
[52.465,121.9797],
[52.798,154.4009],
[52.933,169.8247],
[53.298,116.14489999999999],
[53.433,642.7687],
[53.6,123.9537],
[53.899,154.7672],
[54.032,118.0957],
[54.298,127.85499999999999],
[54.498,119.0711],
[54.698,129.8365],
[54.965,139.265],
[55.332,126.89800000000001],
[55.498,685.6673],
[55.599,125.9037],
[56,159.095],
[56.132,119.07230000000001],
[56.431,136.64270000000002],
[56.499,121.0334],
[56.932,120.0304],
[56.964,137.1233],
[57.198,118.0963],
[57.498,132.7353],
[57.832,114.88239999999999],
[57.898,615.5848000000001],
[58.098,122.95],
[58.465,137.61509999999998],
[58.599,122.9882],
[58.931,138.5787],
[59,119.07220000000001],
[59.3,134.4487],
[59.498,116.1496],
[59.865,119.07600000000001],
[60.098,723.4639000000001],
[60.133,121.99980000000001],
[60.466,983.782],
[60.566,153.2317],
[60.898,359.16389999999996],
[61.165,433.344],
[61.366,458.8426],
[61.464,327.08340000000004],
[61.832,405.058],
[61.966,255.714],
[62.298,250.84810000000002],
[62.399,150.2993],
[62.598,161.9983],
[62.833,119.0924],
[63.098,140.5698],
[63.299,118.0885],
[63.698,116.16460000000001],
[63.865,126.88889999999999],
[64.131,134.4311],
[64.165,119.20830000000001],
[64.398,128.8348],
[64.733,132.7374],
[64.933,118.1152],
[65.166,142.497],
[65.398,149.7993],
[65.533,116.14829999999999],
[65.831,131.7789],
[65.965,119.0719],
[66.233,135.6414],
[66.6,121.9977],
[66.665,231.3169],
[66.865,125.5069],
[67.098,147.0196],
[67.365,121.99799999999999],
[67.598,128.8355],
[67.865,117.1003],
[68.164,118.0955],
[68.265,657.7806],
[68.433,128.8313],
[68.765,156.1596],
[69.098,129.8451],
[69.231,771.8196],
[69.332,206.19660000000002],
[69.633,143.9744],
[69.965,123.9243],
[70.031,691.5359],
[70.231,132.6921],
[70.598,156.86939999999998],
[70.798,122.59259999999999],
[71,147.3595],
[71.231,119.05409999999999],
[71.566,115.18390000000001],
[71.731,127.856],
[72,118.94109999999999],
[72.232,129.8069],
[72.364,837.7964],
[72.499,124.9295],
[72.798,279.1406],
[72.998,320.12010000000004],
[73.265,190.7602],
[73.398,194.02169999999998],
[73.631,117.7148],
[73.998,132.7362],
[74.098,143.4723],
[74.499,120.0168],
[74.664,618.7855],
[74.732,120.9873],
[74.966,128.832],
[75.398,139.5883],
[75.498,119.077],
[75.632,131.32160000000002],
[75.9,116.3476],
[76.298,130.78400000000002],
[76.432,118.0731],
[76.698,118.1153],
[76.966,130.7811],
[77.032,118.9193],
[77.266,147.0938],
[77.431,121.9747],
[77.665,131.74530000000001],
[78.031,117.1233],
[78.198,144.0923],
[78.498,118.65090000000001],
[78.731,636.3154],
[78.8,124.9171],
[79.066,192.24939999999998],
[79.431,123.8357],
[79.532,802.5667],
[79.732,141.03470000000002],
[79.966,310.3452],
[80.331,721.7144],
[80.432,217.6438],
[80.765,460.7506],
[80.865,346.80899999999997],
[81.132,305.4662],
[81.365,186.4332],
[81.5,273.28000000000003],
[81.798,704.4266],
[81.966,125.90489999999998],
[82.265,740.2963],
[82.398,127.84660000000001],
[82.665,210.3319],
[82.933,126.8808],
[83.231,135.3303],
[83.432,119.3711],
[83.631,146.3857],
[83.766,117.1186],
[84.098,146.3955],
[84.232,120.0431],
[84.566,139.5431],
[84.665,120.4533],
[84.931,119.0489],
[85.231,130.7406],
[85.532,122.9695],
[85.631,787.8573],
[85.798,142.496],
[86.1,844.4485999999999],
[86.231,131.325],
[86.564,144.4453],
[86.833,121.9999],
[86.931,708.5574],
[87.132,137.6113],
[87.365,146.38680000000002],
[87.631,152.2119],
[87.831,120.0902],
[88.198,130.7833],
[88.265,114.1877],
[88.665,120.5791],
[88.732,655.4846],
[88.932,125.9054],
[89.266,121.0399],
[89.466,144.4232],
[89.631,119.0739],
[89.831,142.1656],
[90.199,118.2977],
[90.264,142.9818],
[90.698,142.4966],
[90.731,119.07230000000001],
[91.031,134.093],
[91.366,121.0233],
[91.598,149.32829999999998],
[91.731,122.9766],
[92.032,130.7998],
[92.131,808.6498],
[92.299,187.3474],
[92.598,443.66339999999997],
[92.899,491.9056],
[93.164,313.2952],
[93.331,393.22679999999997],
[93.432,251.8247],
[93.665,227.0572],
[93.964,120.0484],
[94.198,129.39149999999998],
[94.532,141.5206],
[94.565,115.1913],
[94.933,115.1461],
[95.131,140.5427],
[95.298,120.0709],
[95.564,116.1429],
[95.731,135.6638],
[96.065,119.044],
[96.165,758.1620999999999],
[96.365,123.722],
[96.566,858.8947999999999],
[96.798,193.24849999999998],
[97.099,306.4848],
[97.264,321.6125],
[97.565,269.8652],
[97.698,141.055],
[97.966,119.0705],
[98.331,121.68769999999999],
[98.4,648.7223],
[98.598,126.8426],
[98.999,119.0578],
[99.265,134.6683],
[99.432,118.0954],
[99.566,151.0108],
[99.766,119.04950000000001],
[99.998,193.9626],
[100.231,120.6894],
[100.598,122.962],
[100.664,691.7457],
[100.864,131.7595],
[101.265,131.53709999999998],
[101.333,115.2016],
[101.531,137.6176],
[101.933,116.1358],
[102.165,118.1104],
[102.331,725.9934999999999],
[102.432,146.40120000000002],
[102.698,180.5649],
[102.999,121.0251],
[103.131,131.7475],
[103.465,120.0487],
[103.698,152.2532],
[103.798,129.4735],
[104.198,122.01950000000001],
[104.299,744.6890000000001],
[104.665,938.9162],
[104.698,128.8327],
[104.933,925.9222],
[105.265,1062.5639],
[105.399,297.3577],
[105.733,397.2328],
[105.798,306.4201],
[106.2,325.2276],
[106.298,203.0651],
[106.531,204.83509999999998],
[106.698,124.92880000000001],
[107.098,122.00850000000001],
[107.265,776.698],
[107.398,123.96409999999999],
[107.598,886.9828],
[107.866,294.7366],
[108.099,1350.2227],
[108.3,334.7504],
[108.631,282.04540000000003],
[108.732,375.8574],
[109.066,383.9551],
[109.231,395.0464],
[109.532,342.5766],
[109.666,163.96959999999999],
[110.065,127.8648],
[110.265,827.2862],
[110.333,126.8584],
[110.733,332.8155],
[110.765,242.0463],
[111.098,219.6002],
[111.198,140.55419999999998],
[111.599,122.7195],
[111.733,637.6115],
[111.898,122.0004],
[112.299,843.9877],
[112.365,173.72789999999998],
[112.565,282.7188],
[112.966,351.8685],
[113.031,237.6763],
[113.231,261.5719],
[113.498,129.8125],
[113.831,121.99849999999999],
[113.933,770.62],
[114.132,161.0482],
[114.466,270.3505],
[114.732,185.4662],
[114.9,756.3965999999999],
[115.031,154.1988],
[115.465,255.08520000000001],
[115.531,137.64000000000001],
[115.831,116.7663],
[115.932,141.5206],
[116.231,121.00450000000001],
[116.465,130.7864],
[116.637,138.5944],
[116.966,120.0263],
[117.065,652.4716999999999],
[117.298,129.80720000000002],
[117.665,118.7372],
[117.831,148.3893],
[117.966,124.9343],
[118.398,142.4957],
[118.598,126.85879999999999],
[118.732,835.3804],
[118.866,131.7842],
[119.099,844.9582],
[119.333,201.2306],
[119.698,237.9237],
[119.933,139.565],
[120.031,126.8808],
[120.399,137.12369999999999],
[120.598,751.6174],
[120.765,1027.3269],
[120.898,139.5497],
[121.199,246.91160000000002],
[121.531,240.0999],
[121.632,144.4656],
[121.899,116.71209999999999],
[122.099,133.7114],
[122.298,117.2839],
[122.566,132.73479999999998],
[122.898,118.0962],
[122.966,651.3421000000001],
[123.131,125.2354],
[123.365,117.1682],
[123.7,147.5031],
[123.931,126.87689999999999],
[124.166,655.5078],
[124.265,138.5962],
[124.564,121.9802],
[124.898,134.6884],
[125.066,697.462],
[125.165,139.56859999999998],
[125.531,145.99699999999999],
[125.665,121.9996],
[126.031,118.095],
[126.2,670.1296],
[126.298,132.7302],
[126.665,168.8469],
[126.733,184.10850000000002],
[126.964,129.80030000000002],
[127.198,135.6766],
[127.532,137.6158],
[127.666,116.1441],
[128.031,118.0958],
[128.3,141.5332],
[128.366,119.0714],
[128.566,129.7982],
[128.931,136.6397],
[128.999,123.9538],
[129.398,127.8562],
[129.465,117.7039],
[129.731,144.4485],
[129.898,118.2546],
[130.231,116.1066],
[130.431,141.52020000000002],
[130.566,119.0859],
[131,132.75619999999998],
[131.132,116.1381],
[131.365,147.3918],
[131.666,118.09740000000001],
[131.698,128.8324],
[132.031,118.1423],
[132.331,138.56760000000003],
[132.466,118.0766],
[132.766,124.9278],
[132.832,118.1127],
[133.232,119.5908],
[133.332,217.5772],
[133.499,120.2931],
[133.765,143.4802],
[134.131,121.97810000000001],
[134.331,709.2723],
[134.398,126.8763],
[134.699,134.8635],
[134.832,120.067],
[135.265,118.0962],
[135.498,148.3537],
[135.565,121.00420000000001],
[135.898,146.0695],
[136.031,122.9959],
[136.365,130.7804],
[136.499,133.7343],
[136.665,120.0479],
[137.065,119.9907],
[137.198,139.5701],
[137.465,156.8987],
[137.599,123.9521],
[137.898,135.6832],
[138.198,132.7371],
[138.299,682.2713],
[138.465,118.7347],
[138.865,146.1363],
[138.965,121.73530000000001],
[139.232,119.07220000000001],
[139.531,167.8736],
[139.565,122.97],
[139.965,146.3971],
[140.031,122.9952],
[140.398,137.6283],
[140.533,130.7841],
[140.898,120.5909],
[140.965,764.2035999999999],
[141.165,152.26819999999998],
[141.399,122.004],
[141.732,148.8972],
[141.832,126.8823],
[142.132,149.3397],
[142.266,120.0484],
[142.565,130.7855],
[142.898,143.4734],
[143.131,120.9974],
[143.232,714.7714],
[143.398,122.97529999999999],
[143.632,142.3292],
[143.932,118.06139999999999],
[144.164,146.39579999999998],
[144.331,120.05340000000001],
[144.731,118.0948],
[144.765,130.768],
[144.998,149.3279],
[145.398,163.0084],
[145.431,123.949],
[145.798,147.3527],
[145.933,150.8933],
[146.098,123.6303],
[146.432,120.5359],
[146.631,142.4925],
[146.766,121.6024],
[147.132,150.3049],
[147.366,123.9516],
[147.533,130.7824],
[147.733,141.5188],
[147.931,120.047],
[148.265,145.7248],
[148.399,118.1224],
[148.698,118.0914],
[148.833,815.2718],
[149.031,135.4983],
[149.331,242.337],
[149.633,277.6998],
[149.699,190.8364],
[150.031,123.9187],
[150.165,145.4255],
[150.431,117.0987],
[150.798,118.90870000000001],
[150.965,754.0202],
[151.064,140.54430000000002],
[151.365,174.441],
[151.566,129.8104],
[151.931,134.6866],
[152.131,794.2633],
[152.164,125.9053],
[152.531,143.4731],
[152.833,312.3429],
[152.898,210.8161],
[153.266,241.6542],
[153.299,148.3517],
[153.531,125.9093],
[153.799,145.2363],
[154.166,119.5986],
[154.365,655.5537999999999],
[154.431,120.04910000000001],
[154.665,127.53229999999999],
[154.898,137.6161],
[155.1,118.8581],
[155.532,116.1716],
[155.732,124.9346],
[155.965,758.0811],
[155.998,134.6914],
[156.366,120.06179999999999],
[156.465,149.3263],
[156.698,120.6024],
[157.099,118.1043],
[157.132,132.7359],
[157.5,116.14399999999999],
[157.598,138.5753],
[157.999,121.6425],
[158.199,687.8856],
[158.264,122],
[158.664,146.40030000000002],
[158.865,120.3921],
[159.131,128.83339999999998],
[159.299,708.262],
[159.398,126.97249999999998],
[159.666,214.7192],
[159.866,126.8813],
[160.131,136.64090000000002],
[160.298,119.0932],
[160.698,124.1071],
[160.831,782.7337],
[160.966,126.88],
[161.198,172.74339999999998],
[161.5,134.68740000000003],
[161.665,155.1842],
[161.898,122.605],
[162.265,140.53789999999998],
[162.366,122.1181],
[162.632,135.6647],
[162.931,122.00070000000001],
[163.032,691.5192999999999],
[163.2,132.7378],
[163.533,182.50230000000002],
[163.865,125.90409999999999],
[163.898,722.7374],
[164.098,143.4881],
[164.433,171.5348],
[164.665,123.9527],
[164.864,119.0727],
[165.198,151.3029],
[165.265,121.6732],
[165.632,119.69839999999999],
[165.765,792.6645],
[165.899,131.3762],
[166.298,135.6532],
[166.533,837.7219],
[166.598,133.3825],
[166.864,774.6143],
[167.031,183.1541],
[167.266,288.89939999999996],
[167.498,199.1038],
[167.831,117.1303],
[168.133,663.1422],
[168.166,119.08489999999999],
[168.432,141.9578],
[168.598,122.9884],
[169.033,122.0016],
[169.132,681.7537],
[169.298,130.78400000000002],
[169.499,147.8815],
[169.765,119.0516],
[170.099,125.90399999999998],
[170.231,118.0957],
[170.466,127.5747],
[170.765,117.12450000000001],
[171.066,122.0796],
[171.198,653.9198],
[171.3,123.9382],
[171.565,137.6028],
[171.966,116.14439999999999],
[172.032,144.44979999999998],
[172.198,118.0947],
[172.498,137.3059],
[172.664,118.6367],
[172.932,133.7129],
[173.299,117.6885],
[173.498,665.6396],
[173.565,117.119],
[173.965,166.896],
[173.998,126.8816],
[174.299,139.2901],
[174.531,116.8846],
[174.865,139.5168],
[174.931,120.9868],
[175.166,159.0622],
[175.364,123.6102],
[175.731,138.5892],
[175.999,118.0938],
[176.031,146.3809],
[176.264,120.04910000000001],
[176.698,137.6163],
[176.832,121.0427],
[176.966,134.6907],
[177.366,118.6854],
[177.564,738.8331000000001],
[177.633,115.1858],
[177.833,145.4248],
[178.165,175.6842],
[178.299,120.6919],
[178.698,133.7101],
[178.865,119.07289999999999],
[179.131,136.0395],
[179.231,122.6553],
[179.6,116.8123],
[179.733,145.73600000000002],
[180.065,125.9025],
[180.198,661.7509],
[180.331,133.689],
[180.564,117.1197],
[180.931,116.1562],
[181.131,741.2457],
[181.233,122.0001],
[181.465,125.8899],
[181.865,119.0827],
[181.898,732.7871],
[182.198,900.7185],
[182.364,134.6882],
[182.699,251.41400000000002],
[182.898,341.3536],
[183.065,234.96200000000002],
[183.265,254.7493],
[183.465,141.517],
[183.899,143.4491],
[183.932,117.1205],
[184.198,128.0121],
[184.566,120.04769999999999],
[184.731,723.8222],
[184.832,127.8572],
[185.032,146.4027],
[185.431,118.1162],
[185.699,121.9762],
[185.798,764.4815],
[185.933,130.31619999999998],
[186.299,253.4986],
[186.466,126.613],
[186.799,140.5449],
[186.831,123.9528],
[187.232,130.7722],
[187.331,117.1203],
[187.698,119.0513],
[187.8,147.3761],
[187.965,122.9511],
[188.366,151.2988],
[188.432,119.6865],
[188.765,119.78410000000001],
[189.065,152.4281],
[189.099,122.0319],
[189.465,120.0474],
[189.531,149.32819999999998],
[189.865,118.0782],
[190,136.6329],
[190.366,121.6511],
[190.531,732.2431],
[190.665,132.7361],
[190.965,121.69800000000001],
[191.133,157.9315],
[191.366,119.0733],
[191.631,132.7346],
[191.799,119.07230000000001],
[192.131,146.3949],
[192.298,116.14330000000001],
[192.6,125.9123],
[192.698,136.42180000000002],
[193.098,119.64189999999999],
[193.132,720.372],
[193.366,120.57650000000001],
[193.798,141.509],
[193.998,118.0949],
[194.198,139.5317],
[194.265,115.15010000000001],
[194.598,128.81699999999998],
[194.731,117.1214],
[195.098,131.6616],
[195.166,117.0436],
[195.598,135.5185],
[195.833,117.1165],
[195.998,691.963],
[196.066,124.92960000000001],
[196.466,137.6555],
[196.565,122.00179999999999],
[196.831,128.83149999999998],
[196.999,137.3693],
[197.231,116.8514],
[197.598,116.8281],
[197.833,118.6195],
[197.9,700.0118],
[198.1,132.738],
[198.398,118.2947],
[198.698,121.9992],
[198.8,665.1036],
[198.998,128.83800000000002],
[199.433,139.2603],
[199.531,120.0488],
[199.766,119.7558],
[200.098,125.89510000000001],
[200.133,746.6401999999999],
[200.365,121.02449999999999],
[200.665,170.77700000000002],
[200.898,121.0239],
[201.198,122.0004],
[201.399,152.8263],
[201.533,117.1199],
[201.899,121.0242],
[201.965,665.3092],
[202.165,124.9273],
[202.565,132.4119],
[202.798,117.1077],
[202.933,143.4878],
[203.133,120.9147],
[203.365,117.5627],
[203.498,131.9684],
[203.798,116.1437],
[204.099,131.765],
[204.231,118.09060000000001],
[204.5,140.36870000000002],
[204.631,114.825],
[204.866,127.85589999999999],
[205.264,115.1697],
[205.5,990.8443],
[205.533,142.7175],
[205.799,307.7423],
[205.966,238.8234],
[206.398,262.5859],
[206.433,162.99269999999999],
[206.698,120.048],
[206.899,132.7578],
[207.3,116.1341],
[207.498,704.8555],
[207.565,128.9519],
[207.831,135.4952],
[208.031,121.0263],
[208.231,135.3761],
[208.531,117.1195],
[208.865,121.0247],
[209.098,786.263],
[209.131,118.0928],
[209.398,255.7936],
[209.664,330.2334],
[209.798,249.2711],
[210.232,139.10639999999998],
[210.366,113.74380000000001],
[210.564,126.86810000000001],
[210.831,117.1302],
[210.965,139.3611],
[211.332,122.97619999999999],
[211.499,747.1433],
[211.598,160.06390000000002],
[211.831,121.95920000000001],
[212.098,148.8595],
[212.331,114.19369999999999],
[212.533,134.45579999999998],
[212.798,116.157],
[213.066,166.4306],
[213.165,120.556],
[213.398,137.6169],
[213.631,117.1199],
[214.032,135.6692],
[214.199,118.10669999999999],
[214.331,136.6666],
[214.564,116.8276],
[214.865,136.03009999999998],
[215.131,144.453],
[215.266,120.6669],
[215.465,126.90779999999998],
[215.833,118.08009999999999],
[216.032,139.5703],
[216.098,118.1007],
[216.466,127.856],
[216.765,119.6632],
[216.965,751.5563],
[216.999,116.5013],
[217.233,151.93300000000002],
[217.566,165.69480000000001],
[217.732,119.8014],
[218.099,138.26],
[218.198,119.55499999999999],
[218.431,125.9285],
[218.698,115.1323],
[218.931,143.47],
[219.232,129.6182],
[219.265,699.2386],
[219.498,124.9285],
[219.798,139.6751],
[220.098,121.0332],
[220.265,728.0185],
[220.398,131.7586],
[220.665,152.2548],
[220.865,122],
[221.264,119.073],
[221.466,125.90599999999999],
[221.698,805.6318],
[221.733,143.4715],
[222.132,163.58909999999997],
[222.198,1137.4021],
[222.398,259.2623],
[222.833,368.858],
[222.899,305.4176],
[223.099,375.7754],
[223.298,260.6361],
[223.598,177.6326],
[223.798,129.80620000000002],
[224.031,118.64059999999999],
[224.398,120.0487],
[224.565,144.4486],
[224.7,120.23150000000001],
[224.998,140.57410000000002],
[225.131,117.44369999999999],
[225.332,134.6867],
[225.565,118.0959],
[225.798,137.2232],
[226.166,115.1533],
[226.398,134.6954],
[226.565,117.1314],
[226.765,118.1087],
[227.098,123.958],
[227.165,815.0131],
[227.365,178.6225],
[227.633,197.15279999999998],
[227.832,129.8454],
[228.099,119.072],
[228.431,135.90099999999998],
[228.565,118.75139999999999],
[228.732,115.9555],
[229.032,126.60640000000001],
[229.364,116.155],
[229.4,139.5717],
[229.798,127.3737],
[229.931,929.9845],
[230.066,119.9147],
[230.398,295.7276],
[230.499,213.7442],
[230.733,311.865],
[230.966,751.5020999999999],
[231.199,206.925],
[231.531,128.3157],
[231.766,838.1053],
[231.865,129.8056],
[232.2,148.3525],
[232.299,250.5874],
[232.566,165.833],
[232.964,673.9503],
[233,120.5608],
[233.332,219.5993],
[233.498,239.8684],
[233.733,122.6479],
[233.999,146.98530000000002],
[234.198,117.78089999999999],
[234.398,130.7825],
[234.565,113.21730000000001],
[234.933,126.87509999999999],
[235.198,121.9997],
[235.333,161.1398],
[235.498,120.72109999999999],
[235.832,134.8417],
[235.931,121.1401],
[236.264,129.80859999999998],
[236.431,113.2161],
[236.798,121.0274],
[236.898,807.9004],
[237.033,141.5216],
[237.365,187.3888],
[237.598,123.5611],
[237.865,136.0946],
[237.931,116.01939999999999],
[238.365,127.4738],
[238.398,118.0959],
[238.733,119.0731],
[238.865,147.37],
[239.065,121.9981],
[239.365,149.3324],
[239.533,118.0963],
[239.766,137.6153],
[240.033,123.95200000000001],
[240.233,149.3257],
[240.598,122.6202],
[240.7,750.451],
[240.866,135.2082],
[241.166,167.8537],
[241.365,122.0009],
[241.599,118.09559999999999],
[241.965,150.3204],
[241.999,119.0704],
[242.264,133.2432],
[242.565,116.17819999999999],
[242.665,122.6444],
[242.965,151.9046],
[243.265,124.60010000000001],
[243.533,126.5171],
[243.564,766.1352],
[243.798,157.1534],
[244.198,114.20819999999999],
[244.231,128.8329],
[244.631,117.07239999999999],
[244.866,150.3041],
[244.998,118.1164],
[245.231,130.7841],
[245.531,139.3],
[245.732,117.1232],
[245.866,145.4294],
[246.165,122.9766],
[246.366,166.8961],
[246.498,125.8852],
[246.765,161.0411],
[247.066,127.8464],
[247.166,122.9759],
[247.599,162.2852],
[247.666,127.5001],
[247.898,124.60390000000001],
[248.231,149.32750000000001],
[248.398,124.9279],
[248.531,141.5479],
[248.798,120.0546],
[249.066,136.6222],
[249.331,148.3647],
[249.566,120.7318],
[249.833,136.65879999999999],
[250.033,720.9253],
[250.098,155.8325],
[250.431,209.0515],
[250.599,233.4143],
[250.832,121.0081],
[251,829.0043999999999],
[251.232,141.5193],
[251.565,177.0187],
[251.666,133.5047],
[252.031,159.6989],
[252.198,126.74050000000001],
[252.531,153.9841],
[252.731,127.8563],
[252.931,837.5038000000001],
[253.065,151.2794],
[253.433,141.54639999999998],
[253.566,810.6375999999999],
[253.699,125.9285],
[254.099,195.31689999999998],
[254.298,122.50500000000001],
[254.431,952.3111],
[254.598,124.9364],
[254.999,182.40380000000002],
[255.131,1023.4144999999999],
[255.266,247.9162],
[255.566,309.3914],
[255.764,222.521],
[256.131,540.6368],
[256.232,148.6278],
[256.433,325.64029999999997],
[256.665,230.8954],
[256.898,238.78199999999998],
[257.166,122.5231],
[257.332,729.3576],
[257.533,139.9201],
[257.865,184.3932],
[258.033,119.0698],
[258.365,140.5568],
[258.499,117.1389],
[258.765,162.766],
[258.866,125.582],
[259.3,159.575],
[259.365,135.6348],
[259.733,117.8272],
[259.931,139.5641],
[259.998,119.0724],
[260.265,129.8069],
[260.598,143.3207],
[260.732,118.0839],
[260.899,145.4109],
[261.165,124.1349],
[261.398,131.1484],
[261.598,152.2561],
[261.831,120.0564],
[262.031,121.02839999999999],
[262.398,157.1507],
[262.465,122.9991],
[262.898,137.2486],
[263.032,120.6627],
[263.198,131.51399999999998],
[263.398,117.12],
[263.765,129.81119999999999],
[263.966,942.7958],
[264.065,126.864],
[264.265,184.47150000000002],
[264.599,467.526],
[264.866,472.4247],
[265.1,426.02459999999996],
[265.332,289.8555],
[265.465,846.2504],
[265.633,270.8351],
[265.898,349.89189999999996],
[266.133,242.0563],
[266.5,171.7947],
[266.665,200.0799],
[266.832,125.9052],
[267.131,139.5251],
[267.298,146.40120000000002],
[267.498,118.8051],
[267.831,127.8708],
[267.998,942.2475999999999],
[268.099,124.2152],
[268.398,216.672],
[268.565,286.9492],
[268.899,143.4808],
[269.166,162.01170000000002],
[269.231,122.97529999999999],
[269.533,150.3271],
[269.666,129.80839999999998],
[269.999,155.184],
[270.233,171.3302],
[270.366,134.68869999999998],
[270.764,130.7841],
[270.898,734.9392],
[271.033,128.8305],
[271.266,179.5932],
[271.598,116.1624],
[271.698,133.36],
[272.033,125.0022],
[272.198,144.16039999999998],
[272.499,122.00569999999999],
[272.731,135.6643],
[272.965,115.0661],
[273.131,149.31289999999998],
[273.298,120.03909999999999],
[273.499,133.7212],
[273.865,118.1039],
[274,134.4116],
[274.232,120.0489],
[274.598,117.6524],
[274.832,129.80949999999999],
[274.965,823.4358000000001],
[275.099,132.7374],
[275.331,196.8454],
[275.533,127.8563],
[275.865,117.0966],
[276.098,135.6844],
[276.2,153.9847],
[276.598,116.1495],
[276.831,130.18779999999998],
[276.931,120.1881],
[277.299,125.45439999999999],
[277.432,735.3051],
[277.564,137.0169],
[277.9,181.537],
[277.999,139.5731],
[278.399,127.85879999999999],
[278.465,748.9515],
[278.699,134.6515],
[279.098,138.1259],
[279.298,144.9547],
[279.366,120.5546],
[279.766,123.9521],
[279.966,754.7279],
[280.032,123.95249999999999],
[280.298,141.5197],
[280.531,125.55649999999999],
[280.699,118.1119],
[281.066,149.9163],
[281.366,126.8803],
[281.431,810.9472],
[281.6,117.1194],
[281.833,130.53490000000002],
[282.198,119.0672],
[282.366,146.0534],
[282.598,120.0481],
[282.898,116.14670000000001],
[283.065,149.3279],
[283.331,118.0964],
[283.465,987.4247],
[283.632,156.2431],
[283.866,140.3133],
[284.166,311.3449],
[284.498,343.5555],
[284.599,204.9434],
[284.798,221.5786],
[285.033,117.1212],
[285.399,119.60170000000001],
[285.5,786.903],
[285.832,1013.7046],
[285.898,162.04399999999998],
[286.266,269.8834],
[286.498,139.13],
[286.666,1068.5045],
[286.8,209.8624],
[287.065,147.3804],
[287.398,269.37480000000005],
[287.533,176.7],
[287.699,875.0454],
[287.9,134.40079999999998],
[288.331,213.7645],
[288.365,144.43120000000002],
[288.631,119.0743],
[288.831,143.4739],
[289.133,124.9266],
[289.464,136.6444],
[289.565,121.9977],
[289.898,123.3172],
[290.098,715.5711],
[290.166,132.7434],
[290.532,121.5868],
[290.598,781.0076],
[290.833,147.3787],
[291.066,127.4991],
[291.465,138.59199999999998],
[291.565,122.247],
[291.931,150.3279],
[291.966,125.90409999999999],
[292.2,119.2955],
[292.598,150.6149],
[292.666,124.6202],
[292.966,151.2674],
[293.232,128.83159999999998],
[293.331,829.3909],
[293.533,125.88550000000001],
[293.931,121.99300000000001],
[294.098,150.3039],
[294.365,126.9026],
[294.5,138.9908],
[294.798,121.0044],
[294.933,140.5402],
[295.132,119.6811],
[295.466,119.0513],
[295.698,151.2467],
[295.798,118.0959],
[296.198,119.9062],
[296.231,145.2855],
[296.6,118.0998],
[296.766,127.85669999999999],
[297.033,117.1191],
[297.331,139.4641],
[297.431,118.4538],
[297.798,122.9759],
[297.966,762.038],
[298.031,124.9273],
[298.298,151.2797],
[298.698,115.1482],
[298.798,132.7209],
[299.065,116.1425],
[299.164,141.81869999999998],
[299.499,153.8437],
[299.698,119.8087],
[299.998,227.4099],
[300.098,129.80929999999998],
[300.4,115.1481],
[300.698,118.1542],
[300.898,979.3052],
[300.965,123.9518],
[301.199,310.87949999999995],
[301.533,906.6034],
[301.631,218.9189],
[302.065,220.576],
[302.265,917.4337],
[302.331,282.05469999999997],
[302.566,158.0958],
[302.832,217.6481],
[303.198,124.9113],
[303.266,756.1025],
[303.432,132.7361],
[303.866,135.6525],
[303.965,122.9901],
[304.266,133.3489],
[304.331,116.77709999999999],
[304.765,147.35690000000002],
[304.831,119.0599],
[305.198,140.536],
[305.264,120.0642],
[305.598,115.85170000000001],
[305.866,147.9588],
[305.931,120.048],
[306.265,156.1832],
[306.566,145.7644],
[306.731,118.7309],
[306.832,141.5193],
[307.131,119.0726],
[307.331,131.7757],
[307.598,116.14389999999999],
[307.731,127.8678],
[307.932,140.5395],
[308.165,118.8021],
[308.532,131.75990000000002],
[308.698,115.9299],
[308.965,153.21779999999998],
[309.131,119.07220000000001],
[309.499,117.1191],
[309.633,764.1314],
[309.731,122.9745],
[310.031,120.0526],
[310.333,939.6082],
[310.431,139.5691],
[310.831,949.8131],
[310.864,161.0384],
[311.298,1098.6955],
[311.331,200.08010000000002],
[311.6,221.5539],
[311.898,260.5933],
[312.033,176.3762],
[312.266,185.4408],
[312.433,128.3929],
[312.866,121.0301],
[312.899,794.7535],
[313.132,125.55450000000002],
[313.466,172.7319],
[313.598,125.59799999999998],
[313.8,145.40449999999998],
[314.098,117.1219],
[314.332,128.8551],
[314.598,115.8382],
[314.898,143.4727],
[314.932,121.0236],
[315.299,136.84560000000002],
[315.465,113.4449],
[315.764,129.7851],
[315.998,135.6609],
[316.165,115.1885],
[316.332,134.6862],
[316.631,117.1181],
[316.798,127.73490000000001],
[316.998,118.0968],
[317.333,140.2536],
[317.466,114.95750000000001],
[317.665,131.1475],
[317.933,119.056],
[318.065,144.0922],
[318.365,119.07230000000001],
[318.532,139.5682],
[318.831,116.042],
[318.998,140.543],
[319.333,118.16210000000001],
[319.564,117.1204],
[319.732,166.5531],
[319.865,118.7333],
[320.099,141.5197],
[320.533,117.12219999999999],
[320.698,772.0156999999999],
[320.766,119.0766],
[321.199,118.0963],
[321.4,954.7776],
[321.465,124.58579999999999],
[321.732,135.4136],
[321.898,266.8417],
[322.332,294.7745],
[322.431,195.2036],
[322.766,121.0503],
[322.999,144.4493],
[323.065,120.0321],
[323.432,118.09119999999999],
[323.566,944.5404],
[323.698,121.53020000000001],
[323.965,1054.3236],
[324.166,173.7118],
[324.498,327.96209999999996],
[324.599,211.7922],
[324.866,296.7038],
[325.164,124.9457],
[325.266,131.7609],
[325.698,138.5936],
[325.732,118.09989999999999],
[326.131,144.2407],
[326.166,116.91260000000001],
[326.466,133.6383],
[326.765,146.3761],
[326.933,119.0737],
[327.265,124.93360000000001],
[327.465,726.1359],
[327.533,119.0703],
[327.765,132.7217],
[328.164,116.14059999999999],
[328.2,126.6585],
[328.432,138.59730000000002],
[328.665,144.44809999999998],
[328.898,117.7287],
[329.266,134.3643],
[329.331,116.80290000000001],
[329.731,119.05449999999999],
[329.865,139.56799999999998],
[330.198,120.0383],
[330.232,733.487],
[330.466,128.80530000000002],
[330.799,150.30450000000002],
[330.932,116.94019999999999],
[331.231,126.8977],
[331.432,115.168],
[331.732,118.095],
[331.933,133.688],
[332.098,115.18539999999999],
[332.331,127.87899999999999],
[332.498,115.1875],
[332.765,127.4302],
[333.098,115.52619999999999],
[333.332,207.92510000000001],
[333.398,138.5912],
[333.798,146.3809],
[333.865,121.0331],
[334.265,135.6746],
[334.332,116.1431],
[334.532,121.574],
[334.831,124.92540000000001],
[335.064,116.12899999999999],
[335.365,128.8799],
[335.465,149.5751],
[335.698,114.7094],
[335.866,133.7305],
[336.265,157.1453],
[336.398,124.91879999999999],
[336.565,115.1681],
[336.831,127.85669999999999],
[337.131,117.338],
[337.331,132.4089],
[337.566,118.07900000000001],
[337.665,141.23350000000002],
[337.998,145.9301],
[338.265,119.071],
[338.465,872.6226],
[338.565,130.7808],
[338.899,167.87199999999999],
[339.166,176.4812],
[339.264,120.0492],
[339.464,139.57430000000002],
[339.698,116.1495],
[339.999,145.44660000000002],
[340.165,114.19279999999999],
[340.566,139.5701],
[340.632,118.09609999999999],
[340.931,128.8835],
[341.065,117.1209],
[341.431,133.7139],
[341.598,116.1426],
[341.898,144.8464],
[342.133,118.09450000000001],
[342.231,834.9816],
[342.432,126.87509999999999],
[342.599,164.94],
[342.832,125.9005],
[343.098,118.1001],
[343.3,123.9395],
[343.698,117.7282],
[343.732,136.2733],
[344.065,145.0785],
[344.199,115.20859999999999],
[344.398,132.3096],
[344.765,136.6438],
[344.965,115.1677],
[345.133,128.51770000000002],
[345.499,142.4955],
[345.565,117.1146],
[345.965,116.1435],
[346.165,123.95230000000001],
[346.332,720.7557999999999],
[346.433,127.5105],
[346.865,182.5125],
[346.898,122],
[347.131,115.172],
[347.331,124.9286],
[347.631,117.0931],
[347.899,128.268],
[347.999,118.0969],
[348.431,137.6098],
[348.498,117.1187],
[348.733,135.9842],
[348.899,118.0969],
[349.266,116.1422],
[349.565,121.0247],
[349.598,783.4803],
[349.9,511.1755],
[350.166,445.04650000000004],
[350.299,1357.7966999999999],
[350.5,362.09360000000004],
[350.832,405.5467],
[351.133,380.06010000000003],
[351.166,265.8635],
[351.531,262.1487],
[351.633,186.01909999999998],
[351.899,122.8986],
[352.132,126.89909999999999],
[352.498,118.0857],
[352.698,687.0791],
[352.733,126.947],
[353.065,117.6269],
[353.265,131.0627],
[353.533,114.2149],
[353.733,144.45579999999998],
[353.866,115.70660000000001],
[354.164,128.3658],
[354.333,116.1423],
[354.566,124.6208],
[354.765,115.1688],
[355.198,117.50019999999999],
[355.331,751.274],
[355.432,128.8318],
[355.766,765.7905000000001],
[355.9,125.57760000000002],
[356.266,189.1259],
[356.532,117.7588],
[356.598,1060.7943],
[356.798,123.0178],
[357.198,318.18039999999996],
[357.366,505.5714],
[357.599,1131.5997],
[357.7,406.3535],
[357.999,437.58619999999996],
[358.266,451.0071],
[358.465,425.7868],
[358.798,213.30270000000002],
[358.866,1043.1386],
[359.032,167.8727],
[359.433,1045.7344],
[359.498,286.6817],
[359.864,475.8843],
[359.933,385.1175],
[360.365,390.4608],
[360.398,294.812],
[360.7,289.22409999999996],
[360.931,145.625],
[361.131,119.06269999999999],
[361.331,114.8121],
[361.665,144.44809999999998],
[361.799,121.796],
[362.065,151.2792],
[362.199,124.9278],
[362.532,117.11630000000001],
[362.733,130.768],
[362.9,137.6159],
[363.098,120.03139999999999],
[363.433,137.655],
[363.566,119.652],
[363.965,120.048],
[364.031,715.6199],
[364.231,134.68720000000002],
[364.498,116.1357],
[364.765,128.8196],
[364.931,114.20819999999999],
[365.164,114.2099],
[365.465,157.15540000000001],
[365.633,116.7341],
[365.965,145.4054],
[366.065,123.1989],
[366.398,121.01259999999999],
[366.665,221.5394],
[366.732,148.3394],
[367.032,149.32809999999998],
[367.265,162.0165],
[367.432,124.20970000000001],
[367.666,115.9488],
[367.965,117.03],
[368.032,761.4581999999999],
[368.265,121.9951],
[368.631,135.65959999999998],
[368.898,121.0176],
[368.998,802.7608],
[369.164,130.7965],
[369.498,252.5058],
[369.666,144.1676],
[369.933,144.9464],
[370.231,120.0501],
[370.499,139.57410000000002],
[370.565,917.0555],
[370.731,146.3997],
[371.065,310.3613],
[371.398,373.4812],
[371.498,247.9072],
[371.666,1012.1617000000001],
[371.898,158.0907],
[372.233,144.46980000000002],
[372.533,788.6944],
[372.565,123.9606],
[372.9,125.9154],
[373.031,163.9514],
[373.298,120.0336],
[373.465,138.5923],
[373.765,118.09519999999999],
[373.898,137.6292],
[374.164,116.2453],
[374.533,119.9487],
[374.765,1040.2464],
[374.798,118.0812],
[375.233,882.9085],
[375.266,125.89030000000001],
[375.498,247.548],
[375.866,276.2085],
[376.131,124.941],
[376.331,1016.2002000000001],
[376.364,121.00800000000001],
[376.8,282.0611],
[376.898,253.78250000000003],
[377.233,1039.083],
[377.265,303.6322],
[377.698,244.0001],
[377.799,1226.5574],
[377.966,352.33750000000003],
[378.364,407.6752],
[378.4,310.0742],
[378.832,283.4202],
[378.898,985.5135],
[379.099,242.44740000000002],
[379.466,169.9483],
[379.698,913.1504],
[379.764,206.9881],
[380.032,135.21349999999998],
[380.366,135.6629],
[380.599,849.3644],
[380.666,122.9829],
[380.899,190.3194],
[381.265,211.3426],
[381.331,139.0794],
[381.731,129.827],
[381.931,846.9956],
[381.998,118.47630000000001],
[382.431,123.5516],
[382.598,182.4949],
[382.864,118.0959],
[382.998,757.3972],
[383.133,125.9032],
[383.498,121.0364],
[383.598,163.9624],
[383.965,119.2645],
[384.1,852.1802],
[384.266,142.4975],
[384.599,167.8751],
[384.699,132.2854],
[384.964,115.8295],
[385.331,115.1504],
[385.531,143.4726],
[385.8,121.0201],
[385.833,750.075],
[386.065,134.69719999999998],
[386.465,146.4134],
[386.566,119.0733],
[386.932,138.5813],
[386.998,116.1447],
[387.265,125.9076],
[387.398,115.1676],
[387.766,113.9236],
[387.898,128.83069999999998],
[388.133,137.7045],
[388.331,117.6596],
[388.665,120.3239],
[388.799,114.197],
[389.031,128.025],
[389.398,118.1121],
[389.431,709.5538],
[389.664,126.87989999999999],
[390.065,128.83079999999998],
[390.298,939.4646],
[390.333,127.86749999999999],
[390.732,1294.1503],
[390.765,189.9989],
[391.133,738.5776],
[391.231,652.6897],
[391.466,728.4559],
[391.832,697.1283999999999],
[391.933,555.6225999999999],
[392.233,559.2435],
[392.531,502.37089999999995],
[392.633,358.8795],
[392.932,1017.0557],
[393.033,252.62689999999998],
[393.465,334.9889],
[393.498,241.29139999999998],
[393.765,335.2196],
[393.998,169.30110000000002],
[394.233,121.0248],
[394.433,129.8251],
[394.598,117.13210000000001],
[394.965,118.0514],
[395.132,148.74609999999998],
[395.331,119.0539],
[395.598,117.1207],
[395.733,131.28719999999998],
[395.965,120.0438],
[396.332,115.1729],
[396.565,134.6846],
[396.765,113.23089999999999],
[396.998,125.9218],
[397.198,115.1678],
[397.398,127.86220000000002],
[397.731,144.07719999999998],
[397.798,120.0479],
[398.065,132.7344],
[398.265,142.4969],
[398.531,114.7001],
[398.831,117.1198],
[398.965,145.4241],
[399.298,119.08399999999999],
[399.465,763.9898000000001],
[399.566,128.6139],
[399.965,116.145],
[399.998,218.62470000000002],
[400.232,122.97579999999999],
[400.498,132.7357],
[400.865,116.1613],
[401.066,761.6999],
[401.132,124.7682],
[401.398,134.3067],
[401.598,121.5188],
[401.898,125.90360000000001],
[402.231,120.01100000000001],
[402.398,746.3404],
[402.499,122.97810000000001],
[402.798,151.2598],
[402.998,122.977],
[403.198,147.3759],
[403.433,121.00750000000001],
[403.698,127.84690000000002],
[403.899,117.20129999999999],
[404.064,125.48729999999999],
[404.331,137.6171],
[404.666,117.1085],
[404.831,130.7834],
[404.965,119.2402],
[405.366,118.0858],
[405.531,127.43489999999998],
[405.664,116.1382],
[405.998,130.2852],
[406.1,120.26599999999999],
[406.498,119.0789],
[406.665,155.18460000000002],
[406.764,132.7579],
[406.998,130.7775],
[407.365,116.161],
[407.631,129.8339],
[407.665,143.47760000000002],
[407.966,119.6837],
[408.266,132.7113],
[408.532,119.0894],
[408.631,780.3082],
[408.798,131.7782],
[409.031,136.1696],
[409.265,120.04570000000001],
[409.565,131.1639],
[409.733,118.1046],
[410.1,151.2673],
[410.3,122.99730000000001],
[410.365,147.907],
[410.599,118.5973],
[410.864,117.117],
[411.133,131.7679],
[411.465,119.07230000000001],
[411.665,770.065],
[411.731,117.1207],
[412.098,178.60690000000002],
[412.2,134.68720000000002],
[412.598,116.8289],
[412.766,144.2636],
[412.966,115.18870000000001],
[413.231,849.1335],
[413.298,122.9992],
[413.698,122.976],
[413.898,143.4883],
[413.964,153.2319],
[414.298,118.9196],
[414.499,131.5103],
[414.632,119.09909999999999],
[414.866,133.1468],
[415.133,122.64020000000001],
[415.498,117.10560000000001],
[415.633,995.5252],
[415.766,124.92689999999999],
[416.165,1204.5638000000001],
[416.231,143.4719],
[416.465,393.292],
[416.832,321.7777],
[416.931,1201.0808],
[417.133,361.6324],
[417.465,311.3409],
[417.699,961.3441],
[417.798,366.4004],
[418.131,267.9658],
[418.366,347.46860000000004],
[418.465,260.5919],
[418.898,136.64589999999998],
[418.931,155.1685],
[419.131,117.1339],
[419.565,119.5784],
[419.598,941.2633999999999],
[419.831,129.8081],
[420.031,955.1844000000001],
[420.299,151.2818],
[420.698,161.03799999999998],
[420.733,872.7596],
[420.932,172.38709999999998],
[421.365,840.7447],
[421.399,173.0489],
[421.633,120.72869999999999],
[421.998,138.30110000000002],
[422.098,126.24450000000002],
[422.498,132.41230000000002],
[422.632,116.1453],
[422.865,124.9284],
[422.965,116.1486],
[423.198,127.88589999999999],
[423.531,113.23179999999999],
[423.798,134.3239],
[424.064,122.3425],
[424.2,711.9128000000001],
[424.332,121.1576],
[424.733,131.7584],
[424.932,116.1624],
[425.2,117.1142],
[425.265,132.73579999999998],
[425.531,116.1451],
[425.866,124.9271],
[425.965,164.93269999999998],
[426.165,124.82029999999999],
[426.398,119.9106],
[426.632,144.1494],
[426.998,121.52720000000001],
[427.098,849.6266],
[427.231,154.20780000000002],
[427.464,185.44140000000002],
[427.733,128.8299],
[427.932,161.0251],
[428.333,120.0478],
[428.5,972.0607],
[428.6,124.47569999999999],
[428.865,230.0299],
[429.198,310.5717],
[429.432,198.6412],
[429.566,268.3997],
[429.898,130.7585],
[429.965,823.3352000000001],
[430.166,123.9524],
[430.532,831.5808],
[430.631,117.87169999999999],
[430.998,136.1782],
[431.232,136.86409999999998],
[431.364,116.1543],
[431.666,140.6395],
[431.933,117.6381],
[432.033,759.0965],
[432.198,123.97139999999999],
[432.633,128.8328],
[432.698,726.1415],
[432.866,121.0229],
[433.299,120.0659],
[433.332,207.8877],
[433.565,117.6811],
[433.964,115.8727],
[434.065,729.5464000000001],
[434.231,154.3373],
[434.466,120.6615],
[434.664,129.8066],
[434.898,116.143],
[435.266,144.2108],
[435.365,151.2957],
[435.598,114.1754],
[435.999,118.7635],
[436.133,731.3513],
[436.266,122.9778],
[436.632,138.59199999999998],
[436.698,120.06120000000001],
[436.932,147.3606],
[437.165,121.0253],
[437.464,115.1681],
[437.664,134.6876],
[437.865,121.02409999999999],
[438.131,116.2308],
[438.331,127.87670000000001],
[438.498,145.4222],
[438.931,118.1118],
[439.064,152.2556],
[439.231,121.7731],
[439.398,142.5009],
[439.631,115.1245],
[439.9,134.6903],
[440.133,148.3603],
[440.498,119.49600000000001],
[440.598,848.0765],
[440.764,139.5667],
[441.165,126.27169999999998],
[441.266,851.4469],
[441.431,131.7606],
[441.831,950.6952],
[441.866,135.6851],
[442.231,163.9729],
[442.366,122.976],
[442.732,122.227],
[442.765,864.6756],
[442.998,155.1834],
[443.265,126.5147],
[443.5,151.2719],
[443.698,117.1192],
[444.098,141.5217],
[444.166,117.1194],
[444.431,134.6714],
[444.631,114.19210000000001],
[444.933,124.9498],
[445.231,127.23129999999999],
[445.265,116.4833],
[445.465,149.0154],
[445.699,116.7818],
[445.965,127.48419999999999],
[446.298,126.05189999999999],
[446.466,765.8003],
[446.599,124.9404],
[446.933,136.6396],
[447.198,117.1069],
[447.298,128.80530000000002],
[447.699,118.989],
[447.765,897.4630999999999],
[447.998,141.53879999999998],
[448.231,255.55030000000002],
[448.466,290.84389999999996],
[448.733,244.9822],
[449.031,120.04960000000001],
[449.265,115.9186],
[449.365,127.85569999999998],
[449.598,117.2512],
[449.832,135.8306],
[450.131,115.90100000000001],
[450.232,148.1436],
[450.431,121.5446],
[450.699,126.9005],
[451.064,117.33789999999999],
[451.232,873.0790000000001],
[451.331,173.72969999999998],
[451.764,121.01249999999999],
[451.931,798.7212000000001],
[451.998,139.1796],
[452.264,121.02409999999999],
[452.598,125.87570000000001],
[452.866,116.1586],
[453.064,1016.5986],
[453.133,121.02799999999999],
[453.398,971.7130000000001],
[453.599,145.4242],
[453.899,253.77939999999998],
[454.133,263.50010000000003],
[454.333,128.4973],
[454.665,118.0804],
[454.765,776.1206000000001],
[454.933,144.1434],
[455.165,120.0552],
[455.465,128.8323],
[455.665,117.11720000000001],
[455.898,141.5209],
[456.098,115.7294],
[456.465,116.8216],
[456.666,148.361],
[456.798,117.1199],
[457.165,128.3489],
[457.366,115.1679],
[457.465,128.8077],
[457.632,117.13289999999999],
[458.033,133.7114],
[458.265,117.1203],
[458.398,139.5968],
[458.533,117.1334],
[458.931,116.8222],
[459.131,130.79240000000001],
[459.398,115.1697],
[459.631,746.1360999999999],
[459.665,118.0943],
[460.032,118.0966],
[460.098,129.3024],
[460.365,115.18599999999999],
[460.733,143.489],
[460.831,115.1477],
[461.166,114.8788],
[461.233,144.1563],
[461.498,117.1239],
[461.766,120.7089],
[461.966,112.8762],
[462.166,150.3006],
[462.365,121.0211],
[462.731,116.1249],
[462.898,127.8763],
[463.098,145.4237],
[463.333,120.0465],
[463.598,126.6795],
[463.831,134.2786],
[463.965,116.4277],
[464.365,116.13550000000001],
[464.533,828.4299000000001],
[464.598,117.2303],
[464.966,814.375],
[465.065,169.8244],
[465.431,201.7312],
[465.666,121.0536],
[465.9,762.2961],
[465.966,115.67320000000001],
[466.232,129.2428],
[466.598,119.5557],
[466.665,194.2225],
[466.865,118.0967],
[467.098,127.85589999999999],
[467.498,115.1684],
[467.699,791.6638],
[467.764,128.8318],
[468.165,132.8113],
[468.399,783.937],
[468.433,123.76280000000001],
[468.765,119.5783],
[468.965,132.763],
[469.165,116.6729],
[469.498,126.88040000000001],
[469.633,115.1678],
[469.965,141.5203],
[470.031,118.1049],
[470.3,126.47359999999999],
[470.566,113.99040000000001],
[470.866,136.9511],
[470.965,121.0242],
[471.333,118.0964],
[471.398,1053.1257],
[471.598,165.9211],
[471.865,292.8004],
[472.065,192.2722],
[472.265,272.8923],
[472.532,137.4718],
[472.766,116.12989999999999],
[473.131,144.9406],
[473.198,119.1036],
[473.465,126.8793],
[473.665,114.1925],
[474.033,129.8089],
[474.164,121.024],
[474.365,148.34990000000002],
[474.7,116.1403],
[474.831,775.4699],
[474.966,119.0787],
[475.331,964.7206],
[475.433,141.9513],
[475.831,141.5194],
[475.898,939.8784999999999],
[476.098,130.76760000000002],
[476.331,147.3529],
[476.531,117.1215],
[476.832,145.931],
[476.998,118.0909],
[477.298,128.4849],
[477.498,114.75970000000001],
[477.698,129.8081],
[478.098,117.1197],
[478.131,757.3538],
[478.332,119.0731],
[478.766,129.79489999999998],
[478.864,800.5061999999999],
[479.033,122.99000000000001],
[479.365,162.8033],
[479.499,114.88239999999999],
[479.898,114.74199999999999],
[480.065,128.8175],
[480.164,116.1414],
[480.531,133.4621],
[480.665,115.1801],
[480.966,119.0454],
[481.065,840.7687000000001],
[481.265,124.47569999999999],
[481.599,238.4541],
[481.898,160.0643],
[482.031,928.7126],
[482.165,176.6418],
[482.565,117.1204],
[482.798,118.2132],
[482.865,1034.1738],
[483.098,124.886],
[483.399,1203.416],
[483.531,261.54630000000003],
[483.933,290.1308],
[483.966,1196.2429000000002],
[484.199,357.3874],
[484.498,1067.7685999999999],
[484.631,303.3541],
[485.031,336.44230000000005],
[485.299,1213.5093000000002],
[485.331,405.03610000000003],
[485.598,514.4513],
[485.766,446.7132],
[485.999,531.2089],
[486.233,404.7287],
[486.498,477.70689999999996],
[486.865,273.9037],
[486.898,351.0498],
[487.133,333.7278],
[487.464,148.35219999999998],
[487.733,151.25150000000002],
[487.798,117.0993],
[488.065,138.3459],
[488.3,118.0637],
[488.465,153.7184],
[488.865,119.0251],
[488.965,923.928],
[489.166,175.10829999999999],
[489.431,238.13119999999998],
[489.598,129.7887],
[489.831,137.5934],
[490.098,117.1037],
[490.265,134.6909],
[490.7,117.1501],
[490.732,959.2065],
[490.965,136.2979],
[491.199,173.6647],
[491.4,126.8901],
[491.798,140.5436],
[492.032,124.9266],
[492.098,926.201],
[492.298,142.6224],
[492.699,162.9827],
[492.831,308.3133],
[492.999,223.5044],
[493.266,208.38979999999998],
[493.466,122.54719999999999],
[493.766,114.831],
[494.064,122.6033],
[494.233,776.1717],
[494.333,124.58030000000001],
[494.733,139.5858],
[494.965,119.0914],
[495.199,852.0576],
[495.232,122.0036],
[495.632,955.8175],
[495.665,144.4876],
[496.065,354.279],
[496.166,191.2866],
[496.498,201.9953],
[496.566,130.7894],
[496.998,139.5695],
[497.065,120.068],
[497.431,126.44340000000001],
[497.498,800.5075],
[497.698,119.70500000000001],
[497.964,151.2661],
[498.198,122.97840000000001],
[498.499,144.44770000000003],
[498.631,122.0002],
[499.031,118.0963],
[499.231,120.1539],
[499.465,775.8861999999999],
[499.498,122.9412],
[499.731,185.44050000000001],
[500.032,202.0085],
[500.298,115.1676],
[500.566,740.4339],
[500.632,121.9995],
[500.865,126.86590000000001],
[501.131,137.2829],
[501.366,113.90400000000001],
[501.565,138.1233],
[501.931,121.0232],
[502,785.9933],
[502.233,136.9643],
[502.598,141.5197],
[502.698,122.0006],
[502.966,130.7854],
[503.264,136.6408],
[503.366,118.09740000000001],
[503.698,125.90589999999999],
[503.832,113.2215],
[504.199,129.8098],
[504.298,116.8045],
[504.565,122.9888],
[504.866,121.02250000000001],
[504.932,734.9422],
[505.133,119.0743],
[505.365,135.6636],
[505.598,115.7677],
[505.998,114.2111],
[506.233,123.9504],
[506.298,744.1858],
[506.466,119.0765],
[506.898,125.9026],
[507.065,112.7668],
[507.298,136.9221],
[507.565,121.0562],
[507.798,776.8959],
[507.833,122.0135],
[508.165,113.2191],
[508.464,125.9052],
[508.532,767.6714],
[508.733,141.5198],
[508.965,122.49],
[509.231,126.89269999999999],
[509.431,116.1418],
[509.833,126.87950000000001],
[509.931,113.2353],
[510.265,115.1682],
[510.433,136.4034],
[510.7,115.125],
[510.798,123.9482],
[510.998,110.0121],
[511.331,122.84779999999999],
[511.633,118.09609999999999],
[511.798,859.8804],
[511.899,131.4648],
[512.265,120.5775],
[512.499,138.5927],
[512.631,126.8816],
[512.898,116.1445],
[513.099,124.9285],
[513.398,127.87180000000001],
[513.532,117.147],
[513.865,120.0642],
[513.933,816.9111999999999],
[514.131,122.0017],
[514.564,130.0197],
[514.764,808.9790999999999],
[514.798,119.0693],
[515.231,123.9647],
[515.298,152.93509999999998],
[515.598,118.1912],
[515.698,121.661],
[516.131,121.0256],
[516.365,140.5432],
[516.533,148.3529],
[516.798,121.02459999999999],
[516.933,1011.1608000000001],
[517.064,165.9205],
[517.399,252.7834],
[517.699,1219.6795],
[517.731,382.6118],
[518.164,386.49699999999996],
[518.2,484.4554],
[518.398,508.64050000000003],
[518.633,488.0901],
[519,415.77570000000003],
[519.098,317.1998],
[519.466,261.5541],
[519.566,133.7128],
[519.798,118.09609999999999],
[520.031,115.15549999999999],
[520.333,141.5273],
[520.465,119.0278],
[520.832,115.1804],
[521.065,149.326],
[521.3,122.97710000000001],
[521.398,760.1847],
[521.565,121.9983],
[521.864,119.09],
[522.165,119.0928],
[522.399,156.9559],
[522.498,127.8437],
[522.731,118.0971],
[523.031,136.6411],
[523.198,147.3765],
[523.398,118.115],
[523.665,142.4926],
[523.833,119.11330000000001],
[524.032,132.73950000000002],
[524.331,116.1445],
[524.631,113.1979],
[524.899,120.0642],
[525.133,1129.2424999999998],
[525.165,120.04629999999999],
[525.398,199.113],
[525.766,178.60829999999999],
[525.931,1094.0964],
[526.065,293.7751],
[526.331,298.2848],
[526.599,235.05349999999999],
[526.865,193.7374],
[527.165,910.7979],
[527.198,123.9632],
[527.565,127.87200000000001],
[527.731,119.0692],
[528.031,116.6532],
[528.131,150.3062],
[528.364,119.0874],
[528.731,124.9771],
[528.966,965.287],
[528.998,120.571],
[529.231,261.0423],
[529.598,333.78679999999997],
[529.666,256.6712],
[529.966,314.4134],
[530.164,169.3955],
[530.398,115.1669],
[530.766,124.9252],
[530.931,113.2274],
[531.131,121.0277],
[531.433,138.5938],
[531.665,117.1327],
[531.865,794.6164],
[531.932,116.6454],
[532.233,140.5059],
[532.531,118.0835],
[532.731,784.7093000000001],
[532.833,122.97569999999999],
[533.031,115.17330000000001],
[533.332,203.0049],
[533.5,122.9809],
[533.798,128.8327],
[533.965,120.0639],
[534.366,136.1812],
[534.565,797.4009],
[534.632,121.04230000000001],
[534.866,118.1142],
[535.266,132.5529],
[535.433,774.0077],
[535.531,137.617],
[535.731,119.0555],
[536.065,131.76],
[536.198,115.1683],
[536.6,115.2061],
[536.798,122.9641],
[537.066,763.137],
[537.098,117.0219],
[537.332,124.94529999999999],
[537.532,129.8074],
[537.798,118.104],
[538.198,116.147],
[538.398,129.9661],
[538.598,814.1597],
[538.664,118.0916],
[538.932,137.0404],
[539.132,120.05059999999999],
[539.465,116.0882],
[539.564,138.5782],
[539.798,116.1442],
[540.165,125.9236],
[540.298,116.667],
[540.598,126.4083],
[540.698,145.1685],
[540.932,116.1431],
[541.3,115.1675],
[541.465,141.51639999999998],
[541.731,116.1579],
[541.833,135.6698],
[542.165,145.4223],
[542.466,126.88559999999998],
[542.699,913.8682],
[542.732,123.13459999999999],
[542.998,158.72220000000002],
[543.298,120.04289999999999],
[543.498,150.3208],
[543.633,122.0239],
[544.031,128.82920000000001],
[544.133,118.0947],
[544.466,116.8051],
[544.698,115.6742],
[544.899,143.47099999999998],
[544.998,117.1426],
[545.366,116.6012],
[545.531,154.21009999999998],
[545.633,123.9431],
[545.998,148.35129999999998],
[546.132,124.9275],
[546.499,131.75990000000002],
[546.598,918.1628],
[546.765,135.6359],
[547.065,160.65380000000002],
[547.266,126.87809999999999],
[547.598,117.1184],
[547.7,134.692],
[547.966,118.8887],
[548.264,138.6028],
[548.431,119.0667],
[548.698,143.4546],
[548.798,119.0555],
[549.232,134.7023],
[549.364,120.0309],
[549.632,119.0445],
[549.698,140.5432],
[549.998,117.1204],
[550.298,121.0244],
[550.399,875.1805],
[550.598,127.8571],
[550.999,156.67690000000002],
[551.198,124.92739999999999],
[551.464,128.8327],
[551.565,837.8181999999999],
[551.732,171.7749],
[551.998,116.1524],
[552.198,157.1367],
[552.466,122.00129999999999],
[552.666,135.6633],
[552.9,119.0843],
[553.165,145.6842],
[553.465,154.2684],
[553.633,119.5813],
[553.766,145.1779],
[553.998,116.1377],
[554.298,129.30949999999999],
[554.466,115.7381],
[554.766,122.9775],
[554.898,115.16510000000001],
[555.265,117.1186],
[555.365,153.2318],
[555.732,116.1434],
[555.899,815.9352],
[555.998,123.9528],
[556.431,148.3508],
[556.498,122.0001],
[556.865,119.08720000000001],
[556.966,770.3801],
[557.132,122.98689999999999],
[557.532,118.0959],
[557.598,138.59109999999998],
[557.864,116.1523],
[558.198,144.0446],
[558.266,120.6211],
[558.633,111.8388],
[558.898,127.8432],
[559.031,134.6865],
[559.331,115.1536],
[559.465,802.7425999999999],
[559.599,123.154],
[559.965,129.3459],
[560.065,119.89489999999999],
[560.365,129.808],
[560.498,117.12100000000001],
[560.866,151.9944],
[561.033,121.00189999999999],
[561.231,124.9299],
[561.398,117.1192],
[561.798,143.4598],
[562.031,124.204],
[562.264,911.0863999999999],
[562.3,117.1199],
[562.6,135.67329999999998],
[562.833,119.0996],
[563.165,130.7844],
[563.231,119.07379999999999],
[563.565,122.70639999999999],
[563.666,118.07],
[563.931,116.1531],
[564.098,127.85579999999999],
[564.398,117.1027],
[564.565,128.8322],
[564.765,113.71770000000001],
[565.098,123.9527],
[565.331,114.1901],
[565.631,115.1693],
[565.699,147.3719],
[565.965,116.1304],
[566.164,149.32780000000002],
[566.466,118.09830000000001],
[566.666,212.7594],
[566.9,125.91949999999999],
[567.065,117.1188],
[567.465,113.7261],
[567.498,793.9691],
[567.699,125.90489999999998],
[567.965,133.6934],
[568.198,116.1236],
[568.566,119.812],
[568.699,1326.2783],
[568.832,115.1696],
[569.133,503.14599999999996],
[569.332,446.9399],
[569.699,513.758],
[569.732,386.8577],
[570.131,267.93679999999995],
[570.232,1104.1999],
[570.399,229.3598],
[570.766,225.3051],
[570.966,128.9692],
[571.232,152.2558],
[571.331,121.9991],
[571.565,140.5608],
[571.798,117.1208],
[572.166,125.90299999999999],
[572.265,141.5196],
[572.5,118.095],
[572.833,130.4484],
[573.065,115.1562],
[573.098,152.25469999999999],
[573.331,120.0478],
[573.565,141.5302],
[573.964,115.17280000000001],
[574.033,773.6342000000001],
[574.232,122.9575],
[574.633,154.2079],
[574.698,122.00080000000001],
[574.931,116.1442],
[575.131,130.80249999999998],
[575.366,115.57159999999999],
[575.598,114.19120000000001],
[575.998,120.05],
[576.133,841.1819],
[576.266,121.5758],
[576.666,148.87130000000002],
[576.732,122.9778],
[577.032,134.6984],
[577.164,117.12129999999999],
[577.4,121.0297],
[577.666,113.2175],
[578.031,129.8068],
[578.099,118.0948],
[578.332,115.16590000000001],
[578.565,129.5922],
[578.831,113.2157],
[579.164,127.55050000000001],
[579.199,1023.4190000000001],
[579.4,129.4863],
[579.799,170.7947],
[579.898,1129.4433],
[580.098,241.6124],
[580.465,324.032],
[580.532,207.8876],
[580.766,284.0155],
[580.998,150.3043],
[581.231,124.1134],
[581.565,157.1365],
[581.699,123.9511],
[581.898,117.12169999999999],
[582.166,141.52020000000002],
[582.464,117.6992],
[582.666,133.1088],
[582.865,119.08539999999999],
[583.031,124.9279],
[583.298,115.1679],
[583.665,120.0443],
[583.865,799.4768],
[583.898,118.3851],
[584.165,130.4038],
[584.5,144.4538],
[584.632,116.1473],
[584.998,117.56089999999999],
[585.065,932.3445],
[585.266,121.8428],
[585.633,130.78390000000002],
[585.732,284.0156],
[585.998,294.75190000000003],
[586.198,182.1286],
[586.398,126.3979],
[586.765,135.3339],
[586.833,118.7636],
[587.265,128.842],
[587.498,114.1908],
[587.633,814.7973],
[587.731,137.03789999999998],
[588.065,117.1216],
[588.4,132.72039999999998],
[588.6,122.0166],
[588.731,873.09],
[588.866,129.8178],
[589.298,118.0934],
[589.465,161.04160000000002],
[589.532,117.1301],
[589.866,128.8318],
[590.033,119.0703],
[590.266,148.355],
[590.499,118.13980000000001],
[590.798,134.6766],
[590.965,117.12],
[591.198,129.8073],
[591.332,119.0508],
[591.765,137.6086],
[591.932,117.13550000000001],
[592.198,137.61499999999998],
[592.231,121.0251],
[592.664,115.1934],
[592.765,830.0233999999999],
[592.931,121.02409999999999],
[593.298,120.5088],
[593.532,136.95489999999998],
[593.799,117.1203],
[593.832,837.3904],
[594.032,121.3862],
[594.465,127.85569999999998],
[594.665,868.6472],
[594.732,117.12100000000001],
[595.031,160.0616],
[595.166,125.9037],
[595.464,129.8033],
[595.631,113.2149],
[595.898,124.9263],
[596.165,134.6443],
[596.399,150.3023],
[596.531,120.0564],
[596.933,127.50819999999999],
[597.099,112.2649],
[597.3,120.0536],
[597.498,118.0916],
[597.733,125.92229999999999],
[597.865,117.1872],
[598.131,133.7021],
[598.333,114.8617],
[598.698,123.95230000000001],
[598.798,116.14789999999999],
[599.198,115.1687],
[599.231,852.7671],
[599.431,119.17800000000001],
[599.798,879.1392],
[599.898,165.93710000000002],
[600.132,252.78260000000003],
[600.431,136.38400000000001],
[600.732,118.0761],
[600.998,120.0497],
[601.198,821.4350000000001],
[601.231,116.1007],
[601.566,220.5821],
[601.798,127.85579999999999],
[601.932,137.61860000000001],
[602.165,114.1899],
[602.565,121.02340000000001],
[602.766,826.6685],
[602.831,121.0088],
[603.133,169.33200000000002],
[603.298,124.928],
[603.598,135.3382],
[603.733,113.7522],
[603.965,132.7369],
[604.165,119.0466],
[604.598,115.138],
[604.798,120.6924],
[604.965,856.1356],
[605.066,143.5898],
[605.298,164.94819999999999],
[605.598,121.0242],
[605.898,146.19389999999999],
[606.032,118.0958],
[606.398,122.0024],
[606.531,953.1718999999999],
[606.666,130.8222],
[606.999,794.4731],
[607.099,137.61780000000002],
[607.331,716.3715000000001],
[607.633,753.0971],
[607.833,650.6248],
[608.198,559.8073999999999],
[608.4,1488.547],
[608.465,528.2331],
[608.765,574.5521],
[609.031,426.9599],
[609.199,514.9236999999999],
[609.364,387.0804],
[609.665,398.1039],
[609.799,301.56870000000004],
[610.232,247.90290000000002],
[610.265,185.4387],
[610.531,116.1442],
[610.832,125.8068],
[611.098,115.18390000000001],
[611.233,835.0316],
[611.366,121.0229],
[611.698,176.6561],
[611.833,205.5124],
[612.065,124.8063],
[612.298,146.4011],
[612.531,118.0967],
[612.931,120.0478],
[613.065,138.5795],
[613.198,118.11449999999999],
[613.498,126.88060000000002],
[613.632,115.1891],
[613.998,131.762],
[614.064,117.1192],
[614.431,116.14439999999999],
[614.599,128.8288],
[614.898,116.1446],
[615.164,123.95259999999999],
[615.265,872.1576],
[615.432,122.9529],
[615.833,117.1146],
[615.998,135.67950000000002],
[616.164,116.1226],
[616.332,125.6646],
[616.565,112.2457],
[616.966,126.8777],
[617.065,132.7312],
[617.431,117.7353],
[617.631,1072.5928000000001],
[617.666,125.89130000000002],
[618.031,365.0236],
[618.231,450.8605],
[618.498,411.4265],
[618.566,314.80150000000003],
[618.864,276.2079],
[619.133,135.6627],
[619.298,141.52349999999998],
[619.465,114.2106],
[619.799,124.9281],
[619.966,113.2146],
[620.298,118.0969],
[620.4,143.463],
[620.633,118.09609999999999],
[620.931,129.8082],
[621.131,115.2031],
[621.466,116.1442],
[621.598,153.2321],
[621.765,121.0233],
[622.133,115.1677],
[622.231,123.5906],
[622.565,114.7261],
[622.731,114.9222],
[623.031,131.75310000000002],
[623.132,903.3219],
[623.3,126.86720000000001],
[623.698,122.5283],
[623.865,167.8703],
[624.065,118.096],
[624.398,117.1401],
[624.431,861.6545],
[624.665,124.9279],
[624.965,118.4167],
[625.133,146.3989],
[625.432,143.4346],
[625.566,112.239],
[625.898,126.8355],
[626.098,114.2178],
[626.433,141.5271],
[626.465,116.1438],
[626.733,129.96460000000002],
[627.098,124.94],
[627.131,918.0078000000001],
[627.365,137.18730000000002],
[627.765,135.6394],
[628,917.4274],
[628.033,123.9394],
[628.398,175.6786],
[628.499,126.8802],
[628.698,138.7907],
[629.031,116.8241],
[629.366,113.2158],
[629.398,121.0253],
[629.766,147.4724],
[629.899,117.1198],
[630.133,129.7912],
[630.333,118.6087],
[630.666,113.21480000000001],
[630.732,121.9898],
[630.998,142.4969],
[631.198,116.8383],
[631.598,117.1205],
[631.831,942.2647],
[631.864,118.09939999999999],
[632.265,131.7597],
[632.431,903.4225],
[632.533,134.00500000000002],
[632.765,143.4707],
[633.165,123.95150000000001],
[633.298,794.1681000000001],
[633.431,200.0804],
[633.699,121.0295],
[633.933,145.4239],
[634.098,119.071],
[634.331,126.88119999999999],
[634.764,122.0016],
[634.832,896.9421],
[635,125.089],
[635.431,121.999],
[635.498,149.3287],
[635.732,123.9019],
[635.899,136.6318],
[636.198,118.0996],
[636.498,150.0693],
[636.664,125.53909999999999],
[636.998,127.8563],
[637.098,1033.2286],
[637.266,132.7347],
[637.665,124.95439999999999],
[637.798,164.9323],
[637.932,133.69400000000002],
[638.298,120.0364],
[638.398,141.5217],
[638.798,125.9073],
[638.898,979.0368000000001],
[639.066,142.4964],
[639.3,122.9666],
[639.698,124.9281],
[639.865,935.5700999999999],
[639.966,143.3815],
[640.3,237.4591],
[640.466,195.7076],
[640.798,1190.7275],
[640.865,214.6969],
[641.098,1194.6236999999999],
[641.298,255.7203],
[641.565,1550.2249],
[641.765,452.8645],
[642.066,752.4753],
[642.198,620.7099000000001],
[642.5,740.1442000000001],
[642.831,573.2466000000001],
[643.033,1734.7576999999999],
[643.099,510.44710000000003],
[643.532,1586.3934],
[643.598,569.5189],
[643.831,973.4516],
[644.132,1022.7275],
[644.233,1067.6302],
[644.633,861.1564999999999],
[644.766,1620.3532],
[644.932,790.7155],
[645.231,810.2625],
[645.4,809.7551],
[645.698,812.8312],
[645.832,695.7151],
[646.2,571.7586],
[646.266,1454.6509],
[646.498,568.985],
[646.833,586.5768],
[647.065,494.8483],
[647.198,561.781],
[647.465,433.9461],
[647.8,353.312],
[647.866,1211.4579],
[648.065,324.1196],
[648.398,393.4896],
[648.631,277.2034],
[648.931,1173.1577],
[648.965,253.7431],
[649.199,308.4288],
[649.466,161.0268],
[649.699,210.8161],
[650.066,113.19659999999999],
[650.132,1036.7831],
[650.465,1040.4941999999999],
[650.532,115.9516],
[650.766,280.3199],
[651.131,278.1606],
[651.233,151.2793],
[651.466,114.18979999999999],
[651.866,119.07220000000001],
[651.932,984.6172],
[652.132,170.80100000000002],
[652.464,330.1307],
[652.566,275.4794],
[652.966,992.1855],
[653.031,190.3213],
[653.398,211.7938],
[653.531,127.85979999999999],
[653.9,134.6976],
[653.998,116.1458],
[654.266,137.61599999999999],
[654.466,116.87519999999999],
[654.799,114.19590000000001],
[655,124.9276],
[655.233,123.9505],
[655.433,820.8164],
[655.498,134.68869999999998],
[655.732,121.0249],
[656.1,137.5935],
[656.232,119.07130000000001],
[656.598,124.69850000000001],
[656.631,855.4138999999999],
[656.831,119.0715],
[657.231,126.88369999999999],
[657.5,114.21340000000001],
[657.664,124.9276],
[657.831,114.1931],
[657.998,127.856],
[658.265,113.2004],
[658.531,133.70090000000002],
[658.632,118.0932],
[658.898,113.2162],
[659.198,141.15030000000002],
[659.465,121.9996],
[659.698,132.7296],
[659.965,118.0908],
[660.098,882.1792],
[660.233,121.0239],
[660.599,127.9632],
[660.698,118.30160000000001],
[660.899,127.50900000000001],
[661.198,114.1914],
[661.331,135.66490000000002],
[661.765,116.1484],
[661.965,819.2850999999999],
[662.031,116.1563],
[662.398,118.1037],
[662.631,135.3675],
[662.732,114.8729],
[663.1,115.84479999999999],
[663.332,139.2833],
[663.4,117.1623],
[663.631,123.5021],
[663.898,127.85430000000001],
[664.165,114.218],
[664.466,133.70250000000001],
[664.699,121.0239],
[664.732,831.7108],
[664.932,133.2283],
[665.298,147.36270000000002],
[665.498,112.2551],
[665.8,133.7265],
[665.865,113.7358],
[666.231,148.3484],
[666.465,132.736],
[666.731,135.6512],
[666.765,955.4989],
[666.998,129.7515],
[667.398,162.6227],
[667.431,121.627],
[667.698,113.60470000000001],
[668.066,146.41660000000002],
[668.165,119.0719],
[668.533,152.2951],
[668.598,126.8985],
[668.766,143.47750000000002],
[669.065,116.9599],
[669.432,120.4986],
[669.533,942.3776],
[669.665,124.7009],
[670.098,147.9482],
[670.132,935.1296],
[670.366,195.1978],
[670.665,122.9658],
[670.831,157.05620000000002],
[671.031,115.8207],
[671.3,127.49820000000001],
[671.531,147.3535],
[671.765,116.1418],
[671.965,128.72910000000002],
[672.198,141.5203],
[672.365,117.12060000000001],
[672.6,129.8212],
[672.931,130.7834],
[673.065,118.0708],
[673.331,113.82929999999999],
[673.533,141.5017],
[673.798,114.19210000000001],
[674.098,129.8074],
[674.365,117.12010000000001],
[674.431,824.7229],
[674.631,139.5507],
[675.032,120.04860000000001],
[675.065,137.59640000000002],
[675.3,118.0831],
[675.631,115.19250000000001],
[675.832,137.6235],
[675.998,119.07130000000001],
[676.398,116.14320000000001],
[676.431,131.7592],
[676.831,121.69919999999999],
[676.898,852.05],
[677.098,120.0916],
[677.365,156.1605],
[677.598,123.06190000000001],
[677.798,116.15209999999999],
[678.165,117.11280000000001],
[678.265,148.2758],
[678.465,120.0504],
[678.733,139.5758],
[679.032,117.12450000000001],
[679.331,130.7827],
[679.498,115.16980000000001],
[679.633,113.21589999999999],
[679.866,134.68720000000002],
[680.131,114.1914],
[680.299,122.9981],
[680.565,139.56760000000003],
[680.7,120.1885],
[681.1,138.5978],
[681.198,124.2644],
[681.365,115.466],
[681.765,125.90199999999999],
[682.031,112.2417],
[682.198,130.78400000000002],
[682.332,114.1926],
[682.566,133.6977],
[682.898,115.7235],
[682.965,122.0237],
[683.165,116.1568],
[683.431,120.0913],
[683.665,114.19200000000001],
[683.898,126.87880000000001],
[684.2,116.1437],
[684.498,165.802],
[684.565,117.0062],
[684.833,114.1965],
[684.999,124.5724],
[685.231,116.1436],
[685.565,140.50670000000002],
[685.765,156.1218],
[685.899,118.1154],
[686.165,111.2723],
[686.499,128.8313],
[686.565,926.0207],
[686.799,120.0255],
[686.999,133.7193],
[687.364,133.3493],
[687.465,117.63510000000001],
[687.698,114.1791],
[687.965,136.63819999999998],
[688.165,120.0494],
[688.398,133.7106],
[688.598,148.35229999999999],
[688.998,121.75569999999999],
[689.2,959.1177],
[689.265,131.7601],
[689.498,120.7331],
[689.898,140.5245],
[689.931,121.0205],
[690.198,128.8202],
[690.565,119.0581],
[690.598,825.7041],
[690.831,124.9122],
[691.265,121.0281],
[691.465,147.1249],
[691.533,1133.1355],
[691.733,147.36679999999998],
[692.098,311.34430000000003],
[692.232,386.49309999999997],
[692.531,361.7915],
[692.666,259.3096],
[692.966,246.8015],
[693.098,129.7942],
[693.431,113.829],
[693.532,139.4498],
[693.798,117.1044],
[694.031,138.59179999999998],
[694.398,117.10719999999999],
[694.465,910.9309],
[694.666,120.0485],
[695.064,119.0702],
[695.198,159.87599999999998],
[695.398,120.0631],
[695.631,114.5316],
[695.8,127.4506],
[696.199,118.0299],
[696.298,843.1518],
[696.465,129.8076],
[696.866,125.9053],
[696.999,931.0228000000001],
[697.132,128.3024],
[697.564,122.6174],
[697.698,889.6520999999999],
[697.798,146.1505],
[698.131,113.2467],
[698.298,158.6245],
[698.565,115.2063],
[698.798,128.83720000000002],
[699.098,115.1683],
[699.366,138.6089],
[699.398,123.9701],
[699.765,118.0805],
[699.998,207.7119],
[700.098,129.63250000000002],
[700.366,119.0698],
[700.565,141.4476],
[700.731,118.6909],
[701.065,130.78609999999998],
[701.198,118.11000000000001],
[701.432,130.77179999999998],
[701.832,118.07979999999999],
[701.898,926.6450000000001],
[702.099,134.6856],
[702.399,177.676],
[702.564,121.0309],
[702.931,119.1272],
[703.164,156.0681],
[703.2,120.94760000000001],
[703.633,125.9026],
[703.833,1174.1273],
[703.898,156.1567],
[704.231,166.8958],
[704.333,260.59929999999997],
[704.565,311.076],
[704.898,285.81289999999996],
[705.031,152.114],
[705.231,121.986],
[705.664,115.1913],
[705.798,848.6309],
[705.933,126.84349999999999],
[706.265,120.0571],
[706.432,131.30339999999998],
[706.7,115.861],
[706.998,129.5234],
[707.031,1058.486],
[707.266,139.68880000000001],
[707.533,217.3877],
[707.732,157.136],
[708.031,121.9773],
[708.266,129.792],
[708.5,117.8887],
[708.698,117.1187],
[708.831,141.1932],
[709.266,118.7573],
[709.4,845.8078],
[709.533,124.5189],
[709.864,118.3137],
[710.131,140.5423],
[710.198,118.1148],
[710.6,119.07130000000001],
[710.833,1062.1756],
[710.865,122.97579999999999],
[711.298,163.7789],
[711.366,1303.4085],
[711.531,232.7408],
[711.966,359.16769999999997],
[712.032,310.3684],
[712.4,316.9161],
[712.465,218.34],
[712.731,218.6268],
[712.931,118.09519999999999],
[713.298,138.285],
[713.365,119.78800000000001],
[713.6,131.4186],
[713.864,115.8955],
[714.166,135.6681],
[714.432,120.9967],
[714.665,141.5435],
[714.766,121.0247],
[714.931,110.2503],
[715.266,126.87989999999999],
[715.431,132.7623],
[715.599,116.145],
[715.999,116.1434],
[716.098,154.8373],
[716.265,118.1107],
[716.531,123.94969999999999],
[716.798,125.84049999999999],
[717.099,137.649],
[717.266,114.1908],
[717.598,132.7345],
[717.664,114.9269],
[717.831,131.7528],
[718.131,112.2413],
[718.331,147.4181],
[718.598,116.1243],
[718.932,121.05019999999999],
[718.998,910.2871],
[719.198,127.3776],
[719.465,141.1648],
[719.831,131.8104],
[719.998,1283.8899],
[720.1,135.1911],
[720.398,1523.0549],
[720.532,665.5889000000001],
[720.831,813.4606],
[721.031,655.433],
[721.365,712.9949],
[721.433,573.4209],
[721.698,579.3222999999999],
[721.966,407.5475],
[722.298,370.56919999999997],
[722.331,286.6379],
[722.565,289.55769999999995],
[722.799,152.1405],
[723.065,119.67830000000001],
[723.333,137.6153],
[723.533,114.1925],
[723.898,127.12049999999999],
[723.931,118.3738],
[724.331,114.1862],
[724.466,131.7681],
[724.598,116.1195],
[724.899,129.84029999999998],
[725.132,114.7507],
[725.298,123.9354],
[725.533,116.1459],
[725.932,126.88269999999999],
[725.965,930.3044],
[726.165,158.1042],
[726.499,125.90290000000002],
[726.766,204.03199999999998],
[726.866,141.0494],
[727.265,122.00179999999999],
[727.464,876.4205000000001],
[727.533,115.8771],
[727.898,151.29129999999998],
[727.965,118.08290000000001],
[728.331,136.6381],
[728.432,118.1002],
[728.833,119.0751],
[728.898,882.943],
[729.098,141.52],
[729.399,121.05449999999999],
[729.731,119.5855],
[729.932,916.0169000000001],
[729.999,124.9268],
[730.298,216.6763],
[730.633,197.67970000000003],
[730.666,117.4405],
[730.933,131.7768],
[731.133,116.13170000000001],
[731.366,126.54960000000001],
[731.598,119.0477],
[731.998,127.8707],
[732.231,118.0943],
[732.431,1228.4712],
[732.5,144.44799999999998],
[732.733,257.70009999999996],
[732.966,223.4793],
[733.166,305.5133],
[733.465,332.5952],
[733.698,160.12789999999998],
[733.931,124.62610000000001],
[734.231,116.99619999999999],
[734.266,128.8135],
[734.499,142.4914],
[734.9,148.3518],
[735.032,117.12],
[735.198,132.7362],
[735.566,119.35369999999999],
[735.765,135.03],
[736.031,139.596],
[736.098,121.9817],
[736.332,151.8776],
[736.698,121.0433],
[736.864,939.0523],
[736.964,176.6564],
[737.266,1166.83],
[737.433,176.6653],
[737.833,142.4955],
[737.898,1158.1003],
[738.298,1186.529],
[738.332,294.5296],
[738.632,277.7559],
[738.865,394.6852],
[739.065,304.5132],
[739.433,1450.8727999999999],
[739.466,241.07],
[739.798,194.2251],
[740.064,1358.5061],
[740.133,238.6577],
[740.498,554.1113],
[740.698,602.9104],
[740.998,502.64169999999996],
[741.033,1647.4156],
[741.265,458.2659],
[741.498,520.7298000000001],
[741.865,565.6472],
[741.966,466.0954],
[742.331,456.14149999999995],
[742.532,1247.598],
[742.598,391.23429999999996],
[742.9,472.8036],
[743.066,349.9956],
[743.365,387.47090000000003],
[743.499,296.7031],
[743.933,215.70819999999998],
[743.965,959.9001999999999],
[744.198,147.37439999999998],
[744.566,176.4814],
[744.631,128.6563],
[745.066,119.0789],
[745.133,876.2804],
[745.298,129.808],
[745.532,123.95249999999999],
[745.932,131.77159999999998],
[745.998,121.03529999999999],
[746.366,118.0955],
[746.598,139.5678],
[746.665,116.1457],
[746.998,134.6868],
[747.198,117.80789999999999],
[747.432,116.1266],
[747.633,143.48739999999998],
[747.831,120.0708],
[748.031,133.6952],
[748.3,120.048],
[748.533,149.33679999999998],
[748.733,122.002],
[749.099,121.02499999999999],
[749.165,1004.0572000000001],
[749.365,144.34890000000001],
[749.732,121.0728],
[749.933,205.9959],
[750.166,126.88050000000001],
[750.298,138.6087],
[750.498,118.0946],
[750.832,133.7114],
[751.131,145.42350000000002],
[751.2,117.11829999999999],
[751.433,134.06109999999998],
[751.7,118.0997],
[751.831,153.0615],
[752.065,119.7524],
[752.466,131.7855],
[752.698,116.14620000000001],
[752.732,911.5831],
[752.965,129.7947],
[753.365,891.4972],
[753.398,159.07840000000002],
[753.665,198.7747],
[753.864,128.8472],
[754.264,120.5819],
[754.333,836.8788999999999],
[754.531,123.9505],
[754.898,143.4726],
[754.998,120.04769999999999],
[755.4,115.14829999999999],
[755.633,1305.8947],
[755.666,144.44819999999999],
[756.033,164.2778],
[756.198,180.9914],
[756.331,1218.9759],
[756.564,217.7117],
[756.933,314.7959],
[756.998,203.98669999999998],
[757.365,220.5761],
[757.565,127.8632],
[757.866,116.1441],
[758.066,843.5972],
[758.131,115.1674],
[758.531,133.489],
[758.632,123.95200000000001],
[758.798,114.1028],
[759.233,127.84789999999998],
[759.265,117.13560000000001],
[759.531,115.18490000000001],
[759.898,125.90280000000001],
[760.099,1019.7341],
[760.165,124.9276],
[760.398,151.1353],
[760.798,130.291],
[760.898,1092.6284],
[761.065,177.3008],
[761.298,199.398],
[761.532,130.5304],
[761.766,178.6191],
[762,123.9508],
[762.366,131.7976],
[762.398,1148.0391000000002],
[762.631,163.7292],
[762.899,1240.3151],
[763.099,215.3692],
[763.399,310.3686],
[763.698,216.6727],
[763.898,1059.1471999999999],
[763.998,239.71519999999998],
[764.298,165.9335],
[764.531,186.4145],
[764.865,133.3028],
[764.933,880.0911],
[765.165,135.6625],
[765.366,151.8496],
[765.598,120.5895],
[765.998,127.856],
[766.198,121.02340000000001],
[766.298,1034.5609],
[766.465,143.4727],
[766.898,235.9502],
[766.931,160.7768],
[767.198,243.00050000000002],
[767.365,132.4622],
[767.798,119.1157],
[767.865,914.3588],
[768.033,157.1341],
[768.265,165.93079999999998],
[768.499,123.9512],
[768.833,138.5935],
[769.131,120.0453],
[769.198,146.40130000000002],
[769.433,120.0644],
[769.764,123.2874],
[769.832,1039.209],
[770.066,133.7112],
[770.298,156.68599999999998],
[770.633,121.0021],
[770.766,166.57920000000001],
[770.998,117.1324],
[771.398,124.9261],
[771.465,967.6464],
[771.633,147.3759],
[772.064,128.83149999999998],
[772.265,855.7083],
[772.333,121.02340000000001],
[772.698,134.6858],
[772.898,117.8773],
[773.133,116.1577],
[773.398,147.6104],
[773.564,115.1904],
[773.8,125.9085],
[774.065,115.1798],
[774.298,136.6403],
[774.364,117.1209],
[774.731,144.9728],
[774.865,119.0594],
[775.198,141.5188],
[775.265,123.9524],
[775.565,130.7824],
[775.699,116.1312],
[776.098,114.7041],
[776.332,120.06169999999999],
[776.398,1017.4719000000001],
[776.598,130.7415],
[776.932,1050.2206],
[777.033,134.68630000000002],
[777.266,276.20889999999997],
[777.5,156.1362],
[777.898,122.0287],
[777.998,881.0753],
[778.166,124.4594],
[778.598,146.9165],
[778.698,120.5778],
[778.931,161.546],
[779.198,119.09740000000001],
[779.5,839.7544],
[779.533,119.0835],
[779.931,128.8344],
[780.165,121.0238],
[780.332,871.7515999999999],
[780.431,124.5795],
[780.633,141.5135],
[780.865,115.6459],
[781.165,129.85930000000002],
[781.333,118.60279999999999],
[781.632,127.8377],
[781.766,118.1152],
[782.199,113.20270000000001],
[782.4,143.4759],
[782.465,119.0844],
[782.799,126.87780000000001],
[782.965,116.7329],
[783.232,139.5692],
[783.433,151.2077],
[783.6,116.19],
[783.898,128.23780000000002],
[784.031,115.1451],
[784.398,116.1442],
[784.665,121.02449999999999],
[784.799,871.3997],
[784.933,122.96300000000001],
[785.165,141.53199999999998],
[785.365,120.04570000000001],
[785.765,115.5205],
[785.831,130.3159],
[786.165,151.91389999999998],
[786.265,170.7985],
[786.531,123.95200000000001],
[786.898,120.04769999999999],
[786.965,944.3445],
[787.166,124.6165],
[787.498,143.2178],
[787.665,116.1446],
[788.033,131.75990000000002],
[788.098,117.16409999999999],
[788.4,129.8019],
[788.731,140.5333],
[788.765,121.0243],
[788.998,130.7692],
[789.398,115.18820000000001],
[789.498,1019.3353000000001],
[789.665,136.6388],
[789.898,211.5779],
[790.166,128.3631],
[790.399,154.2002],
[790.733,118.09649999999999],
[790.766,942.5156999999999],
[790.998,125.5847],
[791.264,121.97760000000001],
[791.5,174.7346],
[791.665,128.8318],
[791.998,118.0977],
[792.133,130.6091],
[792.398,118.61760000000001],
[792.731,126.857],
[792.998,129.8032],
[793.231,873.5408],
[793.266,118.096],
[793.664,116.13210000000001],
[793.798,126.43360000000001],
[794.031,131.5113],
[794.331,123.62270000000001],
[794.531,879.7806],
[794.6,125.36500000000001],
[794.932,120.03070000000001],
[795.198,123.92269999999999],
[795.333,1071.1696],
[795.498,131.7406],
[795.831,251.80789999999996],
[796.031,177.2492],
[796.298,300.9371],
[796.399,207.2413],
[796.699,119.0773],
[796.898,141.1639],
[797.065,118.6043],
[797.498,119.0701],
[797.699,1101.4813000000001],
[797.766,122.976],
[798.164,287.76390000000004],
[798.2,193.2624],
[798.531,341.3515],
[798.731,295.5165],
[799.032,135.24439999999998],
[799.299,116.1457],
[799.399,142.4881],
[799.731,114.1933],
[799.765,898.3137],
[799.998,207.8906],
[800.433,116.15979999999999],
[800.599,1105.3295],
[800.665,117.6281],
[801.099,189.3441],
[801.131,1085.763],
[801.365,380.50169999999997],
[801.665,490.9488],
[801.799,406.0221],
[802.232,362.7434],
[802.365,215.6874],
[802.498,269.0627],
[802.731,147.38299999999998],
[802.998,116.12440000000001],
[803.365,136.6408],
[803.5,117.752],
[803.633,136.64000000000001],
[803.865,117.2659],
[804.266,118.0741],
[804.398,1190.0046],
[804.498,129.80839999999998],
[804.933,350.1519],
[804.966,234.24020000000002],
[805.198,325.7504],
[805.431,293.312],
[805.764,113.22699999999999],
[805.898,841.2164],
[806.098,119.70649999999999],
[806.498,131.7769],
[806.732,116.143],
[806.898,135.66410000000002],
[806.998,122.00129999999999],
[807.365,123.9371],
[807.431,115.1791],
[807.864,130.50619999999998],
[807.9,116.8426],
[808.264,116.51549999999999],
[808.431,129.82489999999999],
[808.732,116.1382],
[808.865,142.191],
[808.999,117.83879999999999],
[809.331,136.2668],
[809.498,118.10289999999999],
[809.833,114.1911],
[809.998,137.3114],
[810.265,117.1169],
[810.4,127.90090000000001],
[810.598,118.4183],
[810.9,118.09559999999999],
[811.133,153.2279],
[811.266,119.84179999999999],
[811.565,147.3763],
[811.698,119.5804],
[812.131,129.8033],
[812.233,117.1446],
[812.464,116.73070000000001],
[812.799,148.21790000000001],
[812.832,122.8404],
[813.131,131.39989999999997],
[813.398,136.1807],
[813.5,117.10520000000001],
[813.765,123.9524],
[814.166,115.1678],
[814.298,132.7359],
[814.398,115.1588],
[814.831,117.2035],
[814.866,939.8699],
[815.098,149.034],
[815.332,117.1189],
[815.566,125.90390000000001],
[815.765,132.746],
[815.999,114.19160000000001],
[816.364,123.4775],
[816.598,130.7656],
[816.665,119.0707],
[816.998,130.77700000000002],
[817.099,116.14489999999999],
[817.498,138.40830000000003],
[817.566,116.272],
[817.965,131.7797],
[818.065,117.1207],
[818.298,114.1785],
[818.632,133.252],
[818.698,114.7172],
[819.098,130.0281],
[819.298,122.6585],
[819.431,858.9713],
[819.6,130.78400000000002],
[819.864,120.04610000000001],
[820.098,123.6598],
[820.265,115.67769999999999],
[820.598,113.21770000000001],
[820.731,135.6633],
[820.966,114.1992],
[821.364,137.14399999999998],
[821.566,120.0596],
[821.766,1067.2648],
[821.831,127.5548],
[822.265,122.0226],
[822.465,183.48839999999998],
[822.564,143.4741],
[822.831,123.9573],
[823.098,121.0674],
[823.298,136.6408],
[823.531,138.5923],
[823.698,116.1443],
[824.065,141.0659],
[824.131,118.6036],
[824.398,155.1832],
[824.599,125.9045],
[824.766,143.1036],
[824.998,120.0478],
[825.365,137.2217],
[825.531,120.0524],
[825.833,149.3273],
[825.966,122.347],
[826.298,118.09559999999999],
[826.531,896.2434000000001],
[826.566,115.194],
[826.8,128.5065],
[827.165,130.0321],
[827.431,114.2079],
[827.665,139.55519999999999],
[827.698,115.16940000000001],
[827.933,140.5436],
[828.199,121.02449999999999],
[828.498,134.67170000000002],
[828.765,118.66029999999999],
[828.998,939.6761],
[829.033,121.69099999999999],
[829.298,133.354],
[829.565,115.9592],
[829.831,135.5052],
[829.966,120.02590000000001],
[830.3,116.1447],
[830.565,137.6158],
[830.798,143.45260000000002],
[830.865,116.1445],
[831.266,127.48989999999999],
[831.331,113.21539999999999],
[831.599,124.5991],
[831.765,138.9429],
[831.966,115.187],
[832.298,128.8314],
[832.6,132.7356],
[832.665,116.14439999999999],
[833.033,116.1437],
[833.266,118.3503],
[833.332,176.6392],
[833.565,117.1197],
[833.864,140.5439],
[834.031,116.14779999999999],
[834.298,141.50119999999998],
[834.498,155.19140000000002],
[834.731,120.0504],
[835.064,116.187],
[835.165,133.7265],
[835.331,117.1203],
[835.67,130.7859],
[835.831,115.82900000000001],
[836.131,116.1614],
[836.432,136.2608],
[836.531,119.66839999999999],
[836.731,127.857],
[837.033,136.64180000000002],
[837.331,119.0717],
[837.364,893.6117999999999],
[837.599,132.72709999999998],
[837.898,120.0822],
[838.2,122.771],
[838.333,114.19200000000001],
[838.698,128.832],
[838.898,130.782],
[839.133,969.7116],
[839.165,119.0633],
[839.531,123.5547],
[839.631,149.3286],
[839.832,121.6617],
[840.099,111.2534],
[840.498,149.931],
[840.564,122.7579],
[840.798,138.59740000000002],
[840.998,116.1456],
[841.332,144.4484],
[841.466,114.2146],
[841.731,148.3679],
[841.931,149.3196],
[842.098,119.8816],
[842.531,118.4542],
[842.632,155.92510000000001],
[842.932,117.1207],
[843.133,1169.177],
[843.265,121.99459999999999],
[843.531,248.89610000000002],
[843.8,223.1826],
[844.099,344.4469],
[844.331,237.7749],
[844.5,1201.7783],
[844.565,184.4617],
[844.966,187.1962],
[845.098,129.80849999999998],
[845.431,143.49110000000002],
[845.666,1228.3615000000002],
[845.698,119.0566],
[846.031,1289.8366999999998],
[846.165,219.5956],
[846.366,256.7055],
[846.732,458.7457],
[846.933,374.80980000000005],
[847.165,399.17920000000004],
[847.265,320.1272],
[847.565,329.4133],
[847.865,148.43980000000002],
[848.132,133.6947],
[848.165,1108.7402],
[848.399,118.4726],
[848.631,1277.0116],
[848.866,212.6043],
[849.133,298.0807],
[849.465,254.36569999999998],
[849.7,1168.4619],
[849.766,350.33619999999996],
[850.165,302.2267],
[850.265,1237.4331],
[850.433,342.57599999999996],
[850.731,422.17199999999997],
[851.032,286.8212],
[851.099,355.5643],
[851.331,342.9987],
[851.565,197.772],
[851.765,135.8607],
[852.032,176.6565],
[852.266,132.89190000000002],
[852.631,144.4252],
[852.765,1185.9822],
[852.9,144.4479],
[853.298,350.55170000000004],
[853.365,263.68170000000003],
[853.665,383.5668],
[853.965,222.1707],
[854.198,295.2611],
[854.299,136.6406],
[854.533,115.1682],
[854.831,141.5204],
[854.933,116.14439999999999],
[855.265,114.2249],
[855.366,126.853],
[855.599,115.0054],
[855.832,133.7137],
[856.231,116.6503],
[856.4,1138.4308],
[856.498,136.5785],
[856.933,118.0948],
[857.131,1041.3758],
[857.166,121.9997],
[857.6,151.28],
[857.764,1079.5893999999998],
[857.866,153.2308],
[858.165,257.2837],
[858.298,168.8575],
[858.531,212.77009999999999],
[858.799,122.6443],
[859.166,129.8065],
[859.298,907.691],
[859.433,143.46790000000001],
[859.698,125.8975],
[859.898,178.6206],
[860.165,116.8878],
[860.331,136.6392],
[860.733,118.1089],
[860.798,1034.0583000000001],
[861.165,1126.2559999999999],
[861.232,140.5429],
[861.631,268.401],
[861.864,282.7132],
[861.998,329.1548],
[862.133,223.7584],
[862.432,148.9504],
[862.598,124.3454],
[863,117.09469999999999],
[863.098,142.7551],
[863.465,120.0484],
[863.632,934.0129000000001],
[863.698,122.9629],
[864.066,150.304],
[864.166,121.02350000000001],
[864.398,138.5916],
[864.598,118.0964],
[864.998,140.54559999999998],
[865.198,113.81769999999999],
[865.431,139.56760000000003],
[865.532,117.12010000000001],
[865.832,164.959],
[866.166,120.04729999999999],
[866.198,1002.8589000000001],
[866.399,118.1163],
[866.833,126.7507],
[867,1074.1884],
[867.099,163.45870000000002],
[867.498,185.9579],
[867.599,122.9766],
[867.865,111.2641],
[868,121.9996],
[868.198,114.1924],
[868.631,125.90499999999999],
[868.798,114.459],
[869.065,129.8118],
[869.231,922.2214],
[869.331,120.05250000000001],
[869.765,125.8717],
[869.798,1023.8266],
[869.999,142.52190000000002],
[870.298,211.79149999999998],
[870.599,140.5448],
[870.766,902.657],
[870.899,120.0547],
[871.265,131.0364],
[871.498,116.9239],
[871.6,142.49439999999998],
[871.798,118.9088],
[872.133,153.2226],
[872.264,114.1919],
[872.665,132.7553],
[872.698,118.0909],
[873.098,140.5429],
[873.166,121.0055],
[873.432,114.7026],
[873.765,123.722],
[873.833,117.1195],
[874.065,120.7627],
[874.433,116.63550000000001],
[874.631,114.1755],
[874.931,1002.6679],
[874.966,119.0714],
[875.298,131.74159999999998],
[875.531,203.9851],
[875.665,245.5265],
[876.065,118.1009],
[876.132,1136.2095000000002],
[876.3,124.9287],
[876.632,133.7128],
[876.965,310.9135],
[877.165,222.5279],
[877.398,312.32120000000003],
[877.466,194.2137],
[877.664,185.44070000000002],
[877.899,117.10669999999999],
[878.133,127.85450000000002],
[878.333,114.81769999999999],
[878.6,112.902],
[878.832,125.80160000000001],
[879.165,116.91250000000001],
[879.432,122.975],
[879.565,937.9198],
[879.699,133.7129],
[880.099,123.9545],
[880.165,1007.2899],
[880.366,177.1608],
[880.733,164.9542],
[880.931,1017.3118999999999],
[881.032,195.5076],
[881.366,194.732],
[881.565,133.7128],
[881.9,115.1703],
[882.065,143.4829],
[882.366,117.1191],
[882.398,922.2548],
[882.631,134.6898],
[883.031,179.34359999999998],
[883.064,134.4453],
[883.498,112.2472],
[883.565,1134.2569],
[883.898,1338.5272],
[883.998,186.472],
[884.299,476.6766],
[884.565,493.2267],
[884.731,533.8716000000001],
[885.065,479.4784],
[885.164,314.9593],
[885.466,637.3453999999999],
[885.531,234.99890000000002],
[885.766,491.455],
[885.998,312.59369999999996],
[886.3,314.0707],
[886.431,185.2417],
[886.766,119.0732],
[887.1,117.12129999999999],
[887.198,1300.3899],
[887.332,149.3271],
[887.565,267.42359999999996],
[887.866,260.5922],
[888.198,333.73789999999997],
[888.398,231.579],
[888.599,267.36650000000003],
[888.733,156.0994],
[888.933,114.17660000000001],
[889.231,122.9898],
[889.566,117.98949999999999],
[889.598,971.6532],
[889.832,125.90419999999999],
[890.231,1057.1774],
[890.264,122.99799999999999],
[890.599,307.1751],
[890.765,255.96410000000003],
[891.098,410.8956],
[891.2,275.2314],
[891.433,1104.5468],
[891.633,214.7203],
[891.866,250.7064],
[892.198,141.505],
[892.331,172.7714],
[892.532,116.05409999999999],
[892.799,125.9044],
[893.098,130.87709999999998],
[893.298,115.1674],
[893.533,124.1673],
[893.665,115.16709999999999],
[893.865,120.0643],
[894.266,113.2137],
[894.398,137.6174],
[894.698,112.0311],
[894.931,117.8124],
[895.166,940.3074],
[895.232,129.722],
[895.498,140.0762],
[895.664,121.00189999999999],
[896.031,132.7359],
[896.165,116.143],
[896.531,117.1204],
[896.732,937.0079],
[896.8,162.015],
[897.065,127.62180000000001],
[897.298,115.1448],
[897.499,131.759],
[897.864,115.1665],
[897.998,129.8091],
[898.231,117.11829999999999],
[898.531,123.93469999999999],
[898.599,132.7384],
[899,119.5789],
[899.065,900.6518],
[899.265,124.84779999999999],
[899.699,121.1937],
[899.899,906.8463],
[899.965,119.5813] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>