added benchmark results
This commit is contained in:
@@ -5,6 +5,7 @@ A standalone crate to calculate star ratings and performance points for all [osu
|
||||
Conversions are generally not supported.
|
||||
|
||||
#### Usage
|
||||
|
||||
```rust
|
||||
use std::fs::File;
|
||||
use rosu_pp::{Beatmap, BeatmapExt};
|
||||
@@ -56,10 +57,12 @@ println!("Stars: {} | Max PP: {}", stars, max_pp);
|
||||
```
|
||||
|
||||
#### osu!standard versions
|
||||
|
||||
- `all_included`: Both stack leniency & slider paths are considered so that the difficulty and pp calculation immitates osu! as close as possible. Pro: Most precise; Con: Least performant.
|
||||
- `no_leniency`: The positional offset of notes created by stack leniency is not considered. This means the jump distance inbetween notes might be slightly off, resulting in small inaccuracies. Since calculating these offsets is
|
||||
relatively expensive though, this version is considerably faster than `all_included`.
|
||||
- `no_slider_no_leniency` (i.e. [oppai](https://github.com/Francesco149/oppai-ng)): In addition to not considering the positional offset caused by stack leniency, slider paths are also ignored. This means the travel distance of notes is completely omitted which may cause further inaccuracies. Since the slider paths don't have to be computed though, it is generally faster than `no_leniency`.
|
||||
- `no_leniency`: The positional offset of notes created by stack leniency is not considered. This means the jump distance inbetween notes might be slightly off, resulting in small inaccuracies. Since calculating these offsets is relatively expensive though, this version is considerably faster than `all_included`.
|
||||
- `no_slider_no_leniency` (i.e. [oppai](https://github.com/Francesco149/oppai-ng)): In addition to not considering the positional offset caused by stack leniency, slider paths are also ignored. This means
|
||||
the travel distance of notes is completely omitted which may cause further inaccuracies. Since the slider paths don't have to be computed though, it is generally faster than `no_leniency`.
|
||||
**Note**: If the `fruits` feature is enabled, sliders will be parsed regardless, resulting in a reduced performance advantage of `no_sliders_no_leniency`.
|
||||
|
||||
#### Features
|
||||
|
||||
@@ -70,11 +73,30 @@ relatively expensive though, this version is considerably faster than `all_inclu
|
||||
| `fruits` | Enable osu!ctb. |
|
||||
| `mania` | Enable osu!mania. |
|
||||
| `osu` | Enable osu!standard. Requires to also enable exactly one of the features `no_leniency`, `no_sliders_no_leniency`, or `all_included`. |
|
||||
| `no_leniency` | When calculating difficulty attributes in osu!standard, ignore stack leniency but consider sliders. Solid middleground between performance and precision, suggested default version. |
|
||||
| `no_leniency` | When calculating difficulty attributes in osu!standard, ignore stack leniency but consider sliders. Solid middleground between performance and precision, hence the default version. |
|
||||
| `no_sliders_no_leniency` | When calculating difficulty attributes in osu!standard, ignore stack leniency and sliders. Best performance but slightly less precision than `no_leniency`. |
|
||||
| `all_included` | When calculating difficulty attributes in osu!standard, consider both stack leniency and sliders. Best precision but significantly worse performance than `no_leniency`. |
|
||||
|
||||
#### Benchmarks
|
||||
|
||||
Comparing the PP calculation speed between [osu-perf](https://gitlab.com/JackRedstonia/osu-perf/), an [oppai-ng](https://github.com/Francesco149/oppai-ng) rust binding, and rosu-pp's `no_sliders_no_leniency`:
|
||||
|
||||
<img src="./benchmark_results/crates_pp_calc.svg">
|
||||
|
||||
Comparing the PP calculation speed between rosu-pp's `all_included`, `no_leniency`, and `no_sliders_no_leniency` versions:
|
||||
|
||||
<img src="./benchmark_results/rosu_pp_calc.svg">
|
||||
|
||||
Comparing the PP (in)accuracy between rosu-pp's `all_included`, `no_leniency`, and `no_sliders_no_leniency` versions:
|
||||
|
||||
<img src="./benchmark_results/pp_inaccuracy.svg">
|
||||
|
||||
Comparing the stars (in)accuracy between rosu-pp's `all_included`, `no_leniency`, and `no_sliders_no_leniency` versions:
|
||||
|
||||
<img src="./benchmark_results/stars_inaccuracy.svg">
|
||||
|
||||
#### Roadmap
|
||||
|
||||
- osu sr versions
|
||||
- [x] all included
|
||||
- [x] no_leniency
|
||||
@@ -89,4 +111,4 @@ relatively expensive though, this version is considerably faster than `all_inclu
|
||||
- [x] mania pp
|
||||
---
|
||||
- [x] refactoring
|
||||
- [ ] benchmarking
|
||||
- [x] benchmarking
|
||||
@@ -0,0 +1,359 @@
|
||||
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 1280 250"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
>
|
||||
|
||||
<title>Gnuplot</title>
|
||||
<desc>Produced by GNUPLOT 5.4 patchlevel 1 </desc>
|
||||
|
||||
<g id="gnuplot_canvas">
|
||||
|
||||
<rect x="0" y="0" width="1280" height="250" fill="#FFFFFF"/>
|
||||
<defs>
|
||||
|
||||
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
|
||||
<path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
|
||||
<path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
|
||||
<path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
|
||||
<rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
|
||||
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
|
||||
<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
|
||||
<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt13' stroke-width='0.222' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
|
||||
<use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
|
||||
<filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
|
||||
<feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
|
||||
</filter>
|
||||
<filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
|
||||
<feComposite in='SourceGraphic' in2='grey' operator='atop'/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M173.21,157.80 L182.21,157.80 '/> <g transform="translate(164.82,161.70)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >Parsing/rosu-pp</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M173.21,88.61 L182.21,88.61 '/> <g transform="translate(164.82,92.51)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >Parsing/osu-perf</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M173.21,192.40 L173.21,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M173.21,192.40 L173.21,183.40 '/> <g transform="translate(173.21,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 2.8</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M293.39,192.40 L293.39,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M293.39,192.40 L293.39,183.40 '/> <g transform="translate(293.39,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 2.9</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M413.57,192.40 L413.57,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M413.57,192.40 L413.57,183.40 '/> <g transform="translate(413.57,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M533.75,192.40 L533.75,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M533.75,192.40 L533.75,183.40 '/> <g transform="translate(533.75,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.1</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M653.93,192.40 L653.93,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M653.93,192.40 L653.93,183.40 '/> <g transform="translate(653.93,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.2</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M774.10,192.40 L774.10,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M774.10,192.40 L774.10,183.40 '/> <g transform="translate(774.10,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.3</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M894.28,192.40 L894.28,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M894.28,192.40 L894.28,183.40 '/> <g transform="translate(894.28,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.4</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1014.46,192.40 L1014.46,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1014.46,192.40 L1014.46,183.40 '/> <g transform="translate(1014.46,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.5</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1134.64,192.40 L1134.64,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1134.64,192.40 L1134.64,183.40 '/> <g transform="translate(1134.64,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.6</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1254.82,192.40 L1254.82,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1254.82,192.40 L1254.82,183.40 '/> <g transform="translate(1254.82,214.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 3.7</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M173.21,54.01 L173.21,192.40 L1254.82,192.40 L1254.82,54.01 L173.21,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(19.18,123.21) rotate(270)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Input</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(714.01,241.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Average time (ms)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g id="gnuplot_plot_1" ><title>PDF</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(1187.09,75.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PDF</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '1195.48,76.51 1238.04,76.51 1238.04,67.51 1195.48,67.51 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '259.88,157.65 261.00,157.63 262.12,157.61 263.24,157.58 264.35,157.55 265.47,157.52 266.59,157.49 267.71,157.45 268.82,157.41 269.94,157.36 271.06,157.31 272.18,157.25 273.29,157.19 274.41,157.12 275.53,157.04 276.65,156.96
|
||||
277.77,156.87 278.88,156.77 280.00,156.66 281.12,156.54 282.24,156.41 283.35,156.27 284.47,156.12 285.59,155.96 286.71,155.79 287.82,155.60 288.94,155.40 290.06,155.18 291.18,154.95 292.29,154.70 293.41,154.44 294.53,154.16
|
||||
295.65,153.86 296.76,153.54 297.88,153.21 299.00,152.85 300.12,152.48 301.23,152.09 302.35,151.68 303.47,151.24 304.59,150.79 305.71,150.32 306.82,149.82 307.94,149.31 309.06,148.78 310.18,148.23 311.29,147.65 312.41,147.07
|
||||
313.53,146.46 314.65,145.84 315.76,145.20 316.88,144.54 318.00,143.88 319.12,143.20 320.23,142.51 321.35,141.81 322.47,141.10 323.59,140.39 324.70,139.68 325.82,138.96 326.94,138.24 328.06,137.52 329.18,136.81 330.29,136.11
|
||||
331.41,135.41 332.53,134.73 333.65,134.06 334.76,133.41 335.88,132.77 337.00,132.15 338.12,131.56 339.23,130.99 340.35,130.45 341.47,129.94 342.59,129.46 343.70,129.01 344.82,128.60 345.94,128.22 347.06,127.89 348.17,127.59
|
||||
349.29,127.33 350.41,127.11 351.53,126.93 352.65,126.80 353.76,126.71 354.88,126.67 356.00,126.66 357.12,126.71 358.23,126.79 359.35,126.92 360.47,127.09 361.59,127.30 362.70,127.55 363.82,127.84 364.94,128.17 366.06,128.54
|
||||
367.17,128.94 368.29,129.37 369.41,129.83 370.53,130.33 371.64,130.85 372.76,131.39 373.88,131.96 375.00,132.55 376.11,133.16 377.23,133.79 378.35,134.43 379.47,135.08 380.59,135.74 381.70,136.41 382.82,137.09 383.94,137.76
|
||||
385.06,138.44 386.17,139.12 387.29,139.80 388.41,140.48 389.53,141.14 390.64,141.80 391.76,142.45 392.88,143.10 394.00,143.73 395.11,144.34 396.23,144.95 397.35,145.54 398.47,146.11 399.58,146.67 400.70,147.21 401.82,147.73
|
||||
402.94,148.24 404.06,148.73 405.17,149.20 406.29,149.65 407.41,150.08 408.53,150.50 409.64,150.89 410.76,151.27 411.88,151.63 413.00,151.98 414.11,152.30 415.23,152.61 416.35,152.90 417.47,153.18 418.58,153.44 419.70,153.69
|
||||
420.82,153.92 421.94,154.14 423.05,154.34 424.17,154.53 425.29,154.71 426.41,154.88 427.52,155.03 428.64,155.17 429.76,155.31 430.88,155.43 432.00,155.55 433.11,155.65 434.23,155.75 435.35,155.84 436.47,155.93 437.58,156.00
|
||||
438.70,156.07 439.82,156.14 440.94,156.19 442.05,156.25 443.17,156.30 444.29,156.34 445.41,156.38 446.52,156.42 447.64,156.45 448.76,156.48 449.88,156.51 450.99,156.53 452.11,156.56 453.23,156.58 454.35,156.59 455.47,156.61
|
||||
456.58,156.63 457.70,156.64 458.82,156.65 459.94,156.67 461.05,156.68 462.17,156.69 463.29,156.70 464.41,156.71 465.52,156.72 466.64,156.73 467.76,156.74 468.88,156.75 469.99,156.76 471.11,156.77 472.23,156.78 473.35,156.79
|
||||
474.46,156.81 475.58,156.82 476.70,156.83 477.82,156.84 478.93,156.86 480.05,156.87 481.17,156.88 482.29,156.90 483.41,156.91 484.52,156.93 485.64,156.94 486.76,156.96 487.88,156.97 488.99,156.99 490.11,157.01 491.23,157.02
|
||||
492.35,157.04 493.46,157.05 494.58,157.07 495.70,157.08 496.82,157.10 497.93,157.11 499.05,157.13 500.17,157.14 501.29,157.15 502.40,157.17 503.52,157.18 504.64,157.19 505.76,157.20 506.88,157.21 507.99,157.21 509.11,157.22
|
||||
510.23,157.23 511.35,157.23 512.46,157.23 513.58,157.23 514.70,157.23 515.82,157.23 516.93,157.23 518.05,157.23 519.17,157.22 520.29,157.21 521.40,157.20 522.52,157.19 523.64,157.18 524.76,157.17 525.87,157.16 526.99,157.14
|
||||
528.11,157.12 529.23,157.10 530.34,157.09 531.46,157.06 532.58,157.04 533.70,157.02 534.82,157.00 535.93,156.97 537.05,156.95 538.17,156.92 539.29,156.90 540.40,156.87 541.52,156.84 542.64,156.81 543.76,156.79 544.87,156.76
|
||||
545.99,156.73 547.11,156.71 548.23,156.68 549.34,156.65 550.46,156.63 551.58,156.60 552.70,156.58 553.81,156.56 554.93,156.54 556.05,156.52 557.17,156.50 558.29,156.48 559.40,156.46 560.52,156.45 561.64,156.43 562.76,156.42
|
||||
563.87,156.41 564.99,156.41 566.11,156.40 567.23,156.40 568.34,156.40 569.46,156.40 570.58,156.40 571.70,156.40 572.81,156.41 573.93,156.42 575.05,156.43 576.17,156.44 577.28,156.45 578.40,156.47 579.52,156.48 580.64,156.50
|
||||
581.75,156.52 582.87,156.54 583.99,156.57 585.11,156.59 586.23,156.62 587.34,156.64 588.46,156.67 589.58,156.70 590.70,156.73 591.81,156.76 592.93,156.79 594.05,156.82 595.17,156.85 596.28,156.89 597.40,156.92 598.52,156.95
|
||||
599.64,156.98 600.75,157.01 601.87,157.05 602.99,157.08 604.11,157.11 605.22,157.14 606.34,157.17 607.46,157.20 608.58,157.23 609.70,157.26 610.81,157.29 611.93,157.31 613.05,157.34 614.17,157.37 615.28,157.39 616.40,157.41
|
||||
617.52,157.44 618.64,157.46 619.75,157.48 620.87,157.50 621.99,157.52 623.11,157.54 624.22,157.55 625.34,157.57 626.46,157.58 627.58,157.60 628.69,157.61 629.81,157.62 630.93,157.63 632.05,157.65 633.17,157.65 634.28,157.66
|
||||
635.40,157.67 636.52,157.68 637.64,157.68 638.75,157.69 639.87,157.69 640.99,157.70 642.11,157.70 643.22,157.70 644.34,157.71 645.46,157.71 646.58,157.71 647.69,157.71 648.81,157.71 649.93,157.70 651.05,157.70 652.16,157.70
|
||||
653.28,157.70 654.40,157.69 655.52,157.69 656.63,157.68 657.75,157.68 658.87,157.67 659.99,157.66 661.11,157.66 662.22,157.65 663.34,157.64 664.46,157.63 665.58,157.62 666.69,157.62 667.81,157.61 668.93,157.60 670.05,157.58
|
||||
671.16,157.57 672.28,157.56 673.40,157.55 674.52,157.54 675.63,157.53 676.75,157.51 677.87,157.50 678.99,157.49 680.10,157.48 681.22,157.46 682.34,157.45 683.46,157.44 684.58,157.42 685.69,157.41 686.81,157.40 687.93,157.38
|
||||
689.05,157.37 690.16,157.36 691.28,157.34 692.40,157.33 693.52,157.32 694.63,157.30 695.75,157.29 696.87,157.28 697.99,157.27 699.10,157.26 700.22,157.25 701.34,157.24 702.46,157.23 703.57,157.22 704.69,157.21 705.81,157.20
|
||||
706.93,157.20 708.04,157.19 709.16,157.18 710.28,157.18 711.40,157.17 712.52,157.17 713.63,157.17 714.75,157.16 715.87,157.16 716.99,157.16 718.10,157.16 719.22,157.16 720.34,157.16 721.46,157.17 722.57,157.17 723.69,157.17
|
||||
724.81,157.18 725.93,157.18 727.04,157.19 728.16,157.19 729.28,157.20 730.40,157.21 731.51,157.21 732.63,157.22 733.75,157.23 734.87,157.24 735.99,157.25 737.10,157.26 738.22,157.27 739.34,157.29 740.46,157.30 741.57,157.31
|
||||
742.69,157.32 743.81,157.33 744.93,157.35 746.04,157.36 747.16,157.37 748.28,157.39 749.40,157.40 750.51,157.41 751.63,157.43 752.75,157.44 753.87,157.46 754.98,157.47 756.10,157.48 757.22,157.49 758.34,157.51 759.45,157.52
|
||||
760.57,157.53 761.69,157.55 762.81,157.56 763.93,157.57 765.04,157.58 766.16,157.59 767.28,157.60 768.40,157.61 769.51,157.62 770.63,157.63 771.75,157.64 772.87,157.65 773.98,157.66 775.10,157.67 776.22,157.68 777.34,157.69
|
||||
778.45,157.69 779.57,157.70 780.69,157.71 781.81,157.72 782.92,157.72 784.04,157.73 785.16,157.73 786.28,157.74 787.40,157.74 788.51,157.75 789.63,157.75 790.75,157.76 791.87,157.76 792.98,157.76 794.10,157.77 795.22,157.77
|
||||
796.34,157.77 797.45,157.77 798.57,157.78 799.69,157.78 800.81,157.78 801.92,157.78 803.04,157.79 804.16,157.79 805.28,157.79 806.39,157.79 807.51,157.79 808.63,157.79 809.75,157.79 810.86,157.79 811.98,157.80 813.10,157.80
|
||||
814.22,157.80 815.34,157.80 816.45,157.80 817.57,157.80 817.57,157.81 816.45,157.81 815.34,157.81 814.22,157.81 813.10,157.81 811.98,157.81 810.86,157.81 809.75,157.81 808.63,157.81 807.51,157.81 806.39,157.82 805.28,157.82
|
||||
804.16,157.82 803.04,157.82 801.92,157.82 800.81,157.82 799.69,157.83 798.57,157.83 797.45,157.83 796.34,157.83 795.22,157.84 794.10,157.84 792.98,157.84 791.87,157.85 790.75,157.85 789.63,157.85 788.51,157.86 787.40,157.86
|
||||
786.28,157.87 785.16,157.87 784.04,157.88 782.92,157.88 781.81,157.89 780.69,157.90 779.57,157.90 778.45,157.91 777.34,157.92 776.22,157.93 775.10,157.93 773.98,157.94 772.87,157.95 771.75,157.96 770.63,157.97 769.51,157.98
|
||||
768.40,157.99 767.28,158.00 766.16,158.01 765.04,158.02 763.93,158.04 762.81,158.05 761.69,158.06 760.57,158.07 759.45,158.08 758.34,158.10 757.22,158.11 756.10,158.12 754.98,158.14 753.87,158.15 752.75,158.16 751.63,158.18
|
||||
750.51,158.19 749.40,158.20 748.28,158.22 747.16,158.23 746.04,158.24 744.93,158.26 743.81,158.27 742.69,158.28 741.57,158.30 740.46,158.31 739.34,158.32 738.22,158.33 737.10,158.34 735.99,158.35 734.87,158.36 733.75,158.37
|
||||
732.63,158.38 731.51,158.39 730.40,158.40 729.28,158.41 728.16,158.41 727.04,158.42 725.93,158.42 724.81,158.43 723.69,158.43 722.57,158.44 721.46,158.44 720.34,158.44 719.22,158.44 718.10,158.44 716.99,158.44 715.87,158.44
|
||||
714.75,158.44 713.63,158.44 712.52,158.43 711.40,158.43 710.28,158.43 709.16,158.42 708.04,158.42 706.93,158.41 705.81,158.40 704.69,158.39 703.57,158.39 702.46,158.38 701.34,158.37 700.22,158.36 699.10,158.35 697.99,158.34
|
||||
696.87,158.32 695.75,158.31 694.63,158.30 693.52,158.29 692.40,158.28 691.28,158.26 690.16,158.25 689.05,158.24 687.93,158.22 686.81,158.21 685.69,158.20 684.58,158.18 683.46,158.17 682.34,158.16 681.22,158.14 680.10,158.13
|
||||
678.99,158.12 677.87,158.10 676.75,158.09 675.63,158.08 674.52,158.07 673.40,158.05 672.28,158.04 671.16,158.03 670.05,158.02 668.93,158.01 667.81,158.00 666.69,157.99 665.58,157.98 664.46,157.97 663.34,157.96 662.22,157.96
|
||||
661.11,157.95 659.99,157.94 658.87,157.93 657.75,157.93 656.63,157.92 655.52,157.92 654.40,157.91 653.28,157.91 652.16,157.91 651.05,157.90 649.93,157.90 648.81,157.90 647.69,157.90 646.58,157.90 645.46,157.90 644.34,157.90
|
||||
643.22,157.90 642.11,157.90 640.99,157.91 639.87,157.91 638.75,157.92 637.64,157.92 636.52,157.93 635.40,157.93 634.28,157.94 633.17,157.95 632.05,157.96 630.93,157.97 629.81,157.98 628.69,157.99 627.58,158.01 626.46,158.02
|
||||
625.34,158.04 624.22,158.05 623.11,158.07 621.99,158.09 620.87,158.11 619.75,158.13 618.64,158.15 617.52,158.17 616.40,158.19 615.28,158.21 614.17,158.24 613.05,158.26 611.93,158.29 610.81,158.32 609.70,158.35 608.58,158.37
|
||||
607.46,158.40 606.34,158.43 605.22,158.46 604.11,158.50 602.99,158.53 601.87,158.56 600.75,158.59 599.64,158.62 598.52,158.65 597.40,158.69 596.28,158.72 595.17,158.75 594.05,158.78 592.93,158.81 591.81,158.85 590.70,158.88
|
||||
589.58,158.91 588.46,158.93 587.34,158.96 586.23,158.99 585.11,159.01 583.99,159.04 582.87,159.06 581.75,159.08 580.64,159.10 579.52,159.12 578.40,159.14 577.28,159.15 576.17,159.17 575.05,159.18 573.93,159.19 572.81,159.20
|
||||
571.70,159.20 570.58,159.21 569.46,159.21 568.34,159.21 567.23,159.21 566.11,159.20 564.99,159.20 563.87,159.19 562.76,159.18 561.64,159.17 560.52,159.16 559.40,159.14 558.29,159.13 557.17,159.11 556.05,159.09 554.93,159.07
|
||||
553.81,159.05 552.70,159.03 551.58,159.00 550.46,158.98 549.34,158.95 548.23,158.93 547.11,158.90 545.99,158.87 544.87,158.85 543.76,158.82 542.64,158.79 541.52,158.76 540.40,158.74 539.29,158.71 538.17,158.68 537.05,158.66
|
||||
535.93,158.63 534.82,158.61 533.70,158.58 532.58,158.56 531.46,158.54 530.34,158.52 529.23,158.50 528.11,158.48 526.99,158.47 525.87,158.45 524.76,158.44 523.64,158.42 522.52,158.41 521.40,158.40 520.29,158.39 519.17,158.39
|
||||
518.05,158.38 516.93,158.38 515.82,158.37 514.70,158.37 513.58,158.37 512.46,158.37 511.35,158.38 510.23,158.38 509.11,158.38 507.99,158.39 506.88,158.40 505.76,158.41 504.64,158.42 503.52,158.43 502.40,158.44 501.29,158.45
|
||||
500.17,158.46 499.05,158.48 497.93,158.49 496.82,158.51 495.70,158.52 494.58,158.54 493.46,158.55 492.35,158.57 491.23,158.58 490.11,158.60 488.99,158.62 487.88,158.63 486.76,158.65 485.64,158.66 484.52,158.68 483.41,158.69
|
||||
482.29,158.71 481.17,158.72 480.05,158.74 478.93,158.75 477.82,158.76 476.70,158.77 475.58,158.79 474.46,158.80 473.35,158.81 472.23,158.82 471.11,158.83 469.99,158.84 468.88,158.85 467.76,158.86 466.64,158.87 465.52,158.88
|
||||
464.41,158.89 463.29,158.90 462.17,158.92 461.05,158.93 459.94,158.94 458.82,158.95 457.70,158.96 456.58,158.98 455.47,158.99 454.35,159.01 453.23,159.03 452.11,159.05 450.99,159.07 449.88,159.10 448.76,159.12 447.64,159.15
|
||||
446.52,159.19 445.41,159.22 444.29,159.26 443.17,159.31 442.05,159.36 440.94,159.41 439.82,159.47 438.70,159.53 437.58,159.60 436.47,159.68 435.35,159.76 434.23,159.85 433.11,159.95 432.00,160.06 430.88,160.17 429.76,160.30
|
||||
428.64,160.43 427.52,160.57 426.41,160.73 425.29,160.90 424.17,161.07 423.05,161.26 421.94,161.47 420.82,161.69 419.70,161.92 418.58,162.16 417.47,162.42 416.35,162.70 415.23,162.99 414.11,163.30 413.00,163.63 411.88,163.97
|
||||
410.76,164.33 409.64,164.71 408.53,165.11 407.41,165.52 406.29,165.96 405.17,166.41 404.06,166.88 402.94,167.37 401.82,167.87 400.70,168.40 399.58,168.94 398.47,169.49 397.35,170.07 396.23,170.66 395.11,171.26 394.00,171.88
|
||||
392.88,172.51 391.76,173.15 390.64,173.80 389.53,174.46 388.41,175.13 387.29,175.80 386.17,176.48 385.06,177.16 383.94,177.84 382.82,178.52 381.70,179.19 380.59,179.86 379.47,180.53 378.35,181.18 377.23,181.82 376.11,182.44
|
||||
375.00,183.05 373.88,183.64 372.76,184.21 371.64,184.76 370.53,185.28 369.41,185.77 368.29,186.24 367.17,186.67 366.06,187.07 364.94,187.43 363.82,187.76 362.70,188.05 361.59,188.31 360.47,188.52 359.35,188.69 358.23,188.81
|
||||
357.12,188.90 356.00,188.94 354.88,188.94 353.76,188.89 352.65,188.80 351.53,188.67 350.41,188.50 349.29,188.28 348.17,188.02 347.06,187.72 345.94,187.38 344.82,187.00 343.70,186.59 342.59,186.14 341.47,185.66 340.35,185.15
|
||||
339.23,184.61 338.12,184.04 337.00,183.45 335.88,182.83 334.76,182.20 333.65,181.54 332.53,180.87 331.41,180.19 330.29,179.50 329.18,178.79 328.06,178.08 326.94,177.37 325.82,176.65 324.70,175.93 323.59,175.21 322.47,174.50
|
||||
321.35,173.80 320.23,173.10 319.12,172.41 318.00,171.73 316.88,171.06 315.76,170.41 314.65,169.77 313.53,169.15 312.41,168.54 311.29,167.95 310.18,167.38 309.06,166.83 307.94,166.29 306.82,165.78 305.71,165.29 304.59,164.82
|
||||
303.47,164.36 302.35,163.93 301.23,163.52 300.12,163.12 299.00,162.75 297.88,162.40 296.76,162.06 295.65,161.75 294.53,161.45 293.41,161.17 292.29,160.90 291.18,160.66 290.06,160.42 288.94,160.21 287.82,160.01 286.71,159.82
|
||||
285.59,159.64 284.47,159.48 283.35,159.33 282.24,159.19 281.12,159.07 280.00,158.95 278.88,158.84 277.77,158.74 276.65,158.65 275.53,158.56 274.41,158.49 273.29,158.42 272.18,158.36 271.06,158.30 269.94,158.25 268.82,158.20
|
||||
267.71,158.16 266.59,158.12 265.47,158.08 264.35,158.05 263.24,158.02 262.12,158.00 261.00,157.97 259.88,157.95 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '627.07,88.56 628.22,88.55 629.37,88.53 630.52,88.52 631.67,88.50 632.81,88.48 633.96,88.46 635.11,88.43 636.26,88.40 637.41,88.36 638.56,88.31 639.70,88.26 640.85,88.20 642.00,88.14 643.15,88.06 644.30,87.97
|
||||
645.44,87.87 646.59,87.76 647.74,87.63 648.89,87.48 650.04,87.32 651.19,87.14 652.33,86.94 653.48,86.71 654.63,86.46 655.78,86.19 656.93,85.88 658.08,85.55 659.22,85.18 660.37,84.79 661.52,84.36 662.67,83.89
|
||||
663.82,83.39 664.96,82.84 666.11,82.27 667.26,81.65 668.41,80.99 669.56,80.30 670.71,79.57 671.85,78.80 673.00,77.99 674.15,77.16 675.30,76.29 676.45,75.39 677.60,74.46 678.74,73.52 679.89,72.55 681.04,71.57
|
||||
682.19,70.58 683.34,69.59 684.48,68.60 685.63,67.61 686.78,66.64 687.93,65.69 689.08,64.76 690.23,63.86 691.37,63.00 692.52,62.19 693.67,61.42 694.82,60.70 695.97,60.05 697.12,59.46 698.26,58.94 699.41,58.50
|
||||
700.56,58.13 701.71,57.84 702.86,57.63 704.00,57.51 705.15,57.47 706.30,57.51 707.45,57.64 708.60,57.85 709.75,58.14 710.89,58.50 712.04,58.94 713.19,59.46 714.34,60.03 715.49,60.67 716.64,61.37 717.78,62.11
|
||||
718.93,62.90 720.08,63.73 721.23,64.60 722.38,65.49 723.53,66.40 724.67,67.33 725.82,68.26 726.97,69.21 728.12,70.15 729.27,71.08 730.41,72.00 731.56,72.91 732.71,73.80 733.86,74.67 735.01,75.51 736.16,76.32
|
||||
737.30,77.10 738.45,77.85 739.60,78.56 740.75,79.24 741.90,79.89 743.05,80.49 744.19,81.06 745.34,81.60 746.49,82.10 747.64,82.57 748.79,83.00 749.93,83.40 751.08,83.77 752.23,84.11 753.38,84.43 754.53,84.71
|
||||
755.68,84.97 756.82,85.21 757.97,85.43 759.12,85.63 760.27,85.81 761.42,85.97 762.57,86.12 763.71,86.25 764.86,86.37 766.01,86.49 767.16,86.59 768.31,86.68 769.45,86.77 770.60,86.85 771.75,86.92 772.90,86.99
|
||||
774.05,87.06 775.20,87.12 776.34,87.18 777.49,87.24 778.64,87.29 779.79,87.34 780.94,87.39 782.09,87.44 783.23,87.49 784.38,87.54 785.53,87.58 786.68,87.63 787.83,87.67 788.97,87.72 790.12,87.76 791.27,87.80
|
||||
792.42,87.84 793.57,87.88 794.72,87.92 795.86,87.95 797.01,87.99 798.16,88.02 799.31,88.05 800.46,88.08 801.61,88.11 802.75,88.13 803.90,88.16 805.05,88.18 806.20,88.19 807.35,88.21 808.49,88.22 809.64,88.24
|
||||
810.79,88.25 811.94,88.25 813.09,88.26 814.24,88.26 815.38,88.26 816.53,88.26 817.68,88.25 818.83,88.24 819.98,88.24 821.13,88.23 822.27,88.21 823.42,88.20 824.57,88.18 825.72,88.17 826.87,88.15 828.02,88.13
|
||||
829.16,88.12 830.31,88.10 831.46,88.08 832.61,88.06 833.76,88.04 834.90,88.02 836.05,88.00 837.20,87.98 838.35,87.97 839.50,87.95 840.65,87.94 841.79,87.93 842.94,87.92 844.09,87.91 845.24,87.90 846.39,87.90
|
||||
847.54,87.89 848.68,87.89 849.83,87.89 850.98,87.90 852.13,87.90 853.28,87.91 854.42,87.92 855.57,87.93 856.72,87.94 857.87,87.96 859.02,87.98 860.17,87.99 861.31,88.01 862.46,88.03 863.61,88.05 864.76,88.08
|
||||
865.91,88.10 867.06,88.12 868.20,88.15 869.35,88.17 870.50,88.19 871.65,88.22 872.80,88.24 873.94,88.27 875.09,88.29 876.24,88.31 877.39,88.33 878.54,88.35 879.69,88.37 880.83,88.39 881.98,88.41 883.13,88.43
|
||||
884.28,88.44 885.43,88.46 886.58,88.47 887.72,88.48 888.87,88.50 890.02,88.51 891.17,88.52 892.32,88.53 893.46,88.54 894.61,88.54 895.76,88.55 896.91,88.56 898.06,88.56 899.21,88.57 900.35,88.57 901.50,88.58
|
||||
902.65,88.58 903.80,88.59 904.95,88.59 906.10,88.59 907.24,88.59 908.39,88.60 909.54,88.60 910.69,88.60 911.84,88.60 912.99,88.60 914.13,88.60 915.28,88.60 916.43,88.60 917.58,88.60 918.73,88.61 919.87,88.61
|
||||
921.02,88.61 922.17,88.61 923.32,88.61 924.47,88.61 925.62,88.61 926.76,88.61 927.91,88.61 929.06,88.61 930.21,88.61 931.36,88.61 932.51,88.61 933.65,88.61 934.80,88.61 935.95,88.61 937.10,88.61 938.25,88.61
|
||||
939.39,88.61 940.54,88.61 941.69,88.61 942.84,88.61 943.99,88.61 945.14,88.61 946.28,88.61 947.43,88.61 948.58,88.61 949.73,88.61 950.88,88.61 952.03,88.61 953.17,88.61 954.32,88.61 955.47,88.61 956.62,88.61
|
||||
957.77,88.61 958.91,88.61 960.06,88.61 961.21,88.61 962.36,88.61 963.51,88.61 964.66,88.61 965.80,88.61 966.95,88.61 968.10,88.61 969.25,88.61 970.40,88.61 971.55,88.61 972.69,88.61 973.84,88.61 974.99,88.61
|
||||
976.14,88.61 977.29,88.61 978.43,88.61 979.58,88.61 980.73,88.61 981.88,88.61 983.03,88.61 984.18,88.61 985.32,88.61 986.47,88.61 987.62,88.61 988.77,88.61 989.92,88.61 991.07,88.61 992.21,88.61 993.36,88.61
|
||||
994.51,88.61 995.66,88.61 996.81,88.61 997.95,88.61 999.10,88.61 1000.25,88.61 1001.40,88.61 1002.55,88.61 1003.70,88.61 1004.84,88.61 1005.99,88.61 1007.14,88.61 1008.29,88.61 1009.44,88.61 1010.59,88.61 1011.73,88.61
|
||||
1012.88,88.61 1014.03,88.61 1015.18,88.61 1016.33,88.61 1017.48,88.61 1018.62,88.61 1019.77,88.61 1020.92,88.61 1022.07,88.61 1023.22,88.61 1024.36,88.61 1025.51,88.61 1026.66,88.61 1027.81,88.61 1028.96,88.61 1030.11,88.61
|
||||
1031.25,88.61 1032.40,88.61 1033.55,88.61 1034.70,88.61 1035.85,88.61 1037.00,88.61 1038.14,88.61 1039.29,88.61 1040.44,88.61 1041.59,88.61 1042.74,88.61 1043.88,88.61 1045.03,88.61 1046.18,88.61 1047.33,88.61 1048.48,88.61
|
||||
1049.63,88.61 1050.77,88.61 1051.92,88.61 1053.07,88.61 1054.22,88.61 1055.37,88.61 1056.52,88.61 1057.66,88.61 1058.81,88.61 1059.96,88.61 1061.11,88.61 1062.26,88.61 1063.40,88.61 1064.55,88.61 1065.70,88.61 1066.85,88.61
|
||||
1068.00,88.61 1069.15,88.61 1070.29,88.61 1071.44,88.61 1072.59,88.60 1073.74,88.60 1074.89,88.60 1076.04,88.60 1077.18,88.60 1078.33,88.60 1079.48,88.60 1080.63,88.60 1081.78,88.60 1082.92,88.60 1084.07,88.59 1085.22,88.59
|
||||
1086.37,88.59 1087.52,88.59 1088.67,88.59 1089.81,88.58 1090.96,88.58 1092.11,88.58 1093.26,88.57 1094.41,88.57 1095.56,88.56 1096.70,88.56 1097.85,88.55 1099.00,88.54 1100.15,88.54 1101.30,88.53 1102.45,88.52 1103.59,88.52
|
||||
1104.74,88.51 1105.89,88.50 1107.04,88.49 1108.19,88.48 1109.33,88.47 1110.48,88.46 1111.63,88.45 1112.78,88.43 1113.93,88.42 1115.08,88.41 1116.22,88.40 1117.37,88.39 1118.52,88.38 1119.67,88.36 1120.82,88.35 1121.97,88.34
|
||||
1123.11,88.33 1124.26,88.32 1125.41,88.31 1126.56,88.30 1127.71,88.29 1128.85,88.28 1130.00,88.28 1131.15,88.27 1132.30,88.26 1133.45,88.26 1134.60,88.26 1135.74,88.25 1136.89,88.25 1138.04,88.25 1139.19,88.25 1140.34,88.25
|
||||
1141.49,88.26 1142.63,88.26 1143.78,88.27 1144.93,88.27 1146.08,88.28 1147.23,88.29 1148.37,88.29 1149.52,88.30 1150.67,88.31 1151.82,88.32 1152.97,88.34 1154.12,88.35 1155.26,88.36 1156.41,88.37 1157.56,88.38 1158.71,88.39
|
||||
1159.86,88.41 1161.01,88.42 1162.15,88.43 1163.30,88.44 1164.45,88.45 1165.60,88.46 1166.75,88.47 1167.89,88.48 1169.04,88.49 1170.19,88.50 1171.34,88.51 1172.49,88.52 1173.64,88.53 1174.78,88.53 1175.93,88.54 1177.08,88.55
|
||||
1178.23,88.55 1179.38,88.56 1180.53,88.56 1181.67,88.57 1182.82,88.57 1183.97,88.58 1185.12,88.58 1186.27,88.58 1187.41,88.59 1188.56,88.59 1189.71,88.59 1190.86,88.59 1192.01,88.60 1193.16,88.60 1194.30,88.60 1195.45,88.60
|
||||
1196.60,88.60 1197.75,88.60 1198.90,88.60 1200.05,88.60 1200.05,88.61 1198.90,88.61 1197.75,88.61 1196.60,88.61 1195.45,88.61 1194.30,88.62 1193.16,88.62 1192.01,88.62 1190.86,88.62 1189.71,88.62 1188.56,88.63 1187.41,88.63
|
||||
1186.27,88.63 1185.12,88.63 1183.97,88.64 1182.82,88.64 1181.67,88.65 1180.53,88.65 1179.38,88.66 1178.23,88.66 1177.08,88.67 1175.93,88.67 1174.78,88.68 1173.64,88.69 1172.49,88.70 1171.34,88.70 1170.19,88.71 1169.04,88.72
|
||||
1167.89,88.73 1166.75,88.74 1165.60,88.75 1164.45,88.76 1163.30,88.77 1162.15,88.79 1161.01,88.80 1159.86,88.81 1158.71,88.82 1157.56,88.83 1156.41,88.85 1155.26,88.86 1154.12,88.87 1152.97,88.88 1151.82,88.89 1150.67,88.90
|
||||
1149.52,88.91 1148.37,88.92 1147.23,88.93 1146.08,88.94 1144.93,88.94 1143.78,88.95 1142.63,88.95 1141.49,88.96 1140.34,88.96 1139.19,88.96 1138.04,88.96 1136.89,88.96 1135.74,88.96 1134.60,88.96 1133.45,88.96 1132.30,88.95
|
||||
1131.15,88.95 1130.00,88.94 1128.85,88.93 1127.71,88.92 1126.56,88.92 1125.41,88.91 1124.26,88.90 1123.11,88.89 1121.97,88.87 1120.82,88.86 1119.67,88.85 1118.52,88.84 1117.37,88.83 1116.22,88.82 1115.08,88.80 1113.93,88.79
|
||||
1112.78,88.78 1111.63,88.77 1110.48,88.76 1109.33,88.75 1108.19,88.74 1107.04,88.73 1105.89,88.72 1104.74,88.71 1103.59,88.70 1102.45,88.69 1101.30,88.68 1100.15,88.68 1099.00,88.67 1097.85,88.66 1096.70,88.66 1095.56,88.65
|
||||
1094.41,88.65 1093.26,88.64 1092.11,88.64 1090.96,88.64 1089.81,88.63 1088.67,88.63 1087.52,88.63 1086.37,88.62 1085.22,88.62 1084.07,88.62 1082.92,88.62 1081.78,88.62 1080.63,88.62 1079.48,88.61 1078.33,88.61 1077.18,88.61
|
||||
1076.04,88.61 1074.89,88.61 1073.74,88.61 1072.59,88.61 1071.44,88.61 1070.29,88.61 1069.15,88.61 1068.00,88.61 1066.85,88.61 1065.70,88.61 1064.55,88.61 1063.40,88.61 1062.26,88.61 1061.11,88.61 1059.96,88.61 1058.81,88.61
|
||||
1057.66,88.61 1056.52,88.61 1055.37,88.61 1054.22,88.61 1053.07,88.61 1051.92,88.61 1050.77,88.61 1049.63,88.61 1048.48,88.61 1047.33,88.61 1046.18,88.61 1045.03,88.61 1043.88,88.61 1042.74,88.61 1041.59,88.61 1040.44,88.61
|
||||
1039.29,88.61 1038.14,88.61 1037.00,88.61 1035.85,88.61 1034.70,88.61 1033.55,88.61 1032.40,88.61 1031.25,88.61 1030.11,88.61 1028.96,88.61 1027.81,88.61 1026.66,88.61 1025.51,88.61 1024.36,88.61 1023.22,88.61 1022.07,88.61
|
||||
1020.92,88.61 1019.77,88.61 1018.62,88.61 1017.48,88.61 1016.33,88.61 1015.18,88.61 1014.03,88.61 1012.88,88.61 1011.73,88.61 1010.59,88.61 1009.44,88.61 1008.29,88.61 1007.14,88.61 1005.99,88.61 1004.84,88.61 1003.70,88.61
|
||||
1002.55,88.61 1001.40,88.61 1000.25,88.61 999.10,88.61 997.95,88.61 996.81,88.61 995.66,88.61 994.51,88.61 993.36,88.61 992.21,88.61 991.07,88.61 989.92,88.61 988.77,88.61 987.62,88.61 986.47,88.61 985.32,88.61
|
||||
984.18,88.61 983.03,88.61 981.88,88.61 980.73,88.61 979.58,88.61 978.43,88.61 977.29,88.61 976.14,88.61 974.99,88.61 973.84,88.61 972.69,88.61 971.55,88.61 970.40,88.61 969.25,88.61 968.10,88.61 966.95,88.61
|
||||
965.80,88.61 964.66,88.61 963.51,88.61 962.36,88.61 961.21,88.61 960.06,88.61 958.91,88.61 957.77,88.61 956.62,88.61 955.47,88.61 954.32,88.61 953.17,88.61 952.03,88.61 950.88,88.61 949.73,88.61 948.58,88.61
|
||||
947.43,88.61 946.28,88.61 945.14,88.61 943.99,88.61 942.84,88.61 941.69,88.61 940.54,88.61 939.39,88.61 938.25,88.61 937.10,88.61 935.95,88.61 934.80,88.61 933.65,88.61 932.51,88.61 931.36,88.61 930.21,88.61
|
||||
929.06,88.61 927.91,88.61 926.76,88.61 925.62,88.61 924.47,88.61 923.32,88.61 922.17,88.61 921.02,88.61 919.87,88.61 918.73,88.61 917.58,88.61 916.43,88.61 915.28,88.61 914.13,88.61 912.99,88.61 911.84,88.61
|
||||
910.69,88.62 909.54,88.62 908.39,88.62 907.24,88.62 906.10,88.62 904.95,88.63 903.80,88.63 902.65,88.63 901.50,88.64 900.35,88.64 899.21,88.64 898.06,88.65 896.91,88.66 895.76,88.66 894.61,88.67 893.46,88.68
|
||||
892.32,88.69 891.17,88.70 890.02,88.71 888.87,88.72 887.72,88.73 886.58,88.74 885.43,88.76 884.28,88.77 883.13,88.79 881.98,88.81 880.83,88.82 879.69,88.84 878.54,88.86 877.39,88.88 876.24,88.91 875.09,88.93
|
||||
873.94,88.95 872.80,88.97 871.65,89.00 870.50,89.02 869.35,89.04 868.20,89.07 867.06,89.09 865.91,89.12 864.76,89.14 863.61,89.16 862.46,89.18 861.31,89.20 860.17,89.22 859.02,89.24 857.87,89.26 856.72,89.27
|
||||
855.57,89.28 854.42,89.30 853.28,89.30 852.13,89.31 850.98,89.32 849.83,89.32 848.68,89.32 847.54,89.32 846.39,89.32 845.24,89.31 844.09,89.31 842.94,89.30 841.79,89.29 840.65,89.28 839.50,89.26 838.35,89.25
|
||||
837.20,89.23 836.05,89.21 834.90,89.20 833.76,89.18 832.61,89.16 831.46,89.14 830.31,89.12 829.16,89.10 828.02,89.08 826.87,89.06 825.72,89.05 824.57,89.03 823.42,89.02 822.27,89.00 821.13,88.99 819.98,88.98
|
||||
818.83,88.97 817.68,88.96 816.53,88.96 815.38,88.96 814.24,88.96 813.09,88.96 811.94,88.96 810.79,88.97 809.64,88.98 808.49,88.99 807.35,89.00 806.20,89.02 805.05,89.04 803.90,89.06 802.75,89.08 801.61,89.11
|
||||
800.46,89.13 799.31,89.16 798.16,89.19 797.01,89.23 795.86,89.26 794.72,89.30 793.57,89.34 792.42,89.37 791.27,89.41 790.12,89.46 788.97,89.50 787.83,89.54 786.68,89.59 785.53,89.63 784.38,89.68 783.23,89.72
|
||||
782.09,89.77 780.94,89.82 779.79,89.87 778.64,89.93 777.49,89.98 776.34,90.04 775.20,90.10 774.05,90.16 772.90,90.22 771.75,90.29 770.60,90.37 769.45,90.45 768.31,90.53 767.16,90.63 766.01,90.73 764.86,90.84
|
||||
763.71,90.96 762.57,91.10 761.42,91.25 760.27,91.41 759.12,91.59 757.97,91.79 756.82,92.00 755.68,92.24 754.53,92.50 753.38,92.79 752.23,93.10 751.08,93.44 749.93,93.81 748.79,94.21 747.64,94.65 746.49,95.11
|
||||
745.34,95.61 744.19,96.15 743.05,96.72 741.90,97.33 740.75,97.97 739.60,98.65 738.45,99.37 737.30,100.12 736.16,100.90 735.01,101.71 733.86,102.55 732.71,103.42 731.56,104.30 730.41,105.21 729.27,106.14 728.12,107.07
|
||||
726.97,108.01 725.82,108.95 724.67,109.89 723.53,110.82 722.38,111.73 721.23,112.62 720.08,113.48 718.93,114.31 717.78,115.10 716.64,115.85 715.49,116.54 714.34,117.18 713.19,117.76 712.04,118.27 710.89,118.71 709.75,119.08
|
||||
708.60,119.37 707.45,119.57 706.30,119.70 705.15,119.75 704.00,119.70 702.86,119.58 701.71,119.37 700.56,119.08 699.41,118.72 698.26,118.27 697.12,117.75 695.97,117.16 694.82,116.51 693.67,115.80 692.52,115.03 691.37,114.21
|
||||
690.23,113.35 689.08,112.46 687.93,111.53 686.78,110.57 685.63,109.60 684.48,108.62 683.34,107.62 682.19,106.63 681.04,105.64 679.89,104.66 678.74,103.70 677.60,102.75 676.45,101.83 675.30,100.93 674.15,100.06 673.00,99.22
|
||||
671.85,98.42 670.71,97.65 669.56,96.92 668.41,96.22 667.26,95.57 666.11,94.95 664.96,94.37 663.82,93.83 662.67,93.33 661.52,92.86 660.37,92.43 659.22,92.03 658.08,91.67 656.93,91.33 655.78,91.03 654.63,90.75
|
||||
653.48,90.50 652.33,90.28 651.19,90.07 650.04,89.89 648.89,89.73 647.74,89.59 646.59,89.46 645.44,89.34 644.30,89.24 643.15,89.16 642.00,89.08 640.85,89.01 639.70,88.95 638.56,88.90 637.41,88.86 636.26,88.82
|
||||
635.11,88.79 633.96,88.76 632.81,88.73 631.67,88.71 630.52,88.70 629.37,88.68 628.22,88.67 627.07,88.66 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="white" stroke="rgb( 31, 120, 180)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M173.21,54.01 L173.21,192.40 L1254.82,192.40 L1254.82,54.01 L173.21,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(714.01,30.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Parsing: Violin plot</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,422 @@
|
||||
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 1280 275"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
>
|
||||
|
||||
<title>Gnuplot</title>
|
||||
<desc>Produced by GNUPLOT 5.4 patchlevel 1 </desc>
|
||||
|
||||
<g id="gnuplot_canvas">
|
||||
|
||||
<rect x="0" y="0" width="1280" height="275" fill="#FFFFFF"/>
|
||||
<defs>
|
||||
|
||||
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
|
||||
<path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
|
||||
<path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
|
||||
<path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
|
||||
<rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
|
||||
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
|
||||
<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
|
||||
<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt13' stroke-width='0.222' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
|
||||
<use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
|
||||
<filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
|
||||
<feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
|
||||
</filter>
|
||||
<filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
|
||||
<feComposite in='SourceGraphic' in2='grey' operator='atop'/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M215.16,190.17 L224.16,190.17 '/> <g transform="translate(206.77,194.07)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PP calc/rosu-pp</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M215.16,135.70 L224.16,135.70 '/> <g transform="translate(206.77,139.60)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PP calc/osu-perf</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M215.16,81.24 L224.16,81.24 '/> <g transform="translate(206.77,85.14)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PP calc/oppai binding</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M215.16,217.40 L215.16,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M215.16,217.40 L215.16,208.40 '/> <g transform="translate(215.16,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 40</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M345.12,217.40 L345.12,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M345.12,217.40 L345.12,208.40 '/> <g transform="translate(345.12,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 50</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M475.08,217.40 L475.08,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M475.08,217.40 L475.08,208.40 '/> <g transform="translate(475.08,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 60</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M605.03,217.40 L605.03,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M605.03,217.40 L605.03,208.40 '/> <g transform="translate(605.03,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 70</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M734.99,217.40 L734.99,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M734.99,217.40 L734.99,208.40 '/> <g transform="translate(734.99,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 80</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M864.95,217.40 L864.95,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M864.95,217.40 L864.95,208.40 '/> <g transform="translate(864.95,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 90</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M994.91,217.40 L994.91,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M994.91,217.40 L994.91,208.40 '/> <g transform="translate(994.91,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 100</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1124.86,217.40 L1124.86,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1124.86,217.40 L1124.86,208.40 '/> <g transform="translate(1124.86,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 110</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1254.82,217.40 L1254.82,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1254.82,217.40 L1254.82,208.40 '/> <g transform="translate(1254.82,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 120</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M215.16,54.01 L215.16,217.40 L1254.82,217.40 L1254.82,54.01 L215.16,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(19.18,135.71) rotate(270)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Input</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(734.99,266.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Average time (ms)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g id="gnuplot_plot_1" ><title>PDF</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(1187.09,75.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PDF</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '1195.48,76.51 1238.04,76.51 1238.04,67.51 1195.48,67.51 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '267.45,190.14 267.50,190.13 267.54,190.13 267.59,190.12 267.63,190.11 267.68,190.10 267.72,190.08 267.76,190.07 267.81,190.05 267.85,190.02 267.90,190.00 267.94,189.97 267.99,189.93 268.03,189.89 268.08,189.85 268.12,189.80
|
||||
268.16,189.74 268.21,189.67 268.25,189.59 268.30,189.51 268.34,189.41 268.39,189.31 268.43,189.19 268.47,189.06 268.52,188.91 268.56,188.75 268.61,188.58 268.65,188.38 268.70,188.17 268.74,187.94 268.79,187.70 268.83,187.43
|
||||
268.87,187.14 268.92,186.83 268.96,186.49 269.01,186.14 269.05,185.76 269.10,185.36 269.14,184.93 269.19,184.48 269.23,184.01 269.27,183.52 269.32,183.01 269.36,182.47 269.41,181.92 269.45,181.34 269.50,180.75 269.54,180.15
|
||||
269.58,179.52 269.63,178.89 269.67,178.24 269.72,177.59 269.76,176.92 269.81,176.26 269.85,175.59 269.90,174.92 269.94,174.26 269.98,173.60 270.03,172.94 270.07,172.30 270.12,171.68 270.16,171.07 270.21,170.48 270.25,169.91
|
||||
270.30,169.37 270.34,168.85 270.38,168.37 270.43,167.92 270.47,167.50 270.52,167.12 270.56,166.78 270.61,166.49 270.65,166.23 270.70,166.02 270.74,165.86 270.78,165.75 270.83,165.68 270.87,165.66 270.92,165.69 270.96,165.77
|
||||
271.01,165.90 271.05,166.07 271.09,166.30 271.14,166.56 271.18,166.88 271.23,167.23 271.27,167.63 271.32,168.07 271.36,168.54 271.41,169.05 271.45,169.58 271.49,170.15 271.54,170.74 271.58,171.35 271.63,171.99 271.67,172.63
|
||||
271.72,173.29 271.76,173.96 271.81,174.64 271.85,175.32 271.89,176.00 271.94,176.68 271.98,177.35 272.03,178.01 272.07,178.67 272.12,179.31 272.16,179.94 272.20,180.55 272.25,181.15 272.29,181.72 272.34,182.28 272.38,182.81
|
||||
272.43,183.33 272.47,183.81 272.52,184.28 272.56,184.73 272.60,185.15 272.65,185.54 272.69,185.91 272.74,186.26 272.78,186.59 272.83,186.90 272.87,187.18 272.92,187.45 272.96,187.69 273.00,187.91 273.05,188.12 273.09,188.30
|
||||
273.14,188.48 273.18,188.63 273.23,188.77 273.27,188.90 273.32,189.01 273.36,189.11 273.40,189.20 273.45,189.28 273.49,189.35 273.54,189.42 273.58,189.47 273.63,189.52 273.67,189.56 273.71,189.60 273.76,189.63 273.80,189.65
|
||||
273.85,189.68 273.89,189.70 273.94,189.72 273.98,189.73 274.03,189.75 274.07,189.76 274.11,189.77 274.16,189.78 274.20,189.79 274.25,189.80 274.29,189.81 274.34,189.82 274.38,189.83 274.43,189.84 274.47,189.85 274.51,189.86
|
||||
274.56,189.87 274.60,189.88 274.65,189.90 274.69,189.91 274.74,189.92 274.78,189.93 274.82,189.94 274.87,189.96 274.91,189.97 274.96,189.98 275.00,189.99 275.05,190.00 275.09,190.01 275.14,190.03 275.18,190.04 275.22,190.05
|
||||
275.27,190.06 275.31,190.07 275.36,190.08 275.40,190.08 275.45,190.09 275.49,190.10 275.54,190.11 275.58,190.11 275.62,190.12 275.67,190.12 275.71,190.13 275.76,190.13 275.80,190.14 275.85,190.14 275.89,190.14 275.94,190.15
|
||||
275.98,190.15 276.02,190.15 276.07,190.16 276.11,190.16 276.16,190.16 276.20,190.16 276.25,190.16 276.29,190.16 276.33,190.16 276.38,190.16 276.42,190.16 276.47,190.17 276.51,190.17 276.56,190.17 276.60,190.17 276.65,190.17
|
||||
276.69,190.17 276.73,190.17 276.78,190.17 276.82,190.17 276.87,190.17 276.91,190.17 276.96,190.17 277.00,190.17 277.05,190.17 277.09,190.17 277.13,190.17 277.18,190.17 277.22,190.17 277.27,190.17 277.31,190.17 277.36,190.17
|
||||
277.40,190.17 277.45,190.17 277.49,190.17 277.53,190.17 277.58,190.17 277.62,190.17 277.67,190.17 277.71,190.17 277.76,190.17 277.80,190.17 277.84,190.17 277.89,190.17 277.93,190.17 277.98,190.17 278.02,190.17 278.07,190.17
|
||||
278.11,190.17 278.16,190.17 278.20,190.17 278.24,190.17 278.29,190.17 278.33,190.17 278.38,190.17 278.42,190.17 278.47,190.17 278.51,190.17 278.56,190.17 278.60,190.17 278.64,190.17 278.69,190.17 278.73,190.17 278.78,190.17
|
||||
278.82,190.17 278.87,190.17 278.91,190.17 278.95,190.17 279.00,190.17 279.04,190.17 279.09,190.17 279.13,190.17 279.18,190.17 279.22,190.17 279.27,190.17 279.31,190.17 279.35,190.17 279.40,190.17 279.44,190.17 279.49,190.17
|
||||
279.53,190.17 279.58,190.17 279.62,190.17 279.67,190.17 279.71,190.17 279.75,190.17 279.80,190.17 279.84,190.17 279.89,190.17 279.93,190.17 279.98,190.17 280.02,190.17 280.07,190.17 280.11,190.17 280.15,190.17 280.20,190.17
|
||||
280.24,190.17 280.29,190.17 280.24,190.17 280.20,190.17 280.15,190.17 280.11,190.17 280.07,190.17 280.02,190.17 279.98,190.17 279.93,190.17 279.89,190.17 279.84,190.17 279.80,190.17 279.75,190.17 279.71,190.17 279.67,190.17
|
||||
279.62,190.17 279.58,190.17 279.53,190.17 279.49,190.17 279.44,190.17 279.40,190.17 279.35,190.17 279.31,190.17 279.27,190.17 279.22,190.17 279.18,190.17 279.13,190.17 279.09,190.17 279.04,190.17 279.00,190.17 278.95,190.17
|
||||
278.91,190.17 278.87,190.17 278.82,190.17 278.78,190.17 278.73,190.17 278.69,190.17 278.64,190.17 278.60,190.17 278.56,190.17 278.51,190.17 278.47,190.17 278.42,190.17 278.38,190.17 278.33,190.17 278.29,190.17 278.24,190.17
|
||||
278.20,190.17 278.16,190.17 278.11,190.17 278.07,190.17 278.02,190.17 277.98,190.17 277.93,190.17 277.89,190.17 277.84,190.17 277.80,190.17 277.76,190.17 277.71,190.17 277.67,190.17 277.62,190.17 277.58,190.17 277.53,190.17
|
||||
277.49,190.17 277.45,190.17 277.40,190.17 277.36,190.17 277.31,190.17 277.27,190.17 277.22,190.17 277.18,190.17 277.13,190.17 277.09,190.17 277.05,190.17 277.00,190.17 276.96,190.17 276.91,190.17 276.87,190.17 276.82,190.17
|
||||
276.78,190.17 276.73,190.17 276.69,190.17 276.65,190.17 276.60,190.17 276.56,190.17 276.51,190.17 276.47,190.17 276.42,190.17 276.38,190.17 276.33,190.17 276.29,190.17 276.25,190.18 276.20,190.18 276.16,190.18 276.11,190.18
|
||||
276.07,190.18 276.02,190.18 275.98,190.19 275.94,190.19 275.89,190.19 275.85,190.20 275.80,190.20 275.76,190.20 275.71,190.21 275.67,190.21 275.62,190.22 275.58,190.22 275.54,190.23 275.49,190.24 275.45,190.24 275.40,190.25
|
||||
275.36,190.26 275.31,190.27 275.27,190.28 275.22,190.29 275.18,190.30 275.14,190.31 275.09,190.32 275.05,190.33 275.00,190.35 274.96,190.36 274.91,190.37 274.87,190.38 274.82,190.39 274.78,190.41 274.74,190.42 274.69,190.43
|
||||
274.65,190.44 274.60,190.45 274.56,190.46 274.51,190.48 274.47,190.49 274.43,190.50 274.38,190.51 274.34,190.52 274.29,190.53 274.25,190.54 274.20,190.55 274.16,190.56 274.11,190.57 274.07,190.58 274.03,190.59 273.98,190.60
|
||||
273.94,190.62 273.89,190.64 273.85,190.66 273.80,190.68 273.76,190.71 273.71,190.74 273.67,190.78 273.63,190.82 273.58,190.87 273.54,190.92 273.49,190.98 273.45,191.05 273.40,191.13 273.36,191.22 273.32,191.33 273.27,191.44
|
||||
273.23,191.57 273.18,191.71 273.14,191.86 273.09,192.03 273.05,192.22 273.00,192.42 272.96,192.65 272.92,192.89 272.87,193.15 272.83,193.44 272.78,193.74 272.74,194.07 272.69,194.42 272.65,194.80 272.60,195.19 272.56,195.61
|
||||
272.52,196.05 272.47,196.52 272.43,197.01 272.38,197.52 272.34,198.06 272.29,198.61 272.25,199.19 272.20,199.78 272.16,200.40 272.12,201.03 272.07,201.67 272.03,202.32 271.98,202.99 271.94,203.66 271.89,204.34 271.85,205.02
|
||||
271.81,205.70 271.76,206.37 271.72,207.04 271.67,207.70 271.63,208.35 271.58,208.98 271.54,209.60 271.49,210.19 271.45,210.75 271.41,211.29 271.36,211.80 271.32,212.27 271.27,212.70 271.23,213.10 271.18,213.46 271.14,213.77
|
||||
271.09,214.04 271.05,214.26 271.01,214.44 270.96,214.57 270.92,214.65 270.87,214.68 270.83,214.66 270.78,214.59 270.74,214.48 270.70,214.31 270.65,214.10 270.61,213.85 270.56,213.55 270.52,213.21 270.47,212.83 270.43,212.42
|
||||
270.38,211.97 270.34,211.48 270.30,210.97 270.25,210.43 270.21,209.86 270.16,209.27 270.12,208.66 270.07,208.03 270.03,207.39 269.98,206.74 269.94,206.08 269.90,205.42 269.85,204.75 269.81,204.08 269.76,203.41 269.72,202.75
|
||||
269.67,202.10 269.63,201.45 269.58,200.81 269.54,200.19 269.50,199.58 269.45,198.99 269.41,198.42 269.36,197.86 269.32,197.33 269.27,196.81 269.23,196.32 269.19,195.85 269.14,195.40 269.10,194.98 269.05,194.58 269.01,194.20
|
||||
268.96,193.84 268.92,193.51 268.87,193.20 268.83,192.91 268.79,192.64 268.74,192.39 268.70,192.16 268.65,191.95 268.61,191.76 268.56,191.58 268.52,191.42 268.47,191.28 268.43,191.15 268.39,191.03 268.34,190.92 268.30,190.83
|
||||
268.25,190.74 268.21,190.67 268.16,190.60 268.12,190.54 268.08,190.49 268.03,190.44 267.99,190.40 267.94,190.37 267.90,190.34 267.85,190.31 267.81,190.29 267.76,190.27 267.72,190.25 267.68,190.24 267.63,190.23 267.59,190.22
|
||||
267.54,190.21 267.50,190.20 267.45,190.20 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '280.29,190.17 280.29,190.17 280.33,190.17 280.38,190.17 280.42,190.17 280.46,190.17 280.51,190.17 280.55,190.17 280.60,190.17 280.64,190.17 280.69,190.17 280.73,190.17 280.78,190.17 280.82,190.17 280.86,190.17 280.91,190.17
|
||||
280.95,190.17 281.00,190.17 281.04,190.17 281.09,190.17 281.13,190.17 281.18,190.17 281.22,190.17 281.22,190.17 281.22,190.17 281.18,190.17 281.13,190.17 281.09,190.17 281.04,190.17 281.00,190.17 280.95,190.17 280.91,190.17
|
||||
280.86,190.17 280.82,190.17 280.78,190.17 280.73,190.17 280.69,190.17 280.64,190.17 280.60,190.17 280.55,190.17 280.51,190.17 280.46,190.17 280.42,190.17 280.38,190.17 280.33,190.17 280.29,190.17 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '281.22,190.17 281.26,190.17 281.31,190.17 281.35,190.17 281.40,190.17 281.44,190.17 281.49,190.17 281.53,190.17 281.57,190.17 281.62,190.17 281.66,190.17 281.71,190.17 281.75,190.17 281.80,190.17 281.84,190.17 281.89,190.17
|
||||
281.93,190.17 281.97,190.17 282.02,190.17 282.06,190.17 282.11,190.17 282.15,190.17 282.20,190.17 282.24,190.17 282.29,190.17 282.33,190.17 282.37,190.17 282.42,190.17 282.46,190.17 282.51,190.17 282.55,190.17 282.60,190.17
|
||||
282.64,190.17 282.69,190.17 282.73,190.17 282.77,190.17 282.82,190.17 282.86,190.17 282.91,190.17 282.95,190.17 283.00,190.17 283.04,190.17 283.08,190.17 283.13,190.17 283.17,190.17 283.22,190.17 283.26,190.17 283.31,190.17
|
||||
283.35,190.17 283.40,190.17 283.44,190.17 283.48,190.17 283.53,190.17 283.57,190.17 283.62,190.17 283.66,190.17 283.71,190.17 283.75,190.17 283.80,190.17 283.84,190.17 283.88,190.17 283.93,190.17 283.97,190.17 284.02,190.17
|
||||
284.06,190.17 284.11,190.17 284.15,190.17 284.19,190.17 284.24,190.17 284.28,190.17 284.33,190.17 284.37,190.17 284.42,190.17 284.46,190.17 284.51,190.17 284.55,190.17 284.59,190.17 284.64,190.17 284.68,190.17 284.73,190.17
|
||||
284.77,190.17 284.82,190.17 284.86,190.17 284.91,190.17 284.95,190.17 284.99,190.17 285.04,190.17 285.08,190.16 285.13,190.16 285.17,190.16 285.22,190.16 285.26,190.16 285.31,190.16 285.35,190.16 285.39,190.16 285.44,190.16
|
||||
285.48,190.15 285.53,190.15 285.57,190.15 285.62,190.15 285.66,190.14 285.70,190.14 285.75,190.14 285.79,190.13 285.84,190.13 285.88,190.12 285.93,190.11 285.97,190.11 286.02,190.10 286.06,190.09 286.10,190.09 286.15,190.08
|
||||
286.19,190.07 286.24,190.06 286.28,190.05 286.33,190.04 286.37,190.03 286.42,190.02 286.46,190.01 286.50,190.00 286.55,189.99 286.59,189.97 286.64,189.96 286.68,189.95 286.73,189.94 286.77,189.93 286.81,189.92 286.86,189.91
|
||||
286.90,189.90 286.95,189.89 286.99,189.88 287.04,189.87 287.08,189.86 287.13,189.86 287.17,189.85 287.21,189.85 287.26,189.85 287.30,189.84 287.35,189.84 287.39,189.84 287.44,189.84 287.48,189.85 287.53,189.85 287.57,189.86
|
||||
287.61,189.86 287.66,189.87 287.70,189.88 287.75,189.88 287.79,189.89 287.84,189.90 287.88,189.91 287.93,189.92 287.97,189.93 288.01,189.95 288.06,189.96 288.10,189.97 288.15,189.98 288.19,189.99 288.24,190.00 288.28,190.02
|
||||
288.32,190.03 288.37,190.04 288.41,190.05 288.46,190.06 288.50,190.07 288.55,190.08 288.59,190.08 288.64,190.09 288.68,190.10 288.72,190.11 288.77,190.11 288.81,190.12 288.86,190.12 288.90,190.13 288.95,190.13 288.99,190.14
|
||||
289.04,190.14 289.08,190.14 289.12,190.15 289.17,190.15 289.21,190.15 289.26,190.15 289.30,190.16 289.35,190.16 289.39,190.16 289.43,190.16 289.48,190.16 289.52,190.16 289.57,190.16 289.61,190.16 289.61,190.17 289.57,190.17
|
||||
289.52,190.17 289.48,190.17 289.43,190.18 289.39,190.18 289.35,190.18 289.30,190.18 289.26,190.18 289.21,190.18 289.17,190.19 289.12,190.19 289.08,190.19 289.04,190.20 288.99,190.20 288.95,190.20 288.90,190.21 288.86,190.21
|
||||
288.81,190.22 288.77,190.22 288.72,190.23 288.68,190.24 288.64,190.24 288.59,190.25 288.55,190.26 288.50,190.27 288.46,190.28 288.41,190.29 288.37,190.30 288.32,190.31 288.28,190.32 288.24,190.33 288.19,190.34 288.15,190.36
|
||||
288.10,190.37 288.06,190.38 288.01,190.39 287.97,190.40 287.93,190.41 287.88,190.42 287.84,190.43 287.79,190.44 287.75,190.45 287.70,190.46 287.66,190.47 287.61,190.48 287.57,190.48 287.53,190.49 287.48,190.49 287.44,190.49
|
||||
287.39,190.49 287.35,190.49 287.30,190.49 287.26,190.49 287.21,190.49 287.17,190.48 287.13,190.48 287.08,190.47 287.04,190.47 286.99,190.46 286.95,190.45 286.90,190.44 286.86,190.43 286.81,190.42 286.77,190.41 286.73,190.40
|
||||
286.68,190.39 286.64,190.37 286.59,190.36 286.55,190.35 286.50,190.34 286.46,190.33 286.42,190.32 286.37,190.31 286.33,190.30 286.28,190.29 286.24,190.28 286.19,190.27 286.15,190.26 286.10,190.25 286.06,190.24 286.02,190.23
|
||||
285.97,190.23 285.93,190.22 285.88,190.22 285.84,190.21 285.79,190.21 285.75,190.20 285.70,190.20 285.66,190.19 285.62,190.19 285.57,190.19 285.53,190.19 285.48,190.18 285.44,190.18 285.39,190.18 285.35,190.18 285.31,190.18
|
||||
285.26,190.18 285.22,190.17 285.17,190.17 285.13,190.17 285.08,190.17 285.04,190.17 284.99,190.17 284.95,190.17 284.91,190.17 284.86,190.17 284.82,190.17 284.77,190.17 284.73,190.17 284.68,190.17 284.64,190.17 284.59,190.17
|
||||
284.55,190.17 284.51,190.17 284.46,190.17 284.42,190.17 284.37,190.17 284.33,190.17 284.28,190.17 284.24,190.17 284.19,190.17 284.15,190.17 284.11,190.17 284.06,190.17 284.02,190.17 283.97,190.17 283.93,190.17 283.88,190.17
|
||||
283.84,190.17 283.80,190.17 283.75,190.17 283.71,190.17 283.66,190.17 283.62,190.17 283.57,190.17 283.53,190.17 283.48,190.17 283.44,190.17 283.40,190.17 283.35,190.17 283.31,190.17 283.26,190.17 283.22,190.17 283.17,190.17
|
||||
283.13,190.17 283.08,190.17 283.04,190.17 283.00,190.17 282.95,190.17 282.91,190.17 282.86,190.17 282.82,190.17 282.77,190.17 282.73,190.17 282.69,190.17 282.64,190.17 282.60,190.17 282.55,190.17 282.51,190.17 282.46,190.17
|
||||
282.42,190.17 282.37,190.17 282.33,190.17 282.29,190.17 282.24,190.17 282.20,190.17 282.15,190.17 282.11,190.17 282.06,190.17 282.02,190.17 281.97,190.17 281.93,190.17 281.89,190.17 281.84,190.17 281.80,190.17 281.75,190.17
|
||||
281.71,190.17 281.66,190.17 281.62,190.17 281.57,190.17 281.53,190.17 281.49,190.17 281.44,190.17 281.40,190.17 281.35,190.17 281.31,190.17 281.26,190.17 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '281.38,135.60 281.57,135.58 281.77,135.55 281.96,135.52 282.15,135.49 282.35,135.44 282.54,135.40 282.73,135.34 282.93,135.27 283.12,135.19 283.31,135.10 283.51,135.00 283.70,134.88 283.89,134.75 284.09,134.60 284.28,134.43
|
||||
284.47,134.24 284.67,134.02 284.86,133.78 285.05,133.52 285.25,133.22 285.44,132.89 285.63,132.54 285.83,132.15 286.02,131.72 286.22,131.26 286.41,130.77 286.60,130.23 286.80,129.66 286.99,129.05 287.18,128.41 287.38,127.73
|
||||
287.57,127.02 287.76,126.28 287.96,125.51 288.15,124.71 288.34,123.89 288.54,123.05 288.73,122.20 288.92,121.34 289.12,120.48 289.31,119.62 289.50,118.77 289.70,117.94 289.89,117.12 290.08,116.34 290.28,115.59 290.47,114.88
|
||||
290.66,114.21 290.86,113.60 291.05,113.05 291.24,112.57 291.44,112.15 291.63,111.80 291.83,111.53 292.02,111.34 292.21,111.23 292.41,111.20 292.60,111.24 292.79,111.37 292.99,111.58 293.18,111.86 293.37,112.22 293.57,112.64
|
||||
293.76,113.13 293.95,113.68 294.15,114.28 294.34,114.94 294.53,115.63 294.73,116.37 294.92,117.13 295.11,117.91 295.31,118.72 295.50,119.53 295.69,120.35 295.89,121.17 296.08,121.99 296.27,122.79 296.47,123.58 296.66,124.35
|
||||
296.86,125.09 297.05,125.81 297.24,126.50 297.44,127.16 297.63,127.79 297.82,128.39 298.02,128.95 298.21,129.48 298.40,129.97 298.60,130.43 298.79,130.85 298.98,131.24 299.18,131.60 299.37,131.93 299.56,132.24 299.76,132.51
|
||||
299.95,132.76 300.14,132.99 300.34,133.20 300.53,133.38 300.72,133.55 300.92,133.70 301.11,133.84 301.30,133.96 301.50,134.07 301.69,134.17 301.88,134.26 302.08,134.35 302.27,134.42 302.47,134.50 302.66,134.56 302.85,134.62
|
||||
303.05,134.68 303.24,134.73 303.43,134.78 303.63,134.83 303.82,134.88 304.01,134.92 304.21,134.97 304.40,135.01 304.59,135.05 304.79,135.09 304.98,135.12 305.17,135.16 305.37,135.20 305.56,135.23 305.75,135.26 305.95,135.29
|
||||
306.14,135.32 306.33,135.35 306.53,135.38 306.72,135.41 306.91,135.43 307.11,135.46 307.30,135.48 307.49,135.50 307.69,135.52 307.88,135.54 308.08,135.55 308.27,135.57 308.46,135.58 308.66,135.60 308.85,135.61 309.04,135.62
|
||||
309.24,135.63 309.43,135.64 309.62,135.65 309.82,135.65 310.01,135.66 310.20,135.67 310.40,135.67 310.59,135.68 310.78,135.68 310.98,135.68 311.17,135.69 311.36,135.69 311.56,135.69 311.75,135.69 311.94,135.70 312.14,135.70
|
||||
312.33,135.70 312.52,135.70 312.72,135.70 312.91,135.70 313.11,135.70 313.30,135.70 313.49,135.70 313.69,135.70 313.88,135.70 314.07,135.70 314.27,135.70 314.46,135.70 314.65,135.70 314.85,135.70 315.04,135.70 315.23,135.70
|
||||
315.43,135.70 315.62,135.70 315.81,135.70 316.01,135.70 316.20,135.70 316.39,135.70 316.59,135.70 316.78,135.70 316.97,135.70 317.17,135.70 317.36,135.70 317.55,135.70 317.75,135.70 317.94,135.70 318.13,135.70 318.33,135.70
|
||||
318.52,135.70 318.72,135.70 318.91,135.70 319.10,135.70 319.30,135.70 319.49,135.70 319.68,135.70 319.88,135.70 320.07,135.70 320.26,135.70 320.46,135.70 320.65,135.70 320.84,135.70 321.04,135.70 321.23,135.70 321.42,135.70
|
||||
321.62,135.70 321.81,135.70 322.00,135.70 322.20,135.70 322.39,135.70 322.58,135.70 322.78,135.70 322.97,135.70 323.16,135.70 323.36,135.70 323.55,135.70 323.75,135.70 323.94,135.70 324.13,135.70 324.33,135.70 324.52,135.70
|
||||
324.71,135.70 324.91,135.70 325.10,135.70 325.29,135.70 325.49,135.70 325.68,135.70 325.87,135.70 326.07,135.70 326.26,135.70 326.45,135.70 326.65,135.70 326.84,135.70 327.03,135.70 327.23,135.70 327.42,135.70 327.61,135.70
|
||||
327.81,135.70 328.00,135.70 328.19,135.70 328.39,135.70 328.58,135.70 328.77,135.70 328.58,135.71 328.39,135.71 328.19,135.71 328.00,135.71 327.81,135.71 327.61,135.71 327.42,135.71 327.23,135.71 327.03,135.71 326.84,135.71
|
||||
326.65,135.71 326.45,135.71 326.26,135.71 326.07,135.71 325.87,135.71 325.68,135.71 325.49,135.71 325.29,135.71 325.10,135.71 324.91,135.71 324.71,135.71 324.52,135.71 324.33,135.71 324.13,135.71 323.94,135.71 323.75,135.71
|
||||
323.55,135.71 323.36,135.71 323.16,135.71 322.97,135.71 322.78,135.71 322.58,135.71 322.39,135.71 322.20,135.71 322.00,135.71 321.81,135.71 321.62,135.71 321.42,135.71 321.23,135.71 321.04,135.71 320.84,135.71 320.65,135.71
|
||||
320.46,135.71 320.26,135.71 320.07,135.71 319.88,135.71 319.68,135.71 319.49,135.71 319.30,135.71 319.10,135.71 318.91,135.71 318.72,135.71 318.52,135.71 318.33,135.71 318.13,135.71 317.94,135.71 317.75,135.71 317.55,135.71
|
||||
317.36,135.71 317.17,135.71 316.97,135.71 316.78,135.71 316.59,135.71 316.39,135.71 316.20,135.71 316.01,135.71 315.81,135.71 315.62,135.71 315.43,135.71 315.23,135.71 315.04,135.71 314.85,135.71 314.65,135.71 314.46,135.71
|
||||
314.27,135.71 314.07,135.71 313.88,135.71 313.69,135.71 313.49,135.71 313.30,135.71 313.11,135.71 312.91,135.71 312.72,135.71 312.52,135.71 312.33,135.71 312.14,135.71 311.94,135.71 311.75,135.72 311.56,135.72 311.36,135.72
|
||||
311.17,135.72 310.98,135.73 310.78,135.73 310.59,135.73 310.40,135.74 310.20,135.74 310.01,135.75 309.82,135.76 309.62,135.76 309.43,135.77 309.24,135.78 309.04,135.79 308.85,135.80 308.66,135.81 308.46,135.83 308.27,135.84
|
||||
308.08,135.86 307.88,135.87 307.69,135.89 307.49,135.91 307.30,135.93 307.11,135.95 306.91,135.98 306.72,136.00 306.53,136.03 306.33,136.06 306.14,136.09 305.95,136.12 305.75,136.15 305.56,136.18 305.37,136.21 305.17,136.25
|
||||
304.98,136.29 304.79,136.32 304.59,136.36 304.40,136.40 304.21,136.44 304.01,136.49 303.82,136.53 303.63,136.58 303.43,136.63 303.24,136.68 303.05,136.73 302.85,136.79 302.66,136.85 302.47,136.91 302.27,136.99 302.08,137.06
|
||||
301.88,137.15 301.69,137.24 301.50,137.34 301.30,137.45 301.11,137.57 300.92,137.71 300.72,137.86 300.53,138.03 300.34,138.21 300.14,138.42 299.95,138.65 299.76,138.90 299.56,139.17 299.37,139.48 299.18,139.81 298.98,140.17
|
||||
298.79,140.56 298.60,140.98 298.40,141.44 298.21,141.93 298.02,142.46 297.82,143.02 297.63,143.62 297.44,144.25 297.24,144.91 297.05,145.60 296.86,146.32 296.66,147.06 296.47,147.83 296.27,148.62 296.08,149.42 295.89,150.24
|
||||
295.69,151.06 295.50,151.88 295.31,152.69 295.11,153.50 294.92,154.28 294.73,155.04 294.53,155.78 294.34,156.47 294.15,157.13 293.95,157.73 293.76,158.28 293.57,158.77 293.37,159.19 293.18,159.55 292.99,159.83 292.79,160.04
|
||||
292.60,160.17 292.41,160.21 292.21,160.18 292.02,160.07 291.83,159.88 291.63,159.61 291.44,159.26 291.24,158.84 291.05,158.36 290.86,157.81 290.66,157.20 290.47,156.53 290.28,155.82 290.08,155.07 289.89,154.29 289.70,153.47
|
||||
289.50,152.64 289.31,151.79 289.12,150.93 288.92,150.07 288.73,149.21 288.54,148.36 288.34,147.52 288.15,146.70 287.96,145.90 287.76,145.13 287.57,144.39 287.38,143.68 287.18,143.00 286.99,142.36 286.80,141.75 286.60,141.18
|
||||
286.41,140.64 286.22,140.15 286.02,139.69 285.83,139.26 285.63,138.87 285.44,138.52 285.25,138.19 285.05,137.89 284.86,137.63 284.67,137.39 284.47,137.17 284.28,136.98 284.09,136.81 283.89,136.66 283.70,136.53 283.51,136.41
|
||||
283.31,136.31 283.12,136.22 282.93,136.14 282.73,136.07 282.54,136.01 282.35,135.97 282.15,135.92 281.96,135.89 281.77,135.86 281.57,135.83 281.38,135.81 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '328.77,135.70 328.77,135.70 328.97,135.70 329.16,135.70 329.36,135.70 329.55,135.70 329.74,135.70 329.94,135.70 330.13,135.70 330.32,135.70 330.52,135.70 330.71,135.70 330.90,135.70 331.10,135.70 331.29,135.70 331.48,135.70
|
||||
331.68,135.70 331.87,135.70 332.06,135.70 332.26,135.70 332.45,135.70 332.64,135.70 332.84,135.70 333.03,135.70 333.22,135.70 333.42,135.70 333.61,135.70 333.80,135.70 334.00,135.70 334.19,135.70 334.38,135.70 334.58,135.70
|
||||
334.77,135.70 334.97,135.70 335.16,135.70 335.35,135.70 335.55,135.70 335.74,135.70 335.93,135.70 336.13,135.70 336.32,135.70 336.51,135.70 336.71,135.70 336.90,135.70 337.09,135.70 337.29,135.70 337.48,135.70 337.67,135.70
|
||||
337.87,135.70 338.06,135.70 338.25,135.70 338.45,135.70 338.64,135.70 338.83,135.70 339.03,135.70 339.22,135.70 339.41,135.70 339.61,135.70 339.80,135.70 340.00,135.70 340.19,135.70 340.38,135.70 340.58,135.70 340.77,135.70
|
||||
340.96,135.70 341.16,135.70 341.35,135.70 341.54,135.70 341.74,135.70 341.93,135.70 341.93,135.70 341.93,135.70 341.74,135.70 341.54,135.70 341.35,135.70 341.16,135.70 340.96,135.70 340.77,135.70 340.58,135.70 340.38,135.70
|
||||
340.19,135.70 340.00,135.70 339.80,135.70 339.61,135.70 339.41,135.70 339.22,135.70 339.03,135.70 338.83,135.70 338.64,135.70 338.45,135.70 338.25,135.70 338.06,135.70 337.87,135.70 337.67,135.70 337.48,135.70 337.29,135.70
|
||||
337.09,135.70 336.90,135.70 336.71,135.70 336.51,135.70 336.32,135.70 336.13,135.70 335.93,135.70 335.74,135.70 335.55,135.70 335.35,135.70 335.16,135.70 334.97,135.70 334.77,135.70 334.58,135.70 334.38,135.70 334.19,135.70
|
||||
334.00,135.70 333.80,135.70 333.61,135.70 333.42,135.70 333.22,135.70 333.03,135.70 332.84,135.70 332.64,135.70 332.45,135.70 332.26,135.70 332.06,135.70 331.87,135.70 331.68,135.70 331.48,135.70 331.29,135.70 331.10,135.70
|
||||
330.90,135.70 330.71,135.70 330.52,135.70 330.32,135.70 330.13,135.70 329.94,135.70 329.74,135.70 329.55,135.70 329.36,135.70 329.16,135.70 328.97,135.70 328.77,135.70 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '341.93,135.70 342.12,135.70 342.32,135.70 342.51,135.70 342.70,135.70 342.90,135.70 343.09,135.70 343.28,135.70 343.48,135.70 343.67,135.70 343.86,135.70 344.06,135.70 344.25,135.70 344.44,135.70 344.64,135.70 344.83,135.70
|
||||
345.02,135.70 345.22,135.70 345.41,135.70 345.61,135.70 345.80,135.70 345.99,135.70 346.19,135.70 346.38,135.70 346.57,135.70 346.77,135.70 346.96,135.70 347.15,135.70 347.35,135.70 347.54,135.70 347.73,135.70 347.93,135.70
|
||||
348.12,135.70 348.31,135.70 348.51,135.70 348.70,135.70 348.89,135.70 349.09,135.70 349.28,135.70 349.47,135.70 349.67,135.70 349.86,135.70 350.05,135.70 350.25,135.70 350.44,135.70 350.64,135.70 350.83,135.70 351.02,135.70
|
||||
351.22,135.70 351.41,135.70 351.60,135.70 351.80,135.70 351.99,135.70 352.18,135.70 352.38,135.70 352.57,135.70 352.76,135.70 352.96,135.70 353.15,135.70 353.34,135.70 353.54,135.70 353.73,135.70 353.92,135.70 354.12,135.70
|
||||
354.31,135.70 354.50,135.70 354.70,135.70 354.89,135.70 355.08,135.70 355.28,135.70 355.47,135.70 355.66,135.70 355.86,135.70 356.05,135.70 356.25,135.70 356.44,135.70 356.63,135.70 356.83,135.70 357.02,135.70 357.21,135.70
|
||||
357.41,135.70 357.60,135.70 357.79,135.70 357.99,135.70 358.18,135.70 358.37,135.70 358.57,135.70 358.76,135.70 358.95,135.70 359.15,135.70 359.34,135.70 359.53,135.70 359.73,135.69 359.92,135.69 360.11,135.69 360.31,135.69
|
||||
360.50,135.69 360.69,135.68 360.89,135.68 361.08,135.68 361.27,135.67 361.47,135.67 361.66,135.67 361.86,135.66 362.05,135.66 362.24,135.65 362.44,135.65 362.63,135.64 362.82,135.63 363.02,135.63 363.21,135.62 363.40,135.61
|
||||
363.60,135.60 363.79,135.59 363.98,135.58 364.18,135.58 364.37,135.57 364.56,135.56 364.76,135.55 364.95,135.54 365.14,135.53 365.34,135.52 365.53,135.51 365.72,135.50 365.92,135.49 366.11,135.48 366.30,135.48 366.50,135.47
|
||||
366.69,135.46 366.89,135.46 367.08,135.45 367.27,135.45 367.47,135.45 367.66,135.44 367.85,135.44 368.05,135.44 368.24,135.44 368.43,135.44 368.63,135.44 368.82,135.45 369.01,135.45 369.21,135.46 369.40,135.46 369.59,135.47
|
||||
369.79,135.47 369.98,135.48 370.17,135.49 370.37,135.50 370.56,135.51 370.75,135.52 370.95,135.52 371.14,135.53 371.33,135.54 371.53,135.55 371.72,135.56 371.91,135.57 372.11,135.58 372.30,135.59 372.50,135.60 372.69,135.61
|
||||
372.88,135.61 373.08,135.62 373.27,135.63 373.46,135.64 373.66,135.64 373.85,135.65 374.04,135.65 374.24,135.66 374.43,135.66 374.62,135.67 374.82,135.67 375.01,135.68 375.20,135.68 375.40,135.68 375.59,135.69 375.78,135.69
|
||||
375.98,135.69 376.17,135.69 376.36,135.69 376.56,135.70 376.75,135.70 376.94,135.70 377.14,135.70 377.33,135.70 377.53,135.70 377.72,135.70 377.91,135.70 377.91,135.71 377.72,135.71 377.53,135.71 377.33,135.71 377.14,135.71
|
||||
376.94,135.71 376.75,135.71 376.56,135.71 376.36,135.72 376.17,135.72 375.98,135.72 375.78,135.72 375.59,135.72 375.40,135.73 375.20,135.73 375.01,135.73 374.82,135.74 374.62,135.74 374.43,135.75 374.24,135.75 374.04,135.76
|
||||
373.85,135.76 373.66,135.77 373.46,135.77 373.27,135.78 373.08,135.79 372.88,135.80 372.69,135.80 372.50,135.81 372.30,135.82 372.11,135.83 371.91,135.84 371.72,135.85 371.53,135.86 371.33,135.87 371.14,135.88 370.95,135.89
|
||||
370.75,135.89 370.56,135.90 370.37,135.91 370.17,135.92 369.98,135.93 369.79,135.94 369.59,135.94 369.40,135.95 369.21,135.95 369.01,135.96 368.82,135.96 368.63,135.97 368.43,135.97 368.24,135.97 368.05,135.97 367.85,135.97
|
||||
367.66,135.97 367.47,135.96 367.27,135.96 367.08,135.96 366.89,135.95 366.69,135.95 366.50,135.94 366.30,135.93 366.11,135.93 365.92,135.92 365.72,135.91 365.53,135.90 365.34,135.89 365.14,135.88 364.95,135.87 364.76,135.86
|
||||
364.56,135.85 364.37,135.84 364.18,135.83 363.98,135.83 363.79,135.82 363.60,135.81 363.40,135.80 363.21,135.79 363.02,135.78 362.82,135.78 362.63,135.77 362.44,135.76 362.24,135.76 362.05,135.75 361.86,135.75 361.66,135.74
|
||||
361.47,135.74 361.27,135.74 361.08,135.73 360.89,135.73 360.69,135.73 360.50,135.72 360.31,135.72 360.11,135.72 359.92,135.72 359.73,135.72 359.53,135.71 359.34,135.71 359.15,135.71 358.95,135.71 358.76,135.71 358.57,135.71
|
||||
358.37,135.71 358.18,135.71 357.99,135.71 357.79,135.71 357.60,135.71 357.41,135.71 357.21,135.71 357.02,135.71 356.83,135.71 356.63,135.71 356.44,135.71 356.25,135.71 356.05,135.71 355.86,135.71 355.66,135.71 355.47,135.71
|
||||
355.28,135.71 355.08,135.71 354.89,135.71 354.70,135.71 354.50,135.71 354.31,135.71 354.12,135.71 353.92,135.71 353.73,135.71 353.54,135.71 353.34,135.71 353.15,135.71 352.96,135.71 352.76,135.71 352.57,135.71 352.38,135.71
|
||||
352.18,135.71 351.99,135.71 351.80,135.71 351.60,135.71 351.41,135.71 351.22,135.71 351.02,135.71 350.83,135.71 350.64,135.71 350.44,135.71 350.25,135.71 350.05,135.71 349.86,135.71 349.67,135.71 349.47,135.71 349.28,135.71
|
||||
349.09,135.71 348.89,135.71 348.70,135.71 348.51,135.71 348.31,135.71 348.12,135.71 347.93,135.71 347.73,135.71 347.54,135.71 347.35,135.71 347.15,135.71 346.96,135.71 346.77,135.71 346.57,135.71 346.38,135.71 346.19,135.71
|
||||
345.99,135.71 345.80,135.71 345.61,135.71 345.41,135.71 345.22,135.71 345.02,135.71 344.83,135.71 344.64,135.71 344.44,135.71 344.25,135.71 344.06,135.71 343.86,135.71 343.67,135.71 343.48,135.71 343.28,135.71 343.09,135.71
|
||||
342.90,135.71 342.70,135.71 342.51,135.71 342.32,135.71 342.12,135.71 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_3" ><title>gnuplot_plot_3</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '1133.33,81.21 1133.39,81.20 1133.46,81.20 1133.52,81.19 1133.59,81.18 1133.65,81.17 1133.72,81.16 1133.78,81.15 1133.85,81.13 1133.91,81.11 1133.98,81.09 1134.04,81.07 1134.10,81.04 1134.17,81.01 1134.23,80.98 1134.30,80.94
|
||||
1134.36,80.90 1134.43,80.85 1134.49,80.79 1134.56,80.73 1134.62,80.66 1134.69,80.59 1134.75,80.50 1134.81,80.41 1134.88,80.31 1134.94,80.20 1135.01,80.07 1135.07,79.94 1135.14,79.79 1135.20,79.63 1135.27,79.45 1135.33,79.26
|
||||
1135.40,79.05 1135.46,78.83 1135.53,78.59 1135.59,78.33 1135.65,78.05 1135.72,77.75 1135.78,77.43 1135.85,77.10 1135.91,76.74 1135.98,76.36 1136.04,75.96 1136.11,75.54 1136.17,75.10 1136.24,74.64 1136.30,74.15 1136.36,73.65
|
||||
1136.43,73.13 1136.49,72.59 1136.56,72.03 1136.62,71.45 1136.69,70.86 1136.75,70.26 1136.82,69.65 1136.88,69.02 1136.95,68.39 1137.01,67.75 1137.07,67.10 1137.14,66.46 1137.20,65.81 1137.27,65.17 1137.33,64.53 1137.40,63.91
|
||||
1137.46,63.29 1137.53,62.69 1137.59,62.10 1137.66,61.53 1137.72,60.99 1137.79,60.46 1137.85,59.97 1137.91,59.50 1137.98,59.07 1138.04,58.66 1138.11,58.29 1138.17,57.96 1138.24,57.67 1138.30,57.41 1138.37,57.20 1138.43,57.02
|
||||
1138.50,56.89 1138.56,56.79 1138.62,56.74 1138.69,56.73 1138.75,56.76 1138.82,56.83 1138.88,56.94 1138.95,57.09 1139.01,57.27 1139.08,57.49 1139.14,57.74 1139.21,58.02 1139.27,58.33 1139.33,58.66 1139.40,59.03 1139.46,59.41
|
||||
1139.53,59.82 1139.59,60.24 1139.66,60.68 1139.72,61.13 1139.79,61.59 1139.85,62.06 1139.92,62.54 1139.98,63.02 1140.05,63.50 1140.11,63.99 1140.17,64.47 1140.24,64.95 1140.30,65.43 1140.37,65.90 1140.43,66.37 1140.50,66.83
|
||||
1140.56,67.28 1140.63,67.72 1140.69,68.15 1140.76,68.57 1140.82,68.98 1140.88,69.38 1140.95,69.76 1141.01,70.14 1141.08,70.51 1141.14,70.86 1141.21,71.20 1141.27,71.53 1141.34,71.86 1141.40,72.17 1141.47,72.47 1141.53,72.76
|
||||
1141.59,73.04 1141.66,73.32 1141.72,73.58 1141.79,73.84 1141.85,74.09 1141.92,74.33 1141.98,74.56 1142.05,74.79 1142.11,75.01 1142.18,75.22 1142.24,75.43 1142.31,75.63 1142.37,75.83 1142.43,76.02 1142.50,76.21 1142.56,76.38
|
||||
1142.63,76.56 1142.69,76.73 1142.76,76.89 1142.82,77.05 1142.89,77.20 1142.95,77.35 1143.02,77.49 1143.08,77.63 1143.14,77.76 1143.21,77.89 1143.27,78.01 1143.34,78.12 1143.40,78.23 1143.47,78.34 1143.53,78.44 1143.60,78.53
|
||||
1143.66,78.63 1143.73,78.71 1143.79,78.79 1143.86,78.87 1143.92,78.94 1143.98,79.00 1144.05,79.07 1144.11,79.13 1144.18,79.18 1144.24,79.23 1144.31,79.28 1144.37,79.32 1144.44,79.36 1144.50,79.40 1144.57,79.44 1144.63,79.47
|
||||
1144.69,79.50 1144.76,79.53 1144.82,79.55 1144.89,79.58 1144.95,79.60 1145.02,79.63 1145.08,79.65 1145.15,79.67 1145.21,79.69 1145.28,79.71 1145.34,79.73 1145.40,79.75 1145.47,79.77 1145.53,79.79 1145.60,79.82 1145.66,79.84
|
||||
1145.73,79.86 1145.79,79.88 1145.86,79.91 1145.92,79.93 1145.99,79.96 1146.05,79.98 1146.12,80.01 1146.18,80.04 1146.24,80.07 1146.31,80.10 1146.37,80.13 1146.44,80.16 1146.50,80.19 1146.57,80.22 1146.63,80.25 1146.70,80.28
|
||||
1146.76,80.31 1146.83,80.34 1146.89,80.37 1146.95,80.41 1147.02,80.44 1147.08,80.47 1147.15,80.49 1147.21,80.52 1147.28,80.55 1147.34,80.58 1147.41,80.60 1147.47,80.63 1147.54,80.65 1147.60,80.67 1147.66,80.69 1147.73,80.71
|
||||
1147.79,80.73 1147.86,80.75 1147.92,80.76 1147.99,80.78 1148.05,80.79 1148.12,80.80 1148.18,80.81 1148.25,80.82 1148.31,80.83 1148.38,80.84 1148.44,80.84 1148.50,80.85 1148.57,80.85 1148.63,80.85 1148.70,80.85 1148.76,80.86
|
||||
1148.83,80.86 1148.89,80.86 1148.96,80.86 1149.02,80.86 1149.09,80.86 1149.15,80.86 1149.21,80.86 1149.28,80.86 1149.34,80.86 1149.41,80.86 1149.47,80.86 1149.54,80.86 1149.60,80.86 1149.67,80.87 1149.73,80.87 1149.80,80.88
|
||||
1149.86,80.88 1149.92,80.88 1149.99,80.89 1150.05,80.90 1150.12,80.90 1150.18,80.91 1150.25,80.92 1150.31,80.93 1150.38,80.94 1150.44,80.95 1150.51,80.96 1150.57,80.97 1150.64,80.98 1150.70,80.99 1150.76,81.00 1150.83,81.01
|
||||
1150.89,81.02 1150.96,81.03 1151.02,81.04 1151.09,81.05 1151.15,81.06 1151.22,81.07 1151.28,81.08 1151.35,81.09 1151.41,81.10 1151.47,81.11 1151.54,81.12 1151.60,81.13 1151.67,81.14 1151.73,81.15 1151.80,81.15 1151.86,81.16
|
||||
1151.93,81.17 1151.99,81.17 1152.06,81.18 1152.12,81.19 1152.18,81.19 1152.25,81.20 1152.31,81.20 1152.38,81.20 1152.44,81.21 1152.51,81.21 1152.57,81.21 1152.64,81.22 1152.70,81.22 1152.77,81.22 1152.83,81.23 1152.90,81.23
|
||||
1152.96,81.23 1153.02,81.23 1153.09,81.23 1153.15,81.23 1153.22,81.23 1153.28,81.24 1153.35,81.24 1153.41,81.24 1153.48,81.24 1153.54,81.24 1153.61,81.24 1153.67,81.24 1153.73,81.24 1153.80,81.24 1153.86,81.24 1153.93,81.24
|
||||
1153.99,81.24 1154.06,81.24 1154.12,81.24 1154.19,81.24 1154.25,81.24 1154.32,81.24 1154.38,81.24 1154.44,81.24 1154.51,81.24 1154.57,81.24 1154.64,81.24 1154.70,81.24 1154.77,81.24 1154.83,81.24 1154.90,81.24 1154.96,81.24
|
||||
1155.03,81.24 1155.09,81.24 1155.16,81.24 1155.22,81.24 1155.28,81.24 1155.35,81.24 1155.41,81.24 1155.48,81.24 1155.54,81.24 1155.61,81.24 1155.67,81.24 1155.74,81.24 1155.80,81.24 1155.87,81.24 1155.93,81.24 1155.99,81.24
|
||||
1156.06,81.24 1156.12,81.24 1156.19,81.24 1156.25,81.24 1156.32,81.24 1156.38,81.24 1156.45,81.24 1156.51,81.24 1156.58,81.24 1156.64,81.24 1156.71,81.24 1156.77,81.24 1156.83,81.24 1156.90,81.24 1156.96,81.24 1157.03,81.24
|
||||
1157.09,81.24 1157.16,81.24 1157.22,81.24 1157.29,81.24 1157.35,81.24 1157.42,81.24 1157.48,81.24 1157.54,81.24 1157.61,81.24 1157.67,81.24 1157.74,81.24 1157.80,81.24 1157.87,81.24 1157.93,81.24 1158.00,81.24 1158.06,81.23
|
||||
1158.13,81.23 1158.19,81.23 1158.25,81.23 1158.32,81.23 1158.38,81.23 1158.45,81.23 1158.51,81.22 1158.58,81.22 1158.64,81.22 1158.71,81.22 1158.77,81.21 1158.84,81.21 1158.90,81.21 1158.97,81.20 1159.03,81.20 1159.09,81.19
|
||||
1159.16,81.19 1159.22,81.18 1159.29,81.18 1159.35,81.17 1159.42,81.17 1159.48,81.16 1159.55,81.15 1159.61,81.14 1159.68,81.14 1159.74,81.13 1159.80,81.12 1159.87,81.11 1159.93,81.10 1160.00,81.09 1160.06,81.08 1160.13,81.07
|
||||
1160.19,81.06 1160.26,81.05 1160.32,81.04 1160.39,81.03 1160.45,81.02 1160.51,81.01 1160.58,81.00 1160.64,80.99 1160.71,80.98 1160.77,80.97 1160.84,80.96 1160.90,80.95 1160.97,80.94 1161.03,80.93 1161.10,80.92 1161.16,80.92
|
||||
1161.23,80.91 1161.29,80.90 1161.35,80.90 1161.42,80.90 1161.48,80.89 1161.55,80.89 1161.61,80.89 1161.68,80.89 1161.74,80.89 1161.81,80.89 1161.87,80.89 1161.94,80.89 1162.00,80.90 1162.06,80.90 1162.13,80.91 1162.19,80.91
|
||||
1162.26,80.92 1162.32,80.93 1162.39,80.94 1162.45,80.95 1162.52,80.95 1162.58,80.96 1162.65,80.97 1162.71,80.98 1162.77,80.99 1162.84,81.00 1162.90,81.02 1162.97,81.03 1163.03,81.04 1163.10,81.05 1163.16,81.06 1163.23,81.07
|
||||
1163.29,81.08 1163.36,81.09 1163.42,81.10 1163.49,81.11 1163.55,81.12 1163.61,81.13 1163.68,81.13 1163.74,81.14 1163.81,81.15 1163.87,81.16 1163.94,81.16 1164.00,81.17 1164.07,81.18 1164.13,81.18 1164.20,81.19 1164.26,81.19
|
||||
1164.32,81.20 1164.39,81.20 1164.45,81.21 1164.52,81.21 1164.58,81.21 1164.65,81.22 1164.71,81.22 1164.78,81.22 1164.84,81.22 1164.91,81.23 1164.97,81.23 1165.03,81.23 1165.10,81.23 1165.16,81.23 1165.23,81.23 1165.29,81.23
|
||||
1165.36,81.24 1165.42,81.24 1165.49,81.24 1165.55,81.24 1165.55,81.25 1165.49,81.25 1165.42,81.25 1165.36,81.25 1165.29,81.25 1165.23,81.25 1165.16,81.25 1165.10,81.25 1165.03,81.25 1164.97,81.26 1164.91,81.26 1164.84,81.26
|
||||
1164.78,81.26 1164.71,81.26 1164.65,81.27 1164.58,81.27 1164.52,81.27 1164.45,81.28 1164.39,81.28 1164.32,81.29 1164.26,81.29 1164.20,81.29 1164.13,81.30 1164.07,81.31 1164.00,81.31 1163.94,81.32 1163.87,81.33 1163.81,81.33
|
||||
1163.74,81.34 1163.68,81.35 1163.61,81.36 1163.55,81.37 1163.49,81.38 1163.42,81.38 1163.36,81.39 1163.29,81.40 1163.23,81.41 1163.16,81.43 1163.10,81.44 1163.03,81.45 1162.97,81.46 1162.90,81.47 1162.84,81.48 1162.77,81.49
|
||||
1162.71,81.50 1162.65,81.51 1162.58,81.52 1162.52,81.53 1162.45,81.54 1162.39,81.55 1162.32,81.55 1162.26,81.56 1162.19,81.57 1162.13,81.58 1162.06,81.58 1162.00,81.59 1161.94,81.59 1161.87,81.59 1161.81,81.59 1161.74,81.60
|
||||
1161.68,81.60 1161.61,81.59 1161.55,81.59 1161.48,81.59 1161.42,81.59 1161.35,81.58 1161.29,81.58 1161.23,81.57 1161.16,81.57 1161.10,81.56 1161.03,81.55 1160.97,81.54 1160.90,81.54 1160.84,81.53 1160.77,81.52 1160.71,81.51
|
||||
1160.64,81.50 1160.58,81.49 1160.51,81.48 1160.45,81.47 1160.39,81.45 1160.32,81.44 1160.26,81.43 1160.19,81.42 1160.13,81.41 1160.06,81.40 1160.00,81.39 1159.93,81.38 1159.87,81.37 1159.80,81.36 1159.74,81.35 1159.68,81.35
|
||||
1159.61,81.34 1159.55,81.33 1159.48,81.32 1159.42,81.32 1159.35,81.31 1159.29,81.30 1159.22,81.30 1159.16,81.29 1159.09,81.29 1159.03,81.28 1158.97,81.28 1158.90,81.28 1158.84,81.27 1158.77,81.27 1158.71,81.27 1158.64,81.26
|
||||
1158.58,81.26 1158.51,81.26 1158.45,81.26 1158.38,81.25 1158.32,81.25 1158.25,81.25 1158.19,81.25 1158.13,81.25 1158.06,81.25 1158.00,81.25 1157.93,81.25 1157.87,81.25 1157.80,81.25 1157.74,81.24 1157.67,81.24 1157.61,81.24
|
||||
1157.54,81.24 1157.48,81.24 1157.42,81.24 1157.35,81.24 1157.29,81.24 1157.22,81.24 1157.16,81.24 1157.09,81.24 1157.03,81.24 1156.96,81.24 1156.90,81.24 1156.83,81.24 1156.77,81.24 1156.71,81.24 1156.64,81.24 1156.58,81.24
|
||||
1156.51,81.24 1156.45,81.24 1156.38,81.24 1156.32,81.24 1156.25,81.24 1156.19,81.24 1156.12,81.24 1156.06,81.24 1155.99,81.24 1155.93,81.24 1155.87,81.24 1155.80,81.24 1155.74,81.24 1155.67,81.24 1155.61,81.24 1155.54,81.24
|
||||
1155.48,81.24 1155.41,81.24 1155.35,81.24 1155.28,81.24 1155.22,81.24 1155.16,81.24 1155.09,81.24 1155.03,81.24 1154.96,81.24 1154.90,81.24 1154.83,81.24 1154.77,81.24 1154.70,81.24 1154.64,81.24 1154.57,81.24 1154.51,81.24
|
||||
1154.44,81.24 1154.38,81.24 1154.32,81.24 1154.25,81.24 1154.19,81.24 1154.12,81.24 1154.06,81.24 1153.99,81.24 1153.93,81.24 1153.86,81.24 1153.80,81.24 1153.73,81.24 1153.67,81.24 1153.61,81.24 1153.54,81.25 1153.48,81.25
|
||||
1153.41,81.25 1153.35,81.25 1153.28,81.25 1153.22,81.25 1153.15,81.25 1153.09,81.25 1153.02,81.25 1152.96,81.25 1152.90,81.26 1152.83,81.26 1152.77,81.26 1152.70,81.26 1152.64,81.27 1152.57,81.27 1152.51,81.27 1152.44,81.28
|
||||
1152.38,81.28 1152.31,81.28 1152.25,81.29 1152.18,81.29 1152.12,81.30 1152.06,81.30 1151.99,81.31 1151.93,81.32 1151.86,81.32 1151.80,81.33 1151.73,81.34 1151.67,81.34 1151.60,81.35 1151.54,81.36 1151.47,81.37 1151.41,81.38
|
||||
1151.35,81.39 1151.28,81.40 1151.22,81.41 1151.15,81.42 1151.09,81.43 1151.02,81.44 1150.96,81.45 1150.89,81.46 1150.83,81.47 1150.76,81.49 1150.70,81.50 1150.64,81.51 1150.57,81.52 1150.51,81.53 1150.44,81.54 1150.38,81.55
|
||||
1150.31,81.56 1150.25,81.56 1150.18,81.57 1150.12,81.58 1150.05,81.59 1149.99,81.59 1149.92,81.60 1149.86,81.60 1149.80,81.61 1149.73,81.61 1149.67,81.62 1149.60,81.62 1149.54,81.62 1149.47,81.62 1149.41,81.62 1149.34,81.62
|
||||
1149.28,81.63 1149.21,81.63 1149.15,81.63 1149.09,81.63 1149.02,81.63 1148.96,81.63 1148.89,81.63 1148.83,81.63 1148.76,81.63 1148.70,81.63 1148.63,81.63 1148.57,81.63 1148.50,81.64 1148.44,81.64 1148.38,81.65 1148.31,81.65
|
||||
1148.25,81.66 1148.18,81.67 1148.12,81.68 1148.05,81.69 1147.99,81.71 1147.92,81.72 1147.86,81.73 1147.79,81.75 1147.73,81.77 1147.66,81.79 1147.60,81.81 1147.54,81.83 1147.47,81.86 1147.41,81.88 1147.34,81.91 1147.28,81.93
|
||||
1147.21,81.96 1147.15,81.99 1147.08,82.02 1147.02,82.05 1146.95,82.08 1146.89,82.11 1146.83,82.14 1146.76,82.17 1146.70,82.20 1146.63,82.23 1146.57,82.27 1146.50,82.30 1146.44,82.33 1146.37,82.36 1146.31,82.39 1146.24,82.42
|
||||
1146.18,82.44 1146.12,82.47 1146.05,82.50 1145.99,82.53 1145.92,82.55 1145.86,82.58 1145.79,82.60 1145.73,82.62 1145.66,82.65 1145.60,82.67 1145.53,82.69 1145.47,82.71 1145.40,82.73 1145.34,82.75 1145.28,82.77 1145.21,82.79
|
||||
1145.15,82.81 1145.08,82.83 1145.02,82.86 1144.95,82.88 1144.89,82.90 1144.82,82.93 1144.76,82.96 1144.69,82.98 1144.63,83.01 1144.57,83.05 1144.50,83.08 1144.44,83.12 1144.37,83.16 1144.31,83.21 1144.24,83.25 1144.18,83.30
|
||||
1144.11,83.36 1144.05,83.42 1143.98,83.48 1143.92,83.55 1143.86,83.62 1143.79,83.69 1143.73,83.77 1143.66,83.86 1143.60,83.95 1143.53,84.04 1143.47,84.14 1143.40,84.25 1143.34,84.36 1143.27,84.48 1143.21,84.60 1143.14,84.72
|
||||
1143.08,84.86 1143.02,84.99 1142.95,85.13 1142.89,85.28 1142.82,85.43 1142.76,85.59 1142.69,85.76 1142.63,85.92 1142.56,86.10 1142.50,86.28 1142.43,86.46 1142.37,86.65 1142.31,86.85 1142.24,87.05 1142.18,87.26 1142.11,87.47
|
||||
1142.05,87.69 1141.98,87.92 1141.92,88.16 1141.85,88.40 1141.79,88.65 1141.72,88.90 1141.66,89.17 1141.59,89.44 1141.53,89.72 1141.47,90.02 1141.40,90.32 1141.34,90.63 1141.27,90.95 1141.21,91.28 1141.14,91.62 1141.08,91.98
|
||||
1141.01,92.34 1140.95,92.72 1140.88,93.11 1140.82,93.50 1140.76,93.91 1140.69,94.33 1140.63,94.77 1140.56,95.21 1140.50,95.66 1140.43,96.11 1140.37,96.58 1140.30,97.05 1140.24,97.53 1140.17,98.01 1140.11,98.50 1140.05,98.98
|
||||
1139.98,99.47 1139.92,99.95 1139.85,100.42 1139.79,100.90 1139.72,101.36 1139.66,101.81 1139.59,102.25 1139.53,102.67 1139.46,103.07 1139.40,103.46 1139.33,103.82 1139.27,104.16 1139.21,104.47 1139.14,104.75 1139.08,105.00 1139.01,105.21
|
||||
1138.95,105.40 1138.88,105.54 1138.82,105.65 1138.75,105.72 1138.69,105.75 1138.62,105.74 1138.56,105.69 1138.50,105.60 1138.43,105.46 1138.37,105.29 1138.30,105.07 1138.24,104.82 1138.17,104.52 1138.11,104.19 1138.04,103.82 1137.98,103.42
|
||||
1137.91,102.98 1137.85,102.52 1137.79,102.02 1137.72,101.50 1137.66,100.95 1137.59,100.38 1137.53,99.80 1137.46,99.19 1137.40,98.58 1137.33,97.95 1137.27,97.31 1137.20,96.67 1137.14,96.03 1137.07,95.38 1137.01,94.74 1136.95,94.10
|
||||
1136.88,93.46 1136.82,92.84 1136.75,92.22 1136.69,91.62 1136.62,91.03 1136.56,90.46 1136.49,89.90 1136.43,89.36 1136.36,88.83 1136.30,88.33 1136.24,87.85 1136.17,87.39 1136.11,86.94 1136.04,86.52 1135.98,86.12 1135.91,85.74
|
||||
1135.85,85.39 1135.78,85.05 1135.72,84.73 1135.65,84.44 1135.59,84.16 1135.53,83.90 1135.46,83.66 1135.40,83.43 1135.33,83.23 1135.27,83.03 1135.20,82.86 1135.14,82.70 1135.07,82.55 1135.01,82.41 1134.94,82.29 1134.88,82.17
|
||||
1134.81,82.07 1134.75,81.98 1134.69,81.90 1134.62,81.82 1134.56,81.75 1134.49,81.69 1134.43,81.64 1134.36,81.59 1134.30,81.54 1134.23,81.51 1134.17,81.47 1134.10,81.44 1134.04,81.42 1133.98,81.39 1133.91,81.37 1133.85,81.35
|
||||
1133.78,81.34 1133.72,81.32 1133.65,81.31 1133.59,81.30 1133.52,81.29 1133.46,81.29 1133.39,81.28 1133.33,81.27 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="white" stroke="rgb( 31, 120, 180)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M215.16,54.01 L215.16,217.40 L1254.82,217.40 L1254.82,54.01 L215.16,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(734.99,30.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >PP calc: Violin plot</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 57 KiB |
@@ -0,0 +1,115 @@
|
||||
<svg width="1536" height="256" viewBox="0 0 1536 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="1535" height="255" opacity="1" fill="#FFFFFF" stroke="none"/>
|
||||
<text x="768" y="5" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="20.161290322580644" opacity="1" fill="#000000">
|
||||
PP Inaccuracy
|
||||
</text>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="169" y1="215" x2="169" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="198" y1="215" x2="198" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="227" y1="215" x2="227" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="256" y1="215" x2="256" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="285" y1="215" x2="285" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="314" y1="215" x2="314" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="343" y1="215" x2="343" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="372" y1="215" x2="372" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="401" y1="215" x2="401" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="430" y1="215" x2="430" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="459" y1="215" x2="459" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="489" y1="215" x2="489" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="518" y1="215" x2="518" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="547" y1="215" x2="547" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="576" y1="215" x2="576" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="605" y1="215" x2="605" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="634" y1="215" x2="634" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="663" y1="215" x2="663" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="692" y1="215" x2="692" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="721" y1="215" x2="721" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="750" y1="215" x2="750" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="779" y1="215" x2="779" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="808" y1="215" x2="808" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="838" y1="215" x2="838" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="867" y1="215" x2="867" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="896" y1="215" x2="896" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="925" y1="215" x2="925" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="954" y1="215" x2="954" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="983" y1="215" x2="983" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1012" y1="215" x2="1012" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1041" y1="215" x2="1041" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1070" y1="215" x2="1070" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1099" y1="215" x2="1099" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1128" y1="215" x2="1128" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1157" y1="215" x2="1157" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1187" y1="215" x2="1187" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1216" y1="215" x2="1216" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1245" y1="215" x2="1245" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1274" y1="215" x2="1274" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1303" y1="215" x2="1303" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1332" y1="215" x2="1332" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1361" y1="215" x2="1361" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1390" y1="215" x2="1390" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1419" y1="215" x2="1419" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1448" y1="215" x2="1448" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1477" y1="215" x2="1477" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1506" y1="215" x2="1506" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1536" y1="215" x2="1536" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="140" y1="184" x2="1536" y2="184"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="140" y1="123" x2="1536" y2="123"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="140" y1="62" x2="1536" y2="62"/>
|
||||
<text x="838" y="256" dy="-0.5ex" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
Percentage away from actual value
|
||||
</text>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="430" y1="215" x2="430" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="721" y1="215" x2="721" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="1012" y1="215" x2="1012" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="1303" y1="215" x2="1303" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="140" y1="184" x2="1536" y2="184"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="140" y1="123" x2="1536" y2="123"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="140" y1="62" x2="1536" y2="62"/>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="139,32 139,216 "/>
|
||||
<text x="130" y="184" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
All included
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="134,184 139,184 "/>
|
||||
<text x="130" y="123" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
No leniency
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="134,123 139,123 "/>
|
||||
<text x="130" y="62" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
No sliders no leniency
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="134,62 139,62 "/>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="140,216 1536,216 "/>
|
||||
<text x="430" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
0.5%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="430,216 430,221 "/>
|
||||
<text x="721" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
1%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="721,216 721,221 "/>
|
||||
<text x="1012" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
1.5%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="1012,216 1012,221 "/>
|
||||
<text x="1303" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
2%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="1303,216 1303,221 "/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="179" x2="140" y2="189"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="184" x2="144" y2="184"/>
|
||||
<rect x="144" y="174" width="92" height="20" opacity="1" fill="none" stroke="#000000"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="163" y1="174" x2="163" y2="194"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="236" y1="184" x2="375" y2="184"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="375" y1="179" x2="375" y2="189"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="118" x2="140" y2="128"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="123" x2="176" y2="123"/>
|
||||
<rect x="176" y="113" width="225" height="20" opacity="1" fill="none" stroke="#000000"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="244" y1="113" x2="244" y2="133"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="401" y1="123" x2="739" y2="123"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="739" y1="118" x2="739" y2="128"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="57" x2="140" y2="67"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="62" x2="259" y2="62"/>
|
||||
<rect x="259" y="52" width="460" height="20" opacity="1" fill="none" stroke="#000000"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="433" y1="52" x2="433" y2="72"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="719" y1="62" x2="1409" y2="62"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="1409" y1="57" x2="1409" y2="67"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,394 @@
|
||||
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 1280 275"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
>
|
||||
|
||||
<title>Gnuplot</title>
|
||||
<desc>Produced by GNUPLOT 5.4 patchlevel 1 </desc>
|
||||
|
||||
<g id="gnuplot_canvas">
|
||||
|
||||
<rect x="0" y="0" width="1280" height="275" fill="#FFFFFF"/>
|
||||
<defs>
|
||||
|
||||
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
|
||||
<path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
|
||||
<path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
|
||||
<path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
|
||||
<rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
|
||||
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
|
||||
<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
|
||||
<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt13' stroke-width='0.222' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
|
||||
<use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
|
||||
<filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
|
||||
<feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
|
||||
</filter>
|
||||
<filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
|
||||
<feComposite in='SourceGraphic' in2='grey' operator='atop'/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M265.50,190.17 L274.50,190.17 '/> <g transform="translate(257.11,194.07)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >Parsing/NoSlidersNoLeniency</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M265.50,135.70 L274.50,135.70 '/> <g transform="translate(257.11,139.60)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >Parsing/NoLeniency</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M265.50,81.24 L274.50,81.24 '/> <g transform="translate(257.11,85.14)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >Parsing/AllIncluded</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M265.50,217.40 L265.50,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M265.50,217.40 L265.50,208.40 '/> <g transform="translate(265.50,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 55</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M430.39,217.40 L430.39,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M430.39,217.40 L430.39,208.40 '/> <g transform="translate(430.39,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 60</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M595.27,217.40 L595.27,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M595.27,217.40 L595.27,208.40 '/> <g transform="translate(595.27,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 65</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M760.16,217.40 L760.16,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M760.16,217.40 L760.16,208.40 '/> <g transform="translate(760.16,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 70</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M925.05,217.40 L925.05,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M925.05,217.40 L925.05,208.40 '/> <g transform="translate(925.05,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 75</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1089.93,217.40 L1089.93,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1089.93,217.40 L1089.93,208.40 '/> <g transform="translate(1089.93,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 80</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1254.82,217.40 L1254.82,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1254.82,217.40 L1254.82,208.40 '/> <g transform="translate(1254.82,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 85</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M265.50,54.01 L265.50,217.40 L1254.82,217.40 L1254.82,54.01 L265.50,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(19.18,135.71) rotate(270)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Input</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(760.16,266.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Average time (ms)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g id="gnuplot_plot_1" ><title>PDF</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(1187.09,75.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PDF</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '1195.48,76.51 1238.04,76.51 1238.04,67.51 1195.48,67.51 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '282.20,190.15 282.25,190.15 282.30,190.14 282.35,190.14 282.40,190.14 282.45,190.13 282.50,190.13 282.55,190.12 282.60,190.12 282.66,190.11 282.71,190.11 282.76,190.10 282.81,190.09 282.86,190.08 282.91,190.07 282.96,190.06
|
||||
283.01,190.05 283.06,190.04 283.11,190.03 283.16,190.01 283.21,190.00 283.26,189.98 283.32,189.96 283.37,189.94 283.42,189.92 283.47,189.90 283.52,189.87 283.57,189.85 283.62,189.82 283.67,189.79 283.72,189.75 283.77,189.72
|
||||
283.82,189.68 283.87,189.64 283.92,189.60 283.98,189.55 284.03,189.50 284.08,189.45 284.13,189.40 284.18,189.34 284.23,189.28 284.28,189.21 284.33,189.14 284.38,189.07 284.43,188.99 284.48,188.91 284.53,188.83 284.58,188.74
|
||||
284.63,188.65 284.69,188.55 284.74,188.45 284.79,188.35 284.84,188.24 284.89,188.12 284.94,188.00 284.99,187.88 285.04,187.75 285.09,187.62 285.14,187.48 285.19,187.34 285.24,187.20 285.29,187.05 285.35,186.89 285.40,186.73
|
||||
285.45,186.57 285.50,186.40 285.55,186.23 285.60,186.05 285.65,185.87 285.70,185.69 285.75,185.50 285.80,185.31 285.85,185.11 285.90,184.92 285.95,184.72 286.01,184.51 286.06,184.30 286.11,184.09 286.16,183.88 286.21,183.66
|
||||
286.26,183.45 286.31,183.23 286.36,183.00 286.41,182.78 286.46,182.55 286.51,182.32 286.56,182.09 286.61,181.86 286.67,181.63 286.72,181.39 286.77,181.16 286.82,180.92 286.87,180.68 286.92,180.44 286.97,180.20 287.02,179.96
|
||||
287.07,179.72 287.12,179.47 287.17,179.23 287.22,178.98 287.27,178.74 287.33,178.49 287.38,178.24 287.43,177.99 287.48,177.74 287.53,177.49 287.58,177.24 287.63,176.99 287.68,176.73 287.73,176.48 287.78,176.22 287.83,175.97
|
||||
287.88,175.71 287.93,175.45 287.99,175.19 288.04,174.93 288.09,174.67 288.14,174.41 288.19,174.15 288.24,173.89 288.29,173.63 288.34,173.37 288.39,173.11 288.44,172.85 288.49,172.59 288.54,172.33 288.59,172.07 288.65,171.81
|
||||
288.70,171.55 288.75,171.30 288.80,171.04 288.85,170.79 288.90,170.54 288.95,170.29 289.00,170.05 289.05,169.81 289.10,169.57 289.15,169.34 289.20,169.11 289.25,168.88 289.31,168.66 289.36,168.45 289.41,168.24 289.46,168.03
|
||||
289.51,167.84 289.56,167.65 289.61,167.46 289.66,167.29 289.71,167.12 289.76,166.96 289.81,166.80 289.86,166.66 289.91,166.52 289.97,166.40 290.02,166.28 290.07,166.17 290.12,166.08 290.17,165.99 290.22,165.91 290.27,165.84
|
||||
290.32,165.78 290.37,165.74 290.42,165.70 290.47,165.68 290.52,165.66 290.57,165.66 290.62,165.67 290.68,165.69 290.73,165.71 290.78,165.75 290.83,165.80 290.88,165.86 290.93,165.93 290.98,166.02 291.03,166.11 291.08,166.21
|
||||
291.13,166.32 291.18,166.44 291.23,166.57 291.28,166.70 291.34,166.85 291.39,167.00 291.44,167.16 291.49,167.33 291.54,167.51 291.59,167.69 291.64,167.88 291.69,168.07 291.74,168.27 291.79,168.48 291.84,168.69 291.89,168.90
|
||||
291.94,169.12 292.00,169.34 292.05,169.56 292.10,169.79 292.15,170.02 292.20,170.25 292.25,170.48 292.30,170.72 292.35,170.95 292.40,171.19 292.45,171.42 292.50,171.66 292.55,171.89 292.60,172.13 292.66,172.36 292.71,172.59
|
||||
292.76,172.82 292.81,173.05 292.86,173.28 292.91,173.50 292.96,173.72 293.01,173.94 293.06,174.16 293.11,174.38 293.16,174.59 293.21,174.80 293.26,175.01 293.32,175.21 293.37,175.41 293.42,175.61 293.47,175.81 293.52,176.00
|
||||
293.57,176.19 293.62,176.38 293.67,176.57 293.72,176.75 293.77,176.93 293.82,177.11 293.87,177.28 293.92,177.46 293.98,177.63 294.03,177.79 294.08,177.96 294.13,178.13 294.18,178.29 294.23,178.45 294.28,178.61 294.33,178.77
|
||||
294.38,178.92 294.43,179.08 294.48,179.23 294.53,179.38 294.58,179.53 294.64,179.68 294.69,179.83 294.74,179.98 294.79,180.13 294.84,180.27 294.89,180.42 294.94,180.56 294.99,180.70 295.04,180.85 295.09,180.99 295.14,181.13
|
||||
295.19,181.27 295.24,181.40 295.30,181.54 295.35,181.68 295.40,181.81 295.45,181.95 295.50,182.08 295.55,182.22 295.60,182.35 295.65,182.48 295.70,182.61 295.75,182.73 295.80,182.86 295.85,182.98 295.90,183.11 295.96,183.23
|
||||
296.01,183.35 296.06,183.47 296.11,183.59 296.16,183.70 296.21,183.82 296.26,183.93 296.31,184.04 296.36,184.15 296.41,184.25 296.46,184.36 296.51,184.46 296.56,184.56 296.61,184.66 296.67,184.76 296.72,184.85 296.77,184.95
|
||||
296.82,185.04 296.87,185.13 296.92,185.21 296.97,185.30 297.02,185.38 297.07,185.46 297.12,185.54 297.17,185.62 297.22,185.69 297.27,185.76 297.33,185.83 297.38,185.90 297.43,185.97 297.48,186.04 297.53,186.10 297.58,186.16
|
||||
297.63,186.22 297.68,186.28 297.73,186.33 297.78,186.39 297.83,186.44 297.88,186.49 297.93,186.54 297.99,186.59 298.04,186.63 298.09,186.68 298.14,186.72 298.19,186.77 298.24,186.81 298.29,186.85 298.34,186.88 298.39,186.92
|
||||
298.44,186.96 298.49,186.99 298.54,187.03 298.59,187.06 298.65,187.09 298.70,187.13 298.75,187.16 298.80,187.19 298.85,187.22 298.90,187.25 298.95,187.28 299.00,187.31 299.05,187.34 299.10,187.36 299.15,187.39 299.20,187.42
|
||||
299.25,187.45 299.31,187.48 299.36,187.50 299.41,187.53 299.46,187.56 299.51,187.59 299.56,187.62 299.61,187.65 299.66,187.68 299.71,187.70 299.76,187.73 299.81,187.76 299.86,187.79 299.91,187.83 299.97,187.86 300.02,187.89
|
||||
300.07,187.92 300.12,187.95 300.17,187.99 300.22,188.02 300.27,188.05 300.32,188.09 300.37,188.12 300.42,188.15 300.47,188.19 300.52,188.22 300.57,188.26 300.63,188.29 300.68,188.33 300.73,188.36 300.78,188.40 300.83,188.43
|
||||
300.88,188.47 300.93,188.50 300.98,188.54 301.03,188.57 301.08,188.61 301.13,188.64 301.18,188.68 301.23,188.71 301.29,188.74 301.34,188.77 301.39,188.80 301.44,188.83 301.49,188.86 301.54,188.89 301.59,188.92 301.64,188.95
|
||||
301.69,188.98 301.74,189.00 301.79,189.03 301.84,189.06 301.89,189.08 301.95,189.10 302.00,189.12 302.05,189.15 302.10,189.17 302.15,189.19 302.20,189.21 302.25,189.23 302.30,189.24 302.35,189.26 302.40,189.28 302.45,189.29
|
||||
302.50,189.31 302.55,189.32 302.60,189.34 302.66,189.35 302.71,189.36 302.76,189.38 302.81,189.39 302.86,189.40 302.91,189.41 302.96,189.42 303.01,189.43 303.06,189.45 303.11,189.46 303.16,189.47 303.21,189.48 303.26,189.49
|
||||
303.32,189.50 303.37,189.51 303.42,189.52 303.47,189.53 303.52,189.54 303.57,189.55 303.62,189.56 303.67,189.58 303.72,189.59 303.77,189.60 303.82,189.61 303.87,189.62 303.92,189.63 303.98,189.65 304.03,189.66 304.08,189.67
|
||||
304.13,189.68 304.18,189.70 304.23,189.71 304.28,189.72 304.33,189.74 304.38,189.75 304.43,189.76 304.48,189.78 304.53,189.79 304.58,189.80 304.64,189.81 304.69,189.83 304.74,189.84 304.79,189.85 304.84,189.87 304.89,189.88
|
||||
304.94,189.89 304.99,189.90 305.04,189.91 305.09,189.93 305.14,189.94 305.19,189.95 305.24,189.96 305.30,189.97 305.35,189.98 305.40,189.99 305.45,190.00 305.50,190.01 305.55,190.02 305.60,190.03 305.65,190.03 305.70,190.04
|
||||
305.75,190.05 305.80,190.06 305.85,190.06 305.90,190.07 305.96,190.08 306.01,190.08 306.06,190.09 306.11,190.09 306.16,190.10 306.21,190.10 306.26,190.11 306.31,190.11 306.36,190.12 306.41,190.12 306.46,190.13 306.51,190.13
|
||||
306.56,190.13 306.62,190.13 306.67,190.14 306.72,190.14 306.77,190.14 306.82,190.14 306.87,190.15 306.92,190.15 306.97,190.15 307.02,190.15 307.07,190.15 307.12,190.15 307.17,190.16 307.22,190.16 307.28,190.16 307.33,190.16
|
||||
307.38,190.16 307.43,190.16 307.48,190.16 307.53,190.16 307.53,190.17 307.48,190.17 307.43,190.18 307.38,190.18 307.33,190.18 307.28,190.18 307.22,190.18 307.17,190.18 307.12,190.18 307.07,190.18 307.02,190.18 306.97,190.19
|
||||
306.92,190.19 306.87,190.19 306.82,190.19 306.77,190.19 306.72,190.20 306.67,190.20 306.62,190.20 306.56,190.20 306.51,190.21 306.46,190.21 306.41,190.22 306.36,190.22 306.31,190.22 306.26,190.23 306.21,190.23 306.16,190.24
|
||||
306.11,190.24 306.06,190.25 306.01,190.25 305.96,190.26 305.90,190.27 305.85,190.27 305.80,190.28 305.75,190.29 305.70,190.29 305.65,190.30 305.60,190.31 305.55,190.32 305.50,190.33 305.45,190.34 305.40,190.35 305.35,190.36
|
||||
305.30,190.37 305.24,190.38 305.19,190.39 305.14,190.40 305.09,190.41 305.04,190.42 304.99,190.43 304.94,190.45 304.89,190.46 304.84,190.47 304.79,190.48 304.74,190.50 304.69,190.51 304.64,190.52 304.58,190.54 304.53,190.55
|
||||
304.48,190.56 304.43,190.57 304.38,190.59 304.33,190.60 304.28,190.61 304.23,190.63 304.18,190.64 304.13,190.65 304.08,190.66 304.03,190.68 303.98,190.69 303.92,190.70 303.87,190.71 303.82,190.73 303.77,190.74 303.72,190.75
|
||||
303.67,190.76 303.62,190.77 303.57,190.78 303.52,190.79 303.47,190.81 303.42,190.82 303.37,190.83 303.32,190.84 303.26,190.85 303.21,190.86 303.16,190.87 303.11,190.88 303.06,190.89 303.01,190.90 302.96,190.91 302.91,190.93
|
||||
302.86,190.94 302.81,190.95 302.76,190.96 302.71,190.97 302.66,190.99 302.60,191.00 302.55,191.01 302.50,191.03 302.45,191.04 302.40,191.06 302.35,191.08 302.30,191.09 302.25,191.11 302.20,191.13 302.15,191.15 302.10,191.17
|
||||
302.05,191.19 302.00,191.21 301.95,191.23 301.89,191.26 301.84,191.28 301.79,191.31 301.74,191.33 301.69,191.36 301.64,191.39 301.59,191.41 301.54,191.44 301.49,191.47 301.44,191.50 301.39,191.53 301.34,191.56 301.29,191.60
|
||||
301.23,191.63 301.18,191.66 301.13,191.70 301.08,191.73 301.03,191.76 300.98,191.80 300.93,191.83 300.88,191.87 300.83,191.90 300.78,191.94 300.73,191.97 300.68,192.01 300.63,192.04 300.57,192.08 300.52,192.11 300.47,192.15
|
||||
300.42,192.18 300.37,192.22 300.32,192.25 300.27,192.28 300.22,192.32 300.17,192.35 300.12,192.38 300.07,192.42 300.02,192.45 299.97,192.48 299.91,192.51 299.86,192.54 299.81,192.57 299.76,192.60 299.71,192.63 299.66,192.66
|
||||
299.61,192.69 299.56,192.72 299.51,192.75 299.46,192.78 299.41,192.80 299.36,192.83 299.31,192.86 299.25,192.89 299.20,192.92 299.15,192.94 299.10,192.97 299.05,193.00 299.00,193.03 298.95,193.06 298.90,193.09 298.85,193.12
|
||||
298.80,193.15 298.75,193.18 298.70,193.21 298.65,193.24 298.59,193.27 298.54,193.31 298.49,193.34 298.44,193.38 298.39,193.41 298.34,193.45 298.29,193.49 298.24,193.53 298.19,193.57 298.14,193.61 298.09,193.66 298.04,193.70
|
||||
297.99,193.75 297.93,193.80 297.88,193.85 297.83,193.90 297.78,193.95 297.73,194.00 297.68,194.06 297.63,194.12 297.58,194.18 297.53,194.24 297.48,194.30 297.43,194.37 297.38,194.43 297.33,194.50 297.27,194.57 297.22,194.65
|
||||
297.17,194.72 297.12,194.80 297.07,194.88 297.02,194.96 296.97,195.04 296.92,195.12 296.87,195.21 296.82,195.30 296.77,195.39 296.72,195.48 296.67,195.58 296.61,195.68 296.56,195.78 296.51,195.88 296.46,195.98 296.41,196.08
|
||||
296.36,196.19 296.31,196.30 296.26,196.41 296.21,196.52 296.16,196.64 296.11,196.75 296.06,196.87 296.01,196.99 295.96,197.11 295.90,197.23 295.85,197.35 295.80,197.48 295.75,197.60 295.70,197.73 295.65,197.86 295.60,197.99
|
||||
295.55,198.12 295.50,198.25 295.45,198.39 295.40,198.52 295.35,198.66 295.30,198.79 295.24,198.93 295.19,199.07 295.14,199.21 295.09,199.35 295.04,199.49 294.99,199.63 294.94,199.78 294.89,199.92 294.84,200.06 294.79,200.21
|
||||
294.74,200.36 294.69,200.50 294.64,200.65 294.58,200.80 294.53,200.95 294.48,201.11 294.43,201.26 294.38,201.41 294.33,201.57 294.28,201.73 294.23,201.89 294.18,202.05 294.13,202.21 294.08,202.38 294.03,202.54 293.98,202.71
|
||||
293.92,202.88 293.87,203.05 293.82,203.23 293.77,203.41 293.72,203.59 293.67,203.77 293.62,203.95 293.57,204.14 293.52,204.33 293.47,204.53 293.42,204.72 293.37,204.92 293.32,205.12 293.26,205.33 293.21,205.54 293.16,205.75
|
||||
293.11,205.96 293.06,206.17 293.01,206.39 292.96,206.61 292.91,206.84 292.86,207.06 292.81,207.29 292.76,207.52 292.71,207.75 292.66,207.98 292.60,208.21 292.55,208.45 292.50,208.68 292.45,208.92 292.40,209.15 292.35,209.39
|
||||
292.30,209.62 292.25,209.85 292.20,210.09 292.15,210.32 292.10,210.55 292.05,210.77 292.00,211.00 291.94,211.22 291.89,211.44 291.84,211.65 291.79,211.86 291.74,212.07 291.69,212.27 291.64,212.46 291.59,212.65 291.54,212.83
|
||||
291.49,213.01 291.44,213.17 291.39,213.34 291.34,213.49 291.28,213.63 291.23,213.77 291.18,213.90 291.13,214.02 291.08,214.13 291.03,214.23 290.98,214.32 290.93,214.40 290.88,214.47 290.83,214.53 290.78,214.58 290.73,214.62
|
||||
290.68,214.65 290.62,214.67 290.57,214.68 290.52,214.67 290.47,214.66 290.42,214.63 290.37,214.60 290.32,214.55 290.27,214.49 290.22,214.43 290.17,214.35 290.12,214.26 290.07,214.16 290.02,214.06 289.97,213.94 289.91,213.81
|
||||
289.86,213.68 289.81,213.53 289.76,213.38 289.71,213.22 289.66,213.05 289.61,212.87 289.56,212.69 289.51,212.50 289.46,212.30 289.41,212.10 289.36,211.89 289.31,211.67 289.25,211.45 289.20,211.23 289.15,211.00 289.10,210.77
|
||||
289.05,210.53 289.00,210.29 288.95,210.04 288.90,209.80 288.85,209.55 288.80,209.29 288.75,209.04 288.70,208.79 288.65,208.53 288.59,208.27 288.54,208.01 288.49,207.75 288.44,207.49 288.39,207.23 288.34,206.97 288.29,206.71
|
||||
288.24,206.45 288.19,206.18 288.14,205.92 288.09,205.66 288.04,205.40 287.99,205.14 287.93,204.89 287.88,204.63 287.83,204.37 287.78,204.12 287.73,203.86 287.68,203.61 287.63,203.35 287.58,203.10 287.53,202.85 287.48,202.60
|
||||
287.43,202.35 287.38,202.10 287.33,201.85 287.27,201.60 287.22,201.35 287.17,201.11 287.12,200.86 287.07,200.62 287.02,200.38 286.97,200.14 286.92,199.89 286.87,199.66 286.82,199.42 286.77,199.18 286.72,198.94 286.67,198.71
|
||||
286.61,198.48 286.56,198.24 286.51,198.01 286.46,197.78 286.41,197.56 286.36,197.33 286.31,197.11 286.26,196.89 286.21,196.67 286.16,196.46 286.11,196.24 286.06,196.03 286.01,195.83 285.95,195.62 285.90,195.42 285.85,195.22
|
||||
285.80,195.03 285.75,194.84 285.70,194.65 285.65,194.46 285.60,194.28 285.55,194.11 285.50,193.94 285.45,193.77 285.40,193.61 285.35,193.45 285.29,193.29 285.24,193.14 285.19,193.00 285.14,192.85 285.09,192.72 285.04,192.58
|
||||
284.99,192.46 284.94,192.33 284.89,192.21 284.84,192.10 284.79,191.99 284.74,191.89 284.69,191.78 284.63,191.69 284.58,191.60 284.53,191.51 284.48,191.42 284.43,191.34 284.38,191.27 284.33,191.19 284.28,191.13 284.23,191.06
|
||||
284.18,191.00 284.13,190.94 284.08,190.89 284.03,190.83 283.98,190.79 283.92,190.74 283.87,190.70 283.82,190.66 283.77,190.62 283.72,190.58 283.67,190.55 283.62,190.52 283.57,190.49 283.52,190.46 283.47,190.44 283.42,190.42
|
||||
283.37,190.39 283.32,190.38 283.26,190.36 283.21,190.34 283.16,190.32 283.11,190.31 283.06,190.30 283.01,190.29 282.96,190.27 282.91,190.26 282.86,190.25 282.81,190.25 282.76,190.24 282.71,190.23 282.66,190.23 282.60,190.22
|
||||
282.55,190.21 282.50,190.21 282.45,190.20 282.40,190.20 282.35,190.20 282.30,190.19 282.25,190.19 282.20,190.19 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '557.12,135.68 558.39,135.67 559.66,135.67 560.94,135.66 562.21,135.65 563.49,135.64 564.76,135.63 566.04,135.62 567.31,135.60 568.58,135.59 569.86,135.57 571.13,135.54 572.41,135.52 573.68,135.49 574.95,135.45 576.23,135.42
|
||||
577.50,135.37 578.78,135.32 580.05,135.27 581.33,135.21 582.60,135.14 583.87,135.06 585.15,134.97 586.42,134.87 587.70,134.76 588.97,134.65 590.25,134.51 591.52,134.37 592.79,134.21 594.07,134.03 595.34,133.84 596.62,133.63
|
||||
597.89,133.41 599.17,133.16 600.44,132.90 601.71,132.61 602.99,132.30 604.26,131.97 605.54,131.62 606.81,131.24 608.09,130.84 609.36,130.42 610.63,129.97 611.91,129.49 613.18,129.00 614.46,128.48 615.73,127.93 617.01,127.37
|
||||
618.28,126.78 619.55,126.17 620.83,125.55 622.10,124.91 623.38,124.25 624.65,123.58 625.92,122.90 627.20,122.21 628.47,121.51 629.75,120.82 631.02,120.12 632.30,119.43 633.57,118.74 634.84,118.06 636.12,117.40 637.39,116.75
|
||||
638.67,116.13 639.94,115.52 641.22,114.95 642.49,114.41 643.76,113.90 645.04,113.42 646.31,112.99 647.59,112.60 648.86,112.25 650.14,111.95 651.41,111.69 652.68,111.49 653.96,111.34 655.23,111.24 656.51,111.20 657.78,111.20
|
||||
659.06,111.26 660.33,111.37 661.60,111.54 662.88,111.75 664.15,112.01 665.43,112.32 666.70,112.68 667.98,113.07 669.25,113.51 670.52,113.99 671.80,114.50 673.07,115.04 674.35,115.60 675.62,116.20 676.89,116.81 678.17,117.45
|
||||
679.44,118.09 680.72,118.75 681.99,119.42 683.27,120.10 684.54,120.77 685.81,121.45 687.09,122.12 688.36,122.78 689.64,123.44 690.91,124.09 692.19,124.72 693.46,125.34 694.73,125.94 696.01,126.52 697.28,127.09 698.56,127.63
|
||||
699.83,128.16 701.11,128.66 702.38,129.14 703.65,129.60 704.93,130.04 706.20,130.45 707.48,130.84 708.75,131.21 710.03,131.56 711.30,131.89 712.57,132.19 713.85,132.48 715.12,132.75 716.40,133.00 717.67,133.23 718.95,133.44
|
||||
720.22,133.64 721.49,133.83 722.77,133.99 724.04,134.15 725.32,134.29 726.59,134.43 727.86,134.55 729.14,134.66 730.41,134.76 731.69,134.85 732.96,134.93 734.24,135.01 735.51,135.08 736.78,135.14 738.06,135.20 739.33,135.25
|
||||
740.61,135.29 741.88,135.34 743.16,135.37 744.43,135.41 745.70,135.44 746.98,135.47 748.25,135.49 749.53,135.51 750.80,135.53 752.08,135.55 753.35,135.57 754.62,135.58 755.90,135.60 757.17,135.61 758.45,135.62 759.72,135.63
|
||||
761.00,135.63 762.27,135.64 763.54,135.65 764.82,135.65 766.09,135.66 767.37,135.66 768.64,135.66 769.92,135.66 771.19,135.66 772.46,135.67 773.74,135.67 775.01,135.67 776.29,135.66 777.56,135.66 778.83,135.66 780.11,135.66
|
||||
781.38,135.66 782.66,135.65 783.93,135.65 785.21,135.65 786.48,135.64 787.75,135.64 789.03,135.63 790.30,135.62 791.58,135.62 792.85,135.61 794.13,135.60 795.40,135.60 796.67,135.59 797.95,135.58 799.22,135.57 800.50,135.56
|
||||
801.77,135.55 803.05,135.54 804.32,135.54 805.59,135.53 806.87,135.52 808.14,135.51 809.42,135.50 810.69,135.49 811.97,135.48 813.24,135.47 814.51,135.46 815.79,135.45 817.06,135.44 818.34,135.43 819.61,135.42 820.89,135.41
|
||||
822.16,135.40 823.43,135.39 824.71,135.38 825.98,135.37 827.26,135.37 828.53,135.36 829.80,135.35 831.08,135.34 832.35,135.34 833.63,135.33 834.90,135.33 836.18,135.32 837.45,135.32 838.72,135.31 840.00,135.31 841.27,135.30
|
||||
842.55,135.30 843.82,135.30 845.10,135.29 846.37,135.29 847.64,135.29 848.92,135.29 850.19,135.29 851.47,135.28 852.74,135.28 854.02,135.28 855.29,135.28 856.56,135.28 857.84,135.28 859.11,135.28 860.39,135.28 861.66,135.28
|
||||
862.94,135.28 864.21,135.28 865.48,135.28 866.76,135.28 868.03,135.28 869.31,135.28 870.58,135.28 871.86,135.28 873.13,135.28 874.40,135.28 875.68,135.28 876.95,135.28 878.23,135.28 879.50,135.28 880.77,135.28 882.05,135.29
|
||||
883.32,135.29 884.60,135.29 885.87,135.29 887.15,135.29 888.42,135.29 889.69,135.29 890.97,135.30 892.24,135.30 893.52,135.30 894.79,135.30 896.07,135.30 897.34,135.31 898.61,135.31 899.89,135.31 901.16,135.31 902.44,135.32
|
||||
903.71,135.32 904.99,135.32 906.26,135.33 907.53,135.33 908.81,135.34 910.08,135.34 911.36,135.35 912.63,135.35 913.91,135.36 915.18,135.36 916.45,135.37 917.73,135.38 919.00,135.39 920.28,135.39 921.55,135.40 922.83,135.41
|
||||
924.10,135.42 925.37,135.43 926.65,135.44 927.92,135.45 929.20,135.45 930.47,135.46 931.74,135.47 933.02,135.48 934.29,135.49 935.57,135.50 936.84,135.51 938.12,135.52 939.39,135.53 940.66,135.54 941.94,135.55 943.21,135.56
|
||||
944.49,135.57 945.76,135.58 947.04,135.59 948.31,135.59 949.58,135.60 950.86,135.61 952.13,135.62 953.41,135.62 954.68,135.63 955.96,135.64 957.23,135.64 958.50,135.65 959.78,135.65 961.05,135.66 962.33,135.66 963.60,135.67
|
||||
964.88,135.67 966.15,135.67 967.42,135.68 968.70,135.68 969.97,135.68 971.25,135.68 972.52,135.69 973.80,135.69 975.07,135.69 976.34,135.69 977.62,135.69 978.89,135.70 980.17,135.70 981.44,135.70 982.71,135.70 983.99,135.70
|
||||
985.26,135.70 986.54,135.70 987.81,135.70 989.09,135.70 990.36,135.70 991.63,135.70 992.91,135.70 994.18,135.70 995.46,135.70 996.73,135.70 998.01,135.70 999.28,135.70 1000.55,135.70 1001.83,135.70 1003.10,135.70 1004.38,135.70
|
||||
1005.65,135.70 1006.93,135.70 1008.20,135.70 1009.47,135.70 1010.75,135.70 1012.02,135.70 1013.30,135.70 1014.57,135.70 1015.85,135.70 1017.12,135.70 1018.39,135.70 1019.67,135.70 1020.94,135.70 1022.22,135.70 1023.49,135.70 1024.77,135.70
|
||||
1026.04,135.70 1027.31,135.70 1028.59,135.70 1029.86,135.70 1031.14,135.70 1032.41,135.70 1033.68,135.70 1034.96,135.70 1036.23,135.70 1037.51,135.70 1038.78,135.70 1040.06,135.70 1041.33,135.70 1042.60,135.70 1043.88,135.70 1045.15,135.70
|
||||
1046.43,135.70 1047.70,135.70 1048.98,135.70 1050.25,135.70 1051.52,135.70 1052.80,135.69 1054.07,135.69 1055.35,135.69 1056.62,135.69 1057.90,135.69 1059.17,135.69 1060.44,135.68 1061.72,135.68 1062.99,135.68 1064.27,135.67 1065.54,135.67
|
||||
1066.82,135.67 1068.09,135.66 1069.36,135.66 1070.64,135.65 1071.91,135.65 1073.19,135.64 1074.46,135.64 1075.74,135.63 1077.01,135.63 1078.28,135.62 1079.56,135.61 1080.83,135.61 1082.11,135.60 1083.38,135.59 1084.65,135.58 1085.93,135.58
|
||||
1087.20,135.57 1088.48,135.56 1089.75,135.55 1091.03,135.54 1092.30,135.53 1093.57,135.53 1094.85,135.52 1096.12,135.51 1097.40,135.50 1098.67,135.49 1099.95,135.48 1101.22,135.48 1102.49,135.47 1103.77,135.46 1105.04,135.46 1106.32,135.45
|
||||
1107.59,135.45 1108.87,135.44 1110.14,135.44 1111.41,135.43 1112.69,135.43 1113.96,135.43 1115.24,135.43 1116.51,135.43 1117.79,135.43 1119.06,135.43 1120.33,135.43 1121.61,135.43 1122.88,135.43 1124.16,135.44 1125.43,135.44 1126.71,135.44
|
||||
1127.98,135.45 1129.25,135.45 1130.53,135.46 1131.80,135.47 1133.08,135.47 1134.35,135.48 1135.62,135.49 1136.90,135.50 1138.17,135.51 1139.45,135.51 1140.72,135.52 1142.00,135.53 1143.27,135.54 1144.54,135.55 1145.82,135.56 1147.09,135.57
|
||||
1148.37,135.57 1149.64,135.58 1150.92,135.59 1152.19,135.60 1153.46,135.60 1154.74,135.61 1156.01,135.62 1157.29,135.63 1158.56,135.63 1159.84,135.64 1161.11,135.64 1162.38,135.65 1163.66,135.65 1164.93,135.66 1166.21,135.66 1167.48,135.67
|
||||
1168.76,135.67 1170.03,135.67 1171.30,135.68 1172.58,135.68 1173.85,135.68 1175.13,135.68 1176.40,135.69 1177.68,135.69 1178.95,135.69 1180.22,135.69 1181.50,135.69 1182.77,135.70 1184.05,135.70 1185.32,135.70 1186.59,135.70 1187.87,135.70
|
||||
1189.14,135.70 1190.42,135.70 1191.69,135.70 1192.97,135.70 1192.97,135.71 1191.69,135.71 1190.42,135.71 1189.14,135.71 1187.87,135.71 1186.59,135.71 1185.32,135.71 1184.05,135.71 1182.77,135.71 1181.50,135.72 1180.22,135.72 1178.95,135.72
|
||||
1177.68,135.72 1176.40,135.72 1175.13,135.73 1173.85,135.73 1172.58,135.73 1171.30,135.73 1170.03,135.74 1168.76,135.74 1167.48,135.74 1166.21,135.75 1164.93,135.75 1163.66,135.76 1162.38,135.76 1161.11,135.77 1159.84,135.77 1158.56,135.78
|
||||
1157.29,135.78 1156.01,135.79 1154.74,135.80 1153.46,135.81 1152.19,135.81 1150.92,135.82 1149.64,135.83 1148.37,135.84 1147.09,135.84 1145.82,135.85 1144.54,135.86 1143.27,135.87 1142.00,135.88 1140.72,135.89 1139.45,135.90 1138.17,135.90
|
||||
1136.90,135.91 1135.62,135.92 1134.35,135.93 1133.08,135.94 1131.80,135.94 1130.53,135.95 1129.25,135.96 1127.98,135.96 1126.71,135.97 1125.43,135.97 1124.16,135.97 1122.88,135.98 1121.61,135.98 1120.33,135.98 1119.06,135.98 1117.79,135.98
|
||||
1116.51,135.98 1115.24,135.98 1113.96,135.98 1112.69,135.98 1111.41,135.98 1110.14,135.97 1108.87,135.97 1107.59,135.96 1106.32,135.96 1105.04,135.95 1103.77,135.95 1102.49,135.94 1101.22,135.93 1099.95,135.93 1098.67,135.92 1097.40,135.91
|
||||
1096.12,135.90 1094.85,135.89 1093.57,135.88 1092.30,135.88 1091.03,135.87 1089.75,135.86 1088.48,135.85 1087.20,135.84 1085.93,135.83 1084.65,135.83 1083.38,135.82 1082.11,135.81 1080.83,135.80 1079.56,135.80 1078.28,135.79 1077.01,135.78
|
||||
1075.74,135.78 1074.46,135.77 1073.19,135.77 1071.91,135.76 1070.64,135.76 1069.36,135.75 1068.09,135.75 1066.82,135.74 1065.54,135.74 1064.27,135.74 1062.99,135.73 1061.72,135.73 1060.44,135.73 1059.17,135.72 1057.90,135.72 1056.62,135.72
|
||||
1055.35,135.72 1054.07,135.72 1052.80,135.72 1051.52,135.71 1050.25,135.71 1048.98,135.71 1047.70,135.71 1046.43,135.71 1045.15,135.71 1043.88,135.71 1042.60,135.71 1041.33,135.71 1040.06,135.71 1038.78,135.71 1037.51,135.71 1036.23,135.71
|
||||
1034.96,135.71 1033.68,135.71 1032.41,135.71 1031.14,135.71 1029.86,135.71 1028.59,135.71 1027.31,135.71 1026.04,135.71 1024.77,135.71 1023.49,135.71 1022.22,135.71 1020.94,135.71 1019.67,135.71 1018.39,135.71 1017.12,135.71 1015.85,135.71
|
||||
1014.57,135.71 1013.30,135.71 1012.02,135.71 1010.75,135.71 1009.47,135.71 1008.20,135.71 1006.93,135.71 1005.65,135.71 1004.38,135.71 1003.10,135.71 1001.83,135.71 1000.55,135.71 999.28,135.71 998.01,135.71 996.73,135.71 995.46,135.71
|
||||
994.18,135.71 992.91,135.71 991.63,135.71 990.36,135.71 989.09,135.71 987.81,135.71 986.54,135.71 985.26,135.71 983.99,135.71 982.71,135.71 981.44,135.71 980.17,135.71 978.89,135.71 977.62,135.72 976.34,135.72 975.07,135.72
|
||||
973.80,135.72 972.52,135.72 971.25,135.73 969.97,135.73 968.70,135.73 967.42,135.73 966.15,135.74 964.88,135.74 963.60,135.74 962.33,135.75 961.05,135.75 959.78,135.76 958.50,135.76 957.23,135.77 955.96,135.77 954.68,135.78
|
||||
953.41,135.79 952.13,135.79 950.86,135.80 949.58,135.81 948.31,135.82 947.04,135.82 945.76,135.83 944.49,135.84 943.21,135.85 941.94,135.86 940.66,135.87 939.39,135.88 938.12,135.89 936.84,135.90 935.57,135.91 934.29,135.92
|
||||
933.02,135.93 931.74,135.94 930.47,135.95 929.20,135.96 927.92,135.96 926.65,135.97 925.37,135.98 924.10,135.99 922.83,136.00 921.55,136.01 920.28,136.02 919.00,136.02 917.73,136.03 916.45,136.04 915.18,136.05 913.91,136.05
|
||||
912.63,136.06 911.36,136.06 910.08,136.07 908.81,136.07 907.53,136.08 906.26,136.08 904.99,136.09 903.71,136.09 902.44,136.09 901.16,136.10 899.89,136.10 898.61,136.10 897.34,136.10 896.07,136.11 894.79,136.11 893.52,136.11
|
||||
892.24,136.11 890.97,136.11 889.69,136.12 888.42,136.12 887.15,136.12 885.87,136.12 884.60,136.12 883.32,136.12 882.05,136.12 880.77,136.13 879.50,136.13 878.23,136.13 876.95,136.13 875.68,136.13 874.40,136.13 873.13,136.13
|
||||
871.86,136.13 870.58,136.13 869.31,136.13 868.03,136.13 866.76,136.13 865.48,136.13 864.21,136.13 862.94,136.13 861.66,136.13 860.39,136.13 859.11,136.13 857.84,136.13 856.56,136.13 855.29,136.13 854.02,136.13 852.74,136.13
|
||||
851.47,136.13 850.19,136.12 848.92,136.12 847.64,136.12 846.37,136.12 845.10,136.12 843.82,136.11 842.55,136.11 841.27,136.11 840.00,136.10 838.72,136.10 837.45,136.09 836.18,136.09 834.90,136.08 833.63,136.08 832.35,136.07
|
||||
831.08,136.07 829.80,136.06 828.53,136.05 827.26,136.04 825.98,136.04 824.71,136.03 823.43,136.02 822.16,136.01 820.89,136.00 819.61,135.99 818.34,135.98 817.06,135.97 815.79,135.96 814.51,135.95 813.24,135.94 811.97,135.93
|
||||
810.69,135.92 809.42,135.91 808.14,135.90 806.87,135.89 805.59,135.88 804.32,135.87 803.05,135.87 801.77,135.86 800.50,135.85 799.22,135.84 797.95,135.83 796.67,135.82 795.40,135.81 794.13,135.81 792.85,135.80 791.58,135.79
|
||||
790.30,135.79 789.03,135.78 787.75,135.77 786.48,135.77 785.21,135.76 783.93,135.76 782.66,135.76 781.38,135.75 780.11,135.75 778.83,135.75 777.56,135.75 776.29,135.75 775.01,135.74 773.74,135.74 772.46,135.74 771.19,135.75
|
||||
769.92,135.75 768.64,135.75 767.37,135.75 766.09,135.75 764.82,135.76 763.54,135.76 762.27,135.77 761.00,135.78 759.72,135.78 758.45,135.79 757.17,135.80 755.90,135.81 754.62,135.83 753.35,135.84 752.08,135.86 750.80,135.88
|
||||
749.53,135.90 748.25,135.92 746.98,135.94 745.70,135.97 744.43,136.00 743.16,136.04 741.88,136.07 740.61,136.12 739.33,136.16 738.06,136.21 736.78,136.27 735.51,136.33 734.24,136.40 732.96,136.48 731.69,136.56 730.41,136.65
|
||||
729.14,136.75 727.86,136.86 726.59,136.98 725.32,137.12 724.04,137.26 722.77,137.42 721.49,137.58 720.22,137.77 718.95,137.97 717.67,138.18 716.40,138.41 715.12,138.66 713.85,138.93 712.57,139.22 711.30,139.52 710.03,139.85
|
||||
708.75,140.20 707.48,140.57 706.20,140.96 704.93,141.37 703.65,141.81 702.38,142.27 701.11,142.75 699.83,143.25 698.56,143.78 697.28,144.32 696.01,144.89 694.73,145.47 693.46,146.07 692.19,146.69 690.91,147.32 689.64,147.97
|
||||
688.36,148.63 687.09,149.29 685.81,149.96 684.54,150.64 683.27,151.31 681.99,151.99 680.72,152.66 679.44,153.32 678.17,153.96 676.89,154.60 675.62,155.21 674.35,155.81 673.07,156.37 671.80,156.91 670.52,157.42 669.25,157.90
|
||||
667.98,158.34 666.70,158.73 665.43,159.09 664.15,159.40 662.88,159.66 661.60,159.87 660.33,160.04 659.06,160.15 657.78,160.21 656.51,160.21 655.23,160.17 653.96,160.07 652.68,159.92 651.41,159.72 650.14,159.46 648.86,159.16
|
||||
647.59,158.81 646.31,158.42 645.04,157.99 643.76,157.51 642.49,157.00 641.22,156.46 639.94,155.89 638.67,155.28 637.39,154.66 636.12,154.01 634.84,153.35 633.57,152.67 632.30,151.98 631.02,151.29 629.75,150.59 628.47,149.90
|
||||
627.20,149.20 625.92,148.51 624.65,147.83 623.38,147.16 622.10,146.50 620.83,145.86 619.55,145.24 618.28,144.63 617.01,144.04 615.73,143.48 614.46,142.93 613.18,142.41 611.91,141.92 610.63,141.44 609.36,140.99 608.09,140.57
|
||||
606.81,140.17 605.54,139.79 604.26,139.44 602.99,139.11 601.71,138.80 600.44,138.51 599.17,138.25 597.89,138.00 596.62,137.78 595.34,137.57 594.07,137.38 592.79,137.20 591.52,137.04 590.25,136.90 588.97,136.76 587.70,136.65
|
||||
586.42,136.54 585.15,136.44 583.87,136.35 582.60,136.27 581.33,136.20 580.05,136.14 578.78,136.09 577.50,136.04 576.23,135.99 574.95,135.96 573.68,135.92 572.41,135.89 571.13,135.87 569.86,135.84 568.58,135.82 567.31,135.81
|
||||
566.04,135.79 564.76,135.78 563.49,135.77 562.21,135.76 560.94,135.75 559.66,135.74 558.39,135.74 557.12,135.73 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_3" ><title>gnuplot_plot_3</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '648.04,81.22 648.16,81.22 648.28,81.21 648.40,81.21 648.51,81.21 648.63,81.20 648.75,81.20 648.87,81.20 648.99,81.19 649.11,81.19 649.23,81.18 649.34,81.18 649.46,81.17 649.58,81.16 649.70,81.16 649.82,81.15
|
||||
649.94,81.14 650.06,81.13 650.17,81.12 650.29,81.11 650.41,81.10 650.53,81.09 650.65,81.07 650.77,81.06 650.89,81.05 651.01,81.03 651.12,81.01 651.24,81.00 651.36,80.98 651.48,80.96 651.60,80.93 651.72,80.91
|
||||
651.84,80.89 651.95,80.86 652.07,80.84 652.19,80.81 652.31,80.78 652.43,80.74 652.55,80.71 652.67,80.67 652.78,80.64 652.90,80.60 653.02,80.56 653.14,80.51 653.26,80.47 653.38,80.42 653.50,80.37 653.61,80.32
|
||||
653.73,80.26 653.85,80.21 653.97,80.15 654.09,80.09 654.21,80.02 654.33,79.96 654.44,79.89 654.56,79.82 654.68,79.74 654.80,79.67 654.92,79.59 655.04,79.50 655.16,79.42 655.28,79.33 655.39,79.24 655.51,79.15
|
||||
655.63,79.05 655.75,78.96 655.87,78.86 655.99,78.75 656.11,78.65 656.22,78.54 656.34,78.43 656.46,78.32 656.58,78.20 656.70,78.08 656.82,77.96 656.94,77.84 657.05,77.71 657.17,77.59 657.29,77.46 657.41,77.33
|
||||
657.53,77.19 657.65,77.06 657.77,76.92 657.88,76.79 658.00,76.65 658.12,76.50 658.24,76.36 658.36,76.22 658.48,76.07 658.60,75.92 658.71,75.77 658.83,75.63 658.95,75.47 659.07,75.32 659.19,75.17 659.31,75.02
|
||||
659.43,74.86 659.55,74.71 659.66,74.55 659.78,74.39 659.90,74.23 660.02,74.07 660.14,73.91 660.26,73.75 660.38,73.59 660.49,73.43 660.61,73.27 660.73,73.11 660.85,72.94 660.97,72.78 661.09,72.61 661.21,72.45
|
||||
661.32,72.28 661.44,72.11 661.56,71.95 661.68,71.78 661.80,71.61 661.92,71.44 662.04,71.27 662.15,71.09 662.27,70.92 662.39,70.75 662.51,70.57 662.63,70.40 662.75,70.22 662.87,70.04 662.98,69.86 663.10,69.68
|
||||
663.22,69.50 663.34,69.31 663.46,69.13 663.58,68.94 663.70,68.76 663.82,68.57 663.93,68.38 664.05,68.18 664.17,67.99 664.29,67.80 664.41,67.60 664.53,67.41 664.65,67.21 664.76,67.01 664.88,66.81 665.00,66.61
|
||||
665.12,66.40 665.24,66.20 665.36,65.99 665.48,65.79 665.59,65.58 665.71,65.37 665.83,65.17 665.95,64.96 666.07,64.75 666.19,64.54 666.31,64.33 666.42,64.12 666.54,63.91 666.66,63.70 666.78,63.49 666.90,63.28
|
||||
667.02,63.07 667.14,62.86 667.25,62.65 667.37,62.45 667.49,62.24 667.61,62.04 667.73,61.83 667.85,61.63 667.97,61.43 668.09,61.23 668.20,61.04 668.32,60.84 668.44,60.65 668.56,60.46 668.68,60.28 668.80,60.10
|
||||
668.92,59.92 669.03,59.74 669.15,59.57 669.27,59.40 669.39,59.23 669.51,59.07 669.63,58.92 669.75,58.77 669.86,58.62 669.98,58.47 670.10,58.34 670.22,58.20 670.34,58.08 670.46,57.95 670.58,57.84 670.69,57.73
|
||||
670.81,57.62 670.93,57.52 671.05,57.43 671.17,57.34 671.29,57.25 671.41,57.18 671.52,57.11 671.64,57.04 671.76,56.99 671.88,56.93 672.00,56.89 672.12,56.85 672.24,56.81 672.36,56.79 672.47,56.76 672.59,56.75
|
||||
672.71,56.74 672.83,56.73 672.95,56.73 673.07,56.74 673.19,56.75 673.30,56.77 673.42,56.79 673.54,56.82 673.66,56.85 673.78,56.88 673.90,56.92 674.02,56.96 674.13,57.01 674.25,57.06 674.37,57.12 674.49,57.17
|
||||
674.61,57.23 674.73,57.30 674.85,57.36 674.96,57.43 675.08,57.50 675.20,57.57 675.32,57.64 675.44,57.72 675.56,57.79 675.68,57.87 675.79,57.95 675.91,58.03 676.03,58.10 676.15,58.18 676.27,58.26 676.39,58.34
|
||||
676.51,58.42 676.63,58.50 676.74,58.58 676.86,58.66 676.98,58.74 677.10,58.82 677.22,58.90 677.34,58.98 677.46,59.06 677.57,59.14 677.69,59.22 677.81,59.30 677.93,59.37 678.05,59.45 678.17,59.53 678.29,59.61
|
||||
678.40,59.69 678.52,59.77 678.64,59.85 678.76,59.93 678.88,60.01 679.00,60.09 679.12,60.18 679.23,60.26 679.35,60.35 679.47,60.43 679.59,60.52 679.71,60.62 679.83,60.71 679.95,60.80 680.06,60.90 680.18,61.00
|
||||
680.30,61.10 680.42,61.21 680.54,61.32 680.66,61.43 680.78,61.54 680.90,61.66 681.01,61.78 681.13,61.91 681.25,62.03 681.37,62.16 681.49,62.30 681.61,62.43 681.73,62.57 681.84,62.72 681.96,62.87 682.08,63.02
|
||||
682.20,63.17 682.32,63.33 682.44,63.49 682.56,63.65 682.67,63.82 682.79,63.99 682.91,64.16 683.03,64.33 683.15,64.51 683.27,64.69 683.39,64.87 683.50,65.06 683.62,65.24 683.74,65.43 683.86,65.62 683.98,65.81
|
||||
684.10,66.00 684.22,66.19 684.33,66.38 684.45,66.57 684.57,66.77 684.69,66.96 684.81,67.15 684.93,67.34 685.05,67.53 685.17,67.72 685.28,67.91 685.40,68.10 685.52,68.28 685.64,68.47 685.76,68.65 685.88,68.83
|
||||
686.00,69.01 686.11,69.18 686.23,69.36 686.35,69.53 686.47,69.69 686.59,69.86 686.71,70.02 686.83,70.18 686.94,70.33 687.06,70.48 687.18,70.63 687.30,70.77 687.42,70.91 687.54,71.05 687.66,71.18 687.77,71.31
|
||||
687.89,71.43 688.01,71.55 688.13,71.67 688.25,71.78 688.37,71.89 688.49,72.00 688.60,72.10 688.72,72.20 688.84,72.29 688.96,72.39 689.08,72.47 689.20,72.56 689.32,72.64 689.44,72.72 689.55,72.79 689.67,72.87
|
||||
689.79,72.94 689.91,73.00 690.03,73.07 690.15,73.13 690.27,73.19 690.38,73.25 690.50,73.31 690.62,73.36 690.74,73.42 690.86,73.47 690.98,73.52 691.10,73.57 691.21,73.62 691.33,73.67 691.45,73.71 691.57,73.76
|
||||
691.69,73.81 691.81,73.86 691.93,73.90 692.04,73.95 692.16,74.00 692.28,74.05 692.40,74.10 692.52,74.15 692.64,74.20 692.76,74.25 692.87,74.30 692.99,74.36 693.11,74.41 693.23,74.47 693.35,74.53 693.47,74.59
|
||||
693.59,74.65 693.71,74.71 693.82,74.78 693.94,74.84 694.06,74.91 694.18,74.98 694.30,75.05 694.42,75.13 694.54,75.21 694.65,75.28 694.77,75.36 694.89,75.45 695.01,75.53 695.13,75.61 695.25,75.70 695.37,75.79
|
||||
695.48,75.88 695.60,75.97 695.72,76.07 695.84,76.16 695.96,76.26 696.08,76.35 696.20,76.45 696.31,76.55 696.43,76.65 696.55,76.75 696.67,76.85 696.79,76.96 696.91,77.06 697.03,77.16 697.14,77.26 697.26,77.37
|
||||
697.38,77.47 697.50,77.57 697.62,77.68 697.74,77.78 697.86,77.88 697.98,77.98 698.09,78.08 698.21,78.18 698.33,78.28 698.45,78.38 698.57,78.48 698.69,78.57 698.81,78.67 698.92,78.76 699.04,78.85 699.16,78.94
|
||||
699.28,79.03 699.40,79.11 699.52,79.20 699.64,79.28 699.75,79.36 699.87,79.44 699.99,79.52 700.11,79.59 700.23,79.67 700.35,79.74 700.47,79.81 700.58,79.88 700.70,79.94 700.82,80.00 700.94,80.06 701.06,80.12
|
||||
701.18,80.18 701.30,80.24 701.41,80.29 701.53,80.34 701.65,80.39 701.77,80.43 701.89,80.48 702.01,80.52 702.13,80.56 702.25,80.60 702.36,80.64 702.48,80.68 702.60,80.71 702.72,80.74 702.84,80.77 702.96,80.80
|
||||
703.08,80.83 703.19,80.86 703.31,80.88 703.43,80.91 703.55,80.93 703.67,80.95 703.79,80.97 703.91,80.99 704.02,81.01 704.14,81.02 704.26,81.04 704.38,81.05 704.50,81.07 704.62,81.08 704.74,81.09 704.85,81.10
|
||||
704.97,81.12 705.09,81.13 705.21,81.13 705.33,81.14 705.45,81.15 705.57,81.16 705.68,81.17 705.80,81.17 705.92,81.18 706.04,81.18 706.16,81.19 706.28,81.19 706.40,81.20 706.52,81.20 706.63,81.20 706.75,81.21
|
||||
706.87,81.21 706.99,81.21 707.11,81.22 707.23,81.22 707.23,81.26 707.11,81.27 706.99,81.27 706.87,81.27 706.75,81.28 706.63,81.28 706.52,81.28 706.40,81.29 706.28,81.29 706.16,81.30 706.04,81.30 705.92,81.31
|
||||
705.80,81.31 705.68,81.32 705.57,81.33 705.45,81.33 705.33,81.34 705.21,81.35 705.09,81.36 704.97,81.37 704.85,81.38 704.74,81.39 704.62,81.40 704.50,81.41 704.38,81.43 704.26,81.44 704.14,81.46 704.02,81.48
|
||||
703.91,81.49 703.79,81.51 703.67,81.53 703.55,81.55 703.43,81.58 703.31,81.60 703.19,81.62 703.08,81.65 702.96,81.68 702.84,81.71 702.72,81.74 702.60,81.77 702.48,81.81 702.36,81.84 702.25,81.88 702.13,81.92
|
||||
702.01,81.96 701.89,82.00 701.77,82.05 701.65,82.10 701.53,82.14 701.41,82.20 701.30,82.25 701.18,82.30 701.06,82.36 700.94,82.42 700.82,82.48 700.70,82.54 700.58,82.61 700.47,82.67 700.35,82.74 700.23,82.82
|
||||
700.11,82.89 699.99,82.96 699.87,83.04 699.75,83.12 699.64,83.20 699.52,83.28 699.40,83.37 699.28,83.46 699.16,83.54 699.04,83.63 698.92,83.72 698.81,83.82 698.69,83.91 698.57,84.01 698.45,84.10 698.33,84.20
|
||||
698.21,84.30 698.09,84.40 697.98,84.50 697.86,84.60 697.74,84.70 697.62,84.81 697.50,84.91 697.38,85.01 697.26,85.12 697.14,85.22 697.03,85.32 696.91,85.43 696.79,85.53 696.67,85.63 696.55,85.73 696.43,85.83
|
||||
696.31,85.93 696.20,86.03 696.08,86.13 695.96,86.23 695.84,86.32 695.72,86.42 695.60,86.51 695.48,86.60 695.37,86.69 695.25,86.78 695.13,86.87 695.01,86.95 694.89,87.04 694.77,87.12 694.65,87.20 694.54,87.28
|
||||
694.42,87.35 694.30,87.43 694.18,87.50 694.06,87.57 693.94,87.64 693.82,87.71 693.71,87.77 693.59,87.84 693.47,87.90 693.35,87.96 693.23,88.02 693.11,88.07 692.99,88.13 692.87,88.18 692.76,88.24 692.64,88.29
|
||||
692.52,88.34 692.40,88.39 692.28,88.44 692.16,88.48 692.04,88.53 691.93,88.58 691.81,88.63 691.69,88.67 691.57,88.72 691.45,88.77 691.33,88.82 691.21,88.87 691.10,88.91 690.98,88.96 690.86,89.02 690.74,89.07
|
||||
690.62,89.12 690.50,89.18 690.38,89.23 690.27,89.29 690.15,89.35 690.03,89.41 689.91,89.48 689.79,89.55 689.67,89.62 689.55,89.69 689.44,89.77 689.32,89.84 689.20,89.93 689.08,90.01 688.96,90.10 688.84,90.19
|
||||
688.72,90.28 688.60,90.38 688.49,90.48 688.37,90.59 688.25,90.70 688.13,90.81 688.01,90.93 687.89,91.05 687.77,91.18 687.66,91.30 687.54,91.44 687.42,91.57 687.30,91.71 687.18,91.86 687.06,92.00 686.94,92.15
|
||||
686.83,92.31 686.71,92.47 686.59,92.63 686.47,92.79 686.35,92.96 686.23,93.13 686.11,93.30 686.00,93.47 685.88,93.65 685.76,93.83 685.64,94.01 685.52,94.20 685.40,94.38 685.28,94.57 685.17,94.76 685.05,94.95
|
||||
684.93,95.14 684.81,95.33 684.69,95.53 684.57,95.72 684.45,95.91 684.33,96.10 684.22,96.29 684.10,96.49 683.98,96.68 683.86,96.87 683.74,97.05 683.62,97.24 683.50,97.43 683.39,97.61 683.27,97.79 683.15,97.97
|
||||
683.03,98.15 682.91,98.32 682.79,98.50 682.67,98.66 682.56,98.83 682.44,99.00 682.32,99.16 682.20,99.31 682.08,99.47 681.96,99.62 681.84,99.77 681.73,99.91 681.61,100.05 681.49,100.19 681.37,100.32 681.25,100.45
|
||||
681.13,100.58 681.01,100.70 680.90,100.82 680.78,100.94 680.66,101.05 680.54,101.17 680.42,101.27 680.30,101.38 680.18,101.48 680.06,101.58 679.95,101.68 679.83,101.77 679.71,101.87 679.59,101.96 679.47,102.05 679.35,102.14
|
||||
679.23,102.22 679.12,102.31 679.00,102.39 678.88,102.47 678.76,102.55 678.64,102.64 678.52,102.71 678.40,102.79 678.29,102.87 678.17,102.95 678.05,103.03 677.93,103.11 677.81,103.19 677.69,103.27 677.57,103.34 677.46,103.42
|
||||
677.34,103.50 677.22,103.58 677.10,103.66 676.98,103.74 676.86,103.82 676.74,103.90 676.63,103.98 676.51,104.06 676.39,104.14 676.27,104.22 676.15,104.30 676.03,104.38 675.91,104.46 675.79,104.54 675.68,104.61 675.56,104.69
|
||||
675.44,104.77 675.32,104.84 675.20,104.91 675.08,104.99 674.96,105.06 674.85,105.12 674.73,105.19 674.61,105.25 674.49,105.31 674.37,105.37 674.25,105.42 674.13,105.47 674.02,105.52 673.90,105.56 673.78,105.60 673.66,105.64
|
||||
673.54,105.67 673.42,105.69 673.30,105.72 673.19,105.73 673.07,105.74 672.95,105.75 672.83,105.75 672.71,105.75 672.59,105.73 672.47,105.72 672.36,105.70 672.24,105.67 672.12,105.64 672.00,105.60 671.88,105.55 671.76,105.50
|
||||
671.64,105.44 671.52,105.38 671.41,105.30 671.29,105.23 671.17,105.15 671.05,105.06 670.93,104.96 670.81,104.86 670.69,104.76 670.58,104.65 670.46,104.53 670.34,104.41 670.22,104.28 670.10,104.15 669.98,104.01 669.86,103.87
|
||||
669.75,103.72 669.63,103.57 669.51,103.41 669.39,103.25 669.27,103.08 669.15,102.92 669.03,102.74 668.92,102.57 668.80,102.39 668.68,102.20 668.56,102.02 668.44,101.83 668.32,101.64 668.20,101.45 668.09,101.25 667.97,101.05
|
||||
667.85,100.85 667.73,100.65 667.61,100.45 667.49,100.24 667.37,100.04 667.25,99.83 667.14,99.62 667.02,99.41 666.90,99.20 666.78,98.99 666.66,98.78 666.54,98.57 666.42,98.36 666.31,98.15 666.19,97.94 666.07,97.73
|
||||
665.95,97.53 665.83,97.32 665.71,97.11 665.59,96.90 665.48,96.69 665.36,96.49 665.24,96.28 665.12,96.08 665.00,95.88 664.88,95.68 664.76,95.47 664.65,95.28 664.53,95.08 664.41,94.88 664.29,94.69 664.17,94.49
|
||||
664.05,94.30 663.93,94.11 663.82,93.92 663.70,93.73 663.58,93.54 663.46,93.35 663.34,93.17 663.22,92.99 663.10,92.80 662.98,92.62 662.87,92.44 662.75,92.26 662.63,92.09 662.51,91.91 662.39,91.74 662.27,91.56
|
||||
662.15,91.39 662.04,91.22 661.92,91.04 661.80,90.87 661.68,90.71 661.56,90.54 661.44,90.37 661.32,90.20 661.21,90.03 661.09,89.87 660.97,89.70 660.85,89.54 660.73,89.38 660.61,89.21 660.49,89.05 660.38,88.89
|
||||
660.26,88.73 660.14,88.57 660.02,88.41 659.90,88.25 659.78,88.09 659.66,87.93 659.55,87.78 659.43,87.62 659.31,87.47 659.19,87.31 659.07,87.16 658.95,87.01 658.83,86.86 658.71,86.71 658.60,86.56 658.48,86.41
|
||||
658.36,86.27 658.24,86.12 658.12,85.98 658.00,85.84 657.88,85.70 657.77,85.56 657.65,85.42 657.53,85.29 657.41,85.16 657.29,85.02 657.17,84.90 657.05,84.77 656.94,84.64 656.82,84.52 656.70,84.40 656.58,84.28
|
||||
656.46,84.17 656.34,84.06 656.22,83.94 656.11,83.84 655.99,83.73 655.87,83.63 655.75,83.53 655.63,83.43 655.51,83.33 655.39,83.24 655.28,83.15 655.16,83.06 655.04,82.98 654.92,82.90 654.80,82.82 654.68,82.74
|
||||
654.56,82.67 654.44,82.60 654.33,82.53 654.21,82.46 654.09,82.40 653.97,82.33 653.85,82.28 653.73,82.22 653.61,82.16 653.50,82.11 653.38,82.06 653.26,82.02 653.14,81.97 653.02,81.93 652.90,81.89 652.78,81.85
|
||||
652.67,81.81 652.55,81.77 652.43,81.74 652.31,81.71 652.19,81.68 652.07,81.65 651.95,81.62 651.84,81.60 651.72,81.57 651.60,81.55 651.48,81.53 651.36,81.51 651.24,81.49 651.12,81.47 651.01,81.45 650.89,81.44
|
||||
650.77,81.42 650.65,81.41 650.53,81.40 650.41,81.38 650.29,81.37 650.17,81.36 650.06,81.35 649.94,81.34 649.82,81.34 649.70,81.33 649.58,81.32 649.46,81.31 649.34,81.31 649.23,81.30 649.11,81.30 648.99,81.29
|
||||
648.87,81.29 648.75,81.28 648.63,81.28 648.51,81.28 648.40,81.27 648.28,81.27 648.16,81.27 648.04,81.27 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="white" stroke="rgb( 31, 120, 180)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M265.50,54.01 L265.50,217.40 L1254.82,217.40 L1254.82,54.01 L265.50,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(760.16,30.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Parsing: Violin plot</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 54 KiB |
@@ -0,0 +1,394 @@
|
||||
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 1280 275"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
>
|
||||
|
||||
<title>Gnuplot</title>
|
||||
<desc>Produced by GNUPLOT 5.4 patchlevel 1 </desc>
|
||||
|
||||
<g id="gnuplot_canvas">
|
||||
|
||||
<rect x="0" y="0" width="1280" height="275" fill="#FFFFFF"/>
|
||||
<defs>
|
||||
|
||||
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
|
||||
<path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
|
||||
<path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
|
||||
<path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
|
||||
<rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
|
||||
<circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
|
||||
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
|
||||
<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
|
||||
<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
|
||||
<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
|
||||
<path id='gpPt13' stroke-width='0.222' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
|
||||
<use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
|
||||
<filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
|
||||
<feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
|
||||
</filter>
|
||||
<filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
|
||||
<feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
|
||||
<feComposite in='SourceGraphic' in2='grey' operator='atop'/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M248.72,190.17 L257.72,190.17 '/> <g transform="translate(240.33,194.07)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PP calc/NoSlidersLeniency</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M248.72,135.70 L257.72,135.70 '/> <g transform="translate(240.33,139.60)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PP calc/NoLeniency</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M248.72,81.24 L257.72,81.24 '/> <g transform="translate(240.33,85.14)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PP calc/AllIncluded</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M248.72,217.40 L248.72,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M248.72,217.40 L248.72,208.40 '/> <g transform="translate(248.72,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 0.8</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M416.40,217.40 L416.40,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M416.40,217.40 L416.40,208.40 '/> <g transform="translate(416.40,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 1</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M584.09,217.40 L584.09,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M584.09,217.40 L584.09,208.40 '/> <g transform="translate(584.09,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 1.2</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M751.77,217.40 L751.77,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M751.77,217.40 L751.77,208.40 '/> <g transform="translate(751.77,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 1.4</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M919.45,217.40 L919.45,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M919.45,217.40 L919.45,208.40 '/> <g transform="translate(919.45,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 1.6</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1087.14,217.40 L1087.14,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1087.14,217.40 L1087.14,208.40 '/> <g transform="translate(1087.14,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 1.8</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="gray" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='gray' stroke-dasharray='2,4' class="gridline" d='M1254.82,217.40 L1254.82,54.01 '/></g>
|
||||
<g fill="none" color="gray" stroke="gray" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M1254.82,217.40 L1254.82,208.40 '/> <g transform="translate(1254.82,239.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" > 2</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M248.72,54.01 L248.72,217.40 L1254.82,217.40 L1254.82,54.01 L248.72,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(19.18,135.71) rotate(270)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Input</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(751.77,266.30)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >Average time (s)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g id="gnuplot_plot_1" ><title>PDF</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(1187.09,75.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="end">
|
||||
<text><tspan font-family="Helvetica" >PDF</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '1195.48,76.51 1238.04,76.51 1238.04,67.51 1195.48,67.51 '/>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '257.74,190.15 257.76,190.14 257.78,190.14 257.80,190.13 257.82,190.13 257.84,190.12 257.86,190.12 257.89,190.11 257.91,190.10 257.93,190.09 257.95,190.08 257.97,190.06 257.99,190.05 258.01,190.03 258.04,190.01 258.06,189.99
|
||||
258.08,189.97 258.10,189.94 258.12,189.91 258.14,189.88 258.16,189.84 258.19,189.80 258.21,189.76 258.23,189.71 258.25,189.65 258.27,189.59 258.29,189.53 258.31,189.46 258.34,189.38 258.36,189.29 258.38,189.20 258.40,189.10
|
||||
258.42,188.99 258.44,188.87 258.46,188.74 258.49,188.61 258.51,188.46 258.53,188.30 258.55,188.13 258.57,187.95 258.59,187.75 258.61,187.55 258.63,187.33 258.66,187.09 258.68,186.85 258.70,186.59 258.72,186.31 258.74,186.02
|
||||
258.76,185.72 258.78,185.40 258.81,185.07 258.83,184.72 258.85,184.36 258.87,183.98 258.89,183.59 258.91,183.18 258.93,182.77 258.96,182.33 258.98,181.89 259.00,181.43 259.02,180.97 259.04,180.49 259.06,180.00 259.08,179.50
|
||||
259.11,179.00 259.13,178.48 259.15,177.96 259.17,177.44 259.19,176.91 259.21,176.38 259.23,175.85 259.26,175.32 259.28,174.79 259.30,174.26 259.32,173.73 259.34,173.22 259.36,172.70 259.38,172.20 259.41,171.71 259.43,171.22
|
||||
259.45,170.75 259.47,170.30 259.49,169.86 259.51,169.43 259.53,169.02 259.55,168.63 259.58,168.27 259.60,167.92 259.62,167.59 259.64,167.29 259.66,167.01 259.68,166.76 259.70,166.53 259.73,166.33 259.75,166.15 259.77,166.00
|
||||
259.79,165.88 259.81,165.78 259.83,165.71 259.85,165.67 259.88,165.66 259.90,165.67 259.92,165.72 259.94,165.78 259.96,165.88 259.98,166.00 260.00,166.14 260.03,166.31 260.05,166.50 260.07,166.72 260.09,166.95 260.11,167.21
|
||||
260.13,167.49 260.15,167.78 260.18,168.09 260.20,168.42 260.22,168.77 260.24,169.13 260.26,169.50 260.28,169.88 260.30,170.27 260.32,170.67 260.35,171.08 260.37,171.49 260.39,171.91 260.41,172.33 260.43,172.75 260.45,173.18
|
||||
260.47,173.60 260.50,174.02 260.52,174.45 260.54,174.86 260.56,175.28 260.58,175.69 260.60,176.09 260.62,176.49 260.65,176.87 260.67,177.26 260.69,177.63 260.71,177.99 260.73,178.35 260.75,178.69 260.77,179.03 260.80,179.35
|
||||
260.82,179.67 260.84,179.97 260.86,180.27 260.88,180.55 260.90,180.83 260.92,181.09 260.95,181.34 260.97,181.59 260.99,181.83 261.01,182.05 261.03,182.27 261.05,182.48 261.07,182.69 261.10,182.88 261.12,183.07 261.14,183.25
|
||||
261.16,183.43 261.18,183.60 261.20,183.77 261.22,183.93 261.24,184.08 261.27,184.24 261.29,184.38 261.31,184.53 261.33,184.67 261.35,184.81 261.37,184.95 261.39,185.08 261.42,185.21 261.44,185.34 261.46,185.47 261.48,185.59
|
||||
261.50,185.72 261.52,185.84 261.54,185.96 261.57,186.08 261.59,186.19 261.61,186.31 261.63,186.42 261.65,186.53 261.67,186.64 261.69,186.75 261.72,186.85 261.74,186.96 261.76,187.06 261.78,187.16 261.80,187.25 261.82,187.35
|
||||
261.84,187.44 261.87,187.52 261.89,187.61 261.91,187.69 261.93,187.77 261.95,187.85 261.97,187.92 261.99,187.99 262.02,188.06 262.04,188.13 262.06,188.19 262.08,188.25 262.10,188.31 262.12,188.36 262.14,188.42 262.16,188.47
|
||||
262.19,188.51 262.21,188.56 262.23,188.60 262.25,188.65 262.27,188.69 262.29,188.73 262.31,188.76 262.34,188.80 262.36,188.83 262.38,188.86 262.40,188.89 262.42,188.92 262.44,188.95 262.46,188.98 262.49,189.01 262.51,189.03
|
||||
262.53,189.06 262.55,189.08 262.57,189.11 262.59,189.13 262.61,189.15 262.64,189.18 262.66,189.20 262.68,189.22 262.70,189.24 262.72,189.26 262.74,189.28 262.76,189.30 262.79,189.32 262.81,189.33 262.83,189.35 262.85,189.37
|
||||
262.87,189.39 262.89,189.40 262.91,189.42 262.94,189.44 262.96,189.45 262.98,189.47 263.00,189.48 263.02,189.50 263.04,189.51 263.06,189.53 263.08,189.54 263.11,189.56 263.13,189.57 263.15,189.59 263.17,189.60 263.19,189.61
|
||||
263.21,189.63 263.23,189.64 263.26,189.66 263.28,189.67 263.30,189.68 263.32,189.70 263.34,189.71 263.36,189.72 263.38,189.73 263.41,189.75 263.43,189.76 263.45,189.77 263.47,189.78 263.49,189.80 263.51,189.81 263.53,189.82
|
||||
263.56,189.83 263.58,189.84 263.60,189.85 263.62,189.85 263.64,189.86 263.66,189.87 263.68,189.88 263.71,189.88 263.73,189.89 263.75,189.89 263.77,189.90 263.79,189.90 263.81,189.90 263.83,189.90 263.86,189.90 263.88,189.90
|
||||
263.90,189.90 263.92,189.90 263.94,189.90 263.96,189.90 263.98,189.89 264.00,189.89 264.03,189.89 264.05,189.88 264.07,189.87 264.09,189.87 264.11,189.86 264.13,189.86 264.15,189.85 264.18,189.84 264.20,189.84 264.22,189.83
|
||||
264.24,189.82 264.26,189.82 264.28,189.81 264.30,189.80 264.33,189.80 264.35,189.79 264.37,189.79 264.39,189.79 264.41,189.78 264.43,189.78 264.45,189.78 264.48,189.77 264.50,189.77 264.52,189.77 264.54,189.77 264.56,189.78
|
||||
264.58,189.78 264.60,189.78 264.63,189.78 264.65,189.79 264.67,189.79 264.69,189.80 264.71,189.81 264.73,189.81 264.75,189.82 264.78,189.83 264.80,189.84 264.82,189.85 264.84,189.86 264.86,189.87 264.88,189.88 264.90,189.89
|
||||
264.92,189.90 264.95,189.91 264.97,189.92 264.99,189.93 265.01,189.94 265.03,189.95 265.05,189.96 265.07,189.97 265.10,189.98 265.12,189.99 265.14,190.00 265.16,190.01 265.18,190.02 265.20,190.03 265.22,190.04 265.25,190.05
|
||||
265.27,190.06 265.29,190.07 265.31,190.07 265.33,190.08 265.35,190.09 265.37,190.09 265.40,190.10 265.42,190.11 265.44,190.11 265.46,190.12 265.48,190.12 265.50,190.12 265.52,190.13 265.55,190.13 265.57,190.13 265.59,190.14
|
||||
265.61,190.14 265.63,190.14 265.65,190.14 265.67,190.15 265.69,190.15 265.72,190.15 265.74,190.15 265.76,190.15 265.78,190.15 265.80,190.15 265.82,190.15 265.84,190.15 265.87,190.15 265.89,190.15 265.91,190.14 265.93,190.14
|
||||
265.95,190.14 265.97,190.14 265.99,190.13 266.02,190.13 266.04,190.13 266.06,190.12 266.08,190.12 266.10,190.12 266.12,190.11 266.14,190.11 266.17,190.10 266.19,190.09 266.21,190.09 266.23,190.08 266.25,190.07 266.27,190.07
|
||||
266.29,190.06 266.32,190.05 266.34,190.04 266.36,190.03 266.38,190.02 266.40,190.01 266.42,190.00 266.44,189.99 266.47,189.98 266.49,189.97 266.51,189.96 266.53,189.95 266.55,189.94 266.57,189.93 266.59,189.92 266.61,189.91
|
||||
266.64,189.90 266.66,189.89 266.68,189.88 266.70,189.87 266.72,189.86 266.74,189.85 266.76,189.84 266.79,189.83 266.81,189.82 266.83,189.81 266.85,189.81 266.87,189.80 266.89,189.80 266.91,189.79 266.94,189.79 266.96,189.78
|
||||
266.98,189.78 267.00,189.78 267.02,189.78 267.04,189.78 267.06,189.78 267.09,189.78 267.11,189.78 267.13,189.79 267.15,189.79 267.17,189.80 267.19,189.80 267.21,189.81 267.24,189.82 267.26,189.82 267.28,189.83 267.30,189.84
|
||||
267.32,189.85 267.34,189.86 267.36,189.87 267.39,189.88 267.41,189.89 267.43,189.90 267.45,189.91 267.47,189.92 267.49,189.93 267.51,189.94 267.53,189.95 267.56,189.97 267.58,189.98 267.60,189.99 267.62,190.00 267.64,190.01
|
||||
267.66,190.02 267.68,190.03 267.71,190.04 267.73,190.04 267.75,190.05 267.77,190.06 267.79,190.07 267.81,190.08 267.83,190.08 267.86,190.09 267.88,190.10 267.90,190.10 267.92,190.11 267.94,190.11 267.96,190.12 267.98,190.12
|
||||
268.01,190.13 268.03,190.13 268.05,190.13 268.07,190.14 268.09,190.14 268.11,190.14 268.13,190.15 268.16,190.15 268.18,190.15 268.20,190.15 268.22,190.15 268.24,190.16 268.26,190.16 268.28,190.16 268.31,190.16 268.33,190.16
|
||||
268.35,190.16 268.37,190.16 268.39,190.16 268.41,190.16 268.41,190.17 268.39,190.17 268.37,190.17 268.35,190.17 268.33,190.18 268.31,190.18 268.28,190.18 268.26,190.18 268.24,190.18 268.22,190.18 268.20,190.18 268.18,190.19
|
||||
268.16,190.19 268.13,190.19 268.11,190.19 268.09,190.20 268.07,190.20 268.05,190.20 268.03,190.21 268.01,190.21 267.98,190.21 267.96,190.22 267.94,190.22 267.92,190.23 267.90,190.23 267.88,190.24 267.86,190.25 267.83,190.25
|
||||
267.81,190.26 267.79,190.27 267.77,190.28 267.75,190.28 267.73,190.29 267.71,190.30 267.68,190.31 267.66,190.32 267.64,190.33 267.62,190.34 267.60,190.35 267.58,190.36 267.56,190.37 267.53,190.38 267.51,190.39 267.49,190.40
|
||||
267.47,190.41 267.45,190.43 267.43,190.44 267.41,190.45 267.39,190.46 267.36,190.47 267.34,190.48 267.32,190.49 267.30,190.50 267.28,190.51 267.26,190.51 267.24,190.52 267.21,190.53 267.19,190.53 267.17,190.54 267.15,190.55
|
||||
267.13,190.55 267.11,190.55 267.09,190.56 267.06,190.56 267.04,190.56 267.02,190.56 267.00,190.56 266.98,190.56 266.96,190.55 266.94,190.55 266.91,190.55 266.89,190.54 266.87,190.54 266.85,190.53 266.83,190.52 266.81,190.52
|
||||
266.79,190.51 266.76,190.50 266.74,190.49 266.72,190.48 266.70,190.47 266.68,190.46 266.66,190.45 266.64,190.44 266.61,190.43 266.59,190.42 266.57,190.41 266.55,190.40 266.53,190.38 266.51,190.37 266.49,190.36 266.47,190.35
|
||||
266.44,190.34 266.42,190.33 266.40,190.32 266.38,190.31 266.36,190.30 266.34,190.29 266.32,190.29 266.29,190.28 266.27,190.27 266.25,190.26 266.23,190.26 266.21,190.25 266.19,190.24 266.17,190.24 266.14,190.23 266.12,190.23
|
||||
266.10,190.22 266.08,190.22 266.06,190.21 266.04,190.21 266.02,190.21 265.99,190.20 265.97,190.20 265.95,190.20 265.93,190.19 265.91,190.19 265.89,190.19 265.87,190.19 265.84,190.19 265.82,190.19 265.80,190.19 265.78,190.19
|
||||
265.76,190.19 265.74,190.19 265.72,190.19 265.69,190.19 265.67,190.19 265.65,190.19 265.63,190.19 265.61,190.20 265.59,190.20 265.57,190.20 265.55,190.21 265.52,190.21 265.50,190.21 265.48,190.22 265.46,190.22 265.44,190.23
|
||||
265.42,190.23 265.40,190.24 265.37,190.24 265.35,190.25 265.33,190.26 265.31,190.26 265.29,190.27 265.27,190.28 265.25,190.29 265.22,190.29 265.20,190.30 265.18,190.31 265.16,190.32 265.14,190.33 265.12,190.34 265.10,190.35
|
||||
265.07,190.36 265.05,190.37 265.03,190.38 265.01,190.40 264.99,190.41 264.97,190.42 264.95,190.43 264.92,190.44 264.90,190.45 264.88,190.46 264.86,190.47 264.84,190.48 264.82,190.49 264.80,190.50 264.78,190.51 264.75,190.52
|
||||
264.73,190.52 264.71,190.53 264.69,190.54 264.67,190.54 264.65,190.55 264.63,190.55 264.60,190.56 264.58,190.56 264.56,190.56 264.54,190.56 264.52,190.56 264.50,190.56 264.48,190.56 264.45,190.56 264.43,190.56 264.41,190.56
|
||||
264.39,190.55 264.37,190.55 264.35,190.54 264.33,190.54 264.30,190.53 264.28,190.53 264.26,190.52 264.24,190.51 264.22,190.51 264.20,190.50 264.18,190.49 264.15,190.49 264.13,190.48 264.11,190.47 264.09,190.47 264.07,190.46
|
||||
264.05,190.46 264.03,190.45 264.00,190.45 263.98,190.44 263.96,190.44 263.94,190.44 263.92,190.43 263.90,190.43 263.88,190.43 263.86,190.43 263.83,190.43 263.81,190.43 263.79,190.44 263.77,190.44 263.75,190.44 263.73,190.45
|
||||
263.71,190.45 263.68,190.46 263.66,190.47 263.64,190.47 263.62,190.48 263.60,190.49 263.58,190.50 263.56,190.51 263.53,190.52 263.51,190.53 263.49,190.54 263.47,190.55 263.45,190.56 263.43,190.58 263.41,190.59 263.38,190.60
|
||||
263.36,190.61 263.34,190.63 263.32,190.64 263.30,190.65 263.28,190.67 263.26,190.68 263.23,190.70 263.21,190.71 263.19,190.72 263.17,190.74 263.15,190.75 263.13,190.76 263.11,190.78 263.08,190.79 263.06,190.81 263.04,190.82
|
||||
263.02,190.84 263.00,190.85 262.98,190.87 262.96,190.88 262.94,190.90 262.91,190.92 262.89,190.93 262.87,190.95 262.85,190.97 262.83,190.98 262.81,191.00 262.79,191.02 262.76,191.04 262.74,191.06 262.72,191.08 262.70,191.10
|
||||
262.68,191.12 262.66,191.14 262.64,191.16 262.61,191.18 262.59,191.20 262.57,191.23 262.55,191.25 262.53,191.28 262.51,191.30 262.49,191.33 262.46,191.36 262.44,191.38 262.42,191.41 262.40,191.44 262.38,191.47 262.36,191.51
|
||||
262.34,191.54 262.31,191.57 262.29,191.61 262.27,191.65 262.25,191.69 262.23,191.73 262.21,191.78 262.19,191.82 262.16,191.87 262.14,191.92 262.12,191.97 262.10,192.03 262.08,192.09 262.06,192.15 262.04,192.21 262.02,192.28
|
||||
261.99,192.34 261.97,192.41 261.95,192.49 261.93,192.57 261.91,192.65 261.89,192.73 261.87,192.81 261.84,192.90 261.82,192.99 261.80,193.08 261.78,193.18 261.76,193.28 261.74,193.38 261.72,193.48 261.69,193.59 261.67,193.69
|
||||
261.65,193.80 261.63,193.91 261.61,194.03 261.59,194.14 261.57,194.26 261.54,194.38 261.52,194.50 261.50,194.62 261.48,194.74 261.46,194.87 261.44,195.00 261.42,195.13 261.39,195.26 261.37,195.39 261.35,195.53 261.33,195.67
|
||||
261.31,195.81 261.29,195.95 261.27,196.10 261.24,196.25 261.22,196.41 261.20,196.57 261.18,196.74 261.16,196.91 261.14,197.08 261.12,197.27 261.10,197.45 261.07,197.65 261.05,197.85 261.03,198.06 261.01,198.28 260.99,198.51
|
||||
260.97,198.75 260.95,198.99 260.92,199.25 260.90,199.51 260.88,199.79 260.86,200.07 260.84,200.36 260.82,200.67 260.80,200.98 260.77,201.31 260.75,201.64 260.73,201.99 260.71,202.34 260.69,202.71 260.67,203.08 260.65,203.46
|
||||
260.62,203.85 260.60,204.25 260.58,204.65 260.56,205.06 260.54,205.47 260.52,205.89 260.50,206.31 260.47,206.74 260.45,207.16 260.43,207.59 260.41,208.01 260.39,208.43 260.37,208.85 260.35,209.26 260.32,209.67 260.30,210.07
|
||||
260.28,210.46 260.26,210.84 260.24,211.21 260.22,211.57 260.20,211.91 260.18,212.24 260.15,212.55 260.13,212.85 260.11,213.13 260.09,213.38 260.07,213.62 260.05,213.84 260.03,214.03 260.00,214.20 259.98,214.34 259.96,214.46
|
||||
259.94,214.55 259.92,214.62 259.90,214.66 259.88,214.68 259.85,214.66 259.83,214.62 259.81,214.56 259.79,214.46 259.77,214.34 259.75,214.19 259.73,214.01 259.70,213.81 259.68,213.58 259.66,213.32 259.64,213.05 259.62,212.74
|
||||
259.60,212.42 259.58,212.07 259.55,211.70 259.53,211.31 259.51,210.91 259.49,210.48 259.47,210.04 259.45,209.58 259.43,209.11 259.41,208.63 259.38,208.14 259.36,207.63 259.34,207.12 259.32,206.60 259.30,206.08 259.28,205.55
|
||||
259.26,205.02 259.23,204.49 259.21,203.96 259.19,203.43 259.17,202.90 259.15,202.37 259.13,201.85 259.11,201.34 259.08,200.84 259.06,200.34 259.04,199.85 259.02,199.37 259.00,198.90 258.98,198.45 258.96,198.00 258.93,197.57
|
||||
258.91,197.15 258.89,196.75 258.87,196.36 258.85,195.98 258.83,195.62 258.81,195.27 258.78,194.94 258.76,194.62 258.74,194.32 258.72,194.03 258.70,193.75 258.68,193.49 258.66,193.24 258.63,193.01 258.61,192.79 258.59,192.58
|
||||
258.57,192.39 258.55,192.21 258.53,192.04 258.51,191.88 258.49,191.73 258.46,191.59 258.44,191.47 258.42,191.35 258.40,191.24 258.38,191.14 258.36,191.04 258.34,190.96 258.31,190.88 258.29,190.81 258.27,190.74 258.25,190.68
|
||||
258.23,190.63 258.21,190.58 258.19,190.53 258.16,190.49 258.14,190.46 258.12,190.42 258.10,190.40 258.08,190.37 258.06,190.34 258.04,190.32 258.01,190.30 257.99,190.29 257.97,190.27 257.95,190.26 257.93,190.25 257.91,190.24
|
||||
257.89,190.23 257.86,190.22 257.84,190.21 257.82,190.21 257.80,190.20 257.78,190.20 257.76,190.19 257.74,190.19 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '888.68,135.68 888.70,135.68 888.73,135.68 888.76,135.67 888.78,135.67 888.81,135.66 888.83,135.66 888.86,135.65 888.89,135.64 888.91,135.64 888.94,135.63 888.97,135.62 888.99,135.61 889.02,135.59 889.04,135.58 889.07,135.57
|
||||
889.10,135.55 889.12,135.53 889.15,135.51 889.18,135.49 889.20,135.47 889.23,135.44 889.25,135.42 889.28,135.39 889.31,135.35 889.33,135.32 889.36,135.28 889.39,135.24 889.41,135.19 889.44,135.14 889.46,135.09 889.49,135.03
|
||||
889.52,134.97 889.54,134.90 889.57,134.83 889.60,134.76 889.62,134.67 889.65,134.59 889.68,134.49 889.70,134.39 889.73,134.29 889.75,134.17 889.78,134.06 889.81,133.93 889.83,133.79 889.86,133.65 889.89,133.50 889.91,133.35
|
||||
889.94,133.18 889.96,133.01 889.99,132.82 890.02,132.63 890.04,132.43 890.07,132.22 890.10,132.00 890.12,131.78 890.15,131.54 890.17,131.30 890.20,131.04 890.23,130.78 890.25,130.50 890.28,130.22 890.31,129.93 890.33,129.63
|
||||
890.36,129.33 890.38,129.01 890.41,128.69 890.44,128.35 890.46,128.01 890.49,127.67 890.52,127.32 890.54,126.96 890.57,126.59 890.60,126.22 890.62,125.85 890.65,125.47 890.67,125.08 890.70,124.69 890.73,124.30 890.75,123.91
|
||||
890.78,123.52 890.81,123.12 890.83,122.73 890.86,122.33 890.88,121.93 890.91,121.54 890.94,121.15 890.96,120.76 890.99,120.37 891.02,119.99 891.04,119.61 891.07,119.23 891.09,118.86 891.12,118.50 891.15,118.14 891.17,117.80
|
||||
891.20,117.45 891.23,117.12 891.25,116.79 891.28,116.47 891.30,116.16 891.33,115.86 891.36,115.57 891.38,115.29 891.41,115.02 891.44,114.76 891.46,114.51 891.49,114.27 891.52,114.04 891.54,113.82 891.57,113.61 891.59,113.41
|
||||
891.62,113.22 891.65,113.04 891.67,112.87 891.70,112.71 891.73,112.56 891.75,112.42 891.78,112.29 891.80,112.17 891.83,112.06 891.86,111.95 891.88,111.85 891.91,111.77 891.94,111.69 891.96,111.61 891.99,111.54 892.01,111.48
|
||||
892.04,111.43 892.07,111.38 892.09,111.34 892.12,111.31 892.15,111.28 892.17,111.25 892.20,111.23 892.22,111.21 892.25,111.20 892.28,111.20 892.30,111.20 892.33,111.20 892.36,111.21 892.38,111.22 892.41,111.24 892.44,111.26
|
||||
892.46,111.28 892.49,111.31 892.51,111.35 892.54,111.39 892.57,111.43 892.59,111.48 892.62,111.54 892.65,111.60 892.67,111.67 892.70,111.74 892.72,111.82 892.75,111.91 892.78,112.00 892.80,112.11 892.83,112.21 892.86,112.33
|
||||
892.88,112.46 892.91,112.59 892.93,112.73 892.96,112.89 892.99,113.05 893.01,113.22 893.04,113.39 893.07,113.58 893.09,113.78 893.12,113.99 893.14,114.20 893.17,114.43 893.20,114.67 893.22,114.91 893.25,115.16 893.28,115.43
|
||||
893.30,115.70 893.33,115.98 893.36,116.27 893.38,116.56 893.41,116.87 893.43,117.18 893.46,117.50 893.49,117.82 893.51,118.15 893.54,118.49 893.57,118.83 893.59,119.17 893.62,119.52 893.64,119.87 893.67,120.22 893.70,120.58
|
||||
893.72,120.93 893.75,121.29 893.78,121.65 893.80,122.00 893.83,122.36 893.85,122.71 893.88,123.07 893.91,123.42 893.93,123.76 893.96,124.10 893.99,124.44 894.01,124.78 894.04,125.10 894.06,125.43 894.09,125.74 894.12,126.05
|
||||
894.14,126.36 894.17,126.65 894.20,126.94 894.22,127.23 894.25,127.50 894.28,127.77 894.30,128.03 894.33,128.28 894.35,128.53 894.38,128.76 894.41,128.99 894.43,129.21 894.46,129.43 894.49,129.63 894.51,129.83 894.54,130.02
|
||||
894.56,130.20 894.59,130.38 894.62,130.55 894.64,130.71 894.67,130.87 894.70,131.02 894.72,131.16 894.75,131.30 894.77,131.43 894.80,131.55 894.83,131.67 894.85,131.79 894.88,131.90 894.91,132.01 894.93,132.11 894.96,132.21
|
||||
894.98,132.31 895.01,132.40 895.04,132.49 895.06,132.57 895.09,132.66 895.12,132.74 895.14,132.82 895.17,132.89 895.20,132.97 895.22,133.04 895.25,133.11 895.27,133.18 895.30,133.25 895.33,133.32 895.35,133.38 895.38,133.45
|
||||
895.41,133.51 895.43,133.58 895.46,133.64 895.48,133.70 895.51,133.76 895.54,133.82 895.56,133.88 895.59,133.94 895.62,134.00 895.64,134.06 895.67,134.11 895.69,134.17 895.72,134.22 895.75,134.28 895.77,134.33 895.80,134.38
|
||||
895.83,134.44 895.85,134.49 895.88,134.54 895.90,134.59 895.93,134.64 895.96,134.68 895.98,134.73 896.01,134.78 896.04,134.82 896.06,134.86 896.09,134.90 896.12,134.95 896.14,134.98 896.17,135.02 896.19,135.06 896.22,135.10
|
||||
896.25,135.13 896.27,135.16 896.30,135.20 896.33,135.23 896.35,135.26 896.38,135.28 896.40,135.31 896.43,135.34 896.46,135.36 896.48,135.38 896.51,135.41 896.54,135.43 896.56,135.45 896.59,135.46 896.61,135.48 896.64,135.50
|
||||
896.67,135.51 896.69,135.53 896.72,135.54 896.75,135.56 896.77,135.57 896.80,135.58 896.82,135.59 896.85,135.60 896.88,135.61 896.90,135.61 896.93,135.62 896.96,135.63 896.98,135.64 897.01,135.64 897.04,135.65 897.06,135.65
|
||||
897.09,135.65 897.11,135.66 897.14,135.66 897.17,135.66 897.19,135.67 897.22,135.67 897.25,135.67 897.27,135.67 897.30,135.67 897.32,135.67 897.35,135.67 897.38,135.67 897.40,135.67 897.43,135.67 897.46,135.67 897.48,135.66
|
||||
897.51,135.66 897.53,135.66 897.56,135.65 897.59,135.65 897.61,135.64 897.64,135.64 897.67,135.63 897.69,135.63 897.72,135.62 897.74,135.61 897.77,135.61 897.80,135.60 897.82,135.59 897.85,135.58 897.88,135.57 897.90,135.56
|
||||
897.93,135.55 897.96,135.53 897.98,135.52 898.01,135.51 898.03,135.49 898.06,135.47 898.09,135.46 898.11,135.44 898.14,135.42 898.17,135.40 898.19,135.38 898.22,135.36 898.24,135.34 898.27,135.32 898.30,135.29 898.32,135.27
|
||||
898.35,135.24 898.38,135.22 898.40,135.19 898.43,135.17 898.45,135.14 898.48,135.11 898.51,135.08 898.53,135.05 898.56,135.02 898.59,134.99 898.61,134.96 898.64,134.93 898.66,134.90 898.69,134.87 898.72,134.84 898.74,134.81
|
||||
898.77,134.78 898.80,134.75 898.82,134.72 898.85,134.69 898.88,134.66 898.90,134.63 898.93,134.60 898.95,134.58 898.98,134.55 899.01,134.53 899.03,134.50 899.06,134.48 899.09,134.46 899.11,134.44 899.14,134.42 899.16,134.40
|
||||
899.19,134.39 899.22,134.38 899.24,134.36 899.27,134.35 899.30,134.34 899.32,134.34 899.35,134.33 899.37,134.33 899.40,134.33 899.43,134.33 899.45,134.33 899.48,134.33 899.51,134.34 899.53,134.35 899.56,134.36 899.58,134.37
|
||||
899.61,134.38 899.64,134.39 899.66,134.41 899.69,134.42 899.72,134.44 899.74,134.46 899.77,134.48 899.80,134.51 899.82,134.53 899.85,134.55 899.87,134.58 899.90,134.61 899.93,134.63 899.95,134.66 899.98,134.69 900.01,134.72
|
||||
900.03,134.75 900.06,134.78 900.08,134.80 900.11,134.83 900.14,134.86 900.16,134.89 900.19,134.92 900.22,134.95 900.24,134.98 900.27,135.01 900.29,135.04 900.32,135.07 900.35,135.10 900.37,135.13 900.40,135.15 900.43,135.18
|
||||
900.45,135.21 900.48,135.23 900.51,135.26 900.53,135.28 900.56,135.30 900.58,135.33 900.61,135.35 900.64,135.37 900.66,135.39 900.69,135.41 900.72,135.43 900.74,135.44 900.77,135.46 900.79,135.48 900.82,135.49 900.85,135.51
|
||||
900.87,135.52 900.90,135.53 900.93,135.54 900.95,135.56 900.98,135.57 901.00,135.58 901.03,135.59 901.06,135.60 901.08,135.61 901.11,135.61 901.14,135.62 901.16,135.63 901.19,135.63 901.21,135.64 901.24,135.65 901.27,135.65
|
||||
901.29,135.66 901.32,135.66 901.35,135.66 901.37,135.67 901.40,135.67 901.43,135.68 901.45,135.68 901.48,135.68 901.50,135.68 901.53,135.69 901.56,135.69 901.58,135.69 901.61,135.69 901.64,135.69 901.66,135.69 901.69,135.69
|
||||
901.71,135.70 901.74,135.70 901.77,135.70 901.79,135.70 901.79,135.71 901.77,135.71 901.74,135.71 901.71,135.71 901.69,135.72 901.66,135.72 901.64,135.72 901.61,135.72 901.58,135.72 901.56,135.72 901.53,135.72 901.50,135.73
|
||||
901.48,135.73 901.45,135.73 901.43,135.73 901.40,135.74 901.37,135.74 901.35,135.75 901.32,135.75 901.29,135.75 901.27,135.76 901.24,135.76 901.21,135.77 901.19,135.78 901.16,135.78 901.14,135.79 901.11,135.80 901.08,135.80
|
||||
901.06,135.81 901.03,135.82 901.00,135.83 900.98,135.84 900.95,135.85 900.93,135.87 900.90,135.88 900.87,135.89 900.85,135.90 900.82,135.92 900.79,135.93 900.77,135.95 900.74,135.97 900.72,135.98 900.69,136.00 900.66,136.02
|
||||
900.64,136.04 900.61,136.06 900.58,136.08 900.56,136.11 900.53,136.13 900.51,136.15 900.48,136.18 900.45,136.20 900.43,136.23 900.40,136.26 900.37,136.28 900.35,136.31 900.32,136.34 900.29,136.37 900.27,136.40 900.24,136.43
|
||||
900.22,136.46 900.19,136.49 900.16,136.52 900.14,136.55 900.11,136.58 900.08,136.61 900.06,136.63 900.03,136.66 900.01,136.69 899.98,136.72 899.95,136.75 899.93,136.78 899.90,136.80 899.87,136.83 899.85,136.86 899.82,136.88
|
||||
899.80,136.90 899.77,136.93 899.74,136.95 899.72,136.97 899.69,136.99 899.66,137.00 899.64,137.02 899.61,137.03 899.58,137.04 899.56,137.05 899.53,137.06 899.51,137.07 899.48,137.08 899.45,137.08 899.43,137.08 899.40,137.08
|
||||
899.37,137.08 899.35,137.08 899.32,137.07 899.30,137.07 899.27,137.06 899.24,137.05 899.22,137.03 899.19,137.02 899.16,137.01 899.14,136.99 899.11,136.97 899.09,136.95 899.06,136.93 899.03,136.91 899.01,136.88 898.98,136.86
|
||||
898.95,136.83 898.93,136.81 898.90,136.78 898.88,136.75 898.85,136.72 898.82,136.69 898.80,136.66 898.77,136.63 898.74,136.60 898.72,136.57 898.69,136.54 898.66,136.51 898.64,136.48 898.61,136.45 898.59,136.42 898.56,136.39
|
||||
898.53,136.36 898.51,136.33 898.48,136.30 898.45,136.27 898.43,136.24 898.40,136.22 898.38,136.19 898.35,136.17 898.32,136.14 898.30,136.12 898.27,136.09 898.24,136.07 898.22,136.05 898.19,136.03 898.17,136.01 898.14,135.99
|
||||
898.11,135.97 898.09,135.95 898.06,135.94 898.03,135.92 898.01,135.90 897.98,135.89 897.96,135.88 897.93,135.86 897.90,135.85 897.88,135.84 897.85,135.83 897.82,135.82 897.80,135.81 897.77,135.80 897.74,135.80 897.72,135.79
|
||||
897.69,135.78 897.67,135.78 897.64,135.77 897.61,135.77 897.59,135.76 897.56,135.76 897.53,135.75 897.51,135.75 897.48,135.75 897.46,135.74 897.43,135.74 897.40,135.74 897.38,135.74 897.35,135.74 897.32,135.74 897.30,135.74
|
||||
897.27,135.74 897.25,135.74 897.22,135.74 897.19,135.74 897.17,135.75 897.14,135.75 897.11,135.75 897.09,135.76 897.06,135.76 897.04,135.76 897.01,135.77 896.98,135.77 896.96,135.78 896.93,135.79 896.90,135.80 896.88,135.80
|
||||
896.85,135.81 896.82,135.82 896.80,135.83 896.77,135.84 896.75,135.85 896.72,135.87 896.69,135.88 896.67,135.90 896.64,135.91 896.61,135.93 896.59,135.95 896.56,135.96 896.54,135.98 896.51,136.00 896.48,136.03 896.46,136.05
|
||||
896.43,136.07 896.40,136.10 896.38,136.13 896.35,136.15 896.33,136.18 896.30,136.21 896.27,136.25 896.25,136.28 896.22,136.31 896.19,136.35 896.17,136.39 896.14,136.43 896.12,136.46 896.09,136.51 896.06,136.55 896.04,136.59
|
||||
896.01,136.63 895.98,136.68 895.96,136.73 895.93,136.77 895.90,136.82 895.88,136.87 895.85,136.92 895.83,136.97 895.80,137.03 895.77,137.08 895.75,137.13 895.72,137.19 895.69,137.24 895.67,137.30 895.64,137.35 895.62,137.41
|
||||
895.59,137.47 895.56,137.53 895.54,137.59 895.51,137.65 895.48,137.71 895.46,137.77 895.43,137.83 895.41,137.90 895.38,137.96 895.35,138.03 895.33,138.09 895.30,138.16 895.27,138.23 895.25,138.30 895.22,138.37 895.20,138.44
|
||||
895.17,138.52 895.14,138.59 895.12,138.67 895.09,138.75 895.06,138.84 895.04,138.92 895.01,139.01 894.98,139.10 894.96,139.20 894.93,139.30 894.91,139.40 894.88,139.51 894.85,139.62 894.83,139.74 894.80,139.86 894.77,139.98
|
||||
894.75,140.11 894.72,140.25 894.70,140.39 894.67,140.54 894.64,140.70 894.62,140.86 894.59,141.03 894.56,141.21 894.54,141.39 894.51,141.58 894.49,141.78 894.46,141.98 894.43,142.20 894.41,142.42 894.38,142.65 894.35,142.88
|
||||
894.33,143.13 894.30,143.38 894.28,143.64 894.25,143.91 894.22,144.18 894.20,144.47 894.17,144.76 894.14,145.05 894.12,145.36 894.09,145.67 894.06,145.98 894.04,146.31 894.01,146.63 893.99,146.97 893.96,147.31 893.93,147.65
|
||||
893.91,147.99 893.88,148.34 893.85,148.70 893.83,149.05 893.80,149.41 893.78,149.76 893.75,150.12 893.72,150.48 893.70,150.83 893.67,151.19 893.64,151.54 893.62,151.89 893.59,152.24 893.57,152.58 893.54,152.92 893.51,153.26
|
||||
893.49,153.59 893.46,153.91 893.43,154.23 893.41,154.54 893.38,154.85 893.36,155.14 893.33,155.43 893.30,155.71 893.28,155.98 893.25,156.25 893.22,156.50 893.20,156.74 893.17,156.98 893.14,157.21 893.12,157.42 893.09,157.63
|
||||
893.07,157.83 893.04,158.02 893.01,158.19 892.99,158.36 892.96,158.52 892.93,158.68 892.91,158.82 892.88,158.95 892.86,159.08 892.83,159.20 892.80,159.30 892.78,159.41 892.75,159.50 892.72,159.59 892.70,159.67 892.67,159.74
|
||||
892.65,159.81 892.62,159.87 892.59,159.93 892.57,159.98 892.54,160.02 892.51,160.06 892.49,160.10 892.46,160.13 892.44,160.15 892.41,160.17 892.38,160.19 892.36,160.20 892.33,160.21 892.30,160.21 892.28,160.21 892.25,160.21
|
||||
892.22,160.20 892.20,160.18 892.17,160.16 892.15,160.13 892.12,160.10 892.09,160.07 892.07,160.03 892.04,159.98 892.01,159.93 891.99,159.87 891.96,159.80 891.94,159.72 891.91,159.64 891.88,159.56 891.86,159.46 891.83,159.35
|
||||
891.80,159.24 891.78,159.12 891.75,158.99 891.73,158.85 891.70,158.70 891.67,158.54 891.65,158.37 891.62,158.19 891.59,158.00 891.57,157.80 891.54,157.59 891.52,157.37 891.49,157.14 891.46,156.90 891.44,156.65 891.41,156.39
|
||||
891.38,156.12 891.36,155.84 891.33,155.55 891.30,155.25 891.28,154.94 891.25,154.62 891.23,154.29 891.20,153.96 891.17,153.61 891.15,153.27 891.12,152.91 891.09,152.55 891.07,152.18 891.04,151.80 891.02,151.42 890.99,151.04
|
||||
890.96,150.65 890.94,150.26 890.91,149.87 890.88,149.48 890.86,149.08 890.83,148.68 890.81,148.29 890.78,147.89 890.75,147.50 890.73,147.11 890.70,146.72 890.67,146.33 890.65,145.94 890.62,145.56 890.60,145.19 890.57,144.82
|
||||
890.54,144.45 890.52,144.09 890.49,143.74 890.46,143.40 890.44,143.06 890.41,142.72 890.38,142.40 890.36,142.08 890.33,141.78 890.31,141.48 890.28,141.19 890.25,140.91 890.23,140.63 890.20,140.37 890.17,140.11 890.15,139.87
|
||||
890.12,139.63 890.10,139.41 890.07,139.19 890.04,138.98 890.02,138.78 889.99,138.59 889.96,138.40 889.94,138.23 889.91,138.06 889.89,137.91 889.86,137.76 889.83,137.62 889.81,137.48 889.78,137.35 889.75,137.24 889.73,137.12
|
||||
889.70,137.02 889.68,136.92 889.65,136.82 889.62,136.74 889.60,136.65 889.57,136.58 889.54,136.51 889.52,136.44 889.49,136.38 889.46,136.32 889.44,136.27 889.41,136.22 889.39,136.17 889.36,136.13 889.33,136.09 889.31,136.06
|
||||
889.28,136.02 889.25,135.99 889.23,135.97 889.20,135.94 889.18,135.92 889.15,135.90 889.12,135.88 889.10,135.86 889.07,135.84 889.04,135.83 889.02,135.82 888.99,135.80 888.97,135.79 888.94,135.78 888.91,135.77 888.89,135.77
|
||||
888.86,135.76 888.83,135.75 888.81,135.75 888.78,135.74 888.76,135.74 888.73,135.73 888.70,135.73 888.68,135.73 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="gnuplot_plot_3" ><title>gnuplot_plot_3</title>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g stroke='none' shape-rendering='crispEdges'>
|
||||
<polygon fill = 'rgb( 31, 120, 180)' fill-opacity = '0.250000' points = '985.56,81.19 985.79,81.18 986.01,81.18 986.24,81.17 986.46,81.15 986.68,81.14 986.91,81.13 987.13,81.11 987.36,81.09 987.58,81.07 987.81,81.05 988.03,81.02 988.25,80.99 988.48,80.96 988.70,80.92 988.93,80.88
|
||||
989.15,80.84 989.38,80.79 989.60,80.73 989.82,80.67 990.05,80.60 990.27,80.53 990.50,80.44 990.72,80.36 990.95,80.26 991.17,80.15 991.39,80.03 991.62,79.91 991.84,79.77 992.07,79.62 992.29,79.46 992.52,79.29
|
||||
992.74,79.10 992.96,78.90 993.19,78.68 993.41,78.45 993.64,78.21 993.86,77.94 994.09,77.66 994.31,77.37 994.54,77.06 994.76,76.73 994.98,76.38 995.21,76.01 995.43,75.62 995.66,75.22 995.88,74.80 996.11,74.36
|
||||
996.33,73.90 996.55,73.43 996.78,72.94 997.00,72.43 997.23,71.91 997.45,71.37 997.68,70.82 997.90,70.26 998.12,69.69 998.35,69.11 998.57,68.52 998.80,67.92 999.02,67.32 999.25,66.72 999.47,66.11 999.69,65.51
|
||||
999.92,64.91 1000.14,64.31 1000.37,63.73 1000.59,63.15 1000.82,62.58 1001.04,62.03 1001.26,61.49 1001.49,60.98 1001.71,60.48 1001.94,60.01 1002.16,59.56 1002.39,59.14 1002.61,58.75 1002.83,58.39 1003.06,58.06 1003.28,57.76
|
||||
1003.51,57.50 1003.73,57.28 1003.96,57.09 1004.18,56.94 1004.40,56.83 1004.63,56.76 1004.85,56.73 1005.08,56.74 1005.30,56.79 1005.53,56.88 1005.75,57.00 1005.98,57.16 1006.20,57.36 1006.42,57.60 1006.65,57.87 1006.87,58.17
|
||||
1007.10,58.51 1007.32,58.87 1007.55,59.27 1007.77,59.69 1007.99,60.13 1008.22,60.60 1008.44,61.09 1008.67,61.59 1008.89,62.11 1009.12,62.65 1009.34,63.20 1009.56,63.75 1009.79,64.32 1010.01,64.89 1010.24,65.46 1010.46,66.04
|
||||
1010.69,66.61 1010.91,67.18 1011.13,67.75 1011.36,68.31 1011.58,68.87 1011.81,69.42 1012.03,69.95 1012.26,70.48 1012.48,70.99 1012.70,71.50 1012.93,71.98 1013.15,72.46 1013.38,72.92 1013.60,73.36 1013.83,73.79 1014.05,74.20
|
||||
1014.27,74.59 1014.50,74.97 1014.72,75.33 1014.95,75.68 1015.17,76.01 1015.40,76.32 1015.62,76.62 1015.84,76.90 1016.07,77.17 1016.29,77.42 1016.52,77.66 1016.74,77.89 1016.97,78.10 1017.19,78.29 1017.42,78.48 1017.64,78.65
|
||||
1017.86,78.82 1018.09,78.97 1018.31,79.11 1018.54,79.24 1018.76,79.36 1018.99,79.48 1019.21,79.58 1019.43,79.68 1019.66,79.77 1019.88,79.86 1020.11,79.93 1020.33,80.00 1020.56,80.07 1020.78,80.13 1021.00,80.18 1021.23,80.23
|
||||
1021.45,80.28 1021.68,80.32 1021.90,80.36 1022.13,80.39 1022.35,80.42 1022.57,80.45 1022.80,80.48 1023.02,80.50 1023.25,80.52 1023.47,80.54 1023.70,80.55 1023.92,80.57 1024.14,80.58 1024.37,80.59 1024.59,80.60 1024.82,80.61
|
||||
1025.04,80.61 1025.27,80.62 1025.49,80.62 1025.71,80.62 1025.94,80.63 1026.16,80.63 1026.39,80.63 1026.61,80.63 1026.84,80.63 1027.06,80.63 1027.28,80.63 1027.51,80.63 1027.73,80.63 1027.96,80.63 1028.18,80.63 1028.41,80.63
|
||||
1028.63,80.63 1028.86,80.63 1029.08,80.63 1029.30,80.63 1029.53,80.63 1029.75,80.63 1029.98,80.64 1030.20,80.64 1030.43,80.64 1030.65,80.65 1030.87,80.65 1031.10,80.66 1031.32,80.67 1031.55,80.67 1031.77,80.68 1032.00,80.69
|
||||
1032.22,80.70 1032.44,80.71 1032.67,80.72 1032.89,80.73 1033.12,80.74 1033.34,80.75 1033.57,80.76 1033.79,80.78 1034.01,80.79 1034.24,80.80 1034.46,80.81 1034.69,80.82 1034.91,80.84 1035.14,80.85 1035.36,80.86 1035.58,80.87
|
||||
1035.81,80.89 1036.03,80.90 1036.26,80.91 1036.48,80.92 1036.71,80.93 1036.93,80.94 1037.15,80.95 1037.38,80.96 1037.60,80.97 1037.83,80.98 1038.05,80.98 1038.28,80.99 1038.50,81.00 1038.72,81.00 1038.95,81.01 1039.17,81.01
|
||||
1039.40,81.02 1039.62,81.02 1039.85,81.02 1040.07,81.02 1040.30,81.03 1040.52,81.03 1040.74,81.03 1040.97,81.03 1041.19,81.03 1041.42,81.02 1041.64,81.02 1041.87,81.02 1042.09,81.02 1042.31,81.01 1042.54,81.01 1042.76,81.01
|
||||
1042.99,81.00 1043.21,81.00 1043.44,81.00 1043.66,80.99 1043.88,80.99 1044.11,80.99 1044.33,80.98 1044.56,80.98 1044.78,80.98 1045.01,80.97 1045.23,80.97 1045.45,80.97 1045.68,80.96 1045.90,80.96 1046.13,80.96 1046.35,80.96
|
||||
1046.58,80.96 1046.80,80.96 1047.02,80.96 1047.25,80.96 1047.47,80.96 1047.70,80.96 1047.92,80.96 1048.15,80.96 1048.37,80.96 1048.59,80.96 1048.82,80.97 1049.04,80.97 1049.27,80.97 1049.49,80.97 1049.72,80.98 1049.94,80.98
|
||||
1050.16,80.99 1050.39,80.99 1050.61,80.99 1050.84,81.00 1051.06,81.00 1051.29,81.01 1051.51,81.01 1051.74,81.02 1051.96,81.02 1052.18,81.02 1052.41,81.03 1052.63,81.03 1052.86,81.03 1053.08,81.04 1053.31,81.04 1053.53,81.04
|
||||
1053.75,81.04 1053.98,81.04 1054.20,81.04 1054.43,81.04 1054.65,81.04 1054.88,81.04 1055.10,81.04 1055.32,81.03 1055.55,81.03 1055.77,81.03 1056.00,81.02 1056.22,81.02 1056.45,81.01 1056.67,81.00 1056.89,81.00 1057.12,80.99
|
||||
1057.34,80.98 1057.57,80.97 1057.79,80.96 1058.02,80.95 1058.24,80.94 1058.46,80.93 1058.69,80.92 1058.91,80.91 1059.14,80.89 1059.36,80.88 1059.59,80.87 1059.81,80.86 1060.03,80.84 1060.26,80.83 1060.48,80.82 1060.71,80.81
|
||||
1060.93,80.80 1061.16,80.78 1061.38,80.77 1061.60,80.76 1061.83,80.75 1062.05,80.74 1062.28,80.73 1062.50,80.72 1062.73,80.72 1062.95,80.71 1063.18,80.70 1063.40,80.70 1063.62,80.69 1063.85,80.69 1064.07,80.68 1064.30,80.68
|
||||
1064.52,80.68 1064.75,80.68 1064.97,80.68 1065.19,80.68 1065.42,80.69 1065.64,80.69 1065.87,80.69 1066.09,80.70 1066.32,80.70 1066.54,80.71 1066.76,80.72 1066.99,80.73 1067.21,80.74 1067.44,80.75 1067.66,80.76 1067.89,80.77
|
||||
1068.11,80.78 1068.33,80.79 1068.56,80.80 1068.78,80.81 1069.01,80.82 1069.23,80.84 1069.46,80.85 1069.68,80.86 1069.90,80.87 1070.13,80.88 1070.35,80.89 1070.58,80.91 1070.80,80.92 1071.03,80.93 1071.25,80.94 1071.47,80.95
|
||||
1071.70,80.96 1071.92,80.97 1072.15,80.97 1072.37,80.98 1072.60,80.99 1072.82,81.00 1073.04,81.00 1073.27,81.01 1073.49,81.01 1073.72,81.02 1073.94,81.02 1074.17,81.02 1074.39,81.02 1074.62,81.02 1074.84,81.03 1075.06,81.03
|
||||
1075.29,81.03 1075.51,81.03 1075.74,81.02 1075.96,81.02 1076.19,81.02 1076.41,81.02 1076.63,81.01 1076.86,81.01 1077.08,81.01 1077.31,81.01 1077.53,81.00 1077.76,81.00 1077.98,80.99 1078.20,80.99 1078.43,80.99 1078.65,80.98
|
||||
1078.88,80.98 1079.10,80.98 1079.33,80.97 1079.55,80.97 1079.77,80.97 1080.00,80.96 1080.22,80.96 1080.45,80.96 1080.67,80.96 1080.90,80.96 1081.12,80.96 1081.34,80.96 1081.57,80.96 1081.79,80.96 1082.02,80.96 1082.24,80.96
|
||||
1082.47,80.96 1082.69,80.97 1082.91,80.97 1083.14,80.97 1083.36,80.98 1083.59,80.98 1083.81,80.98 1084.04,80.99 1084.26,80.99 1084.48,81.00 1084.71,81.01 1084.93,81.01 1085.16,81.02 1085.38,81.02 1085.61,81.03 1085.83,81.04
|
||||
1086.06,81.05 1086.28,81.05 1086.50,81.06 1086.73,81.07 1086.95,81.07 1087.18,81.08 1087.40,81.09 1087.63,81.10 1087.85,81.10 1088.07,81.11 1088.30,81.12 1088.52,81.12 1088.75,81.13 1088.97,81.14 1089.20,81.14 1089.42,81.15
|
||||
1089.64,81.15 1089.87,81.16 1090.09,81.16 1090.32,81.17 1090.54,81.17 1090.77,81.18 1090.99,81.18 1091.21,81.19 1091.44,81.19 1091.66,81.20 1091.89,81.20 1092.11,81.20 1092.34,81.21 1092.56,81.21 1092.78,81.21 1093.01,81.21
|
||||
1093.23,81.22 1093.46,81.22 1093.68,81.22 1093.91,81.22 1094.13,81.22 1094.35,81.23 1094.58,81.23 1094.80,81.23 1095.03,81.23 1095.25,81.23 1095.48,81.23 1095.70,81.23 1095.92,81.23 1096.15,81.24 1096.37,81.24 1096.60,81.24
|
||||
1096.82,81.24 1097.05,81.24 1097.27,81.24 1097.50,81.24 1097.50,81.24 1097.27,81.25 1097.05,81.25 1096.82,81.25 1096.60,81.25 1096.37,81.25 1096.15,81.25 1095.92,81.25 1095.70,81.25 1095.48,81.25 1095.25,81.25 1095.03,81.25
|
||||
1094.80,81.25 1094.58,81.26 1094.35,81.26 1094.13,81.26 1093.91,81.26 1093.68,81.26 1093.46,81.26 1093.23,81.27 1093.01,81.27 1092.78,81.27 1092.56,81.27 1092.34,81.28 1092.11,81.28 1091.89,81.28 1091.66,81.29 1091.44,81.29
|
||||
1091.21,81.30 1090.99,81.30 1090.77,81.30 1090.54,81.31 1090.32,81.31 1090.09,81.32 1089.87,81.32 1089.64,81.33 1089.42,81.34 1089.20,81.34 1088.97,81.35 1088.75,81.35 1088.52,81.36 1088.30,81.37 1088.07,81.37 1087.85,81.38
|
||||
1087.63,81.39 1087.40,81.40 1087.18,81.40 1086.95,81.41 1086.73,81.42 1086.50,81.42 1086.28,81.43 1086.06,81.44 1085.83,81.44 1085.61,81.45 1085.38,81.46 1085.16,81.46 1084.93,81.47 1084.71,81.48 1084.48,81.48 1084.26,81.49
|
||||
1084.04,81.49 1083.81,81.50 1083.59,81.50 1083.36,81.51 1083.14,81.51 1082.91,81.51 1082.69,81.52 1082.47,81.52 1082.24,81.52 1082.02,81.52 1081.79,81.52 1081.57,81.53 1081.34,81.53 1081.12,81.53 1080.90,81.52 1080.67,81.52
|
||||
1080.45,81.52 1080.22,81.52 1080.00,81.52 1079.77,81.52 1079.55,81.51 1079.33,81.51 1079.10,81.51 1078.88,81.50 1078.65,81.50 1078.43,81.50 1078.20,81.49 1077.98,81.49 1077.76,81.49 1077.53,81.48 1077.31,81.48 1077.08,81.47
|
||||
1076.86,81.47 1076.63,81.47 1076.41,81.47 1076.19,81.46 1075.96,81.46 1075.74,81.46 1075.51,81.46 1075.29,81.46 1075.06,81.46 1074.84,81.46 1074.62,81.46 1074.39,81.46 1074.17,81.46 1073.94,81.46 1073.72,81.47 1073.49,81.47
|
||||
1073.27,81.48 1073.04,81.48 1072.82,81.49 1072.60,81.49 1072.37,81.50 1072.15,81.51 1071.92,81.52 1071.70,81.53 1071.47,81.54 1071.25,81.54 1071.03,81.56 1070.80,81.57 1070.58,81.58 1070.35,81.59 1070.13,81.60 1069.90,81.61
|
||||
1069.68,81.62 1069.46,81.64 1069.23,81.65 1069.01,81.66 1068.78,81.67 1068.56,81.68 1068.33,81.70 1068.11,81.71 1067.89,81.72 1067.66,81.73 1067.44,81.74 1067.21,81.75 1066.99,81.76 1066.76,81.76 1066.54,81.77 1066.32,81.78
|
||||
1066.09,81.79 1065.87,81.79 1065.64,81.79 1065.42,81.80 1065.19,81.80 1064.97,81.80 1064.75,81.80 1064.52,81.80 1064.30,81.80 1064.07,81.80 1063.85,81.80 1063.62,81.79 1063.40,81.79 1063.18,81.78 1062.95,81.78 1062.73,81.77
|
||||
1062.50,81.76 1062.28,81.75 1062.05,81.74 1061.83,81.73 1061.60,81.72 1061.38,81.71 1061.16,81.70 1060.93,81.69 1060.71,81.68 1060.48,81.66 1060.26,81.65 1060.03,81.64 1059.81,81.63 1059.59,81.61 1059.36,81.60 1059.14,81.59
|
||||
1058.91,81.58 1058.69,81.57 1058.46,81.55 1058.24,81.54 1058.02,81.53 1057.79,81.52 1057.57,81.51 1057.34,81.50 1057.12,81.50 1056.89,81.49 1056.67,81.48 1056.45,81.47 1056.22,81.47 1056.00,81.46 1055.77,81.46 1055.55,81.45
|
||||
1055.32,81.45 1055.10,81.45 1054.88,81.44 1054.65,81.44 1054.43,81.44 1054.20,81.44 1053.98,81.44 1053.75,81.44 1053.53,81.44 1053.31,81.44 1053.08,81.45 1052.86,81.45 1052.63,81.45 1052.41,81.46 1052.18,81.46 1051.96,81.46
|
||||
1051.74,81.47 1051.51,81.47 1051.29,81.48 1051.06,81.48 1050.84,81.48 1050.61,81.49 1050.39,81.49 1050.16,81.50 1049.94,81.50 1049.72,81.50 1049.49,81.51 1049.27,81.51 1049.04,81.52 1048.82,81.52 1048.59,81.52 1048.37,81.52
|
||||
1048.15,81.52 1047.92,81.53 1047.70,81.53 1047.47,81.53 1047.25,81.53 1047.02,81.53 1046.80,81.53 1046.58,81.53 1046.35,81.53 1046.13,81.52 1045.90,81.52 1045.68,81.52 1045.45,81.52 1045.23,81.51 1045.01,81.51 1044.78,81.51
|
||||
1044.56,81.50 1044.33,81.50 1044.11,81.50 1043.88,81.49 1043.66,81.49 1043.44,81.49 1043.21,81.48 1042.99,81.48 1042.76,81.47 1042.54,81.47 1042.31,81.47 1042.09,81.47 1041.87,81.46 1041.64,81.46 1041.42,81.46 1041.19,81.46
|
||||
1040.97,81.46 1040.74,81.46 1040.52,81.46 1040.30,81.46 1040.07,81.46 1039.85,81.46 1039.62,81.46 1039.40,81.47 1039.17,81.47 1038.95,81.47 1038.72,81.48 1038.50,81.49 1038.28,81.49 1038.05,81.50 1037.83,81.51 1037.60,81.51
|
||||
1037.38,81.52 1037.15,81.53 1036.93,81.54 1036.71,81.55 1036.48,81.56 1036.26,81.57 1036.03,81.59 1035.81,81.60 1035.58,81.61 1035.36,81.62 1035.14,81.63 1034.91,81.65 1034.69,81.66 1034.46,81.67 1034.24,81.68 1034.01,81.70
|
||||
1033.79,81.71 1033.57,81.72 1033.34,81.73 1033.12,81.74 1032.89,81.75 1032.67,81.76 1032.44,81.77 1032.22,81.78 1032.00,81.79 1031.77,81.80 1031.55,81.81 1031.32,81.82 1031.10,81.82 1030.87,81.83 1030.65,81.83 1030.43,81.84
|
||||
1030.20,81.84 1029.98,81.85 1029.75,81.85 1029.53,81.85 1029.30,81.85 1029.08,81.85 1028.86,81.86 1028.63,81.86 1028.41,81.86 1028.18,81.86 1027.96,81.86 1027.73,81.86 1027.51,81.86 1027.28,81.85 1027.06,81.85 1026.84,81.85
|
||||
1026.61,81.85 1026.39,81.86 1026.16,81.86 1025.94,81.86 1025.71,81.86 1025.49,81.86 1025.27,81.87 1025.04,81.87 1024.82,81.88 1024.59,81.89 1024.37,81.89 1024.14,81.90 1023.92,81.92 1023.70,81.93 1023.47,81.95 1023.25,81.96
|
||||
1023.02,81.98 1022.80,82.01 1022.57,82.03 1022.35,82.06 1022.13,82.09 1021.90,82.12 1021.68,82.16 1021.45,82.20 1021.23,82.25 1021.00,82.30 1020.78,82.35 1020.56,82.41 1020.33,82.48 1020.11,82.55 1019.88,82.63 1019.66,82.71
|
||||
1019.43,82.80 1019.21,82.90 1018.99,83.01 1018.76,83.12 1018.54,83.24 1018.31,83.37 1018.09,83.51 1017.86,83.67 1017.64,83.83 1017.42,84.00 1017.19,84.19 1016.97,84.39 1016.74,84.60 1016.52,84.82 1016.29,85.06 1016.07,85.31
|
||||
1015.84,85.58 1015.62,85.86 1015.40,86.16 1015.17,86.47 1014.95,86.80 1014.72,87.15 1014.50,87.51 1014.27,87.89 1014.05,88.28 1013.83,88.70 1013.60,89.12 1013.38,89.57 1013.15,90.03 1012.93,90.50 1012.70,90.99 1012.48,91.49
|
||||
1012.26,92.00 1012.03,92.53 1011.81,93.07 1011.58,93.61 1011.36,94.17 1011.13,94.73 1010.91,95.30 1010.69,95.87 1010.46,96.45 1010.24,97.02 1010.01,97.60 1009.79,98.17 1009.56,98.73 1009.34,99.29 1009.12,99.83 1008.89,100.37
|
||||
1008.67,100.89 1008.44,101.40 1008.22,101.88 1007.99,102.35 1007.77,102.80 1007.55,103.22 1007.32,103.61 1007.10,103.97 1006.87,104.31 1006.65,104.61 1006.42,104.88 1006.20,105.12 1005.98,105.32 1005.75,105.48 1005.53,105.61 1005.30,105.69
|
||||
1005.08,105.74 1004.85,105.75 1004.63,105.72 1004.40,105.65 1004.18,105.54 1003.96,105.39 1003.73,105.20 1003.51,104.98 1003.28,104.72 1003.06,104.42 1002.83,104.10 1002.61,103.73 1002.39,103.34 1002.16,102.92 1001.94,102.47 1001.71,102.00
|
||||
1001.49,101.51 1001.26,100.99 1001.04,100.45 1000.82,99.90 1000.59,99.34 1000.37,98.76 1000.14,98.17 999.92,97.57 999.69,96.97 999.47,96.37 999.25,95.77 999.02,95.16 998.80,94.56 998.57,93.96 998.35,93.37 998.12,92.79
|
||||
997.90,92.22 997.68,91.66 997.45,91.11 997.23,90.57 997.00,90.05 996.78,89.54 996.55,89.05 996.33,88.58 996.11,88.12 995.88,87.68 995.66,87.26 995.43,86.86 995.21,86.47 994.98,86.11 994.76,85.76 994.54,85.43
|
||||
994.31,85.11 994.09,84.82 993.86,84.54 993.64,84.28 993.41,84.03 993.19,83.80 992.96,83.59 992.74,83.38 992.52,83.20 992.29,83.02 992.07,82.86 991.84,82.71 991.62,82.58 991.39,82.45 991.17,82.33 990.95,82.23
|
||||
990.72,82.13 990.50,82.04 990.27,81.96 990.05,81.88 989.82,81.81 989.60,81.75 989.38,81.70 989.15,81.65 988.93,81.60 988.70,81.56 988.48,81.52 988.25,81.49 988.03,81.46 987.81,81.44 987.58,81.41 987.36,81.39
|
||||
987.13,81.37 986.91,81.36 986.68,81.34 986.46,81.33 986.24,81.32 986.01,81.31 985.79,81.30 985.56,81.29 '/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="white" stroke="rgb( 31, 120, 180)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="black" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<path stroke='black' d='M248.72,54.01 L248.72,217.40 L1254.82,217.40 L1254.82,54.01 L248.72,54.01 Z '/></g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
<g transform="translate(751.77,30.91)" stroke="none" fill="black" font-family="Helvetica" font-size="12.00" text-anchor="middle">
|
||||
<text><tspan font-family="Helvetica" >PP calc: Violin plot</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 54 KiB |
@@ -0,0 +1,115 @@
|
||||
<svg width="1536" height="256" viewBox="0 0 1536 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="1535" height="255" opacity="1" fill="#FFFFFF" stroke="none"/>
|
||||
<text x="768" y="5" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="20.161290322580644" opacity="1" fill="#000000">
|
||||
Star Inaccuracy
|
||||
</text>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="169" y1="215" x2="169" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="198" y1="215" x2="198" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="227" y1="215" x2="227" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="256" y1="215" x2="256" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="285" y1="215" x2="285" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="314" y1="215" x2="314" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="343" y1="215" x2="343" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="372" y1="215" x2="372" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="401" y1="215" x2="401" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="430" y1="215" x2="430" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="459" y1="215" x2="459" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="489" y1="215" x2="489" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="518" y1="215" x2="518" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="547" y1="215" x2="547" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="576" y1="215" x2="576" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="605" y1="215" x2="605" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="634" y1="215" x2="634" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="663" y1="215" x2="663" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="692" y1="215" x2="692" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="721" y1="215" x2="721" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="750" y1="215" x2="750" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="779" y1="215" x2="779" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="808" y1="215" x2="808" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="838" y1="215" x2="838" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="867" y1="215" x2="867" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="896" y1="215" x2="896" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="925" y1="215" x2="925" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="954" y1="215" x2="954" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="983" y1="215" x2="983" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1012" y1="215" x2="1012" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1041" y1="215" x2="1041" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1070" y1="215" x2="1070" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1099" y1="215" x2="1099" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1128" y1="215" x2="1128" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1157" y1="215" x2="1157" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1187" y1="215" x2="1187" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1216" y1="215" x2="1216" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1245" y1="215" x2="1245" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1274" y1="215" x2="1274" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1303" y1="215" x2="1303" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1332" y1="215" x2="1332" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1361" y1="215" x2="1361" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1390" y1="215" x2="1390" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1419" y1="215" x2="1419" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1448" y1="215" x2="1448" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1477" y1="215" x2="1477" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1506" y1="215" x2="1506" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="1536" y1="215" x2="1536" y2="31"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="140" y1="184" x2="1536" y2="184"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="140" y1="123" x2="1536" y2="123"/>
|
||||
<line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="140" y1="62" x2="1536" y2="62"/>
|
||||
<text x="838" y="256" dy="-0.5ex" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
Percentage away from actual value
|
||||
</text>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="430" y1="215" x2="430" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="721" y1="215" x2="721" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="1012" y1="215" x2="1012" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="1303" y1="215" x2="1303" y2="31"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="140" y1="184" x2="1536" y2="184"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="140" y1="123" x2="1536" y2="123"/>
|
||||
<line opacity="0.2" stroke="#000000" stroke-width="1" x1="140" y1="62" x2="1536" y2="62"/>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="139,32 139,216 "/>
|
||||
<text x="130" y="184" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
All included
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="134,184 139,184 "/>
|
||||
<text x="130" y="123" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
No leniency
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="134,123 139,123 "/>
|
||||
<text x="130" y="62" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
No sliders no leniency
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="134,62 139,62 "/>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="140,216 1536,216 "/>
|
||||
<text x="430" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
0.5%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="430,216 430,221 "/>
|
||||
<text x="721" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
1%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="721,216 721,221 "/>
|
||||
<text x="1012" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
1.5%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="1012,216 1012,221 "/>
|
||||
<text x="1303" y="226" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="12.096774193548388" opacity="1" fill="#000000">
|
||||
2%
|
||||
</text>
|
||||
<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="1303,216 1303,221 "/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="179" x2="140" y2="189"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="184" x2="142" y2="184"/>
|
||||
<rect x="142" y="174" width="47" height="20" opacity="1" fill="none" stroke="#000000"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="152" y1="174" x2="152" y2="194"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="189" y1="184" x2="261" y2="184"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="261" y1="179" x2="261" y2="189"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="118" x2="140" y2="128"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="123" x2="157" y2="123"/>
|
||||
<rect x="157" y="113" width="132" height="20" opacity="1" fill="none" stroke="#000000"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="199" y1="113" x2="199" y2="133"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="289" y1="123" x2="486" y2="123"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="486" y1="118" x2="486" y2="128"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="57" x2="140" y2="67"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="140" y1="62" x2="200" y2="62"/>
|
||||
<rect x="200" y="52" width="288" height="20" opacity="1" fill="none" stroke="#000000"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="301" y1="52" x2="301" y2="72"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="488" y1="62" x2="921" y2="62"/>
|
||||
<line opacity="1" stroke="#000000" stroke-width="1" x1="921" y1="57" x2="921" y2="67"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
+28
-2
@@ -3,6 +3,7 @@
|
||||
//! Conversions are generally not supported.
|
||||
//!
|
||||
//! ### Usage
|
||||
//!
|
||||
//! ```rust,no_run
|
||||
//! use std::fs::File;
|
||||
//! use rosu_pp::{Beatmap, BeatmapExt};
|
||||
@@ -54,9 +55,11 @@
|
||||
//! ```
|
||||
//!
|
||||
//! ### osu!standard versions
|
||||
//!
|
||||
//! - `all_included`: Both stack leniency & slider paths are considered so that the difficulty and pp calculation immitates osu! as close as possible. Pro: Most precise; Con: Least performant.
|
||||
//! - `no_leniency`: The positional offset of notes created by stack leniency is not considered. This means the jump distance inbetween notes might be slightly off, resulting in small inaccuracies. Since calculating these offsets is relatively expensive though, this version is considerably faster than `all_included`.
|
||||
//! - `no_slider_no_leniency` (i.e. [oppai](https://github.com/Francesco149/oppai-ng)): In addition to not considering the positional offset caused by stack leniency, slider paths are also ignored. This means the travel distance of notes is completely omitted which may cause further inaccuracies. Since the slider paths don't have to be computed though, it is generally faster than `no_leniency`.
|
||||
//! **Note**: If the `fruits` feature is enabled, sliders will be parsed regardless, resulting in a reduced performance advantage of `no_sliders_no_leniency`.
|
||||
//!
|
||||
//! ### Features
|
||||
//!
|
||||
@@ -67,11 +70,34 @@
|
||||
//! | `fruits` | Enable osu!ctb. |
|
||||
//! | `mania` | Enable osu!mania. |
|
||||
//! | `osu` | Enable osu!standard. Requires to also enable exactly one of the features `no_leniency`, `no_sliders_no_leniency`, or `all_included`. |
|
||||
//! | `no_leniency` | When calculating difficulty attributes in osu!standard, ignore stack leniency but consider sliders. Solid middleground between performance and precision, suggested default version. |
|
||||
//! | `no_leniency` | When calculating difficulty attributes in osu!standard, ignore stack leniency but consider sliders. Solid middleground between performance and precision, hence the default version. |
|
||||
//! | `no_sliders_no_leniency` | When calculating difficulty attributes in osu!standard, ignore stack leniency and sliders. Best performance but slightly less precision than `no_leniency`. |
|
||||
//! | `all_included` | When calculating difficulty attributes in osu!standard, consider both stack leniency and sliders. Best precision but significantly worse performance than `no_leniency`. |
|
||||
//!
|
||||
//! ### Benchmarks
|
||||
//!
|
||||
//! Comparing the PP calculation speed between [osu-perf](https://gitlab.com/JackRedstonia/osu-perf/), an [oppai-ng](https://github.com/Francesco149/oppai-ng) rust binding, and rosu-pp's `no_sliders_no_leniency`:
|
||||
//!
|
||||
//! 
|
||||
//! <img src="./bechmark_results/crates_pp_calc.svg">
|
||||
//!
|
||||
//! Comparing the PP calculation speed between rosu-pp's `all_included`, `no_leniency`, and `no_sliders_no_leniency` versions:
|
||||
//!
|
||||
//! 
|
||||
//! <img src="./bechmark_results/rosu_pp_calc.svg">
|
||||
//!
|
||||
//! Comparing the PP (in)accuracy between rosu-pp's `all_included`, `no_leniency`, and `no_sliders_no_leniency` versions:
|
||||
//!
|
||||
//! 
|
||||
//! <img src="./bechmark_results/pp_inaccuracy.svg">
|
||||
//!
|
||||
//! Comparing the stars (in)accuracy between rosu-pp's `all_included`, `no_leniency`, and `no_sliders_no_leniency` versions:
|
||||
//!
|
||||
//! 
|
||||
//! <img src="./bechmark_results/stars_inaccuracy.svg">
|
||||
//!
|
||||
//! ### Roadmap
|
||||
//!
|
||||
//! - osu sr versions
|
||||
//! - [x] all included
|
||||
//! - [x] no_leniency
|
||||
@@ -86,7 +112,7 @@
|
||||
//! - [x] mania pp
|
||||
//! ---
|
||||
//! - [x] refactoring
|
||||
//! - [ ] benchmarking
|
||||
//! - [x] benchmarking
|
||||
|
||||
pub mod fruits;
|
||||
pub mod mania;
|
||||
|
||||
@@ -449,7 +449,7 @@ mod tests {
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn all_included_single() {
|
||||
// TOCHECK: 114708, 1208872
|
||||
// TOCHECK: 114708, 1208872, 1322261
|
||||
let file = match File::open("./maps/1295309.osu") {
|
||||
Ok(file) => file,
|
||||
Err(why) => panic!("Could not open file: {}", why),
|
||||
|
||||
Reference in New Issue
Block a user