VegetaTesting/Windows/2020-04-17_5-win-plot-15-min-10-per-sec.html

4173 lines
388 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
<html>
<head>
<title>[Windows] 10 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": "[Windows] 10 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,879.9848000000001],
[0.2,538.3895],
[0.4,551.4388],
[0.599,477.2632],
[0.899,1953.953],
[1,231.31199999999998],
[1.201,272.309],
[1.401,239.1192],
[1.6989999999999998,224.506],
[1.9,336.7186],
[2.1,236.1877],
[2.399,204.9638],
[2.701,224.4635],
[2.9,205.5248],
[3.1,232.8154],
[3.201,209.8394],
[3.499,247.4666],
[3.699,205.058],
[4.001,209.5968],
[4.201,249.9681],
[4.299,203.00799999999998],
[4.699,228.41410000000002],
[4.9,203.02700000000002],
[4.999,203.98450000000003],
[5.199,236.1918],
[5.501,204.5839],
[5.7,199.0837],
[5.999,243.0248],
[6.199,1742.4376000000002],
[6.399,202.0087],
[6.701,228.3638],
[6.899,239.4568],
[6.999,207.5811],
[7.399,256.704],
[7.599,223.50390000000002],
[7.799,216.6721],
[7.901,248.8795],
[8.301,237.1931],
[8.501,209.8447],
[8.699,241.0711],
[8.8,263.4828],
[9.1,213.40120000000002],
[9.301,234.2472],
[9.499,208.8914],
[9.899000000000001,194.6153],
[9.999,200.0806],
[10.199,212.7943],
[10.399000000000001,200.6793],
[10.6,211.0077],
[10.999,203.9849],
[11.101,229.34869999999998],
[11.301,203.9848],
[11.699,227.61509999999998],
[11.899000000000001,225.4525],
[12.099,194.2144],
[12.201,208.86370000000002],
[12.5,223.50400000000002],
[12.7,208.8669],
[12.9,221.14929999999998],
[13.099,199.08339999999998],
[13.299,218.7662],
[13.6,191.2798],
[13.799,212.7876],
[13.999,193.2711],
[14.299,214.1359],
[14.599,206.9129],
[14.701,196.1758],
[14.9,226.40789999999998],
[15.301,217.6481],
[15.4,249.8567],
[15.701,235.19590000000002],
[15.799,1675.0642999999998],
[15.999,203.98440000000002],
[16.301,211.8086],
[16.501,199.1025],
[16.699,250.8325],
[17,207.4882],
[17.199,202.6627],
[17.399,199.1029],
[17.599,234.23930000000001],
[17.8,198.14960000000002],
[18.101,201.1088],
[18.301,225.4804],
[18.499,248.8966],
[18.699,203.9614],
[19.099,225.45190000000002],
[19.3,254.59599999999998],
[19.499,204.7999],
[19.801,239.24200000000002],
[19.9,209.9519],
[20.199,192.276],
[20.3,199.1168],
[20.701,214.44050000000001],
[20.799,221.27710000000002],
[21.101,193.24859999999998],
[21.199,229.3369],
[21.499,189.3225],
[21.699,197.15640000000002],
[22.001,224.4801],
[22.201,207.87210000000002],
[22.3,229.3848],
[22.601,204.9885],
[22.799,239.1153],
[23.101,205.946],
[23.2,235.2339],
[23.501,257.7518],
[23.699,219.2226],
[24.001,275.23170000000005],
[24.1,239.1422],
[24.399,220.56390000000002],
[24.6,218.6241],
[24.901,254.74069999999998],
[25,232.2739],
[25.301,250.83139999999997],
[25.6,213.73229999999998],
[25.7,233.6984],
[25.899,231.4118],
[26.299,193.2492],
[26.5,198.1152],
[26.7,204.93349999999998],
[26.901,233.266],
[27.199,215.0612],
[27.301,245.043],
[27.599,239.61440000000002],
[27.699,215.72060000000002],
[28.1,243.9848],
[28.199,246.91],
[28.399,212.3347],
[28.801,199.1044],
[29,203.0075],
[29.099,188.38930000000002],
[29.299,202.0196],
[29.7,222.1818],
[29.799,198.75650000000002],
[30.1,208.58579999999998],
[30.301,205.94039999999998],
[30.399,1583.1762],
[30.7,197.14780000000002],
[30.899,219.6314],
[31.2,200.1556],
[31.4,211.81349999999998],
[31.601,197.1515],
[31.899,198.1244],
[32.1,226.4572],
[32.301,205.9356],
[32.601,220.5518],
[32.699,198.12089999999998],
[32.899,219.5843],
[33.301,240.10129999999998],
[33.399,200.0473],
[33.701,211.45749999999998],
[33.901,204.964],
[34.2,213.3547],
[34.399,191.296],
[34.6,196.1724],
[34.699,202.03],
[34.899,196.1911],
[35.2,205.91590000000002],
[35.499,209.82129999999998],
[35.601,191.2963],
[35.999,218.4257],
[36.199,212.7679],
[36.301,235.2161],
[36.5,208.8641],
[36.7,248.88070000000002],
[36.999,198.1282],
[37.301,224.4843],
[37.4,214.7065],
[37.601,252.08059999999998],
[37.899,202.0278],
[38.1,220.55169999999998],
[38.401,197.1648],
[38.6,205.93970000000002],
[38.899,194.24020000000002],
[38.999,202.99519999999998],
[39.199,197.1714],
[39.599,193.2724],
[39.701,231.4735],
[40,218.6245],
[40.099,1657.3442],
[40.3,197.152],
[40.699,209.8355],
[40.8,256.6874],
[41.001,219.2085],
[41.3,200.7463],
[41.5,199.9107],
[41.7,210.8162],
[41.999,227.4195],
[42.101,209.8447],
[42.499,203.98340000000002],
[42.6,210.8032],
[42.899,214.71589999999998],
[43,201.0607],
[43.4,191.2959],
[43.599,199.089],
[43.7,236.88580000000002],
[44,188.355],
[44.201,211.0493],
[44.4,196.8176],
[44.599,191.3109],
[44.901,216.6508],
[45.199,223.48170000000002],
[45.399,2079.445],
[45.501,208.8691],
[45.701,200.0402],
[46.101,226.4316],
[46.199,264.4717],
[46.499,257.2785],
[46.599,227.42970000000003],
[46.999,283.04069999999996],
[47.101,230.3362],
[47.301,232.308],
[47.499,216.2808],
[47.799,206.5426],
[48.001,234.8146],
[48.2,233.2456],
[48.601,200.1181],
[48.699,220.56519999999998],
[48.899,213.7443],
[49.199,248.8797],
[49.301,227.4118],
[49.701,215.696],
[49.9,243.0239],
[49.999,204.9599],
[50.199,232.0278],
[50.6,212.76829999999998],
[50.701,220.6002],
[51,222.5488],
[51.201,198.1207],
[51.4,251.81179999999998],
[51.601,224.17309999999998],
[51.9,196.16310000000001],
[52.199,242.05679999999998],
[52.301,205.9223],
[52.499,202.0437],
[52.8,222.489],
[53,197.16539999999998],
[53.299,206.9151],
[53.499,201.02700000000002],
[53.601,236.17579999999998],
[54.001,201.65],
[54.201,193.2604],
[54.4,222.13920000000002],
[54.499,232.08309999999997],
[54.9,210.36450000000002],
[54.999,202.02249999999998],
[55.199,229.7228],
[55.401,212.7676],
[55.6,197.1521],
[56.001,245.95159999999998],
[56.201,234.2611],
[56.399,212.9215],
[56.599,243.0039],
[56.8,201.0692],
[57,204.9595],
[57.301,215.6836],
[57.599,249.8477],
[57.801,249.0004],
[58.001,2037.2352],
[58.099,278.74510000000004],
[58.401,213.7442],
[58.6,221.5319],
[58.8,258.6191],
[59.001,214.4005],
[59.401,262.5227],
[59.601,208.8851],
[59.7,248.868],
[60.001,203.03379999999999],
[60.199,240.0717],
[60.501,209.4959],
[60.7,210.79600000000002],
[60.801,1779.5065000000002],
[60.999,243.0131],
[61.301,249.8781],
[61.599,199.10410000000002],
[61.799,224.1466],
[61.999,234.89419999999998],
[62.199,200.6585],
[62.4,207.88309999999998],
[62.699,215.69240000000002],
[62.999,196.10649999999998],
[63.1,219.5096],
[63.301,237.1684],
[63.5,210.8164],
[63.799,217.64829999999998],
[63.999,203.9828],
[64.299,213.2322],
[64.399,216.6962],
[64.8,201.0119],
[64.901,221.5281],
[65.199,219.6255],
[65.301,203.9616],
[65.601,227.4487],
[65.9,204.54659999999998],
[66.001,202.03199999999998],
[66.299,263.5214],
[66.599,204.945],
[66.701,221.36690000000002],
[67,229.3596],
[67.099,212.76839999999999],
[67.5,244],
[67.599,208.86350000000002],
[67.799,209.8595],
[68.101,226.463],
[68.301,198.6547],
[68.601,199.1018],
[68.8,225.45680000000002],
[68.899,209.85660000000001],
[69.1,205.9162],
[69.499,233.9263],
[69.701,197.12759999999997],
[69.899,244.971],
[70,220.5804],
[70.401,213.76049999999998],
[70.601,217.2088],
[70.799,244.95149999999998],
[71.099,230.3353],
[71.299,207.9131],
[71.499,211.7928],
[71.601,258.662],
[72.001,244.9888],
[72.199,217.66740000000001],
[72.4,263.5274],
[72.5,222.52779999999998],
[72.9,220.6003],
[73.1,234.21020000000001],
[73.299,210.8202],
[73.499,203.9673],
[73.6,241.062],
[73.899,201.0565],
[74.099,208.8834],
[74.4,201.0299],
[74.7,204.9812],
[74.799,1882.4852999999998],
[74.999,221.55159999999998],
[75.301,245.93509999999998],
[75.599,268.0411],
[75.799,202.0273],
[75.999,223.8817],
[76.2,219.3237],
[76.3,1896.0829999999999],
[76.601,236.19219999999999],
[76.8,211.7722],
[77.099,241.0779],
[77.401,1903.932],
[77.5,213.7621],
[77.699,202.04510000000002],
[77.999,204.9725],
[78.301,214.49360000000001],
[78.5,202.119],
[78.599,239.1241],
[78.9,209.8153],
[79.199,221.5251],
[79.301,203.9715],
[79.499,198.1155],
[79.7,201.5662],
[79.9,245.70510000000002],
[80.199,249.8556],
[80.399,220.5922],
[80.701,202.05],
[80.901,213.72150000000002],
[81.101,239.12],
[81.299,211.7922],
[81.6,218.62390000000002],
[81.699,201.05429999999998],
[82.001,203.9848],
[82.201,230.9529],
[82.4,208.8402],
[82.6,214.59449999999998],
[83.001,199.104],
[83.2,199.10340000000002],
[83.4,210.81539999999998],
[83.699,201.0562],
[83.801,228.3851],
[84.1,210.8159],
[84.299,207.8883],
[84.499,194.2439],
[84.7,224.1625],
[85.001,230.33509999999998],
[85.201,257.6649],
[85.3,215.6797],
[85.599,208.864],
[85.8,249.4734],
[86.099,206.787],
[86.401,270.5516],
[86.501,212.543],
[86.701,244.0002],
[86.999,204.9599],
[87.1,222.528],
[87.499,217.5895],
[87.699,231.3154],
[87.8,202.0317],
[88.201,229.3598],
[88.3,217.6477],
[88.599,261.5437],
[88.701,217.6273],
[89.1,205.9355],
[89.301,223.51180000000002],
[89.501,214.73329999999999],
[89.701,244.0156],
[89.799,278.1947],
[90.099,211.7924],
[90.4,199.9206],
[90.6,1922.3198],
[90.8,231.314],
[91.1,264.96659999999997],
[91.201,225.90759999999997],
[91.399,247.8995],
[91.699,222.529],
[91.899,246.9455],
[92.1,209.841],
[92.401,238.1692],
[92.7,220.5763],
[92.901,234.21269999999998],
[93,207.8693],
[93.199,244.9771],
[93.501,212.7636],
[93.701,222.2792],
[94,227.073],
[94.199,2001.8549],
[94.401,243.9809],
[94.601,286.9674],
[94.899,239.572],
[95.099,278.1516],
[95.4,241.05270000000002],
[95.6,262.52799999999996],
[95.699,217.6465],
[96.099,237.1558],
[96.201,227.38479999999998],
[96.501,273.2967],
[96.599,242.07059999999998],
[96.901,213.7439],
[97.199,254.7369],
[97.301,219.60150000000002],
[97.6,212.3836],
[97.9,1799.4956],
[97.999,211.79229999999998],
[98.3,225.4599],
[98.399,199.1029],
[98.701,201.2201],
[98.901,228.3617],
[99.101,235.216],
[99.401,253.7554],
[99.601,209.8397],
[99.899,201.7465],
[100.099,201.74190000000002],
[100.201,247.9067],
[100.401,218.628],
[100.801,220.56300000000002],
[100.899,208.8649],
[101.1,238.1601],
[101.399,210.5044],
[101.6,212.6993],
[101.8,198.1293],
[102.1,202.0326],
[102.199,1803.6486],
[102.501,205.93970000000002],
[102.7,233.24429999999998],
[102.901,218.6127],
[103.299,244.97820000000002],
[103.4,216.67139999999998],
[103.6,244.97740000000002],
[103.801,216.6559],
[104.1,199.0101],
[104.299,240.6098],
[104.499,215.4173],
[104.8,222.52759999999998],
[104.9,223.48239999999998],
[105.201,200.6996],
[105.499,209.8186],
[105.599,200.0797],
[105.8,219.6003],
[106.2,200.0747],
[106.299,228.4005],
[106.601,255.2392],
[106.699,206.9052],
[107.099,250.82979999999998],
[107.299,211.77609999999999],
[107.5,256.7108],
[107.8,210.51839999999999],
[107.899,228.35440000000003],
[108.099,204.6611],
[108.399,224.47230000000002],
[108.599,1854.1835],
[108.799,218.62789999999998],
[109.101,211.5756],
[109.301,226.4569],
[109.399,453.86359999999996],
[109.8,216.6866],
[109.901,234.214],
[110.2,197.153],
[110.4,237.1516],
[110.699,203.96429999999998],
[110.899,234.2553],
[111,206.9163],
[111.201,221.52769999999998],
[111.599,208.2182],
[111.7,1907.0803999999998],
[111.899,215.9745],
[112.1,1989.4324000000001],
[112.399,285.9717],
[112.599,236.1661],
[112.9,210.7903],
[113.101,264.8739],
[113.299,258.6413],
[113.6,192.2722],
[113.7,241.0884],
[114.1,191.3191],
[114.199,215.7199],
[114.399,209.69750000000002],
[114.599,208.8634],
[114.799,234.2363],
[115.1,198.12179999999998],
[115.399,222.50310000000002],
[115.499,231.3331],
[115.9,228.3826],
[116.099,204.96],
[116.3,208.8622],
[116.401,208.8617],
[116.699,256.42589999999996],
[117,205.936],
[117.201,205.9595],
[117.299,218.62400000000002],
[117.601,196.17589999999998],
[117.799,229.3355],
[117.999,206.15970000000002],
[118.3,232.0394],
[118.4,243.0541],
[118.699,214.7355],
[118.999,245.9513],
[119.101,216.2633],
[119.4,243.99960000000002],
[119.699,214.6982],
[119.9,234.2408],
[119.999,215.695],
[120.399,256.2121],
[120.599,225.6538],
[120.699,296.3817],
[121,274.25919999999996],
[121.299,227.4107],
[121.499,216.6595],
[121.601,243.9776],
[121.799,221.5764],
[122.101,219.57760000000002],
[122.4,199.08419999999998],
[122.5,198.1079],
[122.799,214.7439],
[123.101,196.1766],
[123.2,197.1724],
[123.4,236.2175],
[123.6,221.5501],
[123.801,207.8836],
[124.099,214.74579999999997],
[124.3,208.87980000000002],
[124.599,228.2483],
[124.699,200.065],
[125.1,237.1677],
[125.301,209.8255],
[125.399,222.52779999999998],
[125.599,234.2385],
[126,207.887],
[126.099,199.1028],
[126.299,233.26420000000002],
[126.499,234.21710000000002],
[126.899,192.9221],
[127.001,210.8172],
[127.299,196.1754],
[127.4,213.75910000000002],
[127.801,201.0557],
[127.899,236.1918],
[128.1,203.9677],
[128.499,210.8202],
[128.601,203.03289999999998],
[128.801,220.5805],
[129.099,209.3924],
[129.301,2030.6143],
[129.5,214.6985],
[129.699,219.5995],
[130.001,261.5681],
[130.1,226.4081],
[130.501,219.5837],
[130.599,336.72400000000005],
[130.901,230.3201],
[131.2,244.9999],
[131.4,209.81449999999998],
[131.601,221.5819],
[131.699,226.40859999999998],
[132.001,212.2254],
[132.199,252.9326],
[132.4,215.1718],
[132.701,235.8393],
[132.9,201.0309],
[133.199,224.4796],
[133.301,1897.3337999999999],
[133.501,229.3376],
[133.801,208.8883],
[134.001,251.81160000000003],
[134.201,216.6524],
[134.401,230.3364],
[134.801,204.2196],
[134.999,2027.1460000000002],
[135.101,243.74699999999999],
[135.301,247.9041],
[135.701,220.5801],
[135.8,256.6887],
[136,214.726],
[136.2,228.3948],
[136.499,204.9435],
[136.699,247.90519999999998],
[136.999,221.3935],
[137.1,212.73149999999998],
[137.399,209.8394],
[137.7,214.7038],
[137.901,267.4134],
[137.999,222.54180000000002],
[138.4,222.52849999999998],
[138.499,250.82870000000003],
[138.8,236.1769],
[138.899,205.9341],
[139.299,203.0461],
[139.5,243.0253],
[139.599,218.6235],
[139.799,207.88899999999998],
[139.999,199.1251],
[140.301,210.8207],
[140.501,199.104],
[140.799,225.8975],
[141.1,196.1779],
[141.299,219.59980000000002],
[141.399,205.9362],
[141.7,209.7634],
[141.999,260.59159999999997],
[142.2,259.6154],
[142.4,246.9035],
[142.6,225.46089999999998],
[142.899,214.69070000000002],
[143.099,210.83589999999998],
[143.2,240.5778],
[143.501,272.3084],
[143.6,236.1695],
[143.899,242.02380000000002],
[144.201,229.3362],
[144.299,262.5442],
[144.701,208.85999999999999],
[144.899,228.0184],
[144.999,234.9428],
[145.3,201.27900000000002],
[145.599,229.36],
[145.799,216.6729],
[145.899,219.6168],
[146.201,238.1286],
[146.299,1826.9555],
[146.601,221.08720000000002],
[146.799,218.1354],
[147.099,201.5948],
[147.399,225.1779],
[147.599,209.8406],
[147.799,231.30790000000002],
[147.9,205.9228],
[148.3,205.9385],
[148.399,232.2883],
[148.699,196.176],
[148.899,192.2808],
[149.099,219.0398],
[149.4,245.589],
[149.5,216.3098],
[149.801,222.0733],
[149.999,1897.3457],
[150.201,203.9832],
[150.499,263.50440000000003],
[150.701,266.4474],
[150.901,212.7556],
[151.199,213.9796],
[151.401,1894.0184],
[151.499,226.07459999999998],
[151.701,227.0029],
[151.999,196.4725],
[152.299,235.74020000000002],
[152.4,204.0226],
[152.6,222.52839999999998],
[153.001,210.816],
[153.099,1877.3592999999998],
[153.299,211.7921],
[153.7,231.29],
[153.799,211.1946],
[154,261.56030000000004],
[154.201,204.9889],
[154.501,258.6489],
[154.799,211.7885],
[154.9,205.9126],
[155.199,198.1037],
[155.501,204.9908],
[155.699,246.9014],
[155.8,222.0367],
[155.999,214.7194],
[156.399,250.83299999999997],
[156.499,211.533],
[156.799,232.28289999999998],
[156.901,212.77009999999999],
[157.199,198.12859999999998],
[157.499,217.6332],
[157.601,224.441],
[157.8,206.9401],
[158.001,218.6234],
[158.4,185.46679999999998],
[158.601,200.13],
[158.7,204.66490000000002],
[159.001,203.9869],
[159.3,221.55169999999998],
[159.5,219.579],
[159.701,198.1512],
[159.999,256.6882],
[160.101,198.6953],
[160.3,210.83470000000003],
[160.599,197.8789],
[160.799,223.53310000000002],
[161.101,246.9281],
[161.199,208.8518],
[161.399,230.3353],
[161.8,206.9347],
[161.899,213.75],
[162.099,201.0555],
[162.401,205.7163],
[162.499,243.78240000000002],
[162.899,208.4638],
[163.001,209.3747],
[163.199,195.2047],
[163.6,203.0083],
[163.699,244.9816],
[163.899,216.6505],
[164.099,209.8402],
[164.299,253.7796],
[164.7,222.1976],
[164.9,209.401],
[165.099,220.0008],
[165.4,197.15189999999998],
[165.5,211.77609999999999],
[165.799,207.8838],
[165.999,2002.5428000000002],
[166.101,227.4034],
[166.4,453.6329],
[166.599,243.29039999999998],
[166.799,448.9281],
[167.001,214.2878],
[167.299,252.81019999999998],
[167.6,275.225],
[167.699,225.45190000000002],
[168.1,204.9595],
[168.299,207.892],
[168.5,220.5374],
[168.599,215.6971],
[168.8,259.1023],
[169.1,263.64340000000004],
[169.399,224.2897],
[169.6,228.27120000000002],
[169.701,320.6613],
[170.101,219.5984],
[170.2,233.264],
[170.4,194.22410000000002],
[170.599,210.8158],
[170.999,199.1476],
[171.099,241.69289999999998],
[171.301,241.8767],
[171.5,201.47],
[171.899,231.3121],
[172.001,236.1938],
[172.199,212.7696],
[172.5,211.79149999999998],
[172.7,232.29659999999998],
[172.901,204.9589],
[173.101,219.2197],
[173.499,215.6962],
[173.7,2938.9075],
[173.9,222.76239999999999],
[173.999,1238.0762],
[174.401,507.5232],
[174.499,1748.3083000000001],
[174.799,361.11929999999995],
[174.999,967.8399],
[175.101,362.0973],
[175.399,260.213],
[175.7,352.35499999999996],
[175.901,362.7631],
[175.999,280.7611],
[176.401,285.96709999999996],
[176.5,217.64919999999998],
[176.8,213.75549999999998],
[177,239.1424],
[177.199,192.2722],
[177.399,218.1698],
[177.699,207.58370000000002],
[177.899,201.043],
[178.099,203.6446],
[178.301,230.4368],
[178.499,207.9229],
[178.699,202.0327],
[179.099,209.8402],
[179.201,203.00879999999998],
[179.499,232.27190000000002],
[179.601,204.9598],
[179.999,221.5706],
[180.2,191.79170000000002],
[180.3,219.5999],
[180.699,206.0931],
[180.901,209.86659999999998],
[181.001,230.8424],
[181.4,208.8625],
[181.601,1925.2494],
[181.699,218.62390000000002],
[181.899,224.4794],
[182.3,214.7199],
[182.5,221.5719],
[182.7,246.9317],
[182.799,211.5178],
[183.199,204.0294],
[183.4,225.0368],
[183.601,2023.1542],
[183.7,244.9801],
[183.999,215.6948],
[184.199,233.263],
[184.501,237.1696],
[184.701,218.4537],
[184.899,242.06150000000002],
[185.099,211.4976],
[185.3,208.2487],
[185.599,211.35989999999998],
[185.7,254.77480000000003],
[186.1,256.6889],
[186.199,234.2395],
[186.4,215.69650000000001],
[186.8,219.5997],
[186.901,253.2647],
[187.101,225.9716],
[187.399,248.9807],
[187.7,253.6646],
[187.801,214.0031],
[188.1,206.9063],
[188.3,255.71139999999997],
[188.599,216.673],
[188.801,2051.2873],
[188.9,214.6953],
[189.2,225.44559999999998],
[189.5,210.8197],
[189.601,224.8905],
[189.899,208.6295],
[190.1,2410.7951000000003],
[190.201,226.43079999999998],
[190.599,234.25869999999998],
[190.799,262.54499999999996],
[190.999,2440.5868],
[191.101,235.2063],
[191.399,405.5652],
[191.599,269.3943],
[191.901,274.6764],
[192.101,2239.8455999999996],
[192.301,289.4402],
[192.601,297.2219],
[192.699,229.36419999999998],
[193.099,236.1892],
[193.201,221.5308],
[193.401,232.28470000000002],
[193.601,242.04670000000002],
[194,213.9627],
[194.099,244.2808],
[194.299,217.6669],
[194.5,207.7832],
[194.699,239.09820000000002],
[195.101,221.569],
[195.301,252.7684],
[195.4,213.7276],
[195.7,238.99310000000003],
[195.899,208.93419999999998],
[196.199,247.88080000000002],
[196.301,216.6713],
[196.7,221.5511],
[196.8,202.0336],
[197.101,215.6959],
[197.301,198.1284],
[197.6,220.57479999999998],
[197.699,203.9901],
[197.9,220.82180000000002],
[198.2,203.97209999999998],
[198.4,219.5744],
[198.7,217.64749999999998],
[198.801,2075.648],
[199.001,208.86450000000002],
[199.3,210.8167],
[199.5,232.3847],
[199.799,212.8034],
[199.999,225.51379999999997],
[200.201,212.3074],
[200.5,254.7554],
[200.7,217.62539999999998],
[200.799,201.0557],
[201.101,232.4277],
[201.299,223.84480000000002],
[201.601,200.0805],
[201.801,235.2166],
[202.101,2020.3275999999998],
[202.199,244.9668],
[202.501,211.7773],
[202.599,225.4553],
[203.001,259.8852],
[203.201,228.6533],
[203.399,205.4691],
[203.501,217.181],
[203.801,237.1676],
[204.099,205.9374],
[204.201,216.6735],
[204.5,202.0126],
[204.701,232.2893],
[204.9,211.4843],
[205.099,225.4789],
[205.3,207.6787],
[205.7,254.7126],
[205.901,252.78400000000002],
[206.1,239.1194],
[206.199,279.11170000000004],
[206.501,205.9349],
[206.701,242.04809999999998],
[206.999,220.5771],
[207.2,214.4189],
[207.3,235.9738],
[207.7,221.5512],
[207.799,2164.5273],
[208,257.6651],
[208.3,214.72930000000002],
[208.599,213.74360000000001],
[208.701,235.19590000000002],
[209,216.74460000000002],
[209.099,251.3694],
[209.399,253.4845],
[209.7,205.461],
[209.801,240.0959],
[210.099,206.9106],
[210.299,251.80819999999997],
[210.601,218.6114],
[210.7,218.60229999999999],
[211.1,205.9382],
[211.199,1995.6118000000001],
[211.399,228.4339],
[211.7,266.43309999999997],
[211.799,248.89929999999998],
[212.101,205.9365],
[212.301,210.8159],
[212.5,206.9119],
[212.8,278.16069999999996],
[213.001,232.2875],
[213.301,204.96359999999999],
[213.499,207.5593],
[213.801,225.4567],
[213.899,208.864],
[214.1,206.9163],
[214.299,206.9116],
[214.7,219.5958],
[214.901,258.621],
[215.1,269.903],
[215.2,219.1522],
[215.5,217.3193],
[215.699,257.31559999999996],
[215.9,233.2477],
[216.099,216.671],
[216.3,214.7213],
[216.599,239.12040000000002],
[216.799,248.8796],
[217.1,232.5915],
[217.299,264.0847],
[217.6,265.0895],
[217.8,228.4377],
[217.901,2030.2053],
[218.099,250.871],
[218.499,225.456],
[218.601,242.04829999999998],
[218.899,222.5079],
[219.199,209.81920000000002],
[219.301,246.928],
[219.5,214.9993],
[219.8,215.0787],
[219.999,258.2567],
[220.299,201.0813],
[220.499,1908.0872],
[220.601,210.8163],
[220.799,265.4721],
[221.101,211.79229999999998],
[221.301,228.397],
[221.5,230.3359],
[221.701,213.7474],
[221.999,221.1447],
[222.201,206.57610000000003],
[222.401,200.5238],
[222.7,230.346],
[223.001,208.8773],
[223.201,217.6449],
[223.299,208.8632],
[223.599,203.0092],
[223.8,222.5244],
[224.099,220.67510000000001],
[224.199,199.09189999999998],
[224.5,199.13410000000002],
[224.7,219.57920000000001],
[225,210.8166],
[225.101,231.3124],
[225.499,263.5207],
[225.6,220.5769],
[225.899,211.4803],
[226.099,255.5583],
[226.2,213.57139999999998],
[226.601,214.72459999999998],
[226.799,244.9999],
[226.9,221.552],
[227.1,205.9363],
[227.399,197.1475],
[227.701,269.8915],
[227.799,214.2491],
[227.999,234.41809999999998],
[228.399,210.4598],
[228.599,219.2471],
[228.8,244.00469999999999],
[228.9,210.8396],
[229.201,205.9626],
[229.5,223.5042],
[229.599,211.7916],
[230,203.983],
[230.1,235.1106],
[230.399,201.4052],
[230.601,208.85129999999998],
[230.899,224.4803],
[231.1,209.8399],
[231.301,207.87349999999998],
[231.5,206.916],
[231.7,218.6237],
[232,208.9958],
[232.1,217.20819999999998],
[232.299,208.416],
[232.501,201.6423],
[232.901,224.46009999999998],
[232.999,210.8167],
[233.199,217.6233],
[233.5,202.033],
[233.8,228.3572],
[233.899,228.38420000000002],
[234.201,248.3126],
[234.3,221.08530000000002],
[234.6,254.74],
[234.901,222.1505],
[235.001,259.14480000000003],
[235.3,207.43890000000002],
[235.499,201.0607],
[235.801,224.4949],
[236,211.792],
[236.299,235.2351],
[236.401,212.74460000000002],
[236.699,217.9108],
[236.799,259.455],
[237.1,211.4671],
[237.4,237.1909],
[237.599,221.0364],
[237.801,218.54760000000002],
[238.001,227.432],
[238.201,204.96030000000002],
[238.401,210.79139999999998],
[238.7,208.8681],
[238.999,248.8648],
[239.101,215.7035],
[239.399,243.0267],
[239.599,254.70759999999999],
[239.701,213.7695],
[240.099,236.1692],
[240.2,2456.2749999999996],
[240.401,220.5764],
[240.801,216.65709999999999],
[241.001,307.7246],
[241.201,252.415],
[241.4,233.0979],
[241.599,213.595],
[241.9,302.5574],
[241.999,248.8805],
[242.199,331.8396],
[242.399,213.7431],
[242.799,208.8634],
[242.901,251.80970000000002],
[243.099,207.3478],
[243.399,215.6868],
[243.599,206.6728],
[243.899,201.82559999999998],
[243.999,200.84740000000002],
[244.299,248.8797],
[244.6,210.7922],
[244.699,229.38410000000002],
[245.001,242.04690000000002],
[245.099,225.4558],
[245.5,209.854],
[245.701,250.51820000000004],
[245.799,224.13920000000002],
[246.001,247.7662],
[246.299,220.1061],
[246.6,223.5313],
[246.801,247.9001],
[247.099,2313.0214],
[247.2,221.5325],
[247.401,219.6014],
[247.7,267.90049999999997],
[248.001,254.73950000000002],
[248.099,208.8653],
[248.399,206.89350000000002],
[248.5,2377.6465],
[248.701,219.6004],
[249.101,252.7682],
[249.299,253.73620000000003],
[249.4,211.7877],
[249.8,258.252],
[249.999,237.1722],
[250.1,216.6863],
[250.399,208.9291],
[250.5,262.03290000000004],
[250.901,210.79909999999998],
[251.101,239.1196],
[251.199,215.7338],
[251.399,215.6963],
[251.7,228.9119],
[251.999,236.7317],
[252.099,222.5469],
[252.5,218.1214],
[252.599,228.3834],
[252.899,237.1687],
[253.001,215.6999],
[253.4,217.6508],
[253.5,275.23019999999997],
[253.7,216.69250000000002],
[253.9,232.2883],
[254.299,207.5753],
[254.499,240.2909],
[254.599,206.2774],
[254.801,202.0328],
[255.099,247.90370000000001],
[255.299,227.4068],
[255.5,216.6854],
[255.701,245.9531],
[255.901,216.6712],
[256.301,198.6302],
[256.499,222.5321],
[256.7,235.21810000000002],
[257.001,219.6412],
[257.199,227.46179999999998],
[257.399,210.8556],
[257.599,219.66369999999998],
[257.9,225.49869999999999],
[258.001,212.81],
[258.301,232.28650000000002],
[258.501,203.9888],
[258.799,250.6389],
[258.901,216.72920000000002],
[259.201,263.05580000000003],
[259.4,221.5311],
[259.699,220.5761],
[259.8,253.75969999999998],
[260.099,266.44960000000003],
[260.299,213.7281],
[260.499,212.8095],
[260.7,234.276],
[261,234.2428],
[261.099,247.9054],
[261.401,273.5174],
[261.601,217.64710000000002],
[261.901,198.1696],
[262.1,211.3243],
[262.199,199.613],
[262.599,208.8629],
[262.799,260.5926],
[262.901,213.7453],
[263.199,225.4572],
[263.401,257.1978],
[263.601,262.1295],
[263.801,223.5451],
[264.099,259.6237],
[264.299,230.3365],
[264.499,253.2736],
[264.799,232.3304],
[265,218.66459999999998],
[265.301,244.0011],
[265.4,213.7234],
[265.7,236.1931],
[265.799,254.73630000000003],
[266.199,221.5483],
[266.4,220.5899],
[266.601,262.96639999999996],
[266.701,214.3735],
[266.999,241.455],
[267.201,217.0855],
[267.501,200.08010000000002],
[267.701,238.144],
[267.901,266.44820000000004],
[268.099,216.64710000000002],
[268.401,207.8884],
[268.499,243.0241],
[268.8,214.857],
[269.099,248.88469999999998],
[269.201,228.347],
[269.599,242.0202],
[269.8,220.5761],
[269.901,263.52029999999996],
[270.299,256.68809999999996],
[270.401,214.7186],
[270.6,221.57569999999998],
[270.9,241.24380000000002],
[270.999,2276.1762],
[271.301,218.65879999999999],
[271.601,217.6199],
[271.699,268.3755],
[271.9,218.62509999999997],
[272.2,263.5441],
[272.501,223.5074],
[272.701,239.1643],
[272.8,219.599],
[273.2,219.6497],
[273.299,207.9193],
[273.599,225.0115],
[273.901,243.08769999999998],
[274.101,209.8604],
[274.301,202.03209999999999],
[274.4,234.2245],
[274.699,204.9516],
[274.899,219.6275],
[275.201,232.53640000000001],
[275.399,239.78269999999998],
[275.501,209.5697],
[275.899,208.2132],
[275.999,248.988],
[276.199,223.04160000000002],
[276.5,261.15529999999995],
[276.801,222.5403],
[277.001,218.61059999999998],
[277.201,232.3047],
[277.3,205.9237],
[277.601,215.6954],
[277.9,252.89030000000002],
[278.1,214.4134],
[278.301,249.5249],
[278.5,220.5761],
[278.7,215.7186],
[278.999,229.376],
[279.199,2586.3145],
[279.399,234.24020000000002],
[279.699,282.0611],
[279.8,247.938],
[280.001,282.74339999999995],
[280.399,227.9493],
[280.601,221.536],
[280.7,395.2701],
[280.999,682.2207999999999],
[281.301,311.3587],
[281.399,257.6651],
[281.701,222.0601],
[281.799,247.0086],
[282.201,239.90040000000002],
[282.401,221.1618],
[282.601,236.1959],
[282.801,214.7208],
[283.099,219.5997],
[283.201,216.6678],
[283.5,251.80700000000002],
[283.599,222.5267],
[283.901,216.2548],
[284.199,215.7034],
[284.4,244.7192],
[284.601,257.41409999999996],
[284.799,227.4082],
[285.099,252.7879],
[285.299,220.5819],
[285.499,246.94930000000002],
[285.801,212.7629],
[286.001,212.4169],
[286.2,250.86960000000002],
[286.499,213.8233],
[286.599,271.7388],
[286.9,252.75930000000002],
[287.1,211.7921],
[287.199,228.4035],
[287.6,245.92919999999998],
[287.8,2675.2477],
[287.9,241.0733],
[288.099,255.31350000000003],
[288.399,253.54850000000002],
[288.7,222.4519],
[288.901,238.1557],
[289,2403.2014],
[289.301,320.1522],
[289.599,278.1473],
[289.8,332.8337],
[290.099,237.2141],
[290.2,338.36670000000004],
[290.4,210.80380000000002],
[290.701,206.8238],
[290.799,239.9814],
[291.101,220.572],
[291.4,197.1138],
[291.6,241.0943],
[291.899,274.2348],
[292.1,210.8507],
[292.299,197.40640000000002],
[292.4,198.7545],
[292.699,224.7132],
[293.001,203.0565],
[293.099,219.60060000000001],
[293.299,203.0091],
[293.5,205.9359],
[293.9,213.76670000000001],
[294.101,241.0454],
[294.199,219.6224],
[294.6,263.2159],
[294.699,222.0701],
[295.001,197.315],
[295.099,225.4878],
[295.501,214.7414],
[295.701,2166.817],
[295.799,212.7799],
[296.099,294.7515],
[296.201,226.43089999999998],
[296.601,234.76559999999998],
[296.699,215.504],
[296.901,212.7049],
[297.299,218.3106],
[297.401,268.9109],
[297.599,213.74370000000002],
[297.799,222.5239],
[298,229.3425],
[298.401,223.5042],
[298.499,2061.8280000000004],
[298.7,229.3596],
[298.899,210.6002],
[299.2,215.0239],
[299.5,208.3343],
[299.7,236.1917],
[299.899,214.705],
[300.2,242.04739999999998],
[300.399,254.74],
[300.5,208.8963],
[300.901,207.0407],
[301,245.6357],
[301.199,200.37269999999998],
[301.499,270.97909999999996],
[301.701,217.648],
[302,203.00799999999998],
[302.199,214.7121],
[302.299,244.99470000000002],
[302.601,224.5],
[302.9,267.569],
[303.101,211.1172],
[303.299,229.0111],
[303.4,211.7825],
[303.8,207.8886],
[304,226.4317],
[304.2,205.9363],
[304.299,232.3046],
[304.601,218.64919999999998],
[304.9,204.9773],
[305.1,234.887],
[305.199,208.1292],
[305.6,197.15179999999998],
[305.699,202.6445],
[305.999,244.5288],
[306.2,206.3432],
[306.499,271.3521],
[306.599,227.4194],
[306.901,226.45680000000002],
[307,216.6657],
[307.3,211.79229999999998],
[307.501,224.14939999999999],
[307.8,212.36430000000001],
[307.999,2075.3859],
[308.199,222.077],
[308.499,288.4623],
[308.6,202.9873],
[308.999,228.3571],
[309.099,210.7927],
[309.4,212.9538],
[309.601,223.0498],
[309.699,209.3655],
[310.099,196.1569],
[310.201,217.6501],
[310.401,220.5515],
[310.601,202.9917],
[310.999,204.97660000000002],
[311.1,2211.1586],
[311.299,239.1242],
[311.699,237.8176],
[311.901,209.8197],
[312.101,215.6836],
[312.301,256.71070000000003],
[312.4,236.1928],
[312.699,246.9035],
[312.899,220.6256],
[313.1,242.5333],
[313.301,217.3442],
[313.701,214.1136],
[313.8,254.10729999999998],
[314,236.1916],
[314.4,248.90470000000002],
[314.499,232.3161],
[314.799,247.8799],
[314.999,2093.8699],
[315.101,226.9315],
[315.4,226.9936],
[315.599,251.64999999999998],
[315.799,214.47840000000002],
[316.001,238.1483],
[316.301,214.7309],
[316.599,259.6284],
[316.701,229.3552],
[317,202.99970000000002],
[317.2,210.827],
[317.4,193.522],
[317.699,195.7599],
[317.999,218.9331],
[318.201,225.179],
[318.399,207.8834],
[318.499,197.18],
[318.801,213.7398],
[319.001,194.22400000000002],
[319.2,229.37969999999999],
[319.5,212.76690000000002],
[319.599,228.3881],
[320.001,207.6256],
[320.201,220.90699999999998],
[320.4,249.9988],
[320.501,217.1995],
[320.801,216.65509999999998],
[320.999,236.16899999999998],
[321.2,208.8475],
[321.4,228.3922],
[321.799,217.3236],
[322,2073.4311000000002],
[322.101,221.15370000000001],
[322.499,221.04299999999998],
[322.6,203.02120000000002],
[322.801,195.16230000000002],
[323,209.84],
[323.401,205.91989999999998],
[323.5,2192.7728],
[323.699,346.1298],
[323.9,374.4488],
[324.099,204.98430000000002],
[324.501,279.83029999999997],
[324.601,2141.0299999999997],
[324.799,226.41310000000001],
[325.101,204.964],
[325.3,204.96020000000001],
[325.599,235.216],
[325.8,209.8433],
[326.099,237.095],
[326.199,207.25060000000002],
[326.401,214.7202],
[326.699,215.3292],
[326.799,200.0753],
[327.099,236.17569999999998],
[327.401,204.942],
[327.6,237.16799999999998],
[327.801,225.45180000000002],
[328.001,258.1974],
[328.3,202.2278],
[328.499,221.75990000000002],
[328.8,3014.5227],
[328.901,225.9768],
[329.199,242.0477],
[329.301,4623.3664],
[329.501,256.6916],
[329.901,4678.019],
[329.999,279.15630000000004],
[330.199,514.9787],
[330.401,4082.6340999999998],
[330.701,647.4305],
[330.901,2556.5615],
[331.099,670.8597],
[331.401,633.4223],
[331.599,3018.8245],
[331.799,1295.4832999999999],
[332.101,905.4274],
[332.399,2072.0817],
[332.501,505.26610000000005],
[332.8,985.1463],
[332.9,618.1672],
[333.201,960.4255],
[333.499,424.55490000000003],
[333.601,545.5843],
[333.9,246.9084],
[333.999,399.1837],
[334.399,244.01749999999998],
[334.5,243.0239],
[334.701,205.94580000000002],
[334.999,213.0975],
[335.201,207.352],
[335.499,217.6482],
[335.601,287.89520000000005],
[335.899,224.4807],
[336.201,231.3115],
[336.299,217.6593],
[336.6,221.0777],
[336.9,256.70739999999995],
[337.099,219.3005],
[337.2,247.5949],
[337.4,224.4569],
[337.8,210.812],
[338.001,222.5281],
[338.201,208.8656],
[338.3,252.78070000000002],
[338.6,222.1148],
[338.9,267.7036],
[339,231.9795],
[339.2,233.8285],
[339.501,200.7731],
[339.799,208.8642],
[339.999,226.4366],
[340.199,205.9356],
[340.501,222.52710000000002],
[340.599,209.8398],
[340.8,242.0513],
[340.999,210.5902],
[341.201,219.366],
[341.501,210.5093],
[341.799,228.4581],
[341.901,244.0591],
[342.299,210.8153],
[342.499,240.1153],
[342.6,209.83950000000002],
[342.899,223.5722],
[343.099,212.8321],
[343.301,211.7363],
[343.5,229.5483],
[343.699,236.25959999999998],
[343.899,246.9301],
[344.201,209.8158],
[344.399,195.1835],
[344.599,199.1037],
[344.901,217.62390000000002],
[345.201,197.12789999999998],
[345.299,208.4838],
[345.599,206.9401],
[345.8,223.9998],
[345.999,204.96020000000001],
[346.2,230.3598],
[346.4,205.9362],
[346.599,219.5788],
[347,228.3617],
[347.099,201.0565],
[347.299,216.8551],
[347.6,248.6565],
[347.8,212.40300000000002],
[348.001,221.09980000000002],
[348.301,203.96529999999998],
[348.6,256.68829999999997],
[348.7,223.5084],
[349.001,220.58089999999999],
[349.201,206.88400000000001],
[349.499,214.3747],
[349.699,208.84349999999998],
[349.8,242.5321],
[350.101,208.40449999999998],
[350.201,245.95600000000002],
[350.499,206.936],
[350.7,202.9814],
[350.999,242.5601],
[351.199,269.356],
[351.399,204.9829],
[351.599,245.952],
[351.901,204.9596],
[352.199,240.07680000000002],
[352.3,257.2857],
[352.499,225.5478],
[352.699,200.5573],
[353.101,205.3624],
[353.199,230.661],
[353.499,197.0123],
[353.699,250.8319],
[353.9,200.0805],
[354.201,203.9593],
[354.401,2322.1236],
[354.499,200.10430000000002],
[354.7,219.5999],
[355.1,204.6617],
[355.3,229.3927],
[355.399,241.872],
[355.699,226.14690000000002],
[355.899,271.3239],
[356.201,215.67049999999998],
[356.401,2166.7043000000003],
[356.499,233.2637],
[356.901,229.355],
[357,213.7443],
[357.199,238.12369999999999],
[357.4,245.41989999999998],
[357.801,211.7957],
[357.999,220.6398],
[358.099,2090.6162],
[358.299,271.3279],
[358.601,216.4018],
[358.9,235.2157],
[359.1,204.02280000000002],
[359.201,216.64690000000002],
[359.599,215.6763],
[359.7,265.0638],
[360.001,229.0105],
[360.199,218.0219],
[360.499,204.96020000000001],
[360.6,213.7455],
[361.001,210.8379],
[361.201,256.71860000000004],
[361.299,285.9679],
[361.5,231.3172],
[361.901,237.807],
[362,207.5701],
[362.199,206.6285],
[362.499,218.1337],
[362.599,273.1172],
[362.999,217.64919999999998],
[363.101,250.8322],
[363.399,210.8159],
[363.699,228.3839],
[363.8,209.32799999999997],
[363.999,228.38559999999998],
[364.299,205.9504],
[364.5,231.1085],
[364.7,229.93630000000002],
[365,215.6849],
[365.199,2194.089],
[365.3,251.8154],
[365.599,252.80390000000003],
[365.799,228.38400000000001],
[366,212.7672],
[366.299,249.8561],
[366.499,215.0685],
[366.701,236.87720000000002],
[366.999,228.7031],
[367.1,2247.4399],
[367.399,2398.2284],
[367.599,233.2757],
[367.901,291.803],
[368.199,353.2877],
[368.4,266.5053],
[368.6,272.32980000000003],
[368.8,238.15439999999998],
[369.099,232.5837],
[369.199,207.0404],
[369.501,219.62619999999998],
[369.6,244.0045],
[370,204.0083],
[370.2,2110.1587999999997],
[370.299,200.0795],
[370.601,221.553],
[370.699,206.88729999999998],
[371.099,223.1765],
[371.201,216.3229],
[371.4,197.7859],
[371.799,232.2672],
[372,258.6658],
[372.199,205.9366],
[372.4,238.1357],
[372.499,206.9067],
[372.8,212.7631],
[373.099,237.1722],
[373.201,203.0272],
[373.599,247.9421],
[373.799,209.8641],
[373.999,196.2029],
[374.101,254.73499999999999],
[374.299,210.839],
[374.6,199.0982],
[374.8,201.0554],
[375.099,216.6701],
[375.201,194.2261],
[375.499,208.8749],
[375.7,216.6698],
[375.999,200.1014],
[376.101,214.7202],
[376.399,228.38420000000002],
[376.6,248.8789],
[376.899,209.8174],
[377.199,212.3982],
[377.301,203.00879999999998],
[377.5,211.1694],
[377.8,207.4135],
[377.999,219.5997],
[378.199,199.101],
[378.399,248.8796],
[378.699,207.86260000000001],
[379,216.6717],
[379.201,225.8654],
[379.4,2099.3111999999996],
[379.501,257.7935],
[379.699,262.2258],
[380.101,194.79379999999998],
[380.3,204.5126],
[380.401,218.6214],
[380.601,232.26450000000003],
[381,209.84050000000002],
[381.201,217.6256],
[381.399,203.0217],
[381.699,237.1676],
[381.8,217.6491],
[382.001,229.9871],
[382.299,216.6728],
[382.4,208.8618],
[382.8,213.77689999999998],
[382.9,2241.5242000000003],
[383.099,216.6778],
[383.501,268.40009999999995],
[383.701,284.6821],
[383.799,220.2747],
[383.999,248.5673],
[384.299,220.1097],
[384.6,248.88],
[384.799,215.697],
[384.999,247.90499999999997],
[385.1,224.4743],
[385.4,207.88660000000002],
[385.699,195.1994],
[385.8,2185.0742],
[386,234.3979],
[386.401,267.1049],
[386.601,224.8668],
[386.699,249.14939999999999],
[387.001,251.8216],
[387.199,210.8157],
[387.399,220.576],
[387.701,214.7311],
[387.999,193.2479],
[388.101,205.9355],
[388.4,197.7863],
[388.599,230.3309],
[388.701,238.0145],
[388.999,231.3247],
[389.301,195.2001],
[389.499,199.125],
[389.801,218.62539999999998],
[389.899,205.9209],
[390.1,217.16469999999998],
[390.301,211.7973],
[390.7,240.7281],
[390.899,204.8307],
[391.1,223.5043],
[391.201,235.2206],
[391.5,202.0571],
[391.799,192.2509],
[391.999,203.0343],
[392.2,2267.5898],
[392.301,212.75900000000001],
[392.599,202.14350000000002],
[392.901,222.61690000000002],
[393.099,204.96429999999998],
[393.201,220.5746],
[393.601,212.7658],
[393.801,244.0117],
[393.899,219.58939999999998],
[394.199,233.7908],
[394.499,216.04090000000002],
[394.7,193.2379],
[394.799,201.0731],
[395.1,191.5206],
[395.399,223.902],
[395.5,193.2482],
[395.699,215.6951],
[396.1,205.9601],
[396.3,229.3599],
[396.399,200.05249999999998],
[396.599,208.8641],
[396.901,200.11309999999997],
[397.199,216.4528],
[397.401,205.924],
[397.499,196.18859999999998],
[397.9,224.4801],
[398.101,195.2048],
[398.2,213.7475],
[398.399,203.00779999999997],
[398.799,199.4262],
[399,221.14839999999998],
[399.099,2199.0938],
[399.3,213.0902],
[399.501,227.6086],
[399.801,204.9597],
[400.099,243.0204],
[400.299,219.6113],
[400.599,281.1075],
[400.7,236.192],
[400.901,224.46009999999998],
[401.101,242.3308],
[401.299,212.4379],
[401.7,225.0836],
[401.8,248.88750000000002],
[402.099,210.82],
[402.201,220.5591],
[402.6,215.6871],
[402.699,2200.0589],
[402.9,221.5309],
[403.299,206.5497],
[403.501,217.84400000000002],
[403.599,198.75390000000002],
[403.899,238.3168],
[403.999,209.38819999999998],
[404.4,210.8163],
[404.499,275.2322],
[404.801,209.8149],
[404.999,226.41400000000002],
[405.301,207.88799999999998],
[405.399,2445.7462],
[405.599,229.58319999999998],
[406.001,2206.9888],
[406.099,222.8199],
[406.399,208.8606],
[406.499,205.92],
[406.9,202.9877],
[407.001,203.00809999999998],
[407.299,412.8682],
[407.5,246.9529],
[407.701,305.04940000000005],
[407.9,219.21669999999997],
[408.201,217.0813],
[408.399,241.9339],
[408.701,225.456],
[408.901,254.71349999999998],
[409.099,222.52730000000003],
[409.299,262.5417],
[409.499,250.86239999999998],
[409.699,202.0352],
[409.899,245.33360000000002],
[410.101,215.8495],
[410.5,214.1205],
[410.599,229.3559],
[410.901,232.30120000000002],
[410.999,282.0859],
[411.199,218.6236],
[411.501,211.7921],
[411.701,229.3567],
[411.899,253.73600000000002],
[412.199,224.4708],
[412.499,248.52779999999998],
[412.701,206.4239],
[412.899,234.26430000000002],
[413.099,244.9762],
[413.399,210.83589999999998],
[413.599,204.9446],
[413.8,212.7713],
[413.901,2243.6733000000004],
[414.199,247.6988],
[414.399,237.75109999999998],
[414.601,212.1824],
[414.8,210.8171],
[415.2,248.8988],
[415.299,212.7687],
[415.6,225.4758],
[415.7,249.8788],
[416.001,221.2574],
[416.3,246.63920000000002],
[416.501,217.1805],
[416.599,230.7345],
[416.9,211.7921],
[417.199,201.0646],
[417.299,206.9288],
[417.699,214.69279999999998],
[417.899,210.8032],
[418,2164.6267],
[418.201,216.4326],
[418.501,208.86430000000001],
[418.7,252.99899999999997],
[418.899,212.8605],
[419.099,201.06099999999998],
[419.399,244.0017],
[419.599,218.6345],
[419.899,229.3382],
[420.1,215.296],
[420.4,201.8435],
[420.599,215.697],
[420.8,215.6952],
[420.899,199.11599999999999],
[421.2,234.213],
[421.499,215.68380000000002],
[421.699,233.2641],
[421.9,217.6664],
[422.101,2193.0969],
[422.3,214.58689999999999],
[422.5,227.96800000000002],
[422.699,230.3196],
[423.1,235.2167],
[423.199,205.9239],
[423.5,235.2378],
[423.599,209.8397],
[423.999,221.15470000000002],
[424.199,206.913],
[424.399,217.3745],
[424.601,206.958],
[424.799,227.4067],
[424.999,207.8969],
[425.3,202.9929],
[425.501,235.2327],
[425.599,206.93619999999999],
[426,219.5985],
[426.099,231.32539999999997],
[426.401,220.3392],
[426.6,252.20540000000003],
[426.899,216.7117],
[427.1,241.1194],
[427.199,252.32110000000003],
[427.399,210.8152],
[427.8,214.72],
[427.9,224.4803],
[428.1,210.8164],
[428.3,201.0562],
[428.699,195.75619999999998],
[428.9,227.4097],
[428.999,244.0043],
[429.399,222.8767],
[429.501,253.76549999999997],
[429.699,222.5335],
[430.001,226.4523],
[430.1,210.80519999999999],
[430.4,221.5364],
[430.601,200.08110000000002],
[430.801,211.47160000000002],
[431.2,207.5976],
[431.4,2286.4745000000003],
[431.499,205.9367],
[431.699,229.3638],
[431.9,211.7553],
[432.3,208.8718],
[432.4,296.70259999999996],
[432.599,227.4092],
[433,270.9525],
[433.099,230.9652],
[433.399,222.62609999999998],
[433.499,244.0892],
[433.9,230.8427],
[433.999,325.0322],
[434.2,243.9785],
[434.4,257.64029999999997],
[434.801,220.5617],
[434.899,268.3794],
[435.201,232.28660000000002],
[435.399,2326.7341],
[435.501,234.852],
[435.801,246.52669999999998],
[436.001,214.52009999999999],
[436.299,222.52749999999997],
[436.601,215.6833],
[436.8,3261.1625000000004],
[436.9,221.552],
[437.101,211.7963],
[437.501,212.7935],
[437.6,3169.8941],
[437.8,277.7596],
[437.999,303.4173],
[438.199,610.9961000000001],
[438.501,639.3247],
[438.701,338.6884],
[438.999,426.5014],
[439.101,235.2167],
[439.499,219.22320000000002],
[439.601,370.72270000000003],
[439.799,234.8288],
[440.001,249.6817],
[440.299,201.225],
[440.5,200.5926],
[440.7,209.8387],
[441.099,217.64839999999998],
[441.299,2159.8341],
[441.401,221.5283],
[441.7,240.10039999999998],
[441.801,220.5618],
[442.099,235.47779999999997],
[442.3,219.6053],
[442.5,241.1242],
[442.901,210.8151],
[443,203.9705],
[443.199,214.701],
[443.4,198.1282],
[443.801,254.73600000000002],
[444.001,212.3682],
[444.199,232.3152],
[444.401,206.6093],
[444.499,230.6346],
[444.801,242.0524],
[445.099,209.8397],
[445.3,202.0118],
[445.399,224.4547],
[445.701,249.8396],
[445.999,250.81920000000002],
[446.101,223.1301],
[446.4,225.7104],
[446.599,209.8403],
[446.799,199.6654],
[447.099,261.03409999999997],
[447.3,213.7652],
[447.5,249.8561],
[447.701,251.7914],
[447.999,212.7935],
[448.101,222.5044],
[448.499,233.262],
[448.601,218.36069999999998],
[448.901,219.3082],
[449.201,225.7436],
[449.299,205.46790000000001],
[449.501,204.9609],
[449.799,243.02689999999998],
[450.099,206.9115],
[450.2,216.6945],
[450.499,200.09750000000003],
[450.801,234.5616],
[450.899,200.3463],
[451.099,214.721],
[451.3,203.7526],
[451.6,238.21359999999999],
[451.801,209.8479],
[452.001,197.66049999999998],
[452.301,262.5448],
[452.501,209.8633],
[452.8,273.305],
[453,207.9219],
[453.099,200.0771],
[453.299,222.5581],
[453.599,207.5564],
[453.799,226.45770000000002],
[454,242.0679],
[454.2,211.80470000000003],
[454.601,258.6565],
[454.7,220.5982],
[454.9,205.9283],
[455.3,254.73620000000003],
[455.499,211.1102],
[455.601,200.3976],
[455.9,205.55100000000002],
[456.2,215.6978],
[456.301,2479.2445000000002],
[456.5,245.9764],
[456.699,318.15860000000004],
[457.001,221.6203],
[457.3,229.3597],
[457.4,265.4963],
[457.701,239.5157],
[458.001,223.4178],
[458.099,2518.7587000000003],
[458.299,209.1644],
[458.599,296.2558],
[458.699,204.9433],
[459.099,281.0874],
[459.3,237.1678],
[459.5,2344.2093],
[459.599,282.0506],
[459.901,215.2434],
[460.2,259.2628],
[460.301,215.7081],
[460.701,203.0005],
[460.901,244.977],
[460.999,254.7355],
[461.199,217.6487],
[461.401,206.9279],
[461.801,221.53549999999998],
[461.899,213.7565],
[462.1,244.9818],
[462.5,200.7455],
[462.7,214.71599999999998],
[462.9,2190.3799],
[463,243.9981],
[463.3,215.6968],
[463.599,231.29240000000001],
[463.701,243.0208],
[463.999,207.645],
[464.199,218.4063],
[464.399,230.0101],
[464.7,206.5888],
[464.799,223.99759999999998],
[465.1,242.0452],
[465.301,217.64849999999998],
[465.6,195.1998],
[465.7,244.98139999999998],
[465.901,205.9361],
[466.3,234.786],
[466.4,203.52790000000002],
[466.599,211.9017],
[466.999,202.0461],
[467.1,221.3369],
[467.3,204.6927],
[467.601,202.098],
[467.7,219.59619999999998],
[467.999,211.7929],
[468.199,225.4392],
[468.399,208.86370000000002],
[468.799,224.1223],
[468.901,204.9693],
[469.199,235.994],
[469.301,241.6197],
[469.599,208.86460000000002],
[469.8,207.88819999999998],
[470.101,231.3122],
[470.301,203.98839999999998],
[470.499,202.0473],
[470.699,224.5014],
[471.001,241.0721],
[471.1,206.64270000000002],
[471.399,215.6895],
[471.7,203.98450000000003],
[471.901,2488.8191],
[471.999,230.3286],
[472.201,321.1083],
[472.499,277.1881],
[472.801,211.5453],
[472.899,2530.3148],
[473.099,223.1795],
[473.5,518.2563],
[473.7,257.69550000000004],
[473.799,622.6835],
[473.999,331.8398],
[474.301,208.8642],
[474.6,208.86350000000002],
[474.8,272.2366],
[474.899,223.4178],
[475.3,212.0665],
[475.399,221.2374],
[475.701,200.05790000000002],
[475.999,201.0556],
[476.101,228.4093],
[476.301,245.9358],
[476.6,202.037],
[476.801,231.08100000000002],
[477.101,225.56590000000003],
[477.2,215.3614],
[477.399,197.48499999999999],
[477.8,197.15109999999999],
[478,202.0314],
[478.2,223.4902],
[478.4,229.3558],
[478.5,203.98350000000002],
[478.899,217.6286],
[479.099,202.5791],
[479.199,218.17069999999998],
[479.499,204.4287],
[479.699,250.2202],
[479.999,205.937],
[480.199,228.385],
[480.4,241.0595],
[480.599,214.72060000000002],
[480.9,213.74380000000002],
[481.101,228.4067],
[481.299,216.37410000000003],
[481.599,244.9558],
[481.8,241.8032],
[481.899,225.19549999999998],
[482.301,231.3124],
[482.499,347.4559],
[482.601,222.55069999999998],
[482.899,237.1721],
[483.1,234.236],
[483.299,256.6874],
[483.499,202.0363],
[483.7,200.0748],
[484.099,222.5288],
[484.2,211.7872],
[484.499,215.7248],
[484.699,199.104],
[484.899,223.5046],
[485.099,195.9561],
[485.401,196.2528],
[485.599,209.916],
[485.7,206.73059999999998],
[486.001,227.9181],
[486.299,206.9123],
[486.5,244.9758],
[486.601,223.5047],
[486.9,209.84130000000002],
[487.201,242.0526],
[487.299,215.7067],
[487.599,210.5933],
[487.9,285.6173],
[487.999,252.562],
[488.201,218.62470000000002],
[488.599,227.40769999999998],
[488.701,210.7926],
[488.901,219.5804],
[489.2,219.1531],
[489.5,205.5092],
[489.6,209.465],
[489.799,234.2401],
[490.101,223.4999],
[490.2,245.96460000000002],
[490.499,270.3519],
[490.699,220.5985],
[490.899,236.1927],
[491.1,213.74380000000002],
[491.401,253.75969999999998],
[491.599,214.72060000000002],
[491.9,219.57979999999998],
[492.201,202.8152],
[492.299,216.67249999999999],
[492.6,218.62380000000002],
[492.699,208.8686],
[492.9,238.1174],
[493.201,225.2675],
[493.401,234.23499999999999],
[493.601,218.62],
[494,207.88789999999997],
[494.199,239.62539999999998],
[494.3,257.2093],
[494.499,213.7397],
[494.699,208.8501],
[494.999,237.1563],
[495.2,220.576],
[495.501,248.8804],
[495.799,210.8148],
[496,2297.8069],
[496.101,221.3436],
[496.299,242.07219999999998],
[496.7,207.88799999999998],
[496.9,226.7689],
[497.001,222.16830000000002],
[497.301,225.4599],
[497.4,201.0272],
[497.799,230.3655],
[497.899,234.21529999999998],
[498.201,195.1764],
[498.499,197.1604],
[498.601,211.7919],
[498.801,209.861],
[498.999,240.09359999999998],
[499.199,203.0047],
[499.5,217.28330000000003],
[499.7,206.5366],
[499.999,211.7688],
[500.1,206.90030000000002],
[500.399,207.8898],
[500.599,228.1306],
[500.799,207.6395],
[501.1,249.8598],
[501.301,211.8003],
[501.599,213.7431],
[501.799,200.0817],
[502.099,223.50390000000002],
[502.299,211.8161],
[502.5,242.0734],
[502.601,208.8641],
[502.999,203.00789999999998],
[503.1,207.8757],
[503.301,211.55769999999998],
[503.5,212.5043],
[503.8,202.0322],
[504.099,204.95579999999998],
[504.201,255.68819999999997],
[504.401,215.696],
[504.799,210.8155],
[504.899,243.0274],
[505.099,213.7254],
[505.4,214.6971],
[505.699,246.7533],
[505.801,218.44920000000002],
[506.001,207.8877],
[506.299,220.581],
[506.499,210.81539999999998],
[506.799,224.5002],
[506.999,214.6978],
[507.2,255.3766],
[507.5,220.2825],
[507.699,268.38669999999996],
[507.899,228.3654],
[508.001,2420.0454000000004],
[508.199,243.0196],
[508.5,225.4606],
[508.801,234.2177],
[508.899,265.4748],
[509.1,245.9389],
[509.5,212.7866],
[509.599,237.7699],
[509.801,222.0984],
[510.099,205.72670000000002],
[510.399,203.9726],
[510.6,2271.3481],
[510.699,210.81220000000002],
[511.1,255.2583],
[511.301,224.4626],
[511.399,249.8603],
[511.7,223.4914],
[512,203.9729],
[512.101,224.5043],
[512.301,215.6964],
[512.6,216.6722],
[512.8,194.2131],
[513,215.697],
[513.299,211.8042],
[513.499,2372.7727],
[513.599,224.0395],
[514.001,208.8639],
[514.099,211.7929],
[514.401,241.605],
[514.499,264.4479],
[514.899,228.38420000000002],
[515.001,241.0727],
[515.299,229.3595],
[515.401,255.73669999999998],
[515.799,219.5994],
[515.901,240.07580000000002],
[516.101,229.6289],
[516.499,209.8402],
[516.699,2653.3991],
[516.8,254.73639999999997],
[517.099,216.6763],
[517.3,2520.6406],
[517.5,237.60049999999998],
[517.8,277.1852],
[517.899,221.5315],
[518.099,283.04049999999995],
[518.401,205.9352],
[518.601,232.3413],
[518.8,219.7633],
[519.2,211.8089],
[519.301,223.50490000000002],
[519.501,227.4071],
[519.801,198.1284],
[520,197.83780000000002],
[520.199,216.67139999999998],
[520.5,204.95940000000002],
[520.699,2744.3125999999997],
[520.8,215.6786],
[521.099,2632.7922],
[521.299,223.2237],
[521.5,220.2943],
[521.801,728.17],
[521.999,415.77639999999997],
[522.199,569.6789],
[522.399,330.5346],
[522.599,265.4939],
[523,220.5804],
[523.101,210.8159],
[523.4,214.45710000000003],
[523.6,205.64],
[523.8,201.6704],
[523.999,202.01549999999997],
[524.301,225.4807],
[524.501,207.8875],
[524.701,219.5964],
[524.899,253.73659999999998],
[525.2,206.6414],
[525.4,235.42260000000002],
[525.601,257.89230000000003],
[525.801,220.5723],
[526.001,247.90460000000002],
[526.199,256.48729999999995],
[526.599,217.63150000000002],
[526.799,2471.5259],
[526.9,223.5156],
[527.101,261.5674],
[527.4,222.5319],
[527.701,232.94570000000002],
[527.9,212.76809999999998],
[527.999,240.096],
[528.399,253.74039999999997],
[528.501,228.3846],
[528.801,253.7547],
[529.099,2447.7302999999997],
[529.2,224.47549999999998],
[529.399,234.23489999999998],
[529.6,241.0715],
[529.801,218.6245],
[530.1,241.68609999999998],
[530.301,222.5235],
[530.601,252.783],
[530.899,209.8409],
[531.001,225.45940000000002],
[531.201,236.19219999999999],
[531.4,223.21869999999998],
[531.801,250.62279999999998],
[532.001,234.81879999999998],
[532.101,241.0719],
[532.301,226.9408],
[532.601,217.6102],
[532.9,254.66699999999997],
[533.1,237.16799999999998],
[533.301,209.8406],
[533.399,221.531],
[533.799,199.1146],
[533.901,220.80939999999998],
[534.101,196.1763],
[534.401,218.6069],
[534.699,199.0884],
[534.899,2369.0124],
[535.001,208.8461],
[535.201,222.2171],
[535.5,202.5809],
[535.701,220.8226],
[536.001,202.01839999999999],
[536.099,238.1615],
[536.401,211.7917],
[536.699,223.5002],
[536.8,2352.0222],
[537.001,262.54040000000003],
[537.399,228.3617],
[537.599,261.5677],
[537.799,202.8434],
[538.099,241.07129999999998],
[538.3,212.7672],
[538.501,217.64759999999998],
[538.599,208.8687],
[539,243.9993],
[539.1,204.10420000000002],
[539.4,189.40019999999998],
[539.6,2229.744],
[539.699,196.5557],
[540.101,243.9995],
[540.199,208.84720000000002],
[540.399,216.64739999999998],
[540.699,197.1599],
[540.899,205.9372],
[541.201,224.47619999999998],
[541.401,207.88799999999998],
[541.699,266.6095],
[541.901,229.5406],
[542,241.9692],
[542.2,250.2721],
[542.5,220.5744],
[542.7,213.738],
[542.999,237.0119],
[543.099,202.7398],
[543.501,208.8641],
[543.599,228.38400000000001],
[543.799,208.8641],
[544.201,210.9902],
[544.4,241.9856],
[544.499,224.46550000000002],
[544.699,216.6681],
[544.9,224.47990000000001],
[545.199,215.67520000000002],
[545.5,210.8371],
[545.701,251.8045],
[545.9,215.6747],
[546.101,224.48080000000002],
[546.301,229.36090000000002],
[546.499,211.79059999999998],
[546.699,243.7143],
[546.999,218.62400000000002],
[547.2,251.8028],
[547.401,222.52839999999998],
[547.7,250.8279],
[548.001,236.1927],
[548.201,214.3627],
[548.299,255.71189999999999],
[548.499,221.553],
[548.899,213.7242],
[549.099,231.3118],
[549.199,221.5266],
[549.501,219.27759999999998],
[549.801,267.11600000000004],
[549.9,2383.3907],
[550.099,224.47990000000001],
[550.401,217.64829999999998],
[550.6,261.2678],
[550.801,224.4804],
[551.1,210.8159],
[551.3,2907.1599],
[551.5,208.86360000000002],
[551.701,218.6258],
[552,237.7784],
[552.201,3043.8294],
[552.399,246.47],
[552.699,227.4041],
[552.899,210.82129999999998],
[553.001,262.5451],
[553.3,220.40480000000002],
[553.601,543.2017],
[553.801,244.9997],
[554.1,250.832],
[554.299,2662.4835],
[554.401,207.5481],
[554.601,353.312],
[554.8,265.4763],
[555.1,303.5527],
[555.3,264.5127],
[555.599,267.4264],
[555.7,232.92950000000002],
[556.001,257.3192],
[556.199,245.9566],
[556.499,214.7201],
[556.7,232.2438],
[556.9,236.87130000000002],
[557.099,244.01670000000001],
[557.401,223.4853],
[557.5,233.2649],
[557.9,226.43269999999998],
[558.1,201.0566],
[558.3,204.96519999999998],
[558.599,244.9758],
[558.701,210.83669999999998],
[558.999,213.743],
[559.199,258.6395],
[559.299,215.6957],
[559.6,207.847],
[559.8,244.96390000000002],
[560.099,228.3836],
[560.2,2466.5037],
[560.499,207.90030000000002],
[560.799,212.54760000000002],
[560.901,223.0982],
[561.299,213.76069999999999],
[561.401,216.6666],
[561.701,305.4881],
[561.901,245.9303],
[562.199,218.2063],
[562.401,237.1529],
[562.599,2519.1096000000002],
[562.7,209.8293],
[562.901,245.95239999999998],
[563.199,262.7454],
[563.501,235.35],
[563.699,268.98290000000003],
[563.801,221.49360000000001],
[564.1,243.0431],
[564.299,220.576],
[564.499,228.3847],
[564.801,218.6045],
[565.101,247.9092],
[565.301,206.89430000000002],
[565.5,254.7417],
[565.701,209.8605],
[565.9,247.8792],
[566.099,222.5328],
[566.299,211.79139999999998],
[566.499,210.8164],
[566.9,263.5125],
[567.001,216.67149999999998],
[567.3,221.5519],
[567.6,246.7141],
[567.801,269.3838],
[568.001,232.2882],
[568.201,263.51980000000003],
[568.3,218.6226],
[568.7,209.84040000000002],
[568.9,243.0242],
[569.1,215.7],
[569.301,206.9123],
[569.599,230.3364],
[569.701,208.5111],
[569.999,250.81619999999998],
[570.101,2713.143],
[570.399,259.1874],
[570.7,220.5688],
[570.801,237.16219999999998],
[571.001,220.7675],
[571.4,274.2294],
[571.499,228.3848],
[571.801,237.16799999999998],
[572.099,226.408],
[572.301,232.28670000000002],
[572.399,2573.318],
[572.599,228.3963],
[572.8,252.7892],
[573.199,225.4516],
[573.301,244.9762],
[573.6,226.1928],
[573.8,225.4564],
[574,248.4683],
[574.299,206.92340000000002],
[574.401,257.6774],
[574.8,212.76829999999998],
[575.001,229.5932],
[575.101,206.9154],
[575.301,204.96],
[575.5,215.6968],
[575.799,209.864],
[576.099,224.4632],
[576.299,222.50900000000001],
[576.499,2466.6923],
[576.699,225.4591],
[576.899,237.1683],
[577.201,231.3322],
[577.399,253.75809999999998],
[577.599,212.4731],
[577.899,220.38569999999999],
[578.001,252.67430000000002],
[578.201,231.3122],
[578.599,270.21590000000003],
[578.8,2488.0139],
[578.9,240.08589999999998],
[579.101,259.6282],
[579.501,214.69650000000001],
[579.599,272.3076],
[579.799,235.2053],
[580.101,216.9074],
[580.4,228.3846],
[580.601,212.7688],
[580.801,209.8242],
[581.1,224.4796],
[581.2,205.9365],
[581.4,212.4958],
[581.6,210.053],
[581.899,194.9108],
[582.099,220.576],
[582.299,230.3452],
[582.499,205.9366],
[582.901,207.8885],
[582.999,220.6001],
[583.199,211.7834],
[583.501,223.50480000000002],
[583.701,213.7434],
[583.9,253.0502],
[584.1,218.62470000000002],
[584.299,212.525],
[584.499,266.4314],
[584.899,243.9998],
[585.101,217.4769],
[585.199,2723.229],
[585.599,2703.7419],
[585.701,238.1441],
[585.901,327.9476],
[586.199,243.0444],
[586.399,289.8674],
[586.699,220.5753],
[586.8,285.9676],
[587.001,212.7697],
[587.201,248.8795],
[587.601,209.8266],
[587.699,206.1711],
[587.901,204.9648],
[588.301,224.4787],
[588.399,211.7924],
[588.6,219.6014],
[588.801,203],
[589,188.0736],
[589.301,199.1036],
[589.6,247.8886],
[589.8,215.6954],
[590.099,238.1416],
[590.201,219.6002],
[590.401,254.99149999999997],
[590.599,221.58159999999998],
[591,233.247],
[591.2,211.78],
[591.401,205.9363],
[591.6,203.983],
[591.899,219.2372],
[592.101,218.0464],
[592.2,251.23030000000003],
[592.399,226.4315],
[592.599,231.3117],
[592.999,212.7676],
[593.1,245.95239999999998],
[593.301,210.81459999999998],
[593.699,214.7202],
[593.8,204.9582],
[594,215.6959],
[594.201,208.4778],
[594.599,230.3365],
[594.8,283.0411],
[594.899,219.60170000000002],
[595.099,237.1677],
[595.3,231.51489999999998],
[595.601,239.8305],
[595.801,219.2199],
[596.099,211.7922],
[596.3,230.3365],
[596.601,211.7925],
[596.801,213.7439],
[597.001,2598.6281],
[597.099,209.8409],
[597.399,226.413],
[597.599,217.6654],
[597.9,281.8416],
[598.199,210.8297],
[598.399,249.10850000000002],
[598.499,204.5802],
[598.799,219.58720000000002],
[599,212.7564],
[599.299,251.46380000000002],
[599.399,246.9476],
[599.699,205.9161],
[599.899,237.1719],
[600.201,200.0798],
[600.299,198.14780000000002],
[600.601,202.55429999999998],
[600.799,308.42429999999996],
[601,222.5058],
[601.3,221.5523],
[601.401,2537.621],
[601.601,230.3363],
[601.9,218.2644],
[602.099,236.8987],
[602.301,273.9387],
[602.701,215.69650000000001],
[602.901,251.78499999999997],
[603.101,240.0684],
[603.299,215.6964],
[603.6,223.5029],
[603.699,295.7267],
[603.9,217.644],
[604.201,253.78079999999997],
[604.499,247.6195],
[604.699,207.8907],
[604.899,212.7638],
[605.001,233.2379],
[605.399,240.0957],
[605.501,215.6958],
[605.701,251.4112],
[605.901,261.7751],
[606.1,206.5429],
[606.5,216.6666],
[606.699,3599.6729],
[606.8,272.17409999999995],
[607.201,219.6129],
[607.3,5157.8214],
[607.5,214.73999999999998],
[607.8,238.1295],
[607.999,5950.8562],
[608.3,419.1218],
[608.401,4624.3419],
[608.701,904.5295],
[608.799,5022.8932],
[609.199,4116.6404999999995],
[609.399,5063.853700000001],
[609.5,1219.6962],
[609.699,4311.3568000000005],
[609.999,1271.1833000000001],
[610.3,970.5755],
[610.399,3772.9167],
[610.801,3615.7691],
[610.899,992.9843000000001],
[611.199,918.4153],
[611.301,591.46],
[611.701,898.6034000000001],
[611.799,800.0274000000001],
[612.099,690.7444],
[612.201,1217.6157999999998],
[612.6,810.8976],
[612.699,1122.9451],
[613.001,769.6098000000001],
[613.1,1007.7567],
[613.299,380.1927],
[613.599,387.4661],
[613.801,241.0766],
[614,476.2885],
[614.401,275.2514],
[614.601,2992.412],
[614.7,259.3591],
[615.001,233.2639],
[615.201,2980.9601],
[615.399,276.1894],
[615.699,265.4721],
[615.801,269.3758],
[616.001,443.8335],
[616.299,452.8635],
[616.601,285.016],
[616.7,239.1421],
[617.099,215.7079],
[617.3,214.71970000000002],
[617.5,216.6736],
[617.701,234.2449],
[617.901,238.1442],
[618.101,200.0797],
[618.301,200.1025],
[618.6,225.7176],
[618.9,201.37810000000002],
[619.101,222.9592],
[619.3,205.9529],
[619.401,223.49169999999998],
[619.799,217.4573],
[620.001,198.11190000000002],
[620.1,216.672],
[620.301,204.9416],
[620.5,239.1198],
[620.901,212.768],
[620.999,246.8809],
[621.199,206.9115],
[621.499,244.9624],
[621.801,244.0032],
[622.001,203.9841],
[622.099,231.3073],
[622.299,198.1282],
[622.601,217.284],
[622.799,212.7531],
[623.101,213.7951],
[623.3,2530.7164000000002],
[623.5,213.74360000000001],
[623.8,207.8828],
[623.9,228.39180000000002],
[624.199,240.0958],
[624.501,218.6287],
[624.701,247.9044],
[624.901,242.0322],
[624.999,322.07439999999997],
[625.4,219.5996],
[625.6,223.50390000000002],
[625.801,235.2161],
[625.899,229.3598],
[626.201,250.5185],
[626.499,219.5761],
[626.699,229.56560000000002],
[626.801,3199.7482],
[627.099,255.65650000000002],
[627.399,272.3568],
[627.6,245.9358],
[627.701,2917.7902],
[627.999,432.37399999999997],
[628.301,308.4151],
[628.499,551.2751999999999],
[628.699,351.2016],
[629,633.9037],
[629.099,424.047],
[629.401,296.23060000000004],
[629.6,257.6435],
[629.799,221.5796],
[629.999,234.3962],
[630.299,245.95600000000002],
[630.5,216.6958],
[630.7,255.70759999999999],
[630.9,217.6856],
[631.301,229.3317],
[631.399,206.9056],
[631.599,219.6025],
[631.901,210.8201],
[632.2,238.1501],
[632.401,231.4954],
[632.601,2673.7329],
[632.699,251.45830000000004],
[632.901,219.8703],
[633.201,245.9521],
[633.499,243.01600000000002],
[633.7,215.6804],
[633.999,236.18239999999997],
[634.1,2662.8398],
[634.301,248.8793],
[634.599,291.8245],
[634.899,230.8819],
[635.1,240.13580000000002],
[635.301,208.8634],
[635.501,238.14499999999998],
[635.701,201.0557],
[636,257.6782],
[636.201,210.9684],
[636.299,213.4662],
[636.699,222.528],
[636.801,202.0281],
[637.099,218.8169],
[637.201,209.0465],
[637.599,219.5996],
[637.799,199.12199999999999],
[637.999,250.82860000000002],
[638.2,224.4825],
[638.499,243.0131],
[638.699,256.6871],
[638.801,213.7402],
[639.099,215.70700000000002],
[639.4,205.9359],
[639.5,231.3167],
[639.799,229.3287],
[639.999,2550.2129],
[640.101,206.8837],
[640.399,197.1281],
[640.701,216.6841],
[640.899,209.8401],
[641.2,230.3253],
[641.301,2768.8698],
[641.499,231.9591],
[641.7,223.45499999999998],
[642.001,207.9054],
[642.299,211.7917],
[642.5,209.8441],
[642.599,2849.2753],
[642.799,208.86370000000002],
[643.101,211.79149999999998],
[643.399,221.0589],
[643.601,226.895],
[643.701,271.30359999999996],
[643.999,290.84860000000003],
[644.301,224.4807],
[644.5,2854.9972000000002],
[644.6,261.5682],
[644.899,2721.557],
[645.101,302.019],
[645.301,249.26319999999998],
[645.699,287.932],
[645.8,234.2196],
[646.099,238.1413],
[646.3,207.8792],
[646.5,220.5754],
[646.7,205.94129999999998],
[646.9,205.0176],
[647.101,222.10840000000002],
[647.501,229.73170000000002],
[647.699,203.9841],
[647.801,204.9714],
[648.1,223.499],
[648.4,2694.9358],
[648.501,246.9401],
[648.701,214.7335],
[648.901,216.6711],
[649.201,222.5282],
[649.5,244.9966],
[649.699,223.50410000000002],
[649.9,217.6481],
[650.2,252.7878],
[650.3,219.59980000000002],
[650.6,244.9764],
[650.701,230.338],
[651.101,221.5368],
[651.2,225.4566],
[651.499,253.7588],
[651.601,232.287],
[651.8,215.6961],
[652.201,247.9187],
[652.299,243.99009999999998],
[652.5,257.6646],
[652.701,218.6236],
[653.099,215.38850000000002],
[653.199,317.5086],
[653.399,228.70260000000002],
[653.601,243.53060000000002],
[653.901,213.7489],
[654.199,221.2304],
[654.3,233.8972],
[654.7,200.8237],
[654.801,2444.2067],
[654.999,245.9512],
[655.199,204.95940000000002],
[655.599,217.61069999999998],
[655.7,202.9832],
[655.901,235.21200000000002],
[656.099,235.2161],
[656.299,210.7987],
[656.699,205.0077],
[656.801,248.88],
[657.099,223.0329],
[657.401,252.18849999999998],
[657.5,211.66070000000002],
[657.7,219.7218],
[658,212.9001],
[658.299,247.4287],
[658.5,225.4643],
[658.701,246.9049],
[658.901,214.7199],
[659.101,237.1675],
[659.401,202.0195],
[659.6,235.9687],
[659.699,206.6782],
[659.899,234.24329999999998],
[660.2,218.4588],
[660.399,218.6834],
[660.599,252.7836],
[660.8,203.98350000000002],
[661.101,232.28789999999998],
[661.301,203.0085],
[661.6,205.9352],
[661.901,225.99169999999998],
[662,212.3328],
[662.199,204.9645],
[662.5,204.6094],
[662.799,196.1754],
[662.999,201.0573],
[663.2,218.6223],
[663.4,201.0575],
[663.5,2513.2601],
[663.801,225.9804],
[663.999,204.9042],
[664.199,224.4797],
[664.399,232.37640000000002],
[664.799,212.7694],
[665,213.7328],
[665.199,238.1441],
[665.3,215.6964],
[665.6,227.40279999999998],
[665.801,206.8979],
[666.001,231.9751],
[666.2,217.2817],
[666.501,233.9111],
[666.7,236.5573],
[666.901,224.5026],
[667.099,210.8109],
[667.4,235.2238],
[667.699,222.5282],
[667.801,203.9592],
[668.2,230.6485],
[668.401,205.6165],
[668.599,2486.5935],
[668.699,207.4696],
[668.901,244.529],
[669.201,215.72359999999998],
[669.499,245.95149999999998],
[669.701,263.5],
[669.901,210.8151],
[670.199,220.1188],
[670.401,204.0786],
[670.599,222.1457],
[670.8,203.6833],
[671.101,205.1066],
[671.2,228.896],
[671.501,217.65370000000001],
[671.599,196.1763],
[671.999,210.8172],
[672.101,198.1284],
[672.3,238.1441],
[672.6,208.2799],
[672.9,243.9998],
[672.999,225.1404],
[673.201,257.3628],
[673.601,244.9766],
[673.801,216.36530000000002],
[674.001,258.3179],
[674.104,238.1438],
[674.401,221.5511],
[674.699,243.6509],
[674.801,221.22539999999998],
[675.099,246.91469999999998],
[675.401,224.4878],
[675.5,270.3519],
[675.799,235.1978],
[675.999,247.90290000000002],
[676.301,212.76819999999998],
[676.399,202.7253],
[676.701,240.1052],
[676.799,218.2434],
[677.201,237.1684],
[677.401,201.0561],
[677.6,203.97129999999999],
[677.801,250.86989999999997],
[677.899,228.3885],
[678.199,223.52069999999998],
[678.399,211.4242],
[678.601,219.2757],
[678.8,208.869],
[679.199,230.33509999999998],
[679.4,211.79139999999998],
[679.499,219.5999],
[679.9,249.8554],
[680,218.6299],
[680.2,235.1935],
[680.5,225.077],
[680.801,192.2728],
[681.001,206.3537],
[681.099,2472.6274999999996],
[681.301,207.88799999999998],
[681.499,229.3548],
[681.801,210.8388],
[682.001,244.9596],
[682.201,205.9358],
[682.601,201.6569],
[682.801,231.2919],
[682.899,202.0236],
[683.201,215.9975],
[683.5,208.8434],
[683.599,244.9554],
[683.901,258.6444],
[683.999,211.7917],
[684.301,244],
[684.501,192.272],
[684.699,220.1953],
[685.001,224.4797],
[685.099,208.8663],
[685.499,206.1725],
[685.599,224.09009999999998],
[685.799,201.0104],
[686.199,205.9354],
[686.301,2552.0643],
[686.501,210.80519999999999],
[686.701,214.7198],
[686.901,267.5061],
[687.201,208.8743],
[687.401,212.7953],
[687.699,227.406],
[687.9,209.8253],
[688.201,211.7924],
[688.3,2542.5822],
[688.499,214.7465],
[688.799,238.1635],
[688.999,239.6562],
[689.301,224.4824],
[689.4,207.8632],
[689.7,231.9439],
[689.9,220.12619999999998],
[690.099,252.7603],
[690.299,215.696],
[690.6,246.93280000000001],
[690.799,206.9249],
[691.1,270.3567],
[691.199,220.9684],
[691.5,250.69459999999998],
[691.699,208.52519999999998],
[691.901,251.803],
[692.2,208.8439],
[692.499,262.5399],
[692.601,229.36860000000001],
[692.801,239.1406],
[693.001,212.7544],
[693.201,215.6998],
[693.499,200.8524],
[693.699,213.4687],
[693.899,215.4297],
[694.301,245.952],
[694.501,205.9395],
[694.699,212.78830000000002],
[694.8,196.1761],
[695.099,214.7203],
[695.4,218.1989],
[695.501,204.6875],
[695.701,263.2387],
[695.899,280.6416],
[696.201,224.1197],
[696.499,207.8672],
[696.601,250.83159999999998],
[696.899,239.1198],
[697.099,203.98420000000002],
[697.299,202.0207],
[697.499,218.63840000000002],
[697.7,207.5387],
[698.001,284.5637],
[698.201,220.5625],
[698.5,231.12859999999998],
[698.6,218.6186],
[698.999,238.1424],
[699.2,210.7918],
[699.301,207.8876],
[699.599,249.856],
[699.901,225.4611],
[700.099,2513.3301],
[700.2,277.386],
[700.4,223.5883],
[700.799,236.18720000000002],
[701,206.91590000000002],
[701.2,226.4118],
[701.301,202.0331],
[701.699,208.8389],
[701.8,199.12199999999999],
[702,211.25650000000002],
[702.4,212.6102],
[702.6,203.5039],
[702.699,215.1881],
[702.999,225.4409],
[703.301,201.0563],
[703.499,216.665],
[703.6,220.548],
[703.8,195.19549999999998],
[704.099,206.44219999999999],
[704.301,209.30689999999998],
[704.5,199.1036],
[704.801,221.361],
[704.899,261.57550000000003],
[705.299,210.8169],
[705.401,215.7048],
[705.6,211.7921],
[705.801,233.2464],
[706.199,205.9318],
[706.301,240.1178],
[706.599,226.0511],
[706.7,2647.5557],
[707,239.1415],
[707.2,246.92819999999998],
[707.499,217.6517],
[707.8,222.5658],
[707.899,270.3522],
[708.1,222.5504],
[708.299,242.1037],
[708.501,204.2361],
[708.799,225.1391],
[709.1,208.62810000000002],
[709.201,208.414],
[709.401,241.05270000000002],
[709.699,217.664],
[710,198.1159],
[710.2,210.8143],
[710.5,253.7464],
[710.599,214.51770000000002],
[710.899,237.15200000000002],
[711.1,209.5389],
[711.399,205.9358],
[711.599,2635.2565],
[711.7,205.9077],
[711.999,265.4719],
[712.2,280.1274],
[712.401,227.4177],
[712.699,231.1724],
[712.899,232.167],
[713.099,266.45210000000003],
[713.3,258.3562],
[713.499,200.6322],
[713.7,216.6963],
[713.9,264.5108],
[714.2,212.7687],
[714.399,199.103],
[714.6,213.749],
[714.899,198.1318],
[715.099,191.8244],
[715.301,213.7261],
[715.501,217.0386],
[715.8,221.5412],
[716.001,204.9609],
[716.201,219.5991],
[716.4,204.9597],
[716.599,238.1193],
[716.999,199.10430000000002],
[717.199,233.8244],
[717.301,214.01069999999999],
[717.5,221.5559],
[717.9,207.9057],
[718.099,209.8296],
[718.199,251.7838],
[718.399,206.9116],
[718.7,209.8352],
[718.999,203.00789999999998],
[719.199,2781.3244],
[719.4,212.6405],
[719.601,204.6648],
[719.901,210.47979999999998],
[720.199,211.792],
[720.399,307.4423],
[720.501,205.9395],
[720.799,271.3231],
[720.899,214.7404],
[721.3,207.2137],
[721.5,228.4284],
[721.599,285.992],
[721.999,223.143],
[722.101,220.1886],
[722.301,234.24020000000002],
[722.599,205.9393],
[722.901,216.67929999999998],
[722.999,215.7176],
[723.301,262.5614],
[723.4,219.5994],
[723.7,241.80499999999998],
[723.899,218.9959],
[724.199,242.21409999999997],
[724.4,269.3761],
[724.501,222.5528],
[724.901,232.3037],
[724.999,227.40869999999998],
[725.299,238.14430000000002],
[725.401,210.7963],
[725.799,203.9637],
[726,227.0799],
[726.101,237.4548],
[726.3,209.9127],
[726.599,262.54499999999996],
[726.8,226.4082],
[727.099,210.8371],
[727.3,248.884],
[727.6,198.1485],
[727.8,228.9453],
[727.899,207.0876],
[728.199,201.6609],
[728.401,228.66500000000002],
[728.599,193.71179999999998],
[728.899,200.08010000000002],
[729.199,3116.2402],
[729.301,203.0085],
[729.501,204.9605],
[729.799,234.2654],
[730.101,3168.9917],
[730.199,207.8886],
[730.399,286.9601],
[730.699,246.9121],
[731,241.0657],
[731.2,361.101],
[731.4,368.9452],
[731.601,251.8066],
[731.801,514.3535],
[731.999,320.1281],
[732.3,238.18880000000001],
[732.401,2820.1843000000003],
[732.599,239.1198],
[732.901,310.368],
[733.201,218.6241],
[733.4,203.0071],
[733.5,246.9303],
[733.9,227.025],
[734.101,245.76059999999998],
[734.2,254.23950000000002],
[734.399,218.83710000000002],
[734.701,259.6154],
[734.899,223.5044],
[735.201,247.9013],
[735.499,213.7198],
[735.601,2705.5498],
[735.801,224.0385],
[735.999,209.8229],
[736.399,222.0592],
[736.501,281.6338],
[736.7,280.1029],
[736.899,226.4315],
[737.199,248.8825],
[737.5,204.9455],
[737.701,247.4999],
[737.799,211.3872],
[738.099,226.4314],
[738.399,200.1029],
[738.599,214.7202],
[738.7,199.10340000000002],
[739.101,230.33980000000003],
[739.301,195.1998],
[739.499,213.7441],
[739.699,200.0599],
[740.001,215.6943],
[740.201,246.9239],
[740.299,220.87290000000002],
[740.499,201.4354],
[740.899,204.9418],
[741.099,191.29579999999999],
[741.299,214.7037],
[741.499,239.1198],
[741.7,245.9527],
[741.9,205.9521],
[742.101,217.6512],
[742.4,213.4523],
[742.7,2801.0127],
[742.799,204.96],
[742.999,226.4157],
[743.301,213.7443],
[743.599,259.6207],
[743.799,203.0086],
[743.899,256.68829999999997],
[744.201,213.95729999999998],
[744.5,190.0021],
[744.599,224.17249999999999],
[744.899,216.67239999999998],
[745,235.21439999999998],
[745.201,321.10519999999997],
[745.5,233.2438],
[745.799,236.192],
[745.901,202.9896],
[746.199,238.7101],
[746.399,244.0041],
[746.599,205.2481],
[746.8,246.9278],
[747.099,203.0209],
[747.401,244.9766],
[747.601,222.5324],
[747.699,257.6607],
[748.101,269.81559999999996],
[748.299,209.8195],
[748.499,222.2698],
[748.6,210.3065],
[748.999,196.18099999999998],
[749.101,209.843],
[749.4,197.1398],
[749.6,214.7309],
[749.699,213.7067],
[750,203.00789999999998],
[750.299,200.5369],
[750.5,211.7917],
[750.799,204.44039999999998],
[750.899,2525.1499],
[751.099,217.6524],
[751.3,233.2647],
[751.5,313.29679999999996],
[751.801,217.6702],
[752.1,215.694],
[752.3,201.0559],
[752.399,216.2539],
[752.799,203.98430000000002],
[752.999,211.3505],
[753.099,221.482],
[753.401,195.84560000000002],
[753.701,202.0318],
[753.799,195.19490000000002],
[754,203.9632],
[754.299,195.2007],
[754.499,236.19209999999998],
[754.7,224.3376],
[754.899,211.5042],
[755.099,227.335],
[755.499,202.03199999999998],
[755.601,2891.424],
[755.801,232.2886],
[756.199,226.4048],
[756.3,2900.8536],
[756.501,270.3544],
[756.799,244.9966],
[757.101,537.746],
[757.199,260.1435],
[757.501,418.6627],
[757.599,292.759],
[757.9,338.635],
[758.2,222.5236],
[758.4,216.6726],
[758.601,2751.1055],
[758.7,225.4486],
[759.001,282.72209999999995],
[759.299,267.81],
[759.4,218.03230000000002],
[759.701,221.5541],
[760,214.7035],
[760.1,263.5191],
[760.3,221.5559],
[760.6,207.8783],
[760.899,230.3126],
[761.001,216.31810000000002],
[761.3,231.3127],
[761.499,208.4],
[761.701,226.4291],
[761.9,198.1236],
[762.1,226.43079999999998],
[762.301,207.872],
[762.599,192.2578],
[762.8,211.7922],
[763,225.4564],
[763.301,201.056],
[763.599,200.804],
[763.701,223.7812],
[763.9,211.7874],
[764.299,223.5042],
[764.401,203.97979999999998],
[764.699,225.4563],
[764.799,201.037],
[764.999,216.69230000000002],
[765.399,217.2518],
[765.5,196.1766],
[765.699,215.0787],
[765.9,197.9261],
[766.301,197.17170000000002],
[766.5,211.773],
[766.701,200.0793],
[766.799,226.4457],
[767.099,227.40759999999997],
[767.3,202.036],
[767.601,250.83149999999998],
[767.801,228.605],
[768.099,235.9379],
[768.199,213.953],
[768.399,284.9914],
[768.6,228.3816],
[768.999,234.305],
[769.199,251.7911],
[769.301,231.3167],
[769.501,280.1127],
[769.8,243.02470000000002],
[770.099,262.5424],
[770.299,212.7773],
[770.601,244.7594],
[770.699,210.4289],
[771,227.2232],
[771.1,2748.9602],
[771.301,266.9848],
[771.701,272.3042],
[771.8,224.4852],
[771.999,261.5684],
[772.199,220.56380000000001],
[772.601,197.1394],
[772.699,237.4006],
[772.899,216.6742],
[773.301,241.072],
[773.501,209.8403],
[773.701,2512.6943],
[773.799,212.7655],
[774.099,215.6745],
[774.4,204.96],
[774.499,206.9165],
[774.699,218.3413],
[774.899,198.8602],
[775.199,239.1191],
[775.399,242.0241],
[775.6,208.8869],
[775.8,217.64839999999998],
[776.1,203.9826],
[776.299,224.48090000000002],
[776.599,205.9752],
[776.8,211.79059999999998],
[777.1,198.11599999999999],
[777.199,194.2079],
[777.501,221.55169999999998],
[777.801,207.8837],
[778.001,250.8321],
[778.099,215.70049999999998],
[778.299,203.00809999999998],
[778.699,203.7398],
[778.801,227.01489999999998],
[779,226.41430000000003],
[779.301,198.12720000000002],
[779.6,222.5281],
[779.699,216.69140000000002],
[780,230.34879999999998],
[780.099,204.9597],
[780.499,234.52970000000002],
[780.6,203.0302],
[780.901,213.13760000000002],
[780.999,253.72709999999998],
[781.3,209.8397],
[781.501,204.9739],
[781.7,240.10889999999998],
[781.9,211.7907],
[782.199,204.9759],
[782.4,241.0719],
[782.601,227.17399999999998],
[782.9,229.9418],
[783.201,2565.0687],
[783.299,206.732],
[783.6,200.0864],
[783.7,250.8532],
[784.001,215.6966],
[784.201,211.76819999999998],
[784.399,205.9317],
[784.599,236.1927],
[784.901,228.4038],
[785.2,238.14450000000002],
[785.301,213.198],
[785.601,244.96450000000002],
[785.7,219.6081],
[786,209.8387],
[786.3,219.5993],
[786.501,201.054],
[786.799,235.13580000000002],
[787,245.9642],
[787.099,215.48149999999998],
[787.301,202.6331],
[787.701,247.8871],
[787.8,211.8048],
[787.999,207.8796],
[788.301,231.316],
[788.6,212.7498],
[788.699,2627.6593],
[788.9,233.9167],
[789.099,246.6072],
[789.3,217.7773],
[789.601,234.241],
[789.899,203.0159],
[790.001,264.4973],
[790.3,231.3092],
[790.601,218.0202],
[790.699,234.6124],
[791,252.2933],
[791.2,204.9609],
[791.401,228.4796],
[791.599,217.6479],
[791.9,270.352],
[792,2882.4156],
[792.301,248.8535],
[792.499,216.6712],
[792.699,241.5753],
[793.001,220.1328],
[793.301,242.04829999999998],
[793.499,223.33149999999998],
[793.599,248.9176],
[793.899,275.077],
[794.101,237.1677],
[794.401,265.46779999999995],
[794.499,218.62400000000002],
[794.899,250.8279],
[795.099,228.3838],
[795.299,264.4953],
[795.399,221.236],
[795.7,204.8632],
[795.901,215.3088],
[796.2,216.3812],
[796.4,201.0469],
[796.601,202.0191],
[796.899,226.43189999999998],
[797.001,204.9719],
[797.199,196.1566],
[797.501,231.298],
[797.799,202.0351],
[797.9,228.5806],
[798.201,213.4277],
[798.3,258.64029999999997],
[798.6,219.5995],
[798.9,201.0563],
[799.099,247.9036],
[799.2,207.88809999999998],
[799.6,208.86370000000002],
[799.699,213.74689999999998],
[799.999,208.5548],
[800.201,237.58429999999998],
[800.501,220.5757],
[800.599,214.7328],
[800.8,228.38430000000002],
[801.201,244.9588],
[801.299,213.76510000000002],
[801.6,218.6243],
[801.7,205.9203],
[801.9,212.7821],
[802.2,194.8578],
[802.499,195.1998],
[802.699,2704.7518],
[802.8,198.1268],
[803.099,233.0634],
[803.4,206.4299],
[803.499,217.0794],
[803.7,201.5822],
[804.101,204.916],
[804.3,236.18120000000002],
[804.399,207.8894],
[804.801,229.006],
[804.9,216.94],
[805.199,253.7599],
[805.399,214.71970000000002],
[805.5,3414.3888],
[805.799,220.5764],
[805.999,245.9512],
[806.299,251.794],
[806.6,199.3417],
[806.8,3909.1953],
[806.899,220.158],
[807.2,311.17240000000004],
[807.501,4849.819799999999],
[807.601,557.8033999999999],
[807.899,957.444],
[808,963.3123],
[808.2,378.6889],
[808.601,649.7922000000001],
[808.801,342.57009999999997],
[809.001,404.5567],
[809.099,235.1441],
[809.499,297.4234],
[809.701,3974.9242000000004],
[809.799,424.5611],
[810.099,475.31170000000003],
[810.401,225.4521],
[810.499,547.5364999999999],
[810.699,275.245],
[811.1,394.9612],
[811.301,260.2763],
[811.401,422.1139],
[811.601,322.2178],
[811.9,255.712],
[812.199,302.5438],
[812.399,213.7473],
[812.6,2677.2717],
[812.799,202.034],
[813.001,246.9469],
[813.299,205.0935],
[813.5,221.3048],
[813.699,211.4751],
[813.899,213.7442],
[814.2,206.8994],
[814.299,234.2399],
[814.699,230.3357],
[814.801,211.76809999999998],
[815.001,197.15179999999998],
[815.299,236.2138],
[815.601,209.8587],
[815.801,226.66910000000001],
[815.999,207.41899999999998],
[816.101,198.61960000000002],
[816.5,243.0199],
[816.601,198.12740000000002],
[816.799,226.4321],
[817.199,217.6256],
[817.3,240.0959],
[817.599,241.3717],
[817.699,197.85649999999998],
[818.101,213.31230000000002],
[818.299,261.69599999999997],
[818.4,222.52839999999998],
[818.701,221.5518],
[819,264.4963],
[819.2,232.3049],
[819.301,242.048],
[819.499,212.76829999999998],
[819.699,201.2124],
[820.001,246.451],
[820.199,219.5988],
[820.5,205.9516],
[820.801,203.9841],
[821.001,222.5274],
[821.201,200.0737],
[821.3,214.7144],
[821.701,207.5488],
[821.9,238.6944],
[821.999,214.3318],
[822.299,233.77339999999998],
[822.5,206.9156],
[822.799,248.88],
[822.901,221.5519],
[823.101,221.5521],
[823.301,199.1038],
[823.699,196.33880000000002],
[823.801,196.89329999999998],
[824.101,215.4403],
[824.199,201.7713],
[824.499,194.95589999999999],
[824.8,199.1203],
[824.899,204.00809999999998],
[825.199,214.6959],
[825.5,208.864],
[825.599,226.4306],
[825.901,204.06060000000002],
[826,2951.1627000000003],
[826.301,215.9023],
[826.599,204.0845],
[826.701,257.2106],
[826.899,230.3359],
[827.3,206.91219999999998],
[827.401,2808.2061],
[827.601,221.54840000000002],
[827.901,284.5982],
[828.101,223.7506],
[828.401,283.7941],
[828.601,243.4777],
[828.901,213.7204],
[829.101,224.49269999999999],
[829.301,239.1198],
[829.399,226.407],
[829.699,255.6877],
[830,239.625],
[830.099,213.27380000000002],
[830.399,214.0051],
[830.701,265.8883],
[830.799,222.9667],
[830.999,212.90519999999998],
[831.199,207.34050000000002],
[831.4,229.3363],
[831.7,207.8634],
[831.999,210.83270000000002],
[832.1,202.2817],
[832.3,192.2601],
[832.7,203.9642],
[832.799,254.5416],
[833.1,254.72099999999998],
[833.2,213.74360000000001],
[833.599,218.67809999999997],
[833.8,204.9728],
[833.899,216.6734],
[834.2,231.3262],
[834.401,226.4481],
[834.601,208.8507],
[834.801,271.55469999999997],
[834.999,217.6458],
[835.401,230.3367],
[835.499,206.91109999999998],
[835.699,197.1521],
[835.899,272.3048],
[836.199,208.844],
[836.5,240.1047],
[836.701,219.5955],
[836.799,235.22580000000002],
[837.101,242.0678],
[837.301,236.1924],
[837.599,204.9595],
[837.701,2953.3295000000003],
[837.999,211.7697],
[838.299,219.6001],
[838.4,204.93449999999999],
[838.799,212.7926],
[838.901,267.10040000000004],
[839.2,208.8171],
[839.399,214.6759],
[839.7,261.57239999999996],
[839.901,212.74390000000002],
[840.101,249.8562],
[840.199,2977.7748],
[840.399,223.50390000000002],
[840.799,221.2422],
[840.9,257.6499],
[841.2,222.51090000000002],
[841.399,242.97279999999998],
[841.701,224.45080000000002],
[841.9,234.2098],
[842.099,225.4796],
[842.3,280.1167],
[842.601,217.6728],
[842.699,300.13820000000004],
[842.901,217.6267],
[843.099,236.82420000000002],
[843.499,214.7349],
[843.601,266.4475],
[843.899,210.79680000000002],
[844,219.5997],
[844.4,212.7441],
[844.499,200.10539999999997],
[844.7,200.0788],
[844.9,222.1287],
[845.201,204.8366],
[845.401,201.6686],
[845.601,225.4691],
[846.001,202.0327],
[846.201,217.648],
[846.401,233.2662],
[846.5,219.5991],
[846.8,230.86260000000001],
[847.001,213.66959999999997],
[847.299,215.90300000000002],
[847.5,224.6814],
[847.8,3382.9395999999997],
[847.901,226.4326],
[848.2,281.084],
[848.301,236.1923],
[848.599,386.4964],
[848.801,245.5543],
[849.101,301.5891],
[849.199,242.6462],
[849.5,213.21280000000002],
[849.8,257.6542],
[850.001,378.7325],
[850.201,223.50310000000002],
[850.5,2853.1812],
[850.599,288.8979],
[850.799,309.8317],
[850.999,228.8153],
[851.299,203.6246],
[851.501,199.1308],
[851.699,211.7253],
[851.899,201.0559],
[852.299,242.0493],
[852.5,2875.105],
[852.601,275.2337],
[852.9,221.59480000000002],
[852.999,246.6288],
[853.299,236.4268],
[853.5,208.65339999999998],
[853.799,274.33910000000003],
[854.101,265.4721],
[854.3,207.8873],
[854.4,238.1447],
[854.599,235.2148],
[855.001,216.6704],
[855.201,228.38420000000002],
[855.3,203.00889999999998],
[855.5,215.69650000000001],
[855.899,195.81779999999998],
[855.999,214.72220000000002],
[856.199,220.58249999999998],
[856.401,199.1039],
[856.8,214.71519999999998],
[856.899,206.8679],
[857.201,208.8638],
[857.399,193.24620000000002],
[857.599,212.778],
[857.799,216.2521],
[858.001,212.2944],
[858.301,196.17419999999998],
[858.399,222.52779999999998],
[858.801,246.9186],
[858.9,203.9836],
[859.201,223.5034],
[859.401,208.863],
[859.7,221.5525],
[859.9,199.4456],
[860.001,210.179],
[860.2,199.7175],
[860.599,196.1767],
[860.799,2856.9463],
[860.901,198.128],
[861.301,237.1696],
[861.4,209.8186],
[861.599,220.5582],
[861.8,279.6772],
[862.101,221.5848],
[862.301,248.9452],
[862.599,240.60039999999998],
[862.799,288.8774],
[863.1,213.7442],
[863.301,222.52759999999998],
[863.501,238.13899999999998],
[863.6,205.9372],
[863.899,203.5538],
[864.101,234.4575],
[864.401,233.9112],
[864.599,284.1537],
[864.699,221.5523],
[865.099,271.3319],
[865.201,245.95069999999998],
[865.401,221.52710000000002],
[865.801,292.79949999999997],
[865.999,239.0356],
[866.1,2854.0936],
[866.301,224.5529],
[866.6,267.21689999999995],
[866.799,224.68959999999998],
[867.1,243.6325],
[867.299,249.6114],
[867.4,216.42700000000002],
[867.8,221.5545],
[867.899,204.9363],
[868.2,224.4803],
[868.401,206.9357],
[868.601,282.0872],
[868.801,217.8868],
[869,230.6928],
[869.201,211.45520000000002],
[869.499,208.4983],
[869.799,205.937],
[869.9,229.355],
[870.1,209.8596],
[870.5,247.9081],
[870.6,204.97199999999998],
[870.899,207.8584],
[871.099,276.34540000000004],
[871.3,278.3173],
[871.499,220.48239999999998],
[871.701,248.8482],
[872,210.35000000000002],
[872.199,220.5964],
[872.399,192.26760000000002],
[872.599,197.1515],
[872.799,256.7043],
[873.2,210.8201],
[873.299,227.4921],
[873.601,198.12789999999998],
[873.699,235.7315],
[874.099,196.1755],
[874.299,215.6788],
[874.401,200.0796],
[874.699,216.6498],
[875,197.15189999999998],
[875.199,2666.0328],
[875.301,211.8112],
[875.599,243.5802],
[875.801,204.57729999999998],
[876.001,201.0672],
[876.201,238.14350000000002],
[876.4,209.8355],
[876.699,202.0494],
[876.999,232.28799999999998],
[877.1,202.0447],
[877.5,242.69279999999998],
[877.601,258.379],
[877.799,213.2143],
[878.101,200.75009999999997],
[878.3,208.8894],
[878.599,258.6641],
[878.799,204.9332],
[878.999,229.3598],
[879.299,198.1025],
[879.499,225.148],
[879.601,2930.236],
[879.799,202.7938],
[880.001,221.5281],
[880.401,211.79149999999998],
[880.499,234.2271],
[880.801,206.9169],
[880.999,2822.8797],
[881.199,240.0792],
[881.4,473.9498],
[881.599,216.6874],
[881.9,272.3029],
[882.1,207.7409],
[882.399,201.03560000000002],
[882.599,230.3408],
[882.799,212.7872],
[882.999,243.0241],
[883.2,243.0078],
[883.499,209.8402],
[883.699,241.4633],
[883.999,204.5959],
[884.201,208.9],
[884.299,198.19],
[884.499,222.5157],
[884.901,194.2205],
[885.1,223.5002],
[885.199,206.8948],
[885.599,237.1724],
[885.699,208.4127],
[885.999,237.1596],
[886.101,215.1433],
[886.499,214.73680000000002],
[886.601,2829.8177],
[886.801,238.1394],
[886.999,227.4081],
[887.301,254.73839999999998],
[887.5,221.0135],
[887.801,206.14350000000002],
[887.9,221.2969],
[888.1,245.52579999999998],
[888.401,216.8646],
[888.701,246.9278],
[888.799,207.88909999999998],
[888.999,236.18259999999998],
[889.301,213.7281],
[889.6,253.7649],
[889.801,226.11249999999998],
[890.101,202.0494],
[890.199,3084.9127],
[890.399,262.7915],
[890.699,235.217],
[890.899,2981.5453],
[891.099,202.03189999999998],
[891.299,318.17400000000004],
[891.5,216.69459999999998],
[891.9,377.0322],
[891.999,277.5046],
[892.299,296.39349999999996],
[892.501,323.9343],
[892.799,222.5328],
[892.901,233.2455],
[893.101,217.6459],
[893.299,239.12],
[893.601,208.86769999999999],
[893.801,189.34529999999998],
[894.001,198.12769999999998],
[894.299,257.2596],
[894.399,202.0322],
[894.799,212.0888],
[894.899,249.3425],
[895.199,255.41439999999997],
[895.399,201.0763],
[895.6,237.1478],
[895.901,202.0129],
[895.999,244.9795],
[896.299,205.9136],
[896.6,217.3946],
[896.799,201.7715],
[896.9,213.7241],
[897.299,195.1242],
[897.499,201.0412],
[897.599,220.5598],
[897.799,208.8787],
[898.2,220.5879],
[898.301,205.922],
[898.599,211.80370000000002],
[898.699,199.7499],
[899.101,224.1231],
[899.2,200.3908],
[899.499,211.8595],
[899.799,195.1715],
[899.9,206.9077] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>