Compare commits

..

100 Commits

Author SHA1 Message Date
Dima Kogan
d57634bcf9 website documentation doesn't say it's making ascii art
because that documentation shows a graphical image
2024-02-19 21:38:53 -08:00
Dima Kogan
6340dd3582 documentation 2024-02-19 21:27:59 -08:00
Dima Kogan
2d8344f32d README.pod contains graphical images for the website 2024-02-19 21:27:59 -08:00
Dima Kogan
2db7f980b5 Nicer sample plots in the docs 2024-02-19 21:26:05 -08:00
Dima Kogan
96ac271cda I explicitly ignore all lines that have '-' values
These may come from vnl-filter -p "dx=diff(x)" ... output. For instance, this
plot is broken before this patch:

  (echo '# x'; seq 5) | vnl-filter --noskipempty -p 'd=diff(x)' \
  | feedgnuplot --lines
2024-01-27 17:01:40 -08:00
Dima Kogan
db4fdcb933 changelog bump 2022-03-04 14:45:49 -08:00
Dima Kogan
fce128aa14 Plotting with no STDIN data works
This command now works:

  echo "" | ./bin/feedgnuplot --equation 'x' --image /tmp/1.jpg

Prior to the patch, there's a trailing , in the command
2022-03-04 14:40:13 -08:00
Dima Kogan
8c0f3df285 Added --cbmin, --cbmax
These are used unless --colormap. Added more docs to describe what --colormap
does. It is legacy.
2022-03-02 19:38:44 -08:00
Dima Kogan
c99b377083 --zmin,--zmax,--zlabel are sent if requested
I don't try to figure out if they make sense or not: gnuplot can do that
2022-03-02 19:32:19 -08:00
Dima Kogan
ed99cd89d1 Added --cblabel to label the color bar 2022-03-02 19:28:53 -08:00
Dima Kogan
4817a53d21 #! line uses /usr/bin/env to work with nonstandard installations 2021-08-28 13:33:30 -07:00
Dima Kogan
6f1795ff7d version bump 2021-08-27 10:46:28 -07:00
Dima Kogan
b0fcad93ae test fix: I count the skipped tests properly 2021-08-27 10:45:20 -07:00
Dima Kogan
1f6d8c141f added forgotten guide plot 2021-07-22 23:33:39 -07:00
Dima Kogan
8bc95b93ec version bump 2021-07-22 17:52:32 -07:00
Dima Kogan
a020a38931 guide elisp is more robust
The feedgnuplot command is no longer required to sit at the end of the command
string (here-doc data broke it previously)
2021-07-22 17:49:15 -07:00
Dima Kogan
a965d9f2ec time-based histograms: docs and test 2021-07-22 17:48:14 -07:00
Dima Kogan
83df85a8c0 extract_README.sh includes the blurb about the talk 2021-07-22 16:35:24 -07:00
Dima Kogan
72d842ce1e Added extract_README.sh
Github has been broken for years in rendering inline POD data, so I
extract it. The maintainer must manually run this script to generate
the README.pod file
2021-07-22 16:31:06 -07:00
Dima Kogan
35115083ce --histo with a --timefmt makes time-based histograms
Not documented yet or added to the tests yet, but appears to work
2021-07-22 11:23:48 -07:00
Dima Kogan
1e7286cb5d README 2021-07-10 00:45:06 -07:00
Dima Kogan
4c0952fd67 typo fix 2021-04-09 22:40:21 -07:00
Dima Kogan
09802f4248 changelog bump 2021-03-11 16:25:07 -08:00
Dima Kogan
feb33326a7 pod update 2021-03-11 16:23:02 -08:00
Dima Kogan
0006e29b52 --cmds is preferred instead of --extracmds 2021-03-11 16:22:12 -08:00
Dima Kogan
d68b331af6 added --using, --usingall 2021-03-11 16:12:35 -08:00
Dima Kogan
83139d7ad0 consolidated some logic. no-op clarification 2021-03-11 00:36:41 -08:00
Dima Kogan
0dd24c2cba added --every tests 2021-03-10 23:42:57 -08:00
Dima Kogan
d7ab28e2f2 addEveryOption(),addCurveOption(),setCurveLabel() into a single function
These were 99% identical, and now they reuse the same code
2021-03-10 23:28:59 -08:00
Dima Kogan
d8b5f586c6 doc 2021-02-22 15:39:41 -08:00
Dima Kogan
4d7d46bef1 added .gitignore 2021-02-21 13:59:05 -08:00
Dima Kogan
1c7f353e53 added forgotten test reference file 2021-02-21 13:58:08 -08:00
Dima Kogan
f1d03d42c7 version bump 2021-02-21 13:56:41 -08:00
Dima Kogan
577c2da307 doc 2021-02-21 13:54:50 -08:00
Dima Kogan
24029e09d9 README.pod is not a symlink. Github has not fixed their bug 2021-02-21 01:02:29 -08:00
Dima Kogan
008576fd9d README.pod is a symlink again. Did github fix their bug? 2021-02-21 00:59:25 -08:00
Dima Kogan
130b212ed8 documented --xticlabels 2021-02-21 00:58:52 -08:00
Dima Kogan
302dc0cbd3 readme update 2021-02-21 00:38:26 -08:00
Dima Kogan
774bad26ed updated copyright year 2021-02-21 00:38:14 -08:00
Dima Kogan
7e0f2a4312 documented --xticlabels 2021-02-21 00:36:52 -08:00
Dima Kogan
eec52245fb more guide plots 2021-02-21 00:28:14 -08:00
Dima Kogan
b334984131 more guide plots 2021-02-20 21:27:16 -08:00
Dima Kogan
2463336cbf more guide plots 2021-02-20 20:08:13 -08:00
Dima Kogan
f3542ba620 removed stray plots 2021-02-20 19:35:13 -08:00
Dima Kogan
2647b466a0 more guide plots 2021-02-20 19:33:00 -08:00
Dima Kogan
1a9a95e734 more guide plots 2021-02-20 19:32:34 -08:00
Dima Kogan
e257640b0a more guide plots 2021-02-20 19:31:22 -08:00
Dima Kogan
940d862a4a guide: I test the LOCAL feedgnuplot, not the installed one 2021-02-20 19:30:47 -08:00
Dima Kogan
5a608b72b9 added --equation-above and --equation-below 2021-02-20 18:51:34 -08:00
Dima Kogan
3c8c84ed59 more guide plots 2021-02-20 17:03:56 -08:00
Dima Kogan
db664af6ee guide: need to be able to generate gnuplot output directly 2021-02-20 16:20:02 -08:00
Dima Kogan
07b73c4b4e more guide plots 2021-02-20 16:18:39 -08:00
Dima Kogan
4fa5ab15fb more guide stuff 2021-02-20 15:47:11 -08:00
Dima Kogan
bf818d9898 more guide plots 2021-02-20 14:12:47 -08:00
Dima Kogan
5ba4db7902 more guide plots 2021-02-20 13:42:36 -08:00
Dima Kogan
3778f3145a more guide plots 2021-02-20 13:35:05 -08:00
Dima Kogan
85923a7e25 more guide plots 2021-02-20 13:06:10 -08:00
Dima Kogan
29d67d28d7 initial, experimental cut at the guide 2021-02-20 12:44:24 -08:00
Dima Kogan
5d3b6bc6af fixed regression for --monotonic 2021-02-10 09:29:04 -08:00
Dima Kogan
4bef974306 added tests for --xticlabels 2021-02-10 00:16:31 -08:00
Dima Kogan
2f12f076e1 initial support for --xticlabels
Needs documentation and tests still
2021-02-09 23:34:47 -08:00
Dima Kogan
fb0a178dbc inlined pushPoint(). no-op 2021-02-09 23:08:44 -08:00
Dima Kogan
5442566524 fixed typo in comment 2021-02-09 23:05:36 -08:00
Dima Kogan
c14e837343 no-op whitespace 2021-02-09 22:25:25 -08:00
Dima Kogan
0e79551f2b added timefmt, style, vnl tests 2021-02-08 23:43:30 -08:00
Dima Kogan
2a91bd742e test can handle missing ref files
useful for new tests
2021-02-08 23:03:55 -08:00
Dima Kogan
c9384f5f63 added "tuplesize" tests 2021-02-08 23:03:43 -08:00
Dima Kogan
f1901ecde1 Test suite: all the streaming tests pass 2021-02-08 18:34:25 -08:00
Dima Kogan
b9a9ff8ec1 Test suite: all the non-streaming tests pass 2021-02-08 18:22:07 -08:00
Dima Kogan
27c6b3c6fb Test suite: the enabled-by-default tests pass in gnuplot 5.4 2021-02-08 18:19:26 -08:00
Dima Kogan
0f7f7d342a Test suite: reference plots come from files, not inline
This makes maintenance infinitely easier
2021-02-08 16:19:00 -08:00
Dima Kogan
fce0b9bb99 version bump 2021-02-03 14:49:06 -08:00
Dima Kogan
47957cfed6 changelog bump 2021-02-03 14:42:22 -08:00
Dima Kogan
bb9220ea97 updated default hardcopy settings 2021-02-03 14:41:28 -08:00
Dima Kogan
099ef33843 fixed typo in docs 2021-01-11 15:12:06 -08:00
Dima Kogan
b2c57797a7 ping example doesn't use -A
There's just no reason for that at all
2020-11-13 20:48:32 -08:00
Dima Kogan
c8dac15db3 version bump 2020-07-20 15:51:49 -07:00
Dima Kogan
4244299169 Revert "Removed reference to no-longer-existing variable"
This reverts commit 7e1e6af184.

This commit did nothing other than introduce a bug. --style is supposed to
override --with, but after this commit, --style was ADDED to --with, which is
wrong
2020-07-20 15:47:32 -07:00
Dima Kogan
4234c94737 minor documentation update 2020-05-19 08:59:56 -07:00
Dima Kogan
154377691c minor documentation update 2020-05-19 08:54:01 -07:00
Dima Kogan
bdb9919c39 documented --every 2020-04-17 14:18:09 -07:00
Dima Kogan
4e85f991c4 version bump 2020-04-17 14:07:08 -07:00
Dima Kogan
2e6c9d6ea3 added tab completions for --every and --everyall 2020-04-17 14:06:10 -07:00
Dima Kogan
c4eef7a167 --timefmt can be used with --histogram 2020-04-17 14:01:17 -07:00
Dima Kogan
7e1e6af184 Removed reference to no-longer-existing variable 2020-03-06 22:16:07 -08:00
Dima Kogan
e9c9ff02e4 Minor no-op refactoring 2020-03-06 22:16:07 -08:00
Dima Kogan
2f9a6acdb3 Minor no-op refactoring
The ID->curve hash %curveIndices is now called $curveFromID, and now gives you a
curve reference, not an index to @curves

I can thus reorder @curves as I like, and %curveFromID remains valid
2020-03-06 22:14:40 -08:00
Dima Kogan
5e0869dc25 Added support for --every and --everyall
Needs documentation, tab completion
2020-01-24 19:24:02 -08:00
Dima Kogan
592ce20d1f readme update
github had a bug where it wouldn't render symlinks to embedded POD. Is this
still broken?
2020-01-08 21:20:50 -08:00
Dima Kogan
373b97092e version bump 2020-01-08 18:55:52 -08:00
Dima Kogan
e4523f97e7 documentation 2019-12-16 20:37:36 -08:00
Dima Kogan
d73118087a Full support for all 4 2d axes
Before I'd default to x1y1, and I could use x1y2 if --y2. Now I can ask for
--x1y2 and --x2y1 and --x2y2
2019-11-13 13:50:07 -08:00
Dima Kogan
b8111af563 added forgotten options to the tab-completions 2019-09-11 14:57:40 -07:00
Dima Kogan
54fc8c625d version bump 2019-08-25 15:32:55 -07:00
Dima Kogan
8bb0c3a7d8 Manual POD update
Maybe github fixed their bug already? I should check
2019-08-25 15:32:08 -07:00
Dima Kogan
29f4f5a368 Added --squarexy and --square-xy as synonyms to --square_xy 2019-06-27 11:11:20 -07:00
Dima Kogan
55faefec8b README has link to SCaLE talk 2019-03-10 18:09:47 -07:00
Dima Kogan
77f54da873 extracted POD into README.pod. manually 2019-01-14 18:22:25 -08:00
Dima Kogan
b5275d6386 manually extracted README.pod to a file to work around github bug 2019-01-14 18:18:19 -08:00
Dima Kogan
481f18a5fb added note to INSTALL file 2018-11-29 17:17:14 -08:00
88 changed files with 19426 additions and 2339 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*~

80
Changes
View File

@ -1,3 +1,83 @@
feedgnuplot (1.62)
* I explicitly ignore all lines that have '-' values
These may come from vnl-filter -p "dx=diff(x)" ... output. For instance, this
plot is broken before this patch:
(echo '# x'; seq 5) | vnl-filter --noskipempty -p 'd=diff(x)' \
| feedgnuplot --lines
-- Dima Kogan <dkogan@debian.org> Sat, 27 Jan 2024 17:01:18 -0800
feedgnuplot (1.61)
* #! line uses /usr/bin/env to work with nonstandard installations
* Added --cblabel to label the color bar
* Added --cbmin, --cbmax
* --zmin,--zmax,--zlabel are always sent, if requested
* Plotting with no STDIN data works
-- Dima Kogan <dkogan@debian.org> Fri, 04 Mar 2022 14:45:36 -0800
feedgnuplot (1.60)
* Test suite fix: we have the right number of tests
-- Dima Kogan <dkogan@debian.org> Fri, 27 Aug 2021 10:46:18 -0700
feedgnuplot (1.59)
* --timefmt --histogram work together
-- Dima Kogan <dkogan@debian.org> Thu, 22 Jul 2021 17:52:08 -0700
feedgnuplot (1.58)
* Added --using, --usingall
* Added --cmds as a synonym for --extracmds
-- Dima Kogan <dkogan@debian.org> Thu, 11 Mar 2021 16:24:46 -0800
feedgnuplot (1.57)
* Added --xticlabels to label the x-axis tics from the data
* Added --equation-above and --equation-below to control the equation
drawing sequence
-- Dima Kogan <dkogan@debian.org> Sun, 21 Feb 2021 13:56:23 -0800
feedgnuplot (1.56)
* Updated default hardcopy settings
-- Dima Kogan <dkogan@debian.org> Wed, 03 Feb 2021 14:42:15 -0800
feedgnuplot (1.55)
* Fixed regression introduced in 1.54:
--style now correctly overrides --with
-- Dima Kogan <dkogan@debian.org> Mon, 20 Jul 2020 15:51:23 -0700
feedgnuplot (1.54)
* Added --every and --everyall to decimate the input data
* --timefmt can be used with --histogram
-- Dima Kogan <dkogan@debian.org> Fri, 17 Apr 2020 14:06:55 -0700
feedgnuplot (1.53)
* Full support for all 4 axes. Added --x2...
-- Dima Kogan <dkogan@debian.org> Wed, 08 Jan 2020 18:55:29 -0800
feedgnuplot (1.52)
* Added --squarexy and --square-xy as synonyms to --square_xy
-- Dima Kogan <dima@secretsauce.net> Sun, 25 Aug 2019 15:32:37 -0700
feedgnuplot (1.51)
* Added .gp "terminal" to create self-plotting gnuplot files

View File

@ -10,4 +10,11 @@ Without a package, an installation can be done with
make
make install
This installs feedgnuplot to /usr/local. Adjust the paths as required
This installs feedgnuplot to /usr/local. Adjust the paths as required.
Also, note that this is a self-contained utility. Usually running from the tree
works just fine:
git clone https://github.com/dkogan/feedgnuplot.git
cd feedgnuplot/bin
./feedgnuplot ...

View File

@ -1 +0,0 @@
bin/feedgnuplot

1127
README.pod Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,8 @@ complete -W \
--curvestyleall \
--style \
--styleall \
--every \
--everyall \
--with \
--dataid \
--domain \
@ -17,10 +19,14 @@ complete -W \
--extraValuesPerPoint \
--rangesizeall \
--rangesize \
--extracmds \
--tuplesizeall \
--tuplesize \
--cmds \
--set \
--unset \
--equation \
--equation-below \
--equation-above \
--image \
--geometry \
--hardcopy \
@ -33,23 +39,35 @@ complete -W \
--monotonic \
--points \
--square \
--square_xy \
--square-xy \
--stream \
--terminal \
--timefmt \
--title \
--version \
--x2 \
--y2 \
--x2y1 \
--x1y2 \
--x2y2 \
--xlabel \
--xlen \
--xmax \
--xmin \
--y2 \
--y2label \
--y2max \
--y2min \
--x2label \
--x2max \
--x2min \
--ylabel \
--ymax \
--ymin \
--y2label \
--y2max \
--y2min \
--zlabel \
--zmax \
--zmin' feedgnuplot
--zmin \
--cblabel \
--xticlabels \
--using \
--usingall \
--vnlog ' feedgnuplot

View File

@ -10,42 +10,57 @@ _arguments -S
'--points' \
'--circles' \
'--xlabel:X-axis label:' \
'--x2label:X2-axis label:' \
'--ylabel:Y-axis label:' \
'--y2label:Y2-axis label:' \
'--zlabel:Z-axis label:' \
'--zlabel:Z-axis label:' \
'--cblabel:Colorbar label:' \
'--title:Plot title:' \
'--autolegend[Label each plot with its data ID]' \
'(--3d)--xlen[the size of the x-window to plot]:window size:' \
'(--xlen)--xmin:min X:' \
'(--xlen)--xmax:max X:' \
'--x2min:min X2:' \
'--x2max:max X2:' \
'--ymin:min Y:' \
'--ymax:max Y:' \
'--y2min:min Y2:' \
'--y2max:max Y2:' \
'--zmin:min Z:' \
'--zmax:max Z:' \
'*--y2:plot to place on the Y2 axis:' \
'*--x2:curve to place on the X2Y1 axis:' \
'*--y2:curve to place on the X1Y2 axis:' \
'*--x2y1:curve to place on the X2Y1 axis:' \
'*--x1y2:curve to place on the X1Y2 axis:' \
'*--x2y2:curve to place on the X2Y2 axis:' \
'(--with)--curvestyleall[Additional styles for ALL curves]:style' \
'(--with)--styleall[Additional styles for ALL curves]:style' \
'(--curvestyleall)--with[Additional styles for ALL curves]:style' \
'*--extracmds[Additional gnuplot commands]:command' \
'*--cmds[Additional gnuplot commands]:command' \
'*--set[Additional 'set' gnuplot commands]:set-option' \
'*--unset[Additional 'unset' gnuplot commands]:unset-option' \
'*--equation[Raw symbolic equation]:equation' \
'*--equation-below[Raw symbolic equation]:equation' \
'*--equation-above[Raw symbolic equation to plot on top]:equation' \
'--image[Image file to render beneath the data]:image:_files -g "(#i)*.(jpg|jpeg|png|gif)"' \
'--square[Plot data with square aspect ratio]' \
'--square_xy[For 3D plots, set square aspect ratio for ONLY the x,y axes]' \
'--square-xy[For 3D plots, set square aspect ratio for ONLY the x,y axes]' \
'--hardcopy[Plot to a file]:new image filename:_files -g "(#i)*.(jpg|jpeg|png|gif)"' \
'--maxcurves[The maximum allowed number of curves]:number of curves' \
'(--3d)--monotonic[Resets plot if an X in the past is seen]' \
'(--rangesizeall)--extraValuesPerPoint[How many extra values are given for each data range]:N'\
'(--extraValuesPerPoint)--rangesizeall[How many values are given for each data range]:N'\
'*--rangesize[How many values comprise a data range in this curve]:curve id: :N:' \
'(--extraValuesPerPoint)--tuplesizeall[How many values are given for each data tuple]:N'\
'*--tuplesize[How many values comprise a data tuple in this curve]:curve id: :N:' \
'--dump[Instead of printing to gnuplot, print to STDOUT]' \
'--geometry[The X11 geometry string]:geometry string:' \
'*--curvestyle[Additional styles for a curve]:curve id: :style:' \
'*--style[Additional styles for a curve]:curve id: :style:' \
'*--every[Decimation factor for a curve]:curve id: :decimation factor:' \
'--everyall[Decimation factor for ALL curves]:decimation factor' \
'*--using[Column specification for a curve]:curve id: :column specification:' \
'--usingall[Column specification ALL curves]:column specification' \
'(--3d)*--histogram:plot to treat as a histogram:' \
'--binwidth:Histogram bin width:' \
'--histstyle:Style of histogram:(frequency fnormal unique cumulative cnormal)' \
@ -54,4 +69,6 @@ _arguments -S
'--exit[Exit gnuplot after making the plot]' \
'--version' \
'--help' \
'--timefmt[Format for time/date data]:time format'
'--timefmt[Format for time/date data]:time format' \
'--xticlabels[x-axis tic labels are read from the data]' \
'--vnlog[column IDs come from a vnlog header]'

View File

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
viewBox="0 0 800 600"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>Gnuplot</title>
<desc>Produced by GNUPLOT 6.1 patchlevel 0 </desc>
<g id="gnuplot_canvas">
<rect x="0" y="0" width="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M114.00,532.80 L124.50,532.80 M770.62,532.80 L760.12,532.80 '/> <g transform="translate(104.21,537.35)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M114.00,454.50 L124.50,454.50 M770.62,454.50 L760.12,454.50 '/> <g transform="translate(104.21,459.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 50000</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M114.00,376.20 L124.50,376.20 M770.62,376.20 L760.12,376.20 '/> <g transform="translate(104.21,380.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 100000</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M114.00,297.90 L124.50,297.90 M770.62,297.90 L760.12,297.90 '/> <g transform="translate(104.21,302.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 150000</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M114.00,219.61 L124.50,219.61 M770.62,219.61 L760.12,219.61 '/> <g transform="translate(104.21,224.16)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 200000</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M114.00,141.31 L124.50,141.31 M770.62,141.31 L760.12,141.31 '/> <g transform="translate(104.21,145.86)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 250000</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M114.00,63.01 L124.50,63.01 M770.62,63.01 L760.12,63.01 '/> <g transform="translate(104.21,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 300000</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M179.66,532.80 L179.66,522.30 M179.66,63.01 L179.66,73.51 '/> <g transform="translate(179.66,558.35)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 6</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M310.99,532.80 L310.99,522.30 M310.99,63.01 L310.99,73.51 '/> <g transform="translate(310.99,558.35)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 8</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M442.31,532.80 L442.31,522.30 M442.31,63.01 L442.31,73.51 '/> <g transform="translate(442.31,558.35)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M573.63,532.80 L573.63,522.30 M573.63,63.01 L573.63,73.51 '/> <g transform="translate(573.63,558.35)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 12</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M704.96,532.80 L704.96,522.30 M704.96,63.01 L704.96,73.51 '/> <g transform="translate(704.96,558.35)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 14</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='M114.00,63.01 L114.00,532.80 L770.62,532.80 L770.62,63.01 L114.00,63.01 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g id="gnuplot_plot_1" fill="none"><title>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M114.00,501.01 L179.66,485.53 L245.32,440.28 L310.99,424.13 L376.65,501.11 L442.31,485.75 L507.97,460.08 L573.63,443.50
L639.30,496.07 L704.96,118.85 L770.62,494.86 '/></g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M114.00,63.01 L114.00,532.80 L770.62,532.80 L770.62,63.01 L114.00,63.01 Z '/> <g transform="translate(22.38,297.91) rotate(270.00)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>Bytes/sec</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(442.31,589.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>seconds</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">
<g transform="translate(442.31,36.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>wlan0 throughput</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: 9.0 KiB

View File

@ -0,0 +1,204 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
viewBox="0 0 800 600"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>Gnuplot</title>
<desc>Produced by GNUPLOT 6.1 patchlevel 0 </desc>
<g id="gnuplot_canvas">
<rect x="0" y="0" width="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M53.84,558.00 L64.34,558.00 '/> <g transform="translate(44.05,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,496.13 L64.34,496.13 '/> <g transform="translate(44.05,500.68)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,434.25 L64.34,434.25 '/> <g transform="translate(44.05,438.80)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,372.38 L64.34,372.38 '/> <g transform="translate(44.05,376.93)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,310.50 L64.34,310.50 '/> <g transform="translate(44.05,315.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,248.63 L64.34,248.63 '/> <g transform="translate(44.05,253.18)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 7</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,186.76 L64.34,186.76 '/> <g transform="translate(44.05,191.31)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 8</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,124.88 L64.34,124.88 '/> <g transform="translate(44.05,129.43)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 9</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,63.01 L64.34,63.01 '/> <g transform="translate(44.05,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M53.84,558.00 L53.84,547.50 M53.84,63.01 L53.84,73.51 '/> <g transform="translate(53.84,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M137.32,558.00 L137.32,547.50 M137.32,63.01 L137.32,73.51 '/> <g transform="translate(137.32,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M220.80,558.00 L220.80,547.50 M220.80,63.01 L220.80,73.51 '/> <g transform="translate(220.80,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M304.28,558.00 L304.28,547.50 M304.28,63.01 L304.28,73.51 '/> <g transform="translate(304.28,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M387.76,558.00 L387.76,547.50 M387.76,63.01 L387.76,73.51 '/> <g transform="translate(387.76,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M471.23,558.00 L471.23,547.50 M471.23,63.01 L471.23,73.51 '/> <g transform="translate(471.23,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 3.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M554.71,558.00 L554.71,547.50 M554.71,63.01 L554.71,73.51 '/> <g transform="translate(554.71,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M638.19,558.00 L638.19,547.50 M638.19,63.01 L638.19,73.51 '/> <g transform="translate(638.19,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,558.00 L721.67,547.50 M721.67,63.01 L721.67,73.51 '/> <g transform="translate(721.67,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,558.00 L711.17,558.00 '/> <g transform="translate(731.46,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,459.00 L711.17,459.00 '/> <g transform="translate(731.46,463.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,360.00 L711.17,360.00 '/> <g transform="translate(731.46,364.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,261.01 L711.17,261.01 '/> <g transform="translate(731.46,265.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 15</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,162.01 L711.17,162.01 '/> <g transform="translate(731.46,166.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 20</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M721.67,63.01 L711.17,63.01 '/> <g transform="translate(731.46,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 25</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='M53.84,63.01 L53.84,558.00 L721.67,558.00 L721.67,63.01 L53.84,63.01 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g id="gnuplot_plot_1" fill="none"><title>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M53.84,538.20 L220.80,478.80 L387.76,379.80 L554.71,241.21 L721.67,63.01 '/> <use xlink:href='#gpPt0' transform='translate(53.84,538.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(220.80,478.80) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(387.76,379.80) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(554.71,241.21) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(721.67,63.01) scale(5.25)' color='rgb(148, 0, 211)'/>
</g>
</g>
<g id="gnuplot_plot_2" fill="none"><title>gnuplot_plot_2</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 0, 158, 115)' d='M53.84,558.00 L220.80,434.25 L387.76,310.50 L554.71,186.76 L721.67,63.01 '/> <use xlink:href='#gpPt1' transform='translate(53.84,558.00) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(220.80,434.25) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(387.76,310.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(554.71,186.76) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(721.67,63.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M53.84,63.01 L53.84,558.00 L721.67,558.00 L721.67,63.01 L53.84,63.01 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(387.75,36.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>Test plot</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: 13 KiB

37
extract_README.sh Executable file
View File

@ -0,0 +1,37 @@
#!/bin/zsh
cat <<EOF > README.pod
=head1 TALK
I just gave a talk about this at L<SCaLE
17x|https://www.socallinuxexpo.org/scale/17x>. Here are the L<video of the
talk|https://www.youtube.com/watch?v=Qvb_uNkFGNQ&t=12830s> and the
L<"slides"|https://github.com/dkogan/talk-feedgnuplot-vnlog/blob/master/feedgnuplot-vnlog.org>.
EOF
seq 5 | awk '{print 2*$1, $1*$1}' |
feedgnuplot \
--lines \
--points \
--title "Test plot" \
--y2 1 \
--unset key \
--unset grid \
--hardcopy 'documentation-header-plot.svg'
< bin/feedgnuplot \
awk '/^ *Test plot$/,/^ *1 +1.5 +2 +2.5/ \
{ if(!wrote_plot1) { print "=for html <p><img src=\"documentation-header-plot.svg\">"; \
wrote_plot1 = 1; } \
next; \
} \
/^ *wlan0 throughput$/,/seconds/ \
{ if(!wrote_plot2) { print "=for html <p><img src=\"documentation-header-network-throughput-plot.svg\">"; \
wrote_plot2 = 1; } \
next; \
} \
/=head1/,0 \
{ if(!/^ *--terminal .dumb 80,40. --exit/) { print } }' >> README.pod

100
guide/.dir-locals.el Normal file
View File

@ -0,0 +1,100 @@
;; Very similar logic appears in
;; https://www.github.com/dkogan/gnuplotlib
;; https://www.github.com/dkogan/feedgnuplot
;;
;; I need some advices to be able to generate all the images. I'm not using the org
;; exporter to produce the html, but relying on github's limited org parser to
;; display everything. github's parser doesn't do the org export, so I must
;; pre-generate all the figures with (org-babel-execute-buffer) (C-c C-v C-b).
;; This requires advices to:
;; - Generate unique image filenames
;; - Communicate those filenames to feedgnuplot
;; - Display code that produces an interactive plot (so that the readers can
;; cut/paste the snippets), but run code that writes to the image that ends up in
;; the documentation
(( org-mode . ((eval .
(progn
(setq org-confirm-babel-evaluate nil)
(org-babel-do-load-languages
'org-babel-load-languages
'((shell . t)
(gnuplot . t)))
;; This sets a default :file tag, set to a unique filename. I want each demo to
;; produce an image, but I don't care what it is called. I omit the :file tag
;; completely, and this advice takes care of it
(defun dima-info-local-get-property
(params what)
(condition-case nil
(cdr (assq what params))
(error "")))
(defun dima-org-babel-is-feedgnuplot
(params)
(and
(or (not (assq :file params))
(string-match "^guide-[0-9]+\\.svg$" (cdr (assq :file params))))
(string-match "\\<both\\>" (dima-info-local-get-property params :exports) )
(string-match "\\<file\\>" (dima-info-local-get-property params :results ))))
(defun dima-org-babel-sh-unique-plot-filename
(f &optional arg info params)
(let ((info-local (or info (org-babel-get-src-block-info t))))
(if (and info-local
(string= (car info-local) "sh")
(dima-org-babel-is-feedgnuplot (caddr info-local)))
;; We're looking at a feedgnuplot block. Add a default :file
(funcall f arg info
(cons (cons ':file
(format "guide-%d.svg"
(condition-case nil
(setq dima-unique-plot-number (1+ dima-unique-plot-number))
(error (setq dima-unique-plot-number 0)))))
params))
;; Not feedgnuplot. Just do the normal thing
(funcall f arg info params))))
(unless
(advice-member-p
#'dima-org-babel-sh-unique-plot-filename
#'org-babel-execute-src-block)
(advice-add
#'org-babel-execute-src-block
:around #'dima-org-babel-sh-unique-plot-filename))
;; If I'm regenerating ALL the plots, I start counting the plots from 0
(defun dima-reset-unique-plot-number
(&rest args)
(setq dima-unique-plot-number 0))
(unless
(advice-member-p
#'dima-reset-unique-plot-number
#'org-babel-execute-buffer)
(advice-add
#'org-babel-execute-buffer
:before #'dima-reset-unique-plot-number))
;; I'm using github to display guide.org, so I'm not using the "normal" org
;; exporter. I want the demo text to not contain --hardcopy, but clearly I
;; need --hardcopy when generating the plots. I add the --hardcopy to the
;; command before running it
(defun dima-org-babel-sh-set-demo-output (f body params)
(when (dima-org-babel-is-feedgnuplot params)
(with-temp-buffer
(insert body)
;; use the local feedgnuplot
(beginning-of-buffer)
(re-search-forward "\\_<feedgnuplot\\_>")
(backward-word-strictly)
(insert "../bin/")
;; write to svg
(forward-word-strictly)
(insert (format " --terminal 'svg noenhanced solid size 800,600 font \",14\"' --hardcopy %s" (cdr (assq :file params))))
(setq body (buffer-substring-no-properties (point-min) (point-max)))))
(funcall f body params))
(unless
(advice-member-p
#'dima-org-babel-sh-set-demo-output
#'org-babel-execute:sh)
(advice-add
#'org-babel-execute:sh
:around #'dima-org-babel-sh-set-demo-output))
)))))

View File

@ -0,0 +1,448 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="600" height="480"
viewBox="0 0 600 480"
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="600" height="480" fill="none"/>
<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 d='M0.00,480.00 L599.99,480.00 L599.99,0.01 L0.00,0.01 L0.00,480.00 Z '/> <g transform="translate(16.78,21.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve">svg terminal test</tspan></text>
</g>
<g transform="translate(16.78,44.40)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve">gnuplot version 5.4.1 </tspan></text>
</g>
</g>
<g fill="none" color="gray" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke-dasharray='2,4' d='M300.00,480.00 L300.00,0.01 M0.00,240.00 L599.99,240.00 '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(300.00,243.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle" style='filter:url(#textbox)'>
<text><tspan font-family="Arial" >12345678901234567890</tspan></text>
</g>
<g transform="translate(300.00,243.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" >12345678901234567890</tspan></text>
</g>
<g transform="translate(300.00,216.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" >true vs. estimated text dimensions</tspan></text>
</g>
<path stroke='black' d='M216.10,231.00 L383.90,231.00 L383.90,249.00 L216.10,249.00 L216.10,231.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(300.00,291.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve">Enhanced text: </tspan><tspan font-family="Arial" xml:space="preserve">x</tspan><tspan font-family="Arial" font-size="9.6" dy="3.60px" xml:space="preserve">0</tspan><tspan font-family="Arial" dx="-0.50em" dy="-9.60px" xml:space="preserve">n+1</tspan><tspan font-size="12.0" dy="6.00"></tspan></text>
</g>
<g transform="translate(300.00,315.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text xml:space="preserve"><tspan font-family="Arial" fill="none" xml:space="preserve">Enhanced text: </tspan><tspan font-family="Arial" font-weight="bold" xml:space="preserve">Bold</tspan><tspan font-family="Arial" font-style="italic" xml:space="preserve"> Italic</tspan></text>
</g>
<g transform="translate(300.00,135.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text><tspan font-family="Arial" >left justified</tspan></text>
</g>
<g transform="translate(300.00,153.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" >centre+d text</tspan></text>
</g>
<g transform="translate(300.00,171.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >right justified</tspan></text>
</g>
</g>
<g fill="none" color="blue" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M318.00,0.01 L318.00,9.00 M300.00,18.00 L309.00,18.00 '/> <g transform="translate(291.61,21.90)" stroke="none" fill="blue" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >show ticscale</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">
<g transform="translate(532.27,21.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >-1</tspan></text>
</g>
<path stroke='black' d='M540.66,18.00 L574.22,18.00 '/></g>
<g fill="none" color="gray" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,39.90)" stroke="none" fill="gray" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >0</tspan></text>
</g>
<path stroke='gray' stroke-dasharray='2,4' d='M540.66,36.00 L574.22,36.00 '/> <use xlink:href='#gpDot' x='587.11' y='36.00' color='gray'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,57.90)" stroke="none" fill="rgb(148,0,211)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >1</tspan></text>
</g>
<path stroke='rgb(148, 0, 211)' d='M540.66,54.00 L574.22,54.00 '/> <use xlink:href='#gpPt0' transform='translate(587.11,54.00) scale(4.50)' color='rgb(148, 0, 211)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,75.90)" stroke="none" fill="rgb(0,158,115)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >2</tspan></text>
</g>
<path stroke='rgb( 0, 158, 115)' d='M540.66,72.00 L574.22,72.00 '/> <use xlink:href='#gpPt1' transform='translate(587.11,72.00) scale(4.50)' color='rgb( 0, 158, 115)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,93.90)" stroke="none" fill="rgb(86,180,233)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >3</tspan></text>
</g>
<path stroke='rgb( 86, 180, 233)' d='M540.66,90.00 L574.22,90.00 '/> <use xlink:href='#gpPt2' transform='translate(587.11,90.00) scale(4.50)' color='rgb( 86, 180, 233)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,111.90)" stroke="none" fill="rgb(230,159,0)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >4</tspan></text>
</g>
<path stroke='rgb(230, 159, 0)' d='M540.66,108.00 L574.22,108.00 '/> <use xlink:href='#gpPt3' transform='translate(587.11,108.00) scale(4.50)' color='rgb(230, 159, 0)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,129.90)" stroke="none" fill="rgb(240,228,66)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >5</tspan></text>
</g>
<path stroke='rgb(240, 228, 66)' d='M540.66,126.00 L574.22,126.00 '/> <use xlink:href='#gpPt4' transform='translate(587.11,126.00) scale(4.50)' color='rgb(240, 228, 66)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,147.90)" stroke="none" fill="rgb(0,114,178)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >6</tspan></text>
</g>
<path stroke='rgb( 0, 114, 178)' d='M540.66,144.00 L574.22,144.00 '/> <use xlink:href='#gpPt5' transform='translate(587.11,144.00) scale(4.50)' color='rgb( 0, 114, 178)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,165.90)" stroke="none" fill="rgb(229,30,16)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >7</tspan></text>
</g>
<path stroke='rgb(229, 30, 16)' d='M540.66,162.00 L574.22,162.00 '/> <use xlink:href='#gpPt6' transform='translate(587.11,162.00) scale(4.50)' color='rgb(229, 30, 16)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,183.90)" stroke="none" fill="rgb(0,0,0)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >8</tspan></text>
</g>
<path stroke='rgb( 0, 0, 0)' d='M540.66,180.00 L574.22,180.00 '/> <use xlink:href='#gpPt7' transform='translate(587.11,180.00) scale(4.50)' color='rgb( 0, 0, 0)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,201.90)" stroke="none" fill="rgb(148,0,211)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >9</tspan></text>
</g>
<path stroke='rgb(148, 0, 211)' d='M540.66,198.00 L574.22,198.00 '/> <use xlink:href='#gpPt8' transform='translate(587.11,198.00) scale(4.50)' color='rgb(148, 0, 211)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,219.90)" stroke="none" fill="rgb(0,158,115)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >10</tspan></text>
</g>
<path stroke='rgb( 0, 158, 115)' d='M540.66,216.00 L574.22,216.00 '/> <use xlink:href='#gpPt9' transform='translate(587.11,216.00) scale(4.50)' color='rgb( 0, 158, 115)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,237.90)" stroke="none" fill="rgb(86,180,233)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >11</tspan></text>
</g>
<path stroke='rgb( 86, 180, 233)' d='M540.66,234.00 L574.22,234.00 '/> <use xlink:href='#gpPt10' transform='translate(587.11,234.00) scale(4.50)' color='rgb( 86, 180, 233)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,255.90)" stroke="none" fill="rgb(230,159,0)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >12</tspan></text>
</g>
<path stroke='rgb(230, 159, 0)' d='M540.66,252.00 L574.22,252.00 '/> <use xlink:href='#gpPt11' transform='translate(587.11,252.00) scale(4.50)' color='rgb(230, 159, 0)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,273.90)" stroke="none" fill="rgb(240,228,66)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >13</tspan></text>
</g>
<path stroke='rgb(240, 228, 66)' d='M540.66,270.00 L574.22,270.00 '/> <use xlink:href='#gpPt12' transform='translate(587.11,270.00) scale(4.50)' color='rgb(240, 228, 66)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,291.90)" stroke="none" fill="rgb(0,114,178)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >14</tspan></text>
</g>
<path stroke='rgb( 0, 114, 178)' d='M540.66,288.00 L574.22,288.00 '/> <use xlink:href='#gpPt13' transform='translate(587.11,288.00) scale(4.50)' color='rgb( 0, 114, 178)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,309.90)" stroke="none" fill="rgb(229,30,16)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >15</tspan></text>
</g>
<path stroke='rgb(229, 30, 16)' d='M540.66,306.00 L574.22,306.00 '/> <use xlink:href='#gpPt14' transform='translate(587.11,306.00) scale(4.50)' color='rgb(229, 30, 16)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,327.90)" stroke="none" fill="rgb(0,0,0)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >16</tspan></text>
</g>
<path stroke='rgb( 0, 0, 0)' d='M540.66,324.00 L574.22,324.00 '/> <use xlink:href='#gpPt0' transform='translate(587.11,324.00) scale(4.50)' color='rgb( 0, 0, 0)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,345.90)" stroke="none" fill="rgb(148,0,211)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >17</tspan></text>
</g>
<path stroke='rgb(148, 0, 211)' d='M540.66,342.00 L574.22,342.00 '/> <use xlink:href='#gpPt1' transform='translate(587.11,342.00) scale(4.50)' color='rgb(148, 0, 211)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,363.90)" stroke="none" fill="rgb(0,158,115)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >18</tspan></text>
</g>
<path stroke='rgb( 0, 158, 115)' d='M540.66,360.00 L574.22,360.00 '/> <use xlink:href='#gpPt2' transform='translate(587.11,360.00) scale(4.50)' color='rgb( 0, 158, 115)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,381.90)" stroke="none" fill="rgb(86,180,233)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >19</tspan></text>
</g>
<path stroke='rgb( 86, 180, 233)' d='M540.66,378.00 L574.22,378.00 '/> <use xlink:href='#gpPt3' transform='translate(587.11,378.00) scale(4.50)' color='rgb( 86, 180, 233)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,399.90)" stroke="none" fill="rgb(230,159,0)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >20</tspan></text>
</g>
<path stroke='rgb(230, 159, 0)' d='M540.66,396.00 L574.22,396.00 '/> <use xlink:href='#gpPt4' transform='translate(587.11,396.00) scale(4.50)' color='rgb(230, 159, 0)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,417.90)" stroke="none" fill="rgb(240,228,66)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >21</tspan></text>
</g>
<path stroke='rgb(240, 228, 66)' d='M540.66,414.00 L574.22,414.00 '/> <use xlink:href='#gpPt5' transform='translate(587.11,414.00) scale(4.50)' color='rgb(240, 228, 66)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,435.90)" stroke="none" fill="rgb(0,114,178)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >22</tspan></text>
</g>
<path stroke='rgb( 0, 114, 178)' d='M540.66,432.00 L574.22,432.00 '/> <use xlink:href='#gpPt6' transform='translate(587.11,432.00) scale(4.50)' color='rgb( 0, 114, 178)'/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(532.27,453.90)" stroke="none" fill="rgb(229,30,16)" font-family="Arial" font-size="12.00" text-anchor="end">
<text><tspan font-family="Arial" >23</tspan></text>
</g>
<path stroke='rgb(229, 30, 16)' d='M540.66,450.00 L574.22,450.00 '/> <use xlink:href='#gpPt7' transform='translate(587.11,450.00) scale(4.50)' color='rgb(229, 30, 16)'/>
</g>
<g fill="none" color="red" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'currentColor' points = '36.00,194.38 40.65,194.38 36.00,177.00 31.35,194.38 36.00,194.38 '/>
<polygon fill = 'currentColor' points = '36.00,285.62 31.35,285.62 36.00,303.00 40.65,285.62 36.00,285.62 '/>
</g>
<path d='M36.00,285.62 L36.00,194.38 M86.71,189.29 L90.00,192.58 L99.00,177.00 L83.42,186.00 L86.71,189.29 Z '/> <path d='M36.00,240.00 L86.71,189.29 M83.42,294.00 L99.00,303.00 L90.00,287.42 M36.00,240.00 L99.00,303.00 '/></g>
<g fill="none" color="red" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(21.90,240.00) rotate(270)" stroke="none" fill="red" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" >rotated ce+ntred text</tspan></text>
</g>
<g transform="translate(56.75,242.76) rotate(-45)" stroke="none" fill="red" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> rotate by +45</tspan></text>
</g>
<g transform="translate(51.24,242.76) rotate(45)" stroke="none" fill="red" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> rotate by -45</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M45.00,460.80 L105.00,460.80 '/> <g transform="translate(105.00,464.70)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> lw 1</tspan></text>
</g>
</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="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M45.00,441.60 L105.00,441.60 '/> <g transform="translate(105.00,445.50)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> lw 2</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M45.00,422.40 L105.00,422.40 '/> <g transform="translate(105.00,426.30)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> lw 3</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="4.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="4.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M45.00,403.20 L105.00,403.20 '/> <g transform="translate(105.00,407.10)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> lw 4</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="5.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="5.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M45.00,384.00 L105.00,384.00 '/> <g transform="translate(105.00,387.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> lw 5</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="6.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="6.00" stroke-linecap="butt" stroke-linejoin="miter">
<path d='M45.00,364.80 L105.00,364.80 '/> <g transform="translate(105.00,368.70)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> lw 6</tspan></text>
</g>
<g transform="translate(45.00,349.50)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text><tspan font-family="Arial" >linewidth</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='M180.00,460.80 L240.00,460.80 '/> <g transform="translate(240.00,464.70)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> dt 1</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' stroke-dasharray='2.5,4.0' d='M180.00,441.60 L240.00,441.60 '/> <g transform="translate(240.00,445.50)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> dt 2</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' stroke-dasharray='1.0,2.0' d='M180.00,422.40 L240.00,422.40 '/> <g transform="translate(240.00,426.30)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> dt 3</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' stroke-dasharray='4.0,2.0,1.0,2.0' d='M180.00,403.20 L240.00,403.20 '/> <g transform="translate(240.00,407.10)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> dt 4</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' stroke-dasharray='4.5,2.0,0.5,2.0,0.5,2.0' d='M180.00,384.00 L240.00,384.00 '/> <g transform="translate(240.00,387.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text xml:space="preserve"><tspan font-family="Arial" xml:space="preserve"> dt 5</tspan></text>
</g>
<g transform="translate(180.00,368.70)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="start">
<text><tspan font-family="Arial" >dashtype</tspan></text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(405.00,396.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" >pattern fill</tspan></text>
</g>
<defs>
<pattern id='gpPat1' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat1)' points = '300.00,480.00 315.00,480.00 315.00,420.00 300.00,420.00 '/>
</g>
<path d='M300.00,480.00 L300.00,420.00 L315.00,420.00 L315.00,480.00 L300.00,480.00 Z '/> <g transform="translate(307.50,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 0</tspan></text>
</g>
<defs>
<pattern id='gpPat2' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'fill:none; stroke:currentColor' d='M0,0 L8,8 M0,8 L8,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat2)' points = '322.50,480.00 337.50,480.00 337.50,420.00 322.50,420.00 '/>
</g>
<path d='M322.50,480.00 L322.50,420.00 L337.50,420.00 L337.50,480.00 L322.50,480.00 Z '/> <g transform="translate(330.00,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 1</tspan></text>
</g>
<defs>
<pattern id='gpPat3' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'fill:none; stroke:currentColor' d='M0,0 L8,8 M0,8 L8,0 M0,4 L4,8 L8,4 L4,0 L0,4'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat3)' points = '345.00,480.00 360.00,480.00 360.00,420.00 345.00,420.00 '/>
</g>
<path d='M345.00,480.00 L345.00,420.00 L360.00,420.00 L360.00,480.00 L345.00,480.00 Z '/> <g transform="translate(352.50,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 2</tspan></text>
</g>
<defs>
<pattern id='gpPat4' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'stroke:none; fill:currentColor' d='M0,0 L0,8 L8,8 L8,0 L0,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat4)' points = '367.50,480.00 382.50,480.00 382.50,420.00 367.50,420.00 '/>
</g>
<path d='M367.50,480.00 L367.50,420.00 L382.50,420.00 L382.50,480.00 L367.50,480.00 Z '/> <g transform="translate(375.00,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 3</tspan></text>
</g>
<defs>
<pattern id='gpPat5' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'fill:none; stroke:currentColor' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat5)' points = '390.00,480.00 405.00,480.00 405.00,420.00 390.00,420.00 '/>
</g>
<path d='M390.00,480.00 L390.00,420.00 L405.00,420.00 L405.00,480.00 L390.00,480.00 Z '/> <g transform="translate(397.50,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 4</tspan></text>
</g>
<defs>
<pattern id='gpPat6' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'fill:none; stroke:currentColor' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat6)' points = '412.50,480.00 427.50,480.00 427.50,420.00 412.50,420.00 '/>
</g>
<path d='M412.50,480.00 L412.50,420.00 L427.50,420.00 L427.50,480.00 L412.50,480.00 Z '/> <g transform="translate(420.00,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 5</tspan></text>
</g>
<defs>
<pattern id='gpPat7' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'fill:none; stroke:currentColor' d='M-2,8 L4,-4 M0,12 L8,-4 M4,12 L10,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat7)' points = '435.00,480.00 450.00,480.00 450.00,420.00 435.00,420.00 '/>
</g>
<path d='M435.00,480.00 L435.00,420.00 L450.00,420.00 L450.00,480.00 L435.00,480.00 Z '/> <g transform="translate(442.50,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 6</tspan></text>
</g>
<defs>
<pattern id='gpPat8' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style = 'fill:none; stroke:currentColor' d='M-2,0 L4,12 M0,-4 L8,12 M4,-4 L10,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat8)' points = '457.50,480.00 472.50,480.00 472.50,420.00 457.50,420.00 '/>
</g>
<path d='M457.50,480.00 L457.50,420.00 L472.50,420.00 L472.50,480.00 L457.50,480.00 Z '/> <g transform="translate(465.00,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 7</tspan></text>
</g>
<defs>
<pattern id='gpPat9' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat9)' points = '480.00,480.00 495.00,480.00 495.00,420.00 480.00,420.00 '/>
</g>
<path d='M480.00,480.00 L480.00,420.00 L495.00,420.00 L495.00,480.00 L480.00,480.00 Z '/> <g transform="translate(487.50,414.90)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" > 8</tspan></text>
</g>
</g>
<g fill="none" color="blue" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'currentColor' points = '450.00,81.60 435.00,55.62 405.00,55.62 390.00,81.60 405.00,107.59 435.00,107.59 450.00,81.60 '/>
</g>
</g>
<g fill="none" color="green" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'currentColor' fill-opacity = '0.500000' points = '480.00,96.60 465.00,70.62 435.00,70.62 420.00,96.60 435.00,122.59 465.00,122.59 480.00,96.60 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(420.00,46.50)" stroke="none" fill="black" font-family="Arial" font-size="12.00" text-anchor="middle">
<text><tspan font-family="Arial" >filled polygons:</tspan></text>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 32 KiB

452
guide/guide-1.svg Normal file
View File

@ -0,0 +1,452 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M63.63,504.30 L770.62,504.30 '/></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='M63.63,504.30 L74.13,504.30 M770.62,504.30 L760.12,504.30 '/> <g transform="translate(53.84,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M63.63,450.60 L770.62,450.60 '/></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='M63.63,450.60 L74.13,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(53.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M63.63,396.90 L770.62,396.90 '/></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='M63.63,396.90 L74.13,396.90 M770.62,396.90 L760.12,396.90 '/> <g transform="translate(53.84,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M63.63,343.20 L770.62,343.20 '/></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='M63.63,343.20 L74.13,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(53.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M63.63,289.50 L770.62,289.50 '/></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='M63.63,289.50 L74.13,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(53.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M63.63,235.81 L770.62,235.81 '/></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='M63.63,235.81 L74.13,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(53.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M63.63,182.11 L770.62,182.11 '/></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='M63.63,182.11 L74.13,182.11 M770.62,182.11 L760.12,182.11 '/> <g transform="translate(53.84,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M63.63,128.41 L770.62,128.41 '/></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='M63.63,128.41 L74.13,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(53.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M63.63,74.71 L770.62,74.71 '/></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='M63.63,74.71 L74.13,74.71 M770.62,74.71 L760.12,74.71 '/> <g transform="translate(53.84,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M134.33,558.00 L134.33,21.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='M134.33,558.00 L134.33,547.50 M134.33,21.01 L134.33,31.51 '/> <g transform="translate(134.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</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='M205.03,558.00 L205.03,21.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='M205.03,558.00 L205.03,547.50 M205.03,21.01 L205.03,31.51 '/> <g transform="translate(205.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 20</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='M275.73,558.00 L275.73,21.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='M275.73,558.00 L275.73,547.50 M275.73,21.01 L275.73,31.51 '/> <g transform="translate(275.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 30</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='M346.43,558.00 L346.43,21.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='M346.43,558.00 L346.43,547.50 M346.43,21.01 L346.43,31.51 '/> <g transform="translate(346.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 40</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 50</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='M487.82,558.00 L487.82,21.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='M487.82,558.00 L487.82,547.50 M487.82,21.01 L487.82,31.51 '/> <g transform="translate(487.82,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 60</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='M558.52,558.00 L558.52,21.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='M558.52,558.00 L558.52,547.50 M558.52,21.01 L558.52,31.51 '/> <g transform="translate(558.52,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 70</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='M629.22,558.00 L629.22,21.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='M629.22,558.00 L629.22,547.50 M629.22,21.01 L629.22,31.51 '/> <g transform="translate(629.22,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 80</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='M699.92,558.00 L699.92,31.51 L699.92,21.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='M699.92,558.00 L699.92,547.50 M699.92,21.01 L699.92,31.51 '/> <g transform="translate(699.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 90</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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 100</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<use xlink:href='#gpPt0' transform='translate(70.70,236.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(77.77,184.95) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(84.84,137.90) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(91.91,96.90) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(98.98,63.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(106.05,39.26) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(113.12,24.92) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(120.19,21.12) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(127.26,28.03) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(134.33,45.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(141.40,72.43) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(148.47,108.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(155.54,151.10) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(162.61,199.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(169.68,251.61) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(176.75,305.18) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(183.82,358.12) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.89,408.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(197.96,453.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(205.03,492.70) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(212.10,523.52) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(219.17,545.01) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(226.24,556.31) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.31,556.97) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(240.38,546.97) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(247.45,526.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(254.52,496.99) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(261.59,459.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(268.66,414.25) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(275.73,364.53) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(282.80,311.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(289.87,258.21) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(296.94,205.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(304.01,156.84) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(311.08,113.11) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.15,76.41) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(325.22,48.21) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(332.29,29.62) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(339.36,21.40) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(346.43,23.87) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(353.50,36.92) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(360.57,60.05) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(367.64,92.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(374.71,132.46) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(381.78,178.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(388.85,229.66) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(395.92,282.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(402.99,336.31) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(410.06,387.90) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,435.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(424.19,477.42) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(431.26,511.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(438.33,537.27) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(445.40,552.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(452.47,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(459.54,552.41) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(466.61,536.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(473.68,510.43) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(480.75,475.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(487.82,433.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(494.89,385.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(501.96,333.97) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(509.03,280.48) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(516.10,227.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(523.17,176.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(530.24,130.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(537.31,90.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(544.38,58.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(551.45,36.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(558.52,23.53) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(565.59,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(572.66,30.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(579.73,49.26) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(586.80,77.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(593.87,114.91) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.94,158.91) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(608.01,208.12) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(615.08,260.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(622.15,314.18) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(629.22,366.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(636.29,416.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.36,460.83) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(650.43,498.49) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(657.50,527.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(664.57,547.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(671.64,557.17) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(678.71,556.03) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.78,544.27) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(692.85,522.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(699.92,491.14) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(706.99,451.90) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(714.06,406.18) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(721.13,355.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(728.20,302.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(735.27,249.26) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(742.34,197.33) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(749.41,149.06) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(756.48,106.40) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(763.55,71.04) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(770.62,44.38) scale(5.25)' color='rgb(148, 0, 211)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 34 KiB

603
guide/guide-10.svg Normal file
View File

@ -0,0 +1,603 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M98.10,558.00 L635.10,558.00 '/></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='M98.10,558.00 L108.60,558.00 M635.10,558.00 L624.60,558.00 '/> <g transform="translate(88.31,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M98.10,423.75 L635.10,423.75 '/></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='M98.10,423.75 L108.60,423.75 M635.10,423.75 L624.60,423.75 '/> <g transform="translate(88.31,428.30)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.5</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='M98.10,289.50 L635.10,289.50 '/></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='M98.10,289.50 L108.60,289.50 M635.10,289.50 L624.60,289.50 '/> <g transform="translate(88.31,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M98.10,155.26 L635.10,155.26 '/></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='M98.10,155.26 L108.60,155.26 M635.10,155.26 L624.60,155.26 '/> <g transform="translate(88.31,159.81)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.5</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='M98.10,21.01 L635.10,21.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='M98.10,21.01 L108.60,21.01 M635.10,21.01 L624.60,21.01 '/> <g transform="translate(88.31,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M98.10,558.00 L98.10,21.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='M98.10,558.00 L98.10,547.50 M98.10,21.01 L98.10,31.51 '/> <g transform="translate(98.10,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M232.35,558.00 L232.35,21.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='M232.35,558.00 L232.35,547.50 M232.35,21.01 L232.35,31.51 '/> <g transform="translate(232.35,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.5</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='M366.60,558.00 L366.60,21.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='M366.60,558.00 L366.60,547.50 M366.60,21.01 L366.60,31.51 '/> <g transform="translate(366.60,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M500.85,558.00 L500.85,73.51 M500.85,31.51 L500.85,21.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='M500.85,558.00 L500.85,547.50 M500.85,21.01 L500.85,31.51 '/> <g transform="translate(500.85,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.5</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='M635.10,558.00 L635.10,21.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='M635.10,558.00 L635.10,547.50 M635.10,21.01 L635.10,31.51 '/> <g transform="translate(635.10,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M98.10,21.01 L98.10,558.00 L635.10,558.00 L635.10,21.01 L98.10,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(556.07,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>circle</text>
</g>
<use xlink:href='#gpPt0' transform='translate(634.57,272.65) scale(5.25)' color='rgb( 24, 0, 14)'/>
<use xlink:href='#gpPt0' transform='translate(632.98,255.85) scale(5.25)' color='rgb( 34, 0, 29)'/>
<use xlink:href='#gpPt0' transform='translate(630.34,239.19) scale(5.25)' color='rgb( 42, 0, 43)'/>
<use xlink:href='#gpPt0' transform='translate(626.66,222.73) scale(5.25)' color='rgb( 48, 0, 57)'/>
<use xlink:href='#gpPt0' transform='translate(621.96,206.54) scale(5.25)' color='rgb( 54, 0, 71)'/>
<use xlink:href='#gpPt0' transform='translate(616.25,190.67) scale(5.25)' color='rgb( 59, 0, 85)'/>
<use xlink:href='#gpPt0' transform='translate(609.55,175.19) scale(5.25)' color='rgb( 64, 0, 98)'/>
<use xlink:href='#gpPt0' transform='translate(601.89,160.16) scale(5.25)' color='rgb( 68, 0, 111)'/>
<use xlink:href='#gpPt0' transform='translate(593.30,145.64) scale(5.25)' color='rgb( 73, 0, 124)'/>
<use xlink:href='#gpPt0' transform='translate(583.82,131.69) scale(5.25)' color='rgb( 77, 0, 137)'/>
<use xlink:href='#gpPt0' transform='translate(573.48,118.36) scale(5.25)' color='rgb( 80, 0, 149)'/>
<use xlink:href='#gpPt0' transform='translate(562.33,105.71) scale(5.25)' color='rgb( 84, 0, 160)'/>
<use xlink:href='#gpPt0' transform='translate(550.40,93.78) scale(5.25)' color='rgb( 87, 0, 171)'/>
<use xlink:href='#gpPt0' transform='translate(537.75,82.63) scale(5.25)' color='rgb( 91, 1, 181)'/>
<use xlink:href='#gpPt0' transform='translate(524.42,72.29) scale(5.25)' color='rgb( 94, 1, 191)'/>
<use xlink:href='#gpPt0' transform='translate(510.47,62.81) scale(5.25)' color='rgb( 97, 1, 201)'/>
<use xlink:href='#gpPt0' transform='translate(495.95,54.22) scale(5.25)' color='rgb(100, 1, 209)'/>
<use xlink:href='#gpPt0' transform='translate(480.92,46.56) scale(5.25)' color='rgb(103, 1, 217)'/>
<use xlink:href='#gpPt0' transform='translate(465.44,39.86) scale(5.25)' color='rgb(105, 1, 224)'/>
<use xlink:href='#gpPt0' transform='translate(449.57,34.15) scale(5.25)' color='rgb(108, 1, 231)'/>
<use xlink:href='#gpPt0' transform='translate(433.37,29.45) scale(5.25)' color='rgb(111, 2, 236)'/>
<use xlink:href='#gpPt0' transform='translate(416.91,25.77) scale(5.25)' color='rgb(113, 2, 242)'/>
<use xlink:href='#gpPt0' transform='translate(400.25,23.13) scale(5.25)' color='rgb(116, 2, 246)'/>
<use xlink:href='#gpPt0' transform='translate(383.46,21.54) scale(5.25)' color='rgb(119, 3, 249)'/>
<use xlink:href='#gpPt0' transform='translate(366.60,21.01) scale(5.25)' color='rgb(121, 3, 252)'/>
<use xlink:href='#gpPt0' transform='translate(349.74,21.54) scale(5.25)' color='rgb(123, 3, 254)'/>
<use xlink:href='#gpPt0' transform='translate(332.95,23.13) scale(5.25)' color='rgb(126, 4, 255)'/>
<use xlink:href='#gpPt0' transform='translate(316.29,25.77) scale(5.25)' color='rgb(128, 4, 255)'/>
<use xlink:href='#gpPt0' transform='translate(299.83,29.45) scale(5.25)' color='rgb(130, 5, 254)'/>
<use xlink:href='#gpPt0' transform='translate(283.63,34.15) scale(5.25)' color='rgb(133, 5, 253)'/>
<use xlink:href='#gpPt0' transform='translate(267.76,39.86) scale(5.25)' color='rgb(135, 6, 251)'/>
<use xlink:href='#gpPt0' transform='translate(252.28,46.56) scale(5.25)' color='rgb(137, 6, 248)'/>
<use xlink:href='#gpPt0' transform='translate(237.25,54.22) scale(5.25)' color='rgb(139, 7, 244)'/>
<use xlink:href='#gpPt0' transform='translate(222.73,62.81) scale(5.25)' color='rgb(141, 7, 239)'/>
<use xlink:href='#gpPt0' transform='translate(208.78,72.29) scale(5.25)' color='rgb(143, 8, 234)'/>
<use xlink:href='#gpPt0' transform='translate(195.45,82.63) scale(5.25)' color='rgb(145, 9, 228)'/>
<use xlink:href='#gpPt0' transform='translate(182.80,93.78) scale(5.25)' color='rgb(147, 9, 221)'/>
<use xlink:href='#gpPt0' transform='translate(170.87,105.71) scale(5.25)' color='rgb(149, 10, 214)'/>
<use xlink:href='#gpPt0' transform='translate(159.72,118.36) scale(5.25)' color='rgb(151, 11, 205)'/>
<use xlink:href='#gpPt0' transform='translate(149.38,131.69) scale(5.25)' color='rgb(153, 12, 196)'/>
<use xlink:href='#gpPt0' transform='translate(139.90,145.64) scale(5.25)' color='rgb(155, 13, 187)'/>
<use xlink:href='#gpPt0' transform='translate(131.31,160.16) scale(5.25)' color='rgb(157, 14, 177)'/>
<use xlink:href='#gpPt0' transform='translate(123.65,175.18) scale(5.25)' color='rgb(159, 15, 166)'/>
<use xlink:href='#gpPt0' transform='translate(116.96,190.66) scale(5.25)' color='rgb(160, 16, 155)'/>
<use xlink:href='#gpPt0' transform='translate(111.24,206.53) scale(5.25)' color='rgb(162, 17, 143)'/>
<use xlink:href='#gpPt0' transform='translate(106.54,222.73) scale(5.25)' color='rgb(164, 18, 131)'/>
<use xlink:href='#gpPt0' transform='translate(102.86,239.19) scale(5.25)' color='rgb(166, 19, 119)'/>
<use xlink:href='#gpPt0' transform='translate(100.22,255.85) scale(5.25)' color='rgb(168, 21, 106)'/>
<use xlink:href='#gpPt0' transform='translate(98.63,272.65) scale(5.25)' color='rgb(169, 22, 92)'/>
<use xlink:href='#gpPt0' transform='translate(98.10,289.50) scale(5.25)' color='rgb(171, 23, 79)'/>
<use xlink:href='#gpPt0' transform='translate(98.63,306.36) scale(5.25)' color='rgb(173, 25, 65)'/>
<use xlink:href='#gpPt0' transform='translate(100.22,323.16) scale(5.25)' color='rgb(174, 26, 51)'/>
<use xlink:href='#gpPt0' transform='translate(102.86,339.82) scale(5.25)' color='rgb(176, 28, 37)'/>
<use xlink:href='#gpPt0' transform='translate(106.54,356.28) scale(5.25)' color='rgb(178, 29, 22)'/>
<use xlink:href='#gpPt0' transform='translate(111.24,372.47) scale(5.25)' color='rgb(179, 31, 8)'/>
<use xlink:href='#gpPt0' transform='translate(116.95,388.34) scale(5.25)' color='rgb(181, 33, 0)'/>
<use xlink:href='#gpPt0' transform='translate(123.65,403.82) scale(5.25)' color='rgb(183, 34, 0)'/>
<use xlink:href='#gpPt0' transform='translate(131.31,418.85) scale(5.25)' color='rgb(184, 36, 0)'/>
<use xlink:href='#gpPt0' transform='translate(139.90,433.37) scale(5.25)' color='rgb(186, 38, 0)'/>
<use xlink:href='#gpPt0' transform='translate(149.38,447.32) scale(5.25)' color='rgb(187, 40, 0)'/>
<use xlink:href='#gpPt0' transform='translate(159.72,460.65) scale(5.25)' color='rgb(189, 42, 0)'/>
<use xlink:href='#gpPt0' transform='translate(170.87,473.30) scale(5.25)' color='rgb(190, 44, 0)'/>
<use xlink:href='#gpPt0' transform='translate(182.80,485.23) scale(5.25)' color='rgb(192, 46, 0)'/>
<use xlink:href='#gpPt0' transform='translate(195.45,496.38) scale(5.25)' color='rgb(194, 49, 0)'/>
<use xlink:href='#gpPt0' transform='translate(208.78,506.72) scale(5.25)' color='rgb(195, 51, 0)'/>
<use xlink:href='#gpPt0' transform='translate(222.73,516.20) scale(5.25)' color='rgb(197, 53, 0)'/>
<use xlink:href='#gpPt0' transform='translate(237.25,524.79) scale(5.25)' color='rgb(198, 56, 0)'/>
<use xlink:href='#gpPt0' transform='translate(252.28,532.45) scale(5.25)' color='rgb(199, 58, 0)'/>
<use xlink:href='#gpPt0' transform='translate(267.76,539.14) scale(5.25)' color='rgb(201, 61, 0)'/>
<use xlink:href='#gpPt0' transform='translate(283.63,544.86) scale(5.25)' color='rgb(202, 64, 0)'/>
<use xlink:href='#gpPt0' transform='translate(299.83,549.56) scale(5.25)' color='rgb(204, 67, 0)'/>
<use xlink:href='#gpPt0' transform='translate(316.29,553.24) scale(5.25)' color='rgb(205, 69, 0)'/>
<use xlink:href='#gpPt0' transform='translate(332.95,555.88) scale(5.25)' color='rgb(207, 72, 0)'/>
<use xlink:href='#gpPt0' transform='translate(349.74,557.47) scale(5.25)' color='rgb(208, 75, 0)'/>
<use xlink:href='#gpPt0' transform='translate(366.60,558.00) scale(5.25)' color='rgb(210, 78, 0)'/>
<use xlink:href='#gpPt0' transform='translate(383.46,557.47) scale(5.25)' color='rgb(211, 82, 0)'/>
<use xlink:href='#gpPt0' transform='translate(400.25,555.88) scale(5.25)' color='rgb(212, 85, 0)'/>
<use xlink:href='#gpPt0' transform='translate(416.91,553.24) scale(5.25)' color='rgb(214, 88, 0)'/>
<use xlink:href='#gpPt0' transform='translate(433.37,549.56) scale(5.25)' color='rgb(215, 92, 0)'/>
<use xlink:href='#gpPt0' transform='translate(449.57,544.86) scale(5.25)' color='rgb(216, 95, 0)'/>
<use xlink:href='#gpPt0' transform='translate(465.44,539.15) scale(5.25)' color='rgb(218, 99, 0)'/>
<use xlink:href='#gpPt0' transform='translate(480.92,532.45) scale(5.25)' color='rgb(219, 102, 0)'/>
<use xlink:href='#gpPt0' transform='translate(495.95,524.79) scale(5.25)' color='rgb(220, 106, 0)'/>
<use xlink:href='#gpPt0' transform='translate(510.47,516.20) scale(5.25)' color='rgb(222, 110, 0)'/>
<use xlink:href='#gpPt0' transform='translate(524.42,506.72) scale(5.25)' color='rgb(223, 114, 0)'/>
<use xlink:href='#gpPt0' transform='translate(537.75,496.38) scale(5.25)' color='rgb(224, 118, 0)'/>
<use xlink:href='#gpPt0' transform='translate(550.40,485.23) scale(5.25)' color='rgb(226, 122, 0)'/>
<use xlink:href='#gpPt0' transform='translate(562.33,473.30) scale(5.25)' color='rgb(227, 127, 0)'/>
<use xlink:href='#gpPt0' transform='translate(573.48,460.65) scale(5.25)' color='rgb(228, 131, 0)'/>
<use xlink:href='#gpPt0' transform='translate(583.82,447.32) scale(5.25)' color='rgb(230, 136, 0)'/>
<use xlink:href='#gpPt0' transform='translate(593.30,433.37) scale(5.25)' color='rgb(231, 140, 0)'/>
<use xlink:href='#gpPt0' transform='translate(601.89,418.85) scale(5.25)' color='rgb(232, 145, 0)'/>
<use xlink:href='#gpPt0' transform='translate(609.55,403.83) scale(5.25)' color='rgb(233, 150, 0)'/>
<use xlink:href='#gpPt0' transform='translate(616.24,388.35) scale(5.25)' color='rgb(235, 154, 0)'/>
<use xlink:href='#gpPt0' transform='translate(621.96,372.48) scale(5.25)' color='rgb(236, 159, 0)'/>
<use xlink:href='#gpPt0' transform='translate(626.66,356.28) scale(5.25)' color='rgb(237, 164, 0)'/>
<use xlink:href='#gpPt0' transform='translate(630.34,339.82) scale(5.25)' color='rgb(238, 170, 0)'/>
<use xlink:href='#gpPt0' transform='translate(632.98,323.16) scale(5.25)' color='rgb(239, 175, 0)'/>
<use xlink:href='#gpPt0' transform='translate(634.57,306.37) scale(5.25)' color='rgb(241, 180, 0)'/>
<use xlink:href='#gpPt0' transform='translate(635.10,289.51) scale(5.25)' color='rgb(242, 186, 0)'/>
<use xlink:href='#gpPt0' transform='translate(590.69,42.01) scale(5.25)' color='rgb(242, 186, 0)'/>
</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 transform="translate(556.07,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>ellipse</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 0, 158, 115)' d='M565.86,63.01 L615.52,63.01 M634.57,281.08 L632.98,272.68 L630.34,264.35 L626.66,256.12 L621.96,248.02 L616.25,240.09
L609.55,232.35 L601.89,224.83 L593.30,217.57 L583.82,210.60 L573.48,203.93 L562.33,197.61 L550.40,191.64 L537.75,186.07
L524.42,180.90 L510.47,176.16 L495.95,171.86 L480.92,168.03 L465.44,164.68 L449.57,161.83 L433.37,159.48 L416.91,157.64
L400.25,156.32 L383.46,155.52 L366.60,155.26 L349.74,155.52 L332.95,156.32 L316.29,157.64 L299.83,159.48 L283.63,161.83
L267.76,164.68 L252.28,168.03 L237.25,171.86 L222.73,176.16 L208.78,180.90 L195.45,186.07 L182.80,191.64 L170.87,197.61
L159.72,203.93 L149.38,210.60 L139.90,217.57 L131.31,224.83 L123.65,232.34 L116.96,240.09 L111.24,248.02 L106.54,256.12
L102.86,264.35 L100.22,272.68 L98.63,281.08 L98.10,289.50 L98.63,297.93 L100.22,306.33 L102.86,314.66 L106.54,322.89
L111.24,330.99 L116.95,338.92 L123.65,346.66 L131.31,354.18 L139.90,361.44 L149.38,368.41 L159.72,375.08 L170.87,381.40
L182.80,387.37 L195.45,392.94 L208.78,398.11 L222.73,402.85 L237.25,407.15 L252.28,410.98 L267.76,414.33 L283.63,417.18
L299.83,419.53 L316.29,421.37 L332.95,422.69 L349.74,423.49 L366.60,423.75 L383.46,423.49 L400.25,422.69 L416.91,421.37
L433.37,419.53 L449.57,417.18 L465.44,414.33 L480.92,410.98 L495.95,407.15 L510.47,402.85 L524.42,398.11 L537.75,392.94
L550.40,387.37 L562.33,381.40 L573.48,375.08 L583.82,368.41 L593.30,361.44 L601.89,354.18 L609.55,346.67 L616.24,338.93
L621.96,330.99 L626.66,322.89 L630.34,314.66 L632.98,306.33 L634.57,297.94 L635.10,289.51 '/> <use xlink:href='#gpPt1' transform='translate(634.57,281.08) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(632.98,272.68) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(630.34,264.35) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(626.66,256.12) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(621.96,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(616.25,240.09) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(609.55,232.35) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(601.89,224.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(593.30,217.57) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(583.82,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(573.48,203.93) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(562.33,197.61) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(550.40,191.64) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(537.75,186.07) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(524.42,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(510.47,176.16) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(495.95,171.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(480.92,168.03) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(465.44,164.68) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(449.57,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(433.37,159.48) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(416.91,157.64) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(400.25,156.32) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(383.46,155.52) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(366.60,155.26) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(349.74,155.52) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(332.95,156.32) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(316.29,157.64) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(299.83,159.48) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(283.63,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(267.76,164.68) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(252.28,168.03) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(237.25,171.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(222.73,176.16) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(208.78,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(195.45,186.07) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(182.80,191.64) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(170.87,197.61) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(159.72,203.93) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(149.38,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(139.90,217.57) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(131.31,224.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(123.65,232.34) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(116.96,240.09) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(111.24,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(106.54,256.12) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(102.86,264.35) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(100.22,272.68) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(98.63,281.08) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(98.10,289.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(98.63,297.93) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(100.22,306.33) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(102.86,314.66) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(106.54,322.89) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(111.24,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(116.95,338.92) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(123.65,346.66) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(131.31,354.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(139.90,361.44) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(149.38,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(159.72,375.08) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(170.87,381.40) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(182.80,387.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(195.45,392.94) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(208.78,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(222.73,402.85) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(237.25,407.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(252.28,410.98) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(267.76,414.33) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(283.63,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(299.83,419.53) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(316.29,421.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(332.95,422.69) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(349.74,423.49) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(366.60,423.75) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(383.46,423.49) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(400.25,422.69) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(416.91,421.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(433.37,419.53) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(449.57,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(465.44,414.33) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(480.92,410.98) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(495.95,407.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(510.47,402.85) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(524.42,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(537.75,392.94) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(550.40,387.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(562.33,381.40) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(573.48,375.08) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(583.82,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(593.30,361.44) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(601.89,354.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(609.55,346.67) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(616.24,338.93) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(621.96,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(626.66,322.89) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(630.34,314.66) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(632.98,306.33) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(634.57,297.94) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(635.10,289.51) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(590.69,63.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M98.10,21.01 L98.10,558.00 L635.10,558.00 L635.10,21.01 L98.10,21.01 Z '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb( 1, 0, 0)' points = '648.52,558.00 675.37,558.00 675.37,553.80 648.52,553.80 '/>
<polygon fill = 'rgb( 23, 0, 13)' points = '648.52,553.81 675.37,553.81 675.37,549.60 648.52,549.60 '/>
<polygon fill = 'rgb( 32, 0, 25)' points = '648.52,549.61 675.37,549.61 675.37,545.41 648.52,545.41 '/>
<polygon fill = 'rgb( 39, 0, 37)' points = '648.52,545.42 675.37,545.42 675.37,541.21 648.52,541.21 '/>
<polygon fill = 'rgb( 45, 0, 50)' points = '648.52,541.22 675.37,541.22 675.37,537.02 648.52,537.02 '/>
<polygon fill = 'rgb( 50, 0, 62)' points = '648.52,537.03 675.37,537.03 675.37,532.82 648.52,532.82 '/>
<polygon fill = 'rgb( 55, 0, 74)' points = '648.52,532.83 675.37,532.83 675.37,528.63 648.52,528.63 '/>
<polygon fill = 'rgb( 60, 0, 86)' points = '648.52,528.64 675.37,528.64 675.37,524.43 648.52,524.43 '/>
<polygon fill = 'rgb( 64, 0, 98)' points = '648.52,524.44 675.37,524.44 675.37,520.24 648.52,520.24 '/>
<polygon fill = 'rgb( 68, 0, 109)' points = '648.52,520.25 675.37,520.25 675.37,516.04 648.52,516.04 '/>
<polygon fill = 'rgb( 71, 0, 120)' points = '648.52,516.05 675.37,516.05 675.37,511.85 648.52,511.85 '/>
<polygon fill = 'rgb( 75, 0, 131)' points = '648.52,511.86 675.37,511.86 675.37,507.65 648.52,507.65 '/>
<polygon fill = 'rgb( 78, 0, 142)' points = '648.52,507.66 675.37,507.66 675.37,503.46 648.52,503.46 '/>
<polygon fill = 'rgb( 81, 0, 152)' points = '648.52,503.47 675.37,503.47 675.37,499.26 648.52,499.26 '/>
<polygon fill = 'rgb( 84, 0, 162)' points = '648.52,499.27 675.37,499.27 675.37,495.07 648.52,495.07 '/>
<polygon fill = 'rgb( 87, 0, 171)' points = '648.52,495.08 675.37,495.08 675.37,490.87 648.52,490.87 '/>
<polygon fill = 'rgb( 90, 0, 180)' points = '648.52,490.88 675.37,490.88 675.37,486.68 648.52,486.68 '/>
<polygon fill = 'rgb( 93, 1, 189)' points = '648.52,486.69 675.37,486.69 675.37,482.48 648.52,482.48 '/>
<polygon fill = 'rgb( 96, 1, 197)' points = '648.52,482.49 675.37,482.49 675.37,478.29 648.52,478.29 '/>
<polygon fill = 'rgb( 98, 1, 205)' points = '648.52,478.30 675.37,478.30 675.37,474.09 648.52,474.09 '/>
<polygon fill = 'rgb(101, 1, 212)' points = '648.52,474.10 675.37,474.10 675.37,469.90 648.52,469.90 '/>
<polygon fill = 'rgb(103, 1, 219)' points = '648.52,469.91 675.37,469.91 675.37,465.70 648.52,465.70 '/>
<polygon fill = 'rgb(106, 1, 225)' points = '648.52,465.71 675.37,465.71 675.37,461.50 648.52,461.50 '/>
<polygon fill = 'rgb(108, 1, 231)' points = '648.52,461.51 675.37,461.51 675.37,457.31 648.52,457.31 '/>
<polygon fill = 'rgb(110, 2, 236)' points = '648.52,457.32 675.37,457.32 675.37,453.11 648.52,453.11 '/>
<polygon fill = 'rgb(113, 2, 240)' points = '648.52,453.12 675.37,453.12 675.37,448.92 648.52,448.92 '/>
<polygon fill = 'rgb(115, 2, 244)' points = '648.52,448.93 675.37,448.93 675.37,444.72 648.52,444.72 '/>
<polygon fill = 'rgb(117, 2, 247)' points = '648.52,444.73 675.37,444.73 675.37,440.53 648.52,440.53 '/>
<polygon fill = 'rgb(119, 3, 250)' points = '648.52,440.54 675.37,440.54 675.37,436.33 648.52,436.33 '/>
<polygon fill = 'rgb(121, 3, 252)' points = '648.52,436.34 675.37,436.34 675.37,432.14 648.52,432.14 '/>
<polygon fill = 'rgb(123, 3, 254)' points = '648.52,432.15 675.37,432.15 675.37,427.94 648.52,427.94 '/>
<polygon fill = 'rgb(125, 4, 255)' points = '648.52,427.95 675.37,427.95 675.37,423.75 648.52,423.75 '/>
<polygon fill = 'rgb(128, 4, 255)' points = '648.52,423.76 675.37,423.76 675.37,419.55 648.52,419.55 '/>
<polygon fill = 'rgb(129, 4, 255)' points = '648.52,419.56 675.37,419.56 675.37,415.36 648.52,415.36 '/>
<polygon fill = 'rgb(131, 5, 254)' points = '648.52,415.37 675.37,415.37 675.37,411.16 648.52,411.16 '/>
<polygon fill = 'rgb(133, 5, 252)' points = '648.52,411.17 675.37,411.17 675.37,406.97 648.52,406.97 '/>
<polygon fill = 'rgb(135, 6, 250)' points = '648.52,406.98 675.37,406.98 675.37,402.77 648.52,402.77 '/>
<polygon fill = 'rgb(137, 6, 247)' points = '648.52,402.78 675.37,402.78 675.37,398.58 648.52,398.58 '/>
<polygon fill = 'rgb(139, 7, 244)' points = '648.52,398.59 675.37,398.59 675.37,394.38 648.52,394.38 '/>
<polygon fill = 'rgb(141, 7, 240)' points = '648.52,394.39 675.37,394.39 675.37,390.19 648.52,390.19 '/>
<polygon fill = 'rgb(143, 8, 236)' points = '648.52,390.20 675.37,390.20 675.37,385.99 648.52,385.99 '/>
<polygon fill = 'rgb(144, 8, 231)' points = '648.52,386.00 675.37,386.00 675.37,381.80 648.52,381.80 '/>
<polygon fill = 'rgb(146, 9, 225)' points = '648.52,381.81 675.37,381.81 675.37,377.60 648.52,377.60 '/>
<polygon fill = 'rgb(148, 10, 219)' points = '648.52,377.61 675.37,377.61 675.37,373.40 648.52,373.40 '/>
<polygon fill = 'rgb(150, 10, 212)' points = '648.52,373.41 675.37,373.41 675.37,369.21 648.52,369.21 '/>
<polygon fill = 'rgb(151, 11, 205)' points = '648.52,369.22 675.37,369.22 675.37,365.01 648.52,365.01 '/>
<polygon fill = 'rgb(153, 12, 197)' points = '648.52,365.02 675.37,365.02 675.37,360.82 648.52,360.82 '/>
<polygon fill = 'rgb(155, 13, 189)' points = '648.52,360.83 675.37,360.83 675.37,356.62 648.52,356.62 '/>
<polygon fill = 'rgb(156, 13, 180)' points = '648.52,356.63 675.37,356.63 675.37,352.43 648.52,352.43 '/>
<polygon fill = 'rgb(158, 14, 171)' points = '648.52,352.44 675.37,352.44 675.37,348.23 648.52,348.23 '/>
<polygon fill = 'rgb(159, 15, 162)' points = '648.52,348.24 675.37,348.24 675.37,344.04 648.52,344.04 '/>
<polygon fill = 'rgb(161, 16, 152)' points = '648.52,344.05 675.37,344.05 675.37,339.84 648.52,339.84 '/>
<polygon fill = 'rgb(163, 17, 142)' points = '648.52,339.85 675.37,339.85 675.37,335.65 648.52,335.65 '/>
<polygon fill = 'rgb(164, 18, 131)' points = '648.52,335.66 675.37,335.66 675.37,331.45 648.52,331.45 '/>
<polygon fill = 'rgb(166, 19, 120)' points = '648.52,331.46 675.37,331.46 675.37,327.26 648.52,327.26 '/>
<polygon fill = 'rgb(167, 20, 109)' points = '648.52,327.27 675.37,327.27 675.37,323.06 648.52,323.06 '/>
<polygon fill = 'rgb(169, 21, 98)' points = '648.52,323.07 675.37,323.07 675.37,318.87 648.52,318.87 '/>
<polygon fill = 'rgb(170, 23, 86)' points = '648.52,318.88 675.37,318.88 675.37,314.67 648.52,314.67 '/>
<polygon fill = 'rgb(172, 24, 74)' points = '648.52,314.68 675.37,314.68 675.37,310.48 648.52,310.48 '/>
<polygon fill = 'rgb(173, 25, 62)' points = '648.52,310.49 675.37,310.49 675.37,306.28 648.52,306.28 '/>
<polygon fill = 'rgb(175, 26, 50)' points = '648.52,306.29 675.37,306.29 675.37,302.09 648.52,302.09 '/>
<polygon fill = 'rgb(176, 28, 37)' points = '648.52,302.10 675.37,302.10 675.37,297.89 648.52,297.89 '/>
<polygon fill = 'rgb(177, 29, 25)' points = '648.52,297.90 675.37,297.90 675.37,293.70 648.52,293.70 '/>
<polygon fill = 'rgb(179, 30, 13)' points = '648.52,293.71 675.37,293.71 675.37,289.50 648.52,289.50 '/>
<polygon fill = 'rgb(180, 32, 0)' points = '648.52,289.51 675.37,289.51 675.37,285.30 648.52,285.30 '/>
<polygon fill = 'rgb(182, 33, 0)' points = '648.52,285.31 675.37,285.31 675.37,281.11 648.52,281.11 '/>
<polygon fill = 'rgb(183, 35, 0)' points = '648.52,281.12 675.37,281.12 675.37,276.91 648.52,276.91 '/>
<polygon fill = 'rgb(184, 37, 0)' points = '648.52,276.92 675.37,276.92 675.37,272.72 648.52,272.72 '/>
<polygon fill = 'rgb(186, 38, 0)' points = '648.52,272.73 675.37,272.73 675.37,268.52 648.52,268.52 '/>
<polygon fill = 'rgb(187, 40, 0)' points = '648.52,268.53 675.37,268.53 675.37,264.33 648.52,264.33 '/>
<polygon fill = 'rgb(189, 42, 0)' points = '648.52,264.34 675.37,264.34 675.37,260.13 648.52,260.13 '/>
<polygon fill = 'rgb(190, 44, 0)' points = '648.52,260.14 675.37,260.14 675.37,255.94 648.52,255.94 '/>
<polygon fill = 'rgb(191, 45, 0)' points = '648.52,255.95 675.37,255.95 675.37,251.74 648.52,251.74 '/>
<polygon fill = 'rgb(193, 47, 0)' points = '648.52,251.75 675.37,251.75 675.37,247.55 648.52,247.55 '/>
<polygon fill = 'rgb(194, 49, 0)' points = '648.52,247.56 675.37,247.56 675.37,243.35 648.52,243.35 '/>
<polygon fill = 'rgb(195, 51, 0)' points = '648.52,243.36 675.37,243.36 675.37,239.16 648.52,239.16 '/>
<polygon fill = 'rgb(196, 53, 0)' points = '648.52,239.17 675.37,239.17 675.37,234.96 648.52,234.96 '/>
<polygon fill = 'rgb(198, 56, 0)' points = '648.52,234.97 675.37,234.97 675.37,230.77 648.52,230.77 '/>
<polygon fill = 'rgb(199, 58, 0)' points = '648.52,230.78 675.37,230.78 675.37,226.57 648.52,226.57 '/>
<polygon fill = 'rgb(200, 60, 0)' points = '648.52,226.58 675.37,226.58 675.37,222.38 648.52,222.38 '/>
<polygon fill = 'rgb(202, 62, 0)' points = '648.52,222.39 675.37,222.39 675.37,218.18 648.52,218.18 '/>
<polygon fill = 'rgb(203, 65, 0)' points = '648.52,218.19 675.37,218.19 675.37,213.99 648.52,213.99 '/>
<polygon fill = 'rgb(204, 67, 0)' points = '648.52,214.00 675.37,214.00 675.37,209.79 648.52,209.79 '/>
<polygon fill = 'rgb(205, 70, 0)' points = '648.52,209.80 675.37,209.80 675.37,205.60 648.52,205.60 '/>
<polygon fill = 'rgb(207, 72, 0)' points = '648.52,205.61 675.37,205.61 675.37,201.40 648.52,201.40 '/>
<polygon fill = 'rgb(208, 75, 0)' points = '648.52,201.41 675.37,201.41 675.37,197.20 648.52,197.20 '/>
<polygon fill = 'rgb(209, 77, 0)' points = '648.52,197.21 675.37,197.21 675.37,193.01 648.52,193.01 '/>
<polygon fill = 'rgb(210, 80, 0)' points = '648.52,193.02 675.37,193.02 675.37,188.81 648.52,188.81 '/>
<polygon fill = 'rgb(211, 83, 0)' points = '648.52,188.82 675.37,188.82 675.37,184.62 648.52,184.62 '/>
<polygon fill = 'rgb(213, 86, 0)' points = '648.52,184.63 675.37,184.63 675.37,180.42 648.52,180.42 '/>
<polygon fill = 'rgb(214, 89, 0)' points = '648.52,180.43 675.37,180.43 675.37,176.23 648.52,176.23 '/>
<polygon fill = 'rgb(215, 92, 0)' points = '648.52,176.24 675.37,176.24 675.37,172.03 648.52,172.03 '/>
<polygon fill = 'rgb(216, 95, 0)' points = '648.52,172.04 675.37,172.04 675.37,167.84 648.52,167.84 '/>
<polygon fill = 'rgb(217, 98, 0)' points = '648.52,167.85 675.37,167.85 675.37,163.64 648.52,163.64 '/>
<polygon fill = 'rgb(219, 101, 0)' points = '648.52,163.65 675.37,163.65 675.37,159.45 648.52,159.45 '/>
<polygon fill = 'rgb(220, 104, 0)' points = '648.52,159.46 675.37,159.46 675.37,155.25 648.52,155.25 '/>
<polygon fill = 'rgb(221, 108, 0)' points = '648.52,155.26 675.37,155.26 675.37,151.06 648.52,151.06 '/>
<polygon fill = 'rgb(222, 111, 0)' points = '648.52,151.07 675.37,151.07 675.37,146.86 648.52,146.86 '/>
<polygon fill = 'rgb(223, 114, 0)' points = '648.52,146.87 675.37,146.87 675.37,142.67 648.52,142.67 '/>
<polygon fill = 'rgb(224, 118, 0)' points = '648.52,142.68 675.37,142.68 675.37,138.47 648.52,138.47 '/>
<polygon fill = 'rgb(225, 122, 0)' points = '648.52,138.48 675.37,138.48 675.37,134.28 648.52,134.28 '/>
<polygon fill = 'rgb(227, 125, 0)' points = '648.52,134.29 675.37,134.29 675.37,130.08 648.52,130.08 '/>
<polygon fill = 'rgb(228, 129, 0)' points = '648.52,130.09 675.37,130.09 675.37,125.89 648.52,125.89 '/>
<polygon fill = 'rgb(229, 133, 0)' points = '648.52,125.90 675.37,125.90 675.37,121.69 648.52,121.69 '/>
<polygon fill = 'rgb(230, 137, 0)' points = '648.52,121.70 675.37,121.70 675.37,117.50 648.52,117.50 '/>
<polygon fill = 'rgb(231, 141, 0)' points = '648.52,117.51 675.37,117.51 675.37,113.30 648.52,113.30 '/>
<polygon fill = 'rgb(232, 145, 0)' points = '648.52,113.31 675.37,113.31 675.37,109.10 648.52,109.10 '/>
<polygon fill = 'rgb(233, 149, 0)' points = '648.52,109.11 675.37,109.11 675.37,104.91 648.52,104.91 '/>
<polygon fill = 'rgb(234, 153, 0)' points = '648.52,104.92 675.37,104.92 675.37,100.71 648.52,100.71 '/>
<polygon fill = 'rgb(235, 157, 0)' points = '648.52,100.72 675.37,100.72 675.37,96.52 648.52,96.52 '/>
<polygon fill = 'rgb(236, 162, 0)' points = '648.52,96.53 675.37,96.53 675.37,92.32 648.52,92.32 '/>
<polygon fill = 'rgb(237, 166, 0)' points = '648.52,92.33 675.37,92.33 675.37,88.13 648.52,88.13 '/>
<polygon fill = 'rgb(239, 171, 0)' points = '648.52,88.14 675.37,88.14 675.37,83.93 648.52,83.93 '/>
<polygon fill = 'rgb(240, 175, 0)' points = '648.52,83.94 675.37,83.94 675.37,79.74 648.52,79.74 '/>
<polygon fill = 'rgb(241, 180, 0)' points = '648.52,79.75 675.37,79.75 675.37,75.54 648.52,75.54 '/>
<polygon fill = 'rgb(242, 185, 0)' points = '648.52,75.55 675.37,75.55 675.37,71.35 648.52,71.35 '/>
<polygon fill = 'rgb(243, 190, 0)' points = '648.52,71.36 675.37,71.36 675.37,67.15 648.52,67.15 '/>
<polygon fill = 'rgb(244, 195, 0)' points = '648.52,67.16 675.37,67.16 675.37,62.96 648.52,62.96 '/>
<polygon fill = 'rgb(245, 200, 0)' points = '648.52,62.97 675.37,62.97 675.37,58.76 648.52,58.76 '/>
<polygon fill = 'rgb(246, 205, 0)' points = '648.52,58.77 675.37,58.77 675.37,54.57 648.52,54.57 '/>
<polygon fill = 'rgb(247, 210, 0)' points = '648.52,54.58 675.37,54.58 675.37,50.37 648.52,50.37 '/>
<polygon fill = 'rgb(248, 215, 0)' points = '648.52,50.38 675.37,50.38 675.37,46.18 648.52,46.18 '/>
<polygon fill = 'rgb(249, 221, 0)' points = '648.52,46.19 675.37,46.19 675.37,41.98 648.52,41.98 '/>
<polygon fill = 'rgb(250, 226, 0)' points = '648.52,41.99 675.37,41.99 675.37,37.79 648.52,37.79 '/>
<polygon fill = 'rgb(251, 232, 0)' points = '648.52,37.80 675.37,37.80 675.37,33.59 648.52,33.59 '/>
<polygon fill = 'rgb(252, 237, 0)' points = '648.52,33.60 675.37,33.60 675.37,29.40 648.52,29.40 '/>
<polygon fill = 'rgb(253, 243, 0)' points = '648.52,29.41 675.37,29.41 675.37,25.20 648.52,25.20 '/>
<polygon fill = 'rgb(254, 249, 0)' points = '648.52,25.21 675.37,25.21 675.37,21.01 648.52,21.01 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,558.00 L675.37,558.00 L675.37,21.01 L648.52,21.01 L648.52,558.00 Z '/></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='M675.37,558.00 L664.87,558.00 '/> <g transform="translate(685.16,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,558.00 L659.02,558.00 M675.37,490.88 L664.87,490.88 '/> <g transform="translate(685.16,495.43)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 50</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,490.88 L659.02,490.88 M675.37,423.76 L664.87,423.76 '/> <g transform="translate(685.16,428.31)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 100</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,423.76 L659.02,423.76 M675.37,356.63 L664.87,356.63 '/> <g transform="translate(685.16,361.18)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 150</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,356.63 L659.02,356.63 M675.37,289.51 L664.87,289.51 '/> <g transform="translate(685.16,294.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 200</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,289.51 L659.02,289.51 M675.37,222.39 L664.87,222.39 '/> <g transform="translate(685.16,226.94)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 250</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,222.39 L659.02,222.39 M675.37,155.26 L664.87,155.26 '/> <g transform="translate(685.16,159.81)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 300</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,155.26 L659.02,155.26 M675.37,88.14 L664.87,88.14 '/> <g transform="translate(685.16,92.69)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 350</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,88.14 L659.02,88.14 M675.37,21.01 L664.87,21.01 '/> <g transform="translate(685.16,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 400</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,21.01 L659.02,21.01 '/></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: 53 KiB

474
guide/guide-11.svg Normal file
View File

@ -0,0 +1,474 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L669.57,558.00 '/></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='M63.63,558.00 L74.13,558.00 M669.57,558.00 L659.07,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M63.63,450.60 L669.57,450.60 '/></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='M63.63,450.60 L74.13,450.60 M669.57,450.60 L659.07,450.60 '/> <g transform="translate(53.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 20</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='M63.63,343.20 L669.57,343.20 '/></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='M63.63,343.20 L74.13,343.20 M669.57,343.20 L659.07,343.20 '/> <g transform="translate(53.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 40</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='M63.63,235.81 L669.57,235.81 '/></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='M63.63,235.81 L74.13,235.81 M669.57,235.81 L659.07,235.81 '/> <g transform="translate(53.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 60</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='M63.63,128.41 L669.57,128.41 '/></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='M63.63,128.41 L74.13,128.41 M669.57,128.41 L659.07,128.41 '/> <g transform="translate(53.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 80</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='M63.63,21.01 L669.57,21.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='M63.63,21.01 L74.13,21.01 M669.57,21.01 L659.07,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 100</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M130.96,558.00 L130.96,21.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='M130.96,558.00 L130.96,547.50 M130.96,21.01 L130.96,31.51 '/> <g transform="translate(130.96,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 5</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='M198.28,558.00 L198.28,21.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='M198.28,558.00 L198.28,547.50 M198.28,21.01 L198.28,31.51 '/> <g transform="translate(198.28,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</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.61,558.00 L265.61,21.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.61,558.00 L265.61,547.50 M265.61,21.01 L265.61,31.51 '/> <g transform="translate(265.61,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 15</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='M332.94,558.00 L332.94,21.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='M332.94,558.00 L332.94,547.50 M332.94,21.01 L332.94,31.51 '/> <g transform="translate(332.94,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 20</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='M400.26,558.00 L400.26,21.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='M400.26,558.00 L400.26,547.50 M400.26,21.01 L400.26,31.51 '/> <g transform="translate(400.26,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 25</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='M467.59,558.00 L467.59,21.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='M467.59,558.00 L467.59,547.50 M467.59,21.01 L467.59,31.51 '/> <g transform="translate(467.59,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 30</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='M534.92,558.00 L534.92,21.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='M534.92,558.00 L534.92,547.50 M534.92,21.01 L534.92,31.51 '/> <g transform="translate(534.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 35</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='M602.24,558.00 L602.24,31.51 L602.24,21.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='M602.24,558.00 L602.24,547.50 M602.24,21.01 L602.24,31.51 '/> <g transform="translate(602.24,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 40</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='M669.57,558.00 L669.57,21.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='M669.57,558.00 L669.57,547.50 M669.57,21.01 L669.57,31.51 '/> <g transform="translate(669.57,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 45</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='M63.63,21.01 L63.63,558.00 L669.57,558.00 L669.57,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<use xlink:href='#gpPt6' transform='translate(77.10,21.01) scale(26.25)' color='rgb( 74, 0, 127)'/>
<use xlink:href='#gpPt6' transform='translate(104.03,123.04) scale(23.62)' color='rgb( 90, 0, 180)'/>
<use xlink:href='#gpPt6' transform='translate(130.96,214.33) scale(21.00)' color='rgb(104, 1, 221)'/>
<use xlink:href='#gpPt6' transform='translate(157.89,294.87) scale(18.38)' color='rgb(116, 2, 246)'/>
<use xlink:href='#gpPt6' transform='translate(184.82,364.68) scale(15.75)' color='rgb(128, 4, 255)'/>
<use xlink:href='#gpPt6' transform='translate(211.75,423.75) scale(13.12)' color='rgb(138, 6, 246)'/>
<use xlink:href='#gpPt6' transform='translate(238.68,472.08) scale(10.50)' color='rgb(147, 9, 221)'/>
<use xlink:href='#gpPt6' transform='translate(265.61,509.67) scale(7.88)' color='rgb(156, 13, 180)'/>
<use xlink:href='#gpPt6' transform='translate(292.54,536.52) scale(5.25)' color='rgb(165, 18, 127)'/>
<use xlink:href='#gpPt6' transform='translate(319.47,552.63) scale(2.62)' color='rgb(173, 25, 66)'/>
<use xlink:href='#gpPt6' transform='translate(346.40,558.00) scale(0.00)' color='rgb(180, 32, 0)'/>
<use xlink:href='#gpPt6' transform='translate(373.33,552.63) scale(2.62)' color='rgb(188, 41, 0)'/>
<use xlink:href='#gpPt6' transform='translate(400.26,536.52) scale(5.25)' color='rgb(195, 51, 0)'/>
<use xlink:href='#gpPt6' transform='translate(427.19,509.67) scale(7.88)' color='rgb(202, 62, 0)'/>
<use xlink:href='#gpPt6' transform='translate(454.12,472.08) scale(10.50)' color='rgb(208, 76, 0)'/>
<use xlink:href='#gpPt6' transform='translate(481.06,423.75) scale(13.12)' color='rgb(215, 91, 0)'/>
<use xlink:href='#gpPt6' transform='translate(507.99,364.68) scale(15.75)' color='rgb(221, 108, 0)'/>
<use xlink:href='#gpPt6' transform='translate(534.92,294.87) scale(18.38)' color='rgb(227, 127, 0)'/>
<use xlink:href='#gpPt6' transform='translate(561.85,214.33) scale(21.00)' color='rgb(233, 148, 0)'/>
<use xlink:href='#gpPt6' transform='translate(588.78,123.04) scale(23.62)' color='rgb(239, 171, 0)'/>
<use xlink:href='#gpPt6' transform='translate(615.71,21.01) scale(26.25)' color='rgb(244, 196, 0)'/>
</g>
</g>
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
<g fill="none" color="white" stroke="rgb(244, 196, 0)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(255, 0, 0)' stroke-dasharray='7.5,12.0' d='M90.56,558.00 L117.49,541.89 L144.42,525.78 L171.35,509.67 L198.28,493.56 L225.21,477.45 L252.14,461.34 L279.08,445.23
L306.01,429.12 L332.94,413.01 L359.87,396.90 L386.80,380.79 L413.73,364.68 L440.66,348.57 L467.59,332.46 L494.52,316.35
L521.45,300.24 L548.38,284.14 L575.31,268.03 L602.24,251.92 L629.17,235.81 '/></g>
</g>
<g fill="none" color="white" stroke="rgb(255, 0, 0)" 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='M63.63,21.01 L63.63,558.00 L669.57,558.00 L669.57,21.01 L63.63,21.01 Z '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb( 1, 0, 0)' points = '684.72,558.00 715.01,558.00 715.01,553.80 684.72,553.80 '/>
<polygon fill = 'rgb( 23, 0, 13)' points = '684.72,553.81 715.01,553.81 715.01,549.60 684.72,549.60 '/>
<polygon fill = 'rgb( 32, 0, 25)' points = '684.72,549.61 715.01,549.61 715.01,545.41 684.72,545.41 '/>
<polygon fill = 'rgb( 39, 0, 37)' points = '684.72,545.42 715.01,545.42 715.01,541.21 684.72,541.21 '/>
<polygon fill = 'rgb( 45, 0, 50)' points = '684.72,541.22 715.01,541.22 715.01,537.02 684.72,537.02 '/>
<polygon fill = 'rgb( 50, 0, 62)' points = '684.72,537.03 715.01,537.03 715.01,532.82 684.72,532.82 '/>
<polygon fill = 'rgb( 55, 0, 74)' points = '684.72,532.83 715.01,532.83 715.01,528.63 684.72,528.63 '/>
<polygon fill = 'rgb( 60, 0, 86)' points = '684.72,528.64 715.01,528.64 715.01,524.43 684.72,524.43 '/>
<polygon fill = 'rgb( 64, 0, 98)' points = '684.72,524.44 715.01,524.44 715.01,520.24 684.72,520.24 '/>
<polygon fill = 'rgb( 68, 0, 109)' points = '684.72,520.25 715.01,520.25 715.01,516.04 684.72,516.04 '/>
<polygon fill = 'rgb( 71, 0, 120)' points = '684.72,516.05 715.01,516.05 715.01,511.85 684.72,511.85 '/>
<polygon fill = 'rgb( 75, 0, 131)' points = '684.72,511.86 715.01,511.86 715.01,507.65 684.72,507.65 '/>
<polygon fill = 'rgb( 78, 0, 142)' points = '684.72,507.66 715.01,507.66 715.01,503.46 684.72,503.46 '/>
<polygon fill = 'rgb( 81, 0, 152)' points = '684.72,503.47 715.01,503.47 715.01,499.26 684.72,499.26 '/>
<polygon fill = 'rgb( 84, 0, 162)' points = '684.72,499.27 715.01,499.27 715.01,495.07 684.72,495.07 '/>
<polygon fill = 'rgb( 87, 0, 171)' points = '684.72,495.08 715.01,495.08 715.01,490.87 684.72,490.87 '/>
<polygon fill = 'rgb( 90, 0, 180)' points = '684.72,490.88 715.01,490.88 715.01,486.68 684.72,486.68 '/>
<polygon fill = 'rgb( 93, 1, 189)' points = '684.72,486.69 715.01,486.69 715.01,482.48 684.72,482.48 '/>
<polygon fill = 'rgb( 96, 1, 197)' points = '684.72,482.49 715.01,482.49 715.01,478.29 684.72,478.29 '/>
<polygon fill = 'rgb( 98, 1, 205)' points = '684.72,478.30 715.01,478.30 715.01,474.09 684.72,474.09 '/>
<polygon fill = 'rgb(101, 1, 212)' points = '684.72,474.10 715.01,474.10 715.01,469.90 684.72,469.90 '/>
<polygon fill = 'rgb(103, 1, 219)' points = '684.72,469.91 715.01,469.91 715.01,465.70 684.72,465.70 '/>
<polygon fill = 'rgb(106, 1, 225)' points = '684.72,465.71 715.01,465.71 715.01,461.50 684.72,461.50 '/>
<polygon fill = 'rgb(108, 1, 231)' points = '684.72,461.51 715.01,461.51 715.01,457.31 684.72,457.31 '/>
<polygon fill = 'rgb(110, 2, 236)' points = '684.72,457.32 715.01,457.32 715.01,453.11 684.72,453.11 '/>
<polygon fill = 'rgb(113, 2, 240)' points = '684.72,453.12 715.01,453.12 715.01,448.92 684.72,448.92 '/>
<polygon fill = 'rgb(115, 2, 244)' points = '684.72,448.93 715.01,448.93 715.01,444.72 684.72,444.72 '/>
<polygon fill = 'rgb(117, 2, 247)' points = '684.72,444.73 715.01,444.73 715.01,440.53 684.72,440.53 '/>
<polygon fill = 'rgb(119, 3, 250)' points = '684.72,440.54 715.01,440.54 715.01,436.33 684.72,436.33 '/>
<polygon fill = 'rgb(121, 3, 252)' points = '684.72,436.34 715.01,436.34 715.01,432.14 684.72,432.14 '/>
<polygon fill = 'rgb(123, 3, 254)' points = '684.72,432.15 715.01,432.15 715.01,427.94 684.72,427.94 '/>
<polygon fill = 'rgb(125, 4, 255)' points = '684.72,427.95 715.01,427.95 715.01,423.75 684.72,423.75 '/>
<polygon fill = 'rgb(128, 4, 255)' points = '684.72,423.76 715.01,423.76 715.01,419.55 684.72,419.55 '/>
<polygon fill = 'rgb(129, 4, 255)' points = '684.72,419.56 715.01,419.56 715.01,415.36 684.72,415.36 '/>
<polygon fill = 'rgb(131, 5, 254)' points = '684.72,415.37 715.01,415.37 715.01,411.16 684.72,411.16 '/>
<polygon fill = 'rgb(133, 5, 252)' points = '684.72,411.17 715.01,411.17 715.01,406.97 684.72,406.97 '/>
<polygon fill = 'rgb(135, 6, 250)' points = '684.72,406.98 715.01,406.98 715.01,402.77 684.72,402.77 '/>
<polygon fill = 'rgb(137, 6, 247)' points = '684.72,402.78 715.01,402.78 715.01,398.58 684.72,398.58 '/>
<polygon fill = 'rgb(139, 7, 244)' points = '684.72,398.59 715.01,398.59 715.01,394.38 684.72,394.38 '/>
<polygon fill = 'rgb(141, 7, 240)' points = '684.72,394.39 715.01,394.39 715.01,390.19 684.72,390.19 '/>
<polygon fill = 'rgb(143, 8, 236)' points = '684.72,390.20 715.01,390.20 715.01,385.99 684.72,385.99 '/>
<polygon fill = 'rgb(144, 8, 231)' points = '684.72,386.00 715.01,386.00 715.01,381.80 684.72,381.80 '/>
<polygon fill = 'rgb(146, 9, 225)' points = '684.72,381.81 715.01,381.81 715.01,377.60 684.72,377.60 '/>
<polygon fill = 'rgb(148, 10, 219)' points = '684.72,377.61 715.01,377.61 715.01,373.40 684.72,373.40 '/>
<polygon fill = 'rgb(150, 10, 212)' points = '684.72,373.41 715.01,373.41 715.01,369.21 684.72,369.21 '/>
<polygon fill = 'rgb(151, 11, 205)' points = '684.72,369.22 715.01,369.22 715.01,365.01 684.72,365.01 '/>
<polygon fill = 'rgb(153, 12, 197)' points = '684.72,365.02 715.01,365.02 715.01,360.82 684.72,360.82 '/>
<polygon fill = 'rgb(155, 13, 189)' points = '684.72,360.83 715.01,360.83 715.01,356.62 684.72,356.62 '/>
<polygon fill = 'rgb(156, 13, 180)' points = '684.72,356.63 715.01,356.63 715.01,352.43 684.72,352.43 '/>
<polygon fill = 'rgb(158, 14, 171)' points = '684.72,352.44 715.01,352.44 715.01,348.23 684.72,348.23 '/>
<polygon fill = 'rgb(159, 15, 162)' points = '684.72,348.24 715.01,348.24 715.01,344.04 684.72,344.04 '/>
<polygon fill = 'rgb(161, 16, 152)' points = '684.72,344.05 715.01,344.05 715.01,339.84 684.72,339.84 '/>
<polygon fill = 'rgb(163, 17, 142)' points = '684.72,339.85 715.01,339.85 715.01,335.65 684.72,335.65 '/>
<polygon fill = 'rgb(164, 18, 131)' points = '684.72,335.66 715.01,335.66 715.01,331.45 684.72,331.45 '/>
<polygon fill = 'rgb(166, 19, 120)' points = '684.72,331.46 715.01,331.46 715.01,327.26 684.72,327.26 '/>
<polygon fill = 'rgb(167, 20, 109)' points = '684.72,327.27 715.01,327.27 715.01,323.06 684.72,323.06 '/>
<polygon fill = 'rgb(169, 21, 98)' points = '684.72,323.07 715.01,323.07 715.01,318.87 684.72,318.87 '/>
<polygon fill = 'rgb(170, 23, 86)' points = '684.72,318.88 715.01,318.88 715.01,314.67 684.72,314.67 '/>
<polygon fill = 'rgb(172, 24, 74)' points = '684.72,314.68 715.01,314.68 715.01,310.48 684.72,310.48 '/>
<polygon fill = 'rgb(173, 25, 62)' points = '684.72,310.49 715.01,310.49 715.01,306.28 684.72,306.28 '/>
<polygon fill = 'rgb(175, 26, 50)' points = '684.72,306.29 715.01,306.29 715.01,302.09 684.72,302.09 '/>
<polygon fill = 'rgb(176, 28, 37)' points = '684.72,302.10 715.01,302.10 715.01,297.89 684.72,297.89 '/>
<polygon fill = 'rgb(177, 29, 25)' points = '684.72,297.90 715.01,297.90 715.01,293.70 684.72,293.70 '/>
<polygon fill = 'rgb(179, 30, 13)' points = '684.72,293.71 715.01,293.71 715.01,289.50 684.72,289.50 '/>
<polygon fill = 'rgb(180, 32, 0)' points = '684.72,289.51 715.01,289.51 715.01,285.30 684.72,285.30 '/>
<polygon fill = 'rgb(182, 33, 0)' points = '684.72,285.31 715.01,285.31 715.01,281.11 684.72,281.11 '/>
<polygon fill = 'rgb(183, 35, 0)' points = '684.72,281.12 715.01,281.12 715.01,276.91 684.72,276.91 '/>
<polygon fill = 'rgb(184, 37, 0)' points = '684.72,276.92 715.01,276.92 715.01,272.72 684.72,272.72 '/>
<polygon fill = 'rgb(186, 38, 0)' points = '684.72,272.73 715.01,272.73 715.01,268.52 684.72,268.52 '/>
<polygon fill = 'rgb(187, 40, 0)' points = '684.72,268.53 715.01,268.53 715.01,264.33 684.72,264.33 '/>
<polygon fill = 'rgb(189, 42, 0)' points = '684.72,264.34 715.01,264.34 715.01,260.13 684.72,260.13 '/>
<polygon fill = 'rgb(190, 44, 0)' points = '684.72,260.14 715.01,260.14 715.01,255.94 684.72,255.94 '/>
<polygon fill = 'rgb(191, 45, 0)' points = '684.72,255.95 715.01,255.95 715.01,251.74 684.72,251.74 '/>
<polygon fill = 'rgb(193, 47, 0)' points = '684.72,251.75 715.01,251.75 715.01,247.55 684.72,247.55 '/>
<polygon fill = 'rgb(194, 49, 0)' points = '684.72,247.56 715.01,247.56 715.01,243.35 684.72,243.35 '/>
<polygon fill = 'rgb(195, 51, 0)' points = '684.72,243.36 715.01,243.36 715.01,239.16 684.72,239.16 '/>
<polygon fill = 'rgb(196, 53, 0)' points = '684.72,239.17 715.01,239.17 715.01,234.96 684.72,234.96 '/>
<polygon fill = 'rgb(198, 56, 0)' points = '684.72,234.97 715.01,234.97 715.01,230.77 684.72,230.77 '/>
<polygon fill = 'rgb(199, 58, 0)' points = '684.72,230.78 715.01,230.78 715.01,226.57 684.72,226.57 '/>
<polygon fill = 'rgb(200, 60, 0)' points = '684.72,226.58 715.01,226.58 715.01,222.38 684.72,222.38 '/>
<polygon fill = 'rgb(202, 62, 0)' points = '684.72,222.39 715.01,222.39 715.01,218.18 684.72,218.18 '/>
<polygon fill = 'rgb(203, 65, 0)' points = '684.72,218.19 715.01,218.19 715.01,213.99 684.72,213.99 '/>
<polygon fill = 'rgb(204, 67, 0)' points = '684.72,214.00 715.01,214.00 715.01,209.79 684.72,209.79 '/>
<polygon fill = 'rgb(205, 70, 0)' points = '684.72,209.80 715.01,209.80 715.01,205.60 684.72,205.60 '/>
<polygon fill = 'rgb(207, 72, 0)' points = '684.72,205.61 715.01,205.61 715.01,201.40 684.72,201.40 '/>
<polygon fill = 'rgb(208, 75, 0)' points = '684.72,201.41 715.01,201.41 715.01,197.20 684.72,197.20 '/>
<polygon fill = 'rgb(209, 77, 0)' points = '684.72,197.21 715.01,197.21 715.01,193.01 684.72,193.01 '/>
<polygon fill = 'rgb(210, 80, 0)' points = '684.72,193.02 715.01,193.02 715.01,188.81 684.72,188.81 '/>
<polygon fill = 'rgb(211, 83, 0)' points = '684.72,188.82 715.01,188.82 715.01,184.62 684.72,184.62 '/>
<polygon fill = 'rgb(213, 86, 0)' points = '684.72,184.63 715.01,184.63 715.01,180.42 684.72,180.42 '/>
<polygon fill = 'rgb(214, 89, 0)' points = '684.72,180.43 715.01,180.43 715.01,176.23 684.72,176.23 '/>
<polygon fill = 'rgb(215, 92, 0)' points = '684.72,176.24 715.01,176.24 715.01,172.03 684.72,172.03 '/>
<polygon fill = 'rgb(216, 95, 0)' points = '684.72,172.04 715.01,172.04 715.01,167.84 684.72,167.84 '/>
<polygon fill = 'rgb(217, 98, 0)' points = '684.72,167.85 715.01,167.85 715.01,163.64 684.72,163.64 '/>
<polygon fill = 'rgb(219, 101, 0)' points = '684.72,163.65 715.01,163.65 715.01,159.45 684.72,159.45 '/>
<polygon fill = 'rgb(220, 104, 0)' points = '684.72,159.46 715.01,159.46 715.01,155.25 684.72,155.25 '/>
<polygon fill = 'rgb(221, 108, 0)' points = '684.72,155.26 715.01,155.26 715.01,151.06 684.72,151.06 '/>
<polygon fill = 'rgb(222, 111, 0)' points = '684.72,151.07 715.01,151.07 715.01,146.86 684.72,146.86 '/>
<polygon fill = 'rgb(223, 114, 0)' points = '684.72,146.87 715.01,146.87 715.01,142.67 684.72,142.67 '/>
<polygon fill = 'rgb(224, 118, 0)' points = '684.72,142.68 715.01,142.68 715.01,138.47 684.72,138.47 '/>
<polygon fill = 'rgb(225, 122, 0)' points = '684.72,138.48 715.01,138.48 715.01,134.28 684.72,134.28 '/>
<polygon fill = 'rgb(227, 125, 0)' points = '684.72,134.29 715.01,134.29 715.01,130.08 684.72,130.08 '/>
<polygon fill = 'rgb(228, 129, 0)' points = '684.72,130.09 715.01,130.09 715.01,125.89 684.72,125.89 '/>
<polygon fill = 'rgb(229, 133, 0)' points = '684.72,125.90 715.01,125.90 715.01,121.69 684.72,121.69 '/>
<polygon fill = 'rgb(230, 137, 0)' points = '684.72,121.70 715.01,121.70 715.01,117.50 684.72,117.50 '/>
<polygon fill = 'rgb(231, 141, 0)' points = '684.72,117.51 715.01,117.51 715.01,113.30 684.72,113.30 '/>
<polygon fill = 'rgb(232, 145, 0)' points = '684.72,113.31 715.01,113.31 715.01,109.10 684.72,109.10 '/>
<polygon fill = 'rgb(233, 149, 0)' points = '684.72,109.11 715.01,109.11 715.01,104.91 684.72,104.91 '/>
<polygon fill = 'rgb(234, 153, 0)' points = '684.72,104.92 715.01,104.92 715.01,100.71 684.72,100.71 '/>
<polygon fill = 'rgb(235, 157, 0)' points = '684.72,100.72 715.01,100.72 715.01,96.52 684.72,96.52 '/>
<polygon fill = 'rgb(236, 162, 0)' points = '684.72,96.53 715.01,96.53 715.01,92.32 684.72,92.32 '/>
<polygon fill = 'rgb(237, 166, 0)' points = '684.72,92.33 715.01,92.33 715.01,88.13 684.72,88.13 '/>
<polygon fill = 'rgb(239, 171, 0)' points = '684.72,88.14 715.01,88.14 715.01,83.93 684.72,83.93 '/>
<polygon fill = 'rgb(240, 175, 0)' points = '684.72,83.94 715.01,83.94 715.01,79.74 684.72,79.74 '/>
<polygon fill = 'rgb(241, 180, 0)' points = '684.72,79.75 715.01,79.75 715.01,75.54 684.72,75.54 '/>
<polygon fill = 'rgb(242, 185, 0)' points = '684.72,75.55 715.01,75.55 715.01,71.35 684.72,71.35 '/>
<polygon fill = 'rgb(243, 190, 0)' points = '684.72,71.36 715.01,71.36 715.01,67.15 684.72,67.15 '/>
<polygon fill = 'rgb(244, 195, 0)' points = '684.72,67.16 715.01,67.16 715.01,62.96 684.72,62.96 '/>
<polygon fill = 'rgb(245, 200, 0)' points = '684.72,62.97 715.01,62.97 715.01,58.76 684.72,58.76 '/>
<polygon fill = 'rgb(246, 205, 0)' points = '684.72,58.77 715.01,58.77 715.01,54.57 684.72,54.57 '/>
<polygon fill = 'rgb(247, 210, 0)' points = '684.72,54.58 715.01,54.58 715.01,50.37 684.72,50.37 '/>
<polygon fill = 'rgb(248, 215, 0)' points = '684.72,50.38 715.01,50.38 715.01,46.18 684.72,46.18 '/>
<polygon fill = 'rgb(249, 221, 0)' points = '684.72,46.19 715.01,46.19 715.01,41.98 684.72,41.98 '/>
<polygon fill = 'rgb(250, 226, 0)' points = '684.72,41.99 715.01,41.99 715.01,37.79 684.72,37.79 '/>
<polygon fill = 'rgb(251, 232, 0)' points = '684.72,37.80 715.01,37.80 715.01,33.59 684.72,33.59 '/>
<polygon fill = 'rgb(252, 237, 0)' points = '684.72,33.60 715.01,33.60 715.01,29.40 684.72,29.40 '/>
<polygon fill = 'rgb(253, 243, 0)' points = '684.72,29.41 715.01,29.41 715.01,25.20 684.72,25.20 '/>
<polygon fill = 'rgb(254, 249, 0)' points = '684.72,25.21 715.01,25.21 715.01,21.01 684.72,21.01 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,558.00 L715.01,558.00 L715.01,21.01 L684.72,21.01 L684.72,558.00 Z '/></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='M715.01,558.00 L704.51,558.00 '/> <g transform="translate(724.80,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text>-600</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,558.00 L695.22,558.00 M715.01,468.51 L704.51,468.51 '/> <g transform="translate(724.80,473.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text>-400</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,468.51 L695.22,468.51 M715.01,379.01 L704.51,379.01 '/> <g transform="translate(724.80,383.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text>-200</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,379.01 L695.22,379.01 M715.01,289.51 L704.51,289.51 '/> <g transform="translate(724.80,294.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,289.51 L695.22,289.51 M715.01,200.01 L704.51,200.01 '/> <g transform="translate(724.80,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 200</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,200.01 L695.22,200.01 M715.01,110.51 L704.51,110.51 '/> <g transform="translate(724.80,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 400</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,110.51 L695.22,110.51 M715.01,21.01 L704.51,21.01 '/> <g transform="translate(724.80,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 600</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M684.72,21.01 L695.22,21.01 '/></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: 38 KiB

419
guide/guide-12.svg Normal file
View File

@ -0,0 +1,419 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M73.42,558.00 L770.62,558.00 '/></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='M73.42,558.00 L83.92,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(63.63,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M73.42,468.50 L770.62,468.50 '/></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='M73.42,468.50 L83.92,468.50 M770.62,468.50 L760.12,468.50 '/> <g transform="translate(63.63,473.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 200</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='M73.42,379.00 L770.62,379.00 '/></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='M73.42,379.00 L83.92,379.00 M770.62,379.00 L760.12,379.00 '/> <g transform="translate(63.63,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 400</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='M73.42,289.50 L770.62,289.50 '/></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='M73.42,289.50 L83.92,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(63.63,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 600</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='M73.42,200.01 L770.62,200.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='M73.42,200.01 L83.92,200.01 M770.62,200.01 L760.12,200.01 '/> <g transform="translate(63.63,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 800</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='M73.42,110.51 L770.62,110.51 '/></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='M73.42,110.51 L83.92,110.51 M770.62,110.51 L760.12,110.51 '/> <g transform="translate(63.63,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1000</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='M73.42,21.01 L770.62,21.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='M73.42,21.01 L83.92,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(63.63,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1200</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='M73.42,558.00 L73.42,21.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='M73.42,558.00 L73.42,547.50 M73.42,21.01 L73.42,31.51 '/> <g transform="translate(73.42,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-10</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='M247.72,558.00 L247.72,21.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='M247.72,558.00 L247.72,547.50 M247.72,21.01 L247.72,31.51 '/> <g transform="translate(247.72,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-5</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='M422.02,558.00 L422.02,94.51 M422.02,31.51 L422.02,21.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='M422.02,558.00 L422.02,547.50 M422.02,21.01 L422.02,31.51 '/> <g transform="translate(422.02,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M596.32,558.00 L596.32,94.51 M596.32,31.51 L596.32,21.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='M596.32,558.00 L596.32,547.50 M596.32,21.01 L596.32,31.51 '/> <g transform="translate(596.32,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 5</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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</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='M73.42,21.01 L73.42,558.00 L770.62,558.00 L770.62,21.01 L73.42,21.01 Z '/></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='M270.62,94.51 L270.62,31.51 L760.83,31.51 L760.83,94.51 L270.62,94.51 Z '/></g>
<g id="gnuplot_plot_1" ><title>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M108.28,101.56 L143.14,186.58 L178.00,262.66 L212.86,329.78 L247.72,387.95 L282.58,437.18 L317.44,477.45 L352.30,508.78
L387.16,531.15 L422.02,544.58 L456.88,549.05 L491.74,544.58 L526.60,531.15 L561.46,508.78 L596.32,477.45 L631.18,437.18
L666.04,387.95 L700.90,329.78 L735.76,262.66 L770.62,186.58 '/></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">
<path stroke='rgb( 0, 158, 115)' d='M108.28,112.75 L108.28,90.37 M103.03,112.75 L113.53,112.75 M103.03,90.37 L113.53,90.37 M143.14,195.64 L143.14,177.52
M137.89,195.64 L148.39,195.64 M137.89,177.52 L148.39,177.52 M178.00,269.82 L178.00,255.50 M172.75,269.82 L183.25,269.82
M172.75,255.50 L183.25,255.50 M212.86,335.26 L212.86,324.30 M207.61,335.26 L218.11,335.26 M207.61,324.30 L218.11,324.30
M247.72,391.98 L247.72,383.93 M242.47,391.98 L252.97,391.98 M242.47,383.93 L252.97,383.93 M282.58,439.97 L282.58,434.38
M277.33,439.97 L287.83,439.97 M277.33,434.38 L287.83,434.38 M317.44,479.24 L317.44,475.66 M312.19,479.24 L322.69,479.24
M312.19,475.66 L322.69,475.66 M352.30,509.78 L352.30,507.77 M347.05,509.78 L357.55,509.78 M347.05,507.77 L357.55,507.77
M387.16,531.60 L387.16,530.70 M381.91,531.60 L392.41,531.60 M381.91,530.70 L392.41,530.70 M422.02,544.69 L422.02,544.46
M416.77,544.69 L427.27,544.69 M416.77,544.46 L427.27,544.46 M456.88,549.05 M451.63,549.05 L462.13,549.05 M451.63,549.05
L462.13,549.05 M491.74,544.69 L491.74,544.46 M486.49,544.69 L496.99,544.69 M486.49,544.46 L496.99,544.46 M526.60,531.60
L526.60,530.70 M521.35,531.60 L531.85,531.60 M521.35,530.70 L531.85,530.70 M561.46,509.78 L561.46,507.77 M556.21,509.78
L566.71,509.78 M556.21,507.77 L566.71,507.77 M596.32,479.24 L596.32,475.66 M591.07,479.24 L601.57,479.24 M591.07,475.66
L601.57,475.66 M631.18,439.97 L631.18,434.38 M625.93,439.97 L636.43,439.97 M625.93,434.38 L636.43,434.38 M666.04,391.98
L666.04,383.93 M660.79,391.98 L671.29,391.98 M660.79,383.93 L671.29,383.93 M700.90,335.26 L700.90,324.30 M695.65,335.26
L706.15,335.26 M695.65,324.30 L706.15,324.30 M735.76,269.82 L735.76,255.50 M730.51,269.82 L741.01,269.82 M730.51,255.50
L741.01,255.50 M770.62,195.64 L770.62,177.52 M765.37,195.64 L770.62,195.64 M765.37,177.52 L770.62,177.52 M73.42,101.56
L151.86,101.56 M151.86,106.81 L151.86,96.31 M107.84,186.58 L178.44,186.58 M107.84,191.83 L107.84,181.33 M178.44,191.83
L178.44,181.33 M150.11,262.66 L205.89,262.66 M150.11,267.91 L150.11,257.41 M205.89,267.91 L205.89,257.41 M191.51,329.78
L234.21,329.78 M191.51,335.03 L191.51,324.53 M234.21,335.03 L234.21,324.53 M232.03,387.95 L263.41,387.95 M232.03,393.20
L232.03,382.70 M263.41,393.20 L263.41,382.70 M271.69,437.18 L293.47,437.18 M271.69,442.43 L271.69,431.93 M293.47,442.43
L293.47,431.93 M310.47,477.45 L324.41,477.45 M310.47,482.70 L310.47,472.20 M324.41,482.70 L324.41,472.20 M348.38,508.78
L356.22,508.78 M348.38,514.03 L348.38,503.53 M356.22,514.03 L356.22,503.53 M385.42,531.15 L388.90,531.15 M385.42,536.40
L385.42,525.90 M388.90,536.40 L388.90,525.90 M421.58,544.58 L422.46,544.58 M421.58,549.83 L421.58,539.33 M422.46,549.83
L422.46,539.33 M456.88,549.05 M456.88,554.30 L456.88,543.80 M456.88,554.30 L456.88,543.80 M491.30,544.58 L492.18,544.58
M491.30,549.83 L491.30,539.33 M492.18,549.83 L492.18,539.33 M524.86,531.15 L528.34,531.15 M524.86,536.40 L524.86,525.90
M528.34,536.40 L528.34,525.90 M557.54,508.78 L565.38,508.78 M557.54,514.03 L557.54,503.53 M565.38,514.03 L565.38,503.53
M589.35,477.45 L603.29,477.45 M589.35,482.70 L589.35,472.20 M603.29,482.70 L603.29,472.20 M620.29,437.18 L642.07,437.18
M620.29,442.43 L620.29,431.93 M642.07,442.43 L642.07,431.93 M650.35,387.95 L681.73,387.95 M650.35,393.20 L650.35,382.70
M681.73,393.20 L681.73,382.70 M679.55,329.78 L722.25,329.78 M679.55,335.03 L679.55,324.53 M722.25,335.03 L722.25,324.53
M707.87,262.66 L763.65,262.66 M707.87,267.91 L707.87,257.41 M763.65,267.91 L763.65,257.41 M735.32,186.58 L770.62,186.58
M735.32,191.83 L735.32,181.33 M761.91,101.56 L770.62,101.56 M761.91,106.81 L761.91,96.31 '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<use xlink:href='#gpPt1' transform='translate(108.28,101.56) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(143.14,186.58) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(178.00,262.66) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(212.86,329.78) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(247.72,387.95) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(282.58,437.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(317.44,477.45) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(352.30,508.78) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(387.16,531.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(422.02,544.58) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(456.88,549.05) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(491.74,544.58) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(526.60,531.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(561.46,508.78) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(596.32,477.45) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(631.18,437.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(666.04,387.95) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(700.90,329.78) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(735.76,262.66) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(770.62,186.58) scale(5.25)' color='rgb( 0, 158, 115)'/>
</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">
<path stroke='rgb( 86, 180, 233)' d='M73.42,112.75 L73.42,95.96 M73.42,112.75 L78.67,112.75 M73.42,95.96 L78.67,95.96 M108.28,195.64 L108.28,182.05
M103.03,195.64 L113.53,195.64 M103.03,182.05 L113.53,182.05 M143.14,269.82 L143.14,259.08 M137.89,269.82 L148.39,269.82
M137.89,259.08 L148.39,259.08 M178.00,335.26 L178.00,327.04 M172.75,335.26 L183.25,335.26 M172.75,327.04 L183.25,327.04
M212.86,391.98 L212.86,385.94 M207.61,391.98 L218.11,391.98 M207.61,385.94 L218.11,385.94 M247.72,439.97 L247.72,435.78
M242.47,439.97 L252.97,439.97 M242.47,435.78 L252.97,435.78 M282.58,479.24 L282.58,476.56 M277.33,479.24 L287.83,479.24
M277.33,476.56 L287.83,476.56 M317.44,509.78 L317.44,508.27 M312.19,509.78 L322.69,509.78 M312.19,508.27 L322.69,508.27
M352.30,531.60 L352.30,530.93 M347.05,531.60 L357.55,531.60 M347.05,530.93 L357.55,530.93 M387.16,544.69 L387.16,544.52
M381.91,544.69 L392.41,544.69 M381.91,544.52 L392.41,544.52 M422.02,549.05 M416.77,549.05 L427.27,549.05 M416.77,549.05
L427.27,549.05 M456.88,544.69 L456.88,544.52 M451.63,544.69 L462.13,544.69 M451.63,544.52 L462.13,544.52 M491.74,531.60
L491.74,530.93 M486.49,531.60 L496.99,531.60 M486.49,530.93 L496.99,530.93 M526.60,509.78 L526.60,508.27 M521.35,509.78
L531.85,509.78 M521.35,508.27 L531.85,508.27 M561.46,479.24 L561.46,476.56 M556.21,479.24 L566.71,479.24 M556.21,476.56
L566.71,476.56 M596.32,439.97 L596.32,435.78 M591.07,439.97 L601.57,439.97 M591.07,435.78 L601.57,435.78 M631.18,391.98
L631.18,385.94 M625.93,391.98 L636.43,391.98 M625.93,385.94 L636.43,385.94 M666.04,335.26 L666.04,327.04 M660.79,335.26
L671.29,335.26 M660.79,327.04 L671.29,327.04 M700.90,269.82 L700.90,259.08 M695.65,269.82 L706.15,269.82 M695.65,259.08
L706.15,259.08 M735.76,195.64 L735.76,182.05 M730.51,195.64 L741.01,195.64 M730.51,182.05 L741.01,182.05 M770.62,112.75
L770.62,95.96 M765.37,112.75 L770.62,112.75 M765.37,95.96 L770.62,95.96 M73.42,101.56 L160.57,101.56 M160.57,106.81
L160.57,96.31 M73.42,186.58 L178.87,186.58 M178.87,191.83 L178.87,181.33 M115.25,262.66 L198.92,262.66 M115.25,267.91
L115.25,257.41 M198.92,267.91 L198.92,257.41 M156.65,329.78 L220.70,329.78 M156.65,335.03 L156.65,324.53 M220.70,335.03
L220.70,324.53 M197.17,387.95 L244.23,387.95 M197.17,393.20 L197.17,382.70 M244.23,393.20 L244.23,382.70 M236.83,437.18
L269.51,437.18 M236.83,442.43 L236.83,431.93 M269.51,442.43 L269.51,431.93 M275.61,477.45 L296.52,477.45 M275.61,482.70
L275.61,472.20 M296.52,482.70 L296.52,472.20 M313.52,508.78 L325.28,508.78 M313.52,514.03 L313.52,503.53 M325.28,514.03
L325.28,503.53 M350.56,531.15 L355.79,531.15 M350.56,536.40 L350.56,525.90 M355.79,536.40 L355.79,525.90 M386.72,544.58
L388.03,544.58 M386.72,549.83 L386.72,539.33 M388.03,549.83 L388.03,539.33 M422.02,549.05 M422.02,554.30 L422.02,543.80
M422.02,554.30 L422.02,543.80 M456.44,544.58 L457.75,544.58 M456.44,549.83 L456.44,539.33 M457.75,549.83 L457.75,539.33
M490.00,531.15 L495.23,531.15 M490.00,536.40 L490.00,525.90 M495.23,536.40 L495.23,525.90 M522.68,508.78 L534.44,508.78
M522.68,514.03 L522.68,503.53 M534.44,514.03 L534.44,503.53 M554.49,477.45 L575.40,477.45 M554.49,482.70 L554.49,472.20
M575.40,482.70 L575.40,472.20 M585.43,437.18 L618.11,437.18 M585.43,442.43 L585.43,431.93 M618.11,442.43 L618.11,431.93
M615.49,387.95 L662.55,387.95 M615.49,393.20 L615.49,382.70 M662.55,393.20 L662.55,382.70 M644.69,329.78 L708.74,329.78
M644.69,335.03 L644.69,324.53 M708.74,335.03 L708.74,324.53 M673.01,262.66 L756.68,262.66 M673.01,267.91 L673.01,257.41
M756.68,267.91 L756.68,257.41 M700.46,186.58 L770.62,186.58 M700.46,191.83 L700.46,181.33 M727.05,101.56 L770.62,101.56
M727.05,106.81 L727.05,96.31 '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<use xlink:href='#gpPt2' transform='translate(73.42,101.56) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(108.28,186.58) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(143.14,262.66) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(178.00,329.78) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(212.86,387.95) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(247.72,437.18) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(282.58,477.45) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(317.44,508.78) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(352.30,531.15) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(387.16,544.58) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(422.02,549.05) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(456.88,544.58) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(491.74,531.15) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(526.60,508.78) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(561.46,477.45) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(596.32,437.18) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(631.18,387.95) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(666.04,329.78) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(700.90,262.66) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(735.76,186.58) scale(5.25)' color='rgb( 86, 180, 233)'/>
<use xlink:href='#gpPt2' transform='translate(770.62,101.56) scale(5.25)' color='rgb( 86, 180, 233)'/>
</g>
</g>
<g id="gnuplot_plot_4" ><title>gnuplot_plot_4</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(230, 159, 0)' d='M73.42,441.65 L73.42,405.85 M73.42,441.65 L78.67,441.65 M73.42,405.85 L78.67,405.85 M108.28,432.70 L108.28,396.90
M103.03,432.70 L113.53,432.70 M103.03,396.90 L113.53,396.90 M143.14,423.75 L143.14,387.95 M137.89,423.75 L148.39,423.75
M137.89,387.95 L148.39,387.95 M178.00,414.80 L178.00,379.00 M172.75,414.80 L183.25,414.80 M172.75,379.00 L183.25,379.00
M212.86,405.85 L212.86,370.05 M207.61,405.85 L218.11,405.85 M207.61,370.05 L218.11,370.05 M247.72,396.90 L247.72,361.10
M242.47,396.90 L252.97,396.90 M242.47,361.10 L252.97,361.10 M282.58,387.95 L282.58,352.15 M277.33,387.95 L287.83,387.95
M277.33,352.15 L287.83,352.15 M317.44,379.00 L317.44,343.20 M312.19,379.00 L322.69,379.00 M312.19,343.20 L322.69,343.20
M352.30,370.05 L352.30,334.25 M347.05,370.05 L357.55,370.05 M347.05,334.25 L357.55,334.25 M387.16,361.10 L387.16,325.30
M381.91,361.10 L392.41,361.10 M381.91,325.30 L392.41,325.30 M422.02,352.15 L422.02,316.35 M416.77,352.15 L427.27,352.15
M416.77,316.35 L427.27,316.35 M456.88,343.20 L456.88,307.40 M451.63,343.20 L462.13,343.20 M451.63,307.40 L462.13,307.40
M491.74,334.25 L491.74,298.45 M486.49,334.25 L496.99,334.25 M486.49,298.45 L496.99,298.45 M526.60,325.30 L526.60,289.50
M521.35,325.30 L531.85,325.30 M521.35,289.50 L531.85,289.50 M561.46,316.35 L561.46,280.56 M556.21,316.35 L566.71,316.35
M556.21,280.56 L566.71,280.56 M596.32,307.40 L596.32,271.61 M591.07,307.40 L601.57,307.40 M591.07,271.61 L601.57,271.61
M631.18,298.45 L631.18,262.66 M625.93,298.45 L636.43,298.45 M625.93,262.66 L636.43,262.66 M666.04,289.50 L666.04,253.71
M660.79,289.50 L671.29,289.50 M660.79,253.71 L671.29,253.71 M700.90,280.56 L700.90,244.76 M695.65,280.56 L706.15,280.56
M695.65,244.76 L706.15,244.76 M735.76,271.61 L735.76,235.81 M730.51,271.61 L741.01,271.61 M730.51,235.81 L741.01,235.81
M770.62,262.66 L770.62,226.86 M765.37,262.66 L770.62,262.66 M765.37,226.86 L770.62,226.86 '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<use xlink:href='#gpPt3' transform='translate(73.42,423.75) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(108.28,414.80) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(143.14,405.85) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(178.00,396.90) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(212.86,387.95) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(247.72,379.00) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(282.58,370.05) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(317.44,361.10) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(352.30,352.15) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(387.16,343.20) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(422.02,334.25) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(456.88,325.30) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(491.74,316.35) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(526.60,307.40) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(561.46,298.45) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(596.32,289.50) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(631.18,280.56) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(666.04,271.61) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(700.90,262.66) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(735.76,253.71) scale(5.25)' color='rgb(230, 159, 0)'/>
<use xlink:href='#gpPt3' transform='translate(770.62,244.76) scale(5.25)' color='rgb(230, 159, 0)'/>
</g>
</g>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'white' points = '270.62,94.51 760.83,94.51 760.83,31.51 270.62,31.51 '/>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M270.62,94.51 L270.62,31.51 L760.83,31.51 L760.83,94.51 L270.62,94.51 Z '/></g>
<g id="gnuplot_plot_1" ><title>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</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 transform="translate(691.59,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>using the 'x y xdelta ydelta' style</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 0, 158, 115)' d='M701.38,42.01 L751.04,42.01 M701.38,36.76 L701.38,47.26 M751.04,36.76 L751.04,47.26 '/> <use xlink:href='#gpPt1' transform='translate(726.21,42.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
</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 transform="translate(691.59,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>using the 'x y xlow xhigh ylow yhigh' style</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 86, 180, 233)' d='M701.38,63.01 L751.04,63.01 M701.38,57.76 L701.38,68.26 M751.04,57.76 L751.04,68.26 '/> <use xlink:href='#gpPt2' transform='translate(726.21,63.01) scale(5.25)' color='rgb( 86, 180, 233)'/>
</g>
</g>
<g id="gnuplot_plot_4" ><title>gnuplot_plot_4</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(691.59,88.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>using the 'x y ydelta' style</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(230, 159, 0)' d='M701.38,84.01 L751.04,84.01 M701.38,78.76 L701.38,89.26 M751.04,78.76 L751.04,89.26 '/> <use xlink:href='#gpPt3' transform='translate(726.21,84.01) scale(5.25)' color='rgb(230, 159, 0)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb(230, 159, 0)" 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='M73.42,21.01 L73.42,558.00 L770.62,558.00 L770.62,21.01 L73.42,21.01 Z '/></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: 34 KiB

381
guide/guide-13.svg Normal file
View File

@ -0,0 +1,381 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M143.73,558.00 L680.73,558.00 '/></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='M143.73,558.00 L154.23,558.00 M680.73,558.00 L670.23,558.00 '/> <g transform="translate(133.94,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-10</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='M143.73,504.30 L680.73,504.30 '/></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='M143.73,504.30 L154.23,504.30 M680.73,504.30 L670.23,504.30 '/> <g transform="translate(133.94,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-8</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='M143.73,450.60 L680.73,450.60 '/></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='M143.73,450.60 L154.23,450.60 M680.73,450.60 L670.23,450.60 '/> <g transform="translate(133.94,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-6</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='M143.73,396.90 L680.73,396.90 '/></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='M143.73,396.90 L154.23,396.90 M680.73,396.90 L670.23,396.90 '/> <g transform="translate(133.94,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-4</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='M143.73,343.20 L680.73,343.20 '/></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='M143.73,343.20 L154.23,343.20 M680.73,343.20 L670.23,343.20 '/> <g transform="translate(133.94,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-2</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='M143.73,289.50 L680.73,289.50 '/></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='M143.73,289.50 L154.23,289.50 M680.73,289.50 L670.23,289.50 '/> <g transform="translate(133.94,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M143.73,235.81 L680.73,235.81 '/></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='M143.73,235.81 L154.23,235.81 M680.73,235.81 L670.23,235.81 '/> <g transform="translate(133.94,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</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='M143.73,182.11 L680.73,182.11 '/></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='M143.73,182.11 L154.23,182.11 M680.73,182.11 L670.23,182.11 '/> <g transform="translate(133.94,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</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='M143.73,128.41 L680.73,128.41 '/></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='M143.73,128.41 L154.23,128.41 M680.73,128.41 L670.23,128.41 '/> <g transform="translate(133.94,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</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='M143.73,74.71 L680.73,74.71 '/></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='M143.73,74.71 L154.23,74.71 M680.73,74.71 L670.23,74.71 '/> <g transform="translate(133.94,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 8</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='M143.73,21.01 L680.73,21.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='M143.73,21.01 L154.23,21.01 M680.73,21.01 L670.23,21.01 '/> <g transform="translate(133.94,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 10</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='M143.73,558.00 L143.73,21.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='M143.73,558.00 L143.73,547.50 M143.73,21.01 L143.73,31.51 '/> <g transform="translate(143.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-10</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='M197.43,558.00 L197.43,21.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='M197.43,558.00 L197.43,547.50 M197.43,21.01 L197.43,31.51 '/> <g transform="translate(197.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-8</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='M251.13,558.00 L251.13,21.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='M251.13,558.00 L251.13,547.50 M251.13,21.01 L251.13,31.51 '/> <g transform="translate(251.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-6</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='M304.83,558.00 L304.83,21.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='M304.83,558.00 L304.83,547.50 M304.83,21.01 L304.83,31.51 '/> <g transform="translate(304.83,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-4</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='M358.53,558.00 L358.53,21.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='M358.53,558.00 L358.53,547.50 M358.53,21.01 L358.53,31.51 '/> <g transform="translate(358.53,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-2</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='M412.23,558.00 L412.23,21.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='M412.23,558.00 L412.23,547.50 M412.23,21.01 L412.23,31.51 '/> <g transform="translate(412.23,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M465.93,558.00 L465.93,21.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='M465.93,558.00 L465.93,547.50 M465.93,21.01 L465.93,31.51 '/> <g transform="translate(465.93,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2</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='M519.63,558.00 L519.63,21.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='M519.63,558.00 L519.63,547.50 M519.63,21.01 L519.63,31.51 '/> <g transform="translate(519.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4</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='M573.33,558.00 L573.33,21.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='M573.33,558.00 L573.33,547.50 M573.33,21.01 L573.33,31.51 '/> <g transform="translate(573.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 6</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='M627.03,558.00 L627.03,31.51 L627.03,21.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='M627.03,558.00 L627.03,547.50 M627.03,21.01 L627.03,31.51 '/> <g transform="translate(627.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 8</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='M680.73,558.00 L680.73,21.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='M680.73,558.00 L680.73,547.50 M680.73,21.01 L680.73,31.51 '/> <g transform="translate(680.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M412.23,289.50 L412.23,279.00 M412.23,289.50 L412.23,300.00 '/> <g transform="translate(412.23,315.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M546.48,289.50 L546.48,279.00 M546.48,289.50 L546.48,300.00 '/> <g transform="translate(546.48,315.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M680.73,289.50 L680.73,279.00 M680.73,289.50 L680.73,300.00 '/> <g transform="translate(680.73,315.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</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='M143.73,21.01 L143.73,558.00 L680.73,558.00 L680.73,21.01 L143.73,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M414.90,289.24 L417.49,288.44 L419.93,287.12 L422.12,285.32 L424.01,283.07 L425.53,280.41 L426.61,277.40 L427.20,274.10
L427.25,270.58 L426.74,266.91 L425.63,263.18 L423.91,259.48 L421.57,255.87 L418.62,252.46 L415.08,249.33 L410.98,246.56
L406.35,244.24 L401.25,242.44 L395.74,241.23 L389.88,240.68 L383.76,240.83 L377.47,241.75 L371.08,243.45 L364.71,245.98
L358.45,249.33 L352.41,253.52 L346.69,258.52 L341.39,264.32 L336.63,270.88 L332.49,278.14 L329.07,286.04 L326.46,294.52
L324.73,303.48 L323.97,312.83 L324.23,322.47 L325.55,332.28 L327.98,342.14 L331.53,351.93 L336.21,361.52 L342.03,370.78
L348.95,379.58 L356.94,387.79 L365.96,395.28 L375.92,401.93 L386.76,407.61 L398.38,412.23 L410.67,415.69 L423.51,417.89
L436.77,418.76 L450.31,418.24 L463.99,416.28 L477.64,412.85 L491.12,407.94 L504.25,401.55 L516.88,393.69 L528.84,384.42
L539.98,373.78 L550.13,361.86 L559.16,348.73 L566.91,334.52 L573.27,319.34 L578.12,303.34 L581.36,286.66 L582.90,269.48
L582.67,251.96 L580.62,234.30 L576.72,216.68 L570.96,199.29 L563.36,182.34 L553.93,166.03 L542.73,150.54 L529.84,136.08
L515.34,122.82 L499.36,110.94 L482.03,100.62 L463.50,91.99 L443.94,85.21 L423.53,80.38 L402.47,77.62 L380.98,76.99
L359.26,78.57 L337.56,82.39 L316.10,88.46 L295.11,96.76 L274.84,107.27 L255.51,119.93 L237.35,134.64 L220.58,151.30
L205.42,169.78 L192.06,189.92 L180.67,211.54 L171.42,234.45 L164.47,258.43 L159.92,283.25 L157.88,308.67 L158.42,334.44
L161.59,360.28 L167.41,385.93 L175.87,411.12 L186.94,435.57 '/></g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M412.23,289.50 L680.73,289.50 '/></g>
<g fill="none" color="black" stroke="black" 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='M143.73,21.01 L143.73,558.00 L680.73,558.00 L680.73,21.01 L143.73,21.01 Z '/></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: 27 KiB

261
guide/guide-14.svg Normal file
View File

@ -0,0 +1,261 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M63.63,490.88 L770.62,490.88 '/></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='M63.63,490.88 L74.13,490.88 M770.62,490.88 L760.12,490.88 '/> <g transform="translate(53.84,495.43)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1.5</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='M63.63,423.75 L770.62,423.75 '/></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='M63.63,423.75 L74.13,423.75 M770.62,423.75 L760.12,423.75 '/> <g transform="translate(53.84,428.30)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</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='M63.63,356.63 L770.62,356.63 '/></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='M63.63,356.63 L74.13,356.63 M770.62,356.63 L760.12,356.63 '/> <g transform="translate(53.84,361.18)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2.5</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='M63.63,289.50 L770.62,289.50 '/></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='M63.63,289.50 L74.13,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(53.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</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='M63.63,222.38 L770.62,222.38 '/></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='M63.63,222.38 L74.13,222.38 M770.62,222.38 L760.12,222.38 '/> <g transform="translate(53.84,226.93)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3.5</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='M63.63,155.26 L770.62,155.26 '/></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='M63.63,155.26 L74.13,155.26 M770.62,155.26 L760.12,155.26 '/> <g transform="translate(53.84,159.81)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</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='M63.63,88.13 L770.62,88.13 '/></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='M63.63,88.13 L74.13,88.13 M770.62,88.13 L760.12,88.13 '/> <g transform="translate(53.84,92.68)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4.5</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>05:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M98.98,558.00 L98.98,552.75 M98.98,21.01 L98.98,26.26 M134.33,558.00 L134.33,552.75 M134.33,21.01 L134.33,26.26
M169.68,558.00 L169.68,552.75 M169.68,21.01 L169.68,26.26 M205.03,558.00 L205.03,552.75 M205.03,21.01 L205.03,26.26
'/></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='M240.38,558.00 L240.38,21.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='M240.38,558.00 L240.38,547.50 M240.38,21.01 L240.38,31.51 '/> <g transform="translate(240.38,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>05:05</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M275.73,558.00 L275.73,552.75 M275.73,21.01 L275.73,26.26 M311.08,558.00 L311.08,552.75 M311.08,21.01 L311.08,26.26
M346.43,558.00 L346.43,552.75 M346.43,21.01 L346.43,26.26 M381.78,558.00 L381.78,552.75 M381.78,21.01 L381.78,26.26
'/></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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>05:10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M452.47,558.00 L452.47,552.75 M452.47,21.01 L452.47,26.26 M487.82,558.00 L487.82,552.75 M487.82,21.01 L487.82,26.26
M523.17,558.00 L523.17,552.75 M523.17,21.01 L523.17,26.26 M558.52,558.00 L558.52,552.75 M558.52,21.01 L558.52,26.26
'/></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='M593.87,558.00 L593.87,21.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='M593.87,558.00 L593.87,547.50 M593.87,21.01 L593.87,31.51 '/> <g transform="translate(593.87,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>05:15</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M629.22,558.00 L629.22,552.75 M629.22,21.01 L629.22,26.26 M664.57,558.00 L664.57,552.75 M664.57,21.01 L664.57,26.26
M699.92,558.00 L699.92,552.75 M699.92,21.01 L699.92,26.26 M735.27,558.00 L735.27,552.75 M735.27,21.01 L735.27,26.26
'/></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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>05:20</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M346.43,558.00 L381.78,423.75 L417.13,289.50 L452.47,155.26 L487.82,21.01 '/> <use xlink:href='#gpPt0' transform='translate(346.43,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(381.78,423.75) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(452.47,155.26) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(487.82,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 18 KiB

261
guide/guide-15.svg Normal file
View File

@ -0,0 +1,261 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M63.63,490.88 L770.62,490.88 '/></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='M63.63,490.88 L74.13,490.88 M770.62,490.88 L760.12,490.88 '/> <g transform="translate(53.84,495.43)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1.5</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='M63.63,423.75 L770.62,423.75 '/></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='M63.63,423.75 L74.13,423.75 M770.62,423.75 L760.12,423.75 '/> <g transform="translate(53.84,428.30)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</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='M63.63,356.63 L770.62,356.63 '/></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='M63.63,356.63 L74.13,356.63 M770.62,356.63 L760.12,356.63 '/> <g transform="translate(53.84,361.18)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2.5</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='M63.63,289.50 L770.62,289.50 '/></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='M63.63,289.50 L74.13,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(53.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</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='M63.63,222.38 L770.62,222.38 '/></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='M63.63,222.38 L74.13,222.38 M770.62,222.38 L760.12,222.38 '/> <g transform="translate(53.84,226.93)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3.5</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='M63.63,155.26 L770.62,155.26 '/></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='M63.63,155.26 L74.13,155.26 M770.62,155.26 L760.12,155.26 '/> <g transform="translate(53.84,159.81)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</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='M63.63,88.13 L770.62,88.13 '/></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='M63.63,88.13 L74.13,88.13 M770.62,88.13 L760.12,88.13 '/> <g transform="translate(53.84,92.68)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4.5</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>06:05:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M98.98,558.00 L98.98,552.75 M98.98,21.01 L98.98,26.26 M134.33,558.00 L134.33,552.75 M134.33,21.01 L134.33,26.26
M169.68,558.00 L169.68,552.75 M169.68,21.01 L169.68,26.26 M205.03,558.00 L205.03,552.75 M205.03,21.01 L205.03,26.26
'/></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='M240.38,558.00 L240.38,21.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='M240.38,558.00 L240.38,547.50 M240.38,21.01 L240.38,31.51 '/> <g transform="translate(240.38,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>06:05:05</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M275.73,558.00 L275.73,552.75 M275.73,21.01 L275.73,26.26 M311.08,558.00 L311.08,552.75 M311.08,21.01 L311.08,26.26
M346.43,558.00 L346.43,552.75 M346.43,21.01 L346.43,26.26 M381.78,558.00 L381.78,552.75 M381.78,21.01 L381.78,26.26
'/></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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>06:05:10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M452.47,558.00 L452.47,552.75 M452.47,21.01 L452.47,26.26 M487.82,558.00 L487.82,552.75 M487.82,21.01 L487.82,26.26
M523.17,558.00 L523.17,552.75 M523.17,21.01 L523.17,26.26 M558.52,558.00 L558.52,552.75 M558.52,21.01 L558.52,26.26
'/></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='M593.87,558.00 L593.87,21.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='M593.87,558.00 L593.87,547.50 M593.87,21.01 L593.87,31.51 '/> <g transform="translate(593.87,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>06:05:15</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M629.22,558.00 L629.22,552.75 M629.22,21.01 L629.22,26.26 M664.57,558.00 L664.57,552.75 M664.57,21.01 L664.57,26.26
M699.92,558.00 L699.92,552.75 M699.92,21.01 L699.92,26.26 M735.27,558.00 L735.27,552.75 M735.27,21.01 L735.27,26.26
'/></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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>06:05:20</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M346.43,558.00 L381.78,423.75 L417.13,289.50 L452.47,155.26 L487.82,21.01 '/> <use xlink:href='#gpPt0' transform='translate(346.43,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(381.78,423.75) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(452.47,155.26) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(487.82,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 18 KiB

140
guide/guide-16.svg Normal file
View File

@ -0,0 +1,140 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,468.50 L54.55,468.50 M770.62,468.50 L760.12,468.50 '/> <g transform="translate(34.26,473.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,379.00 L54.55,379.00 M770.62,379.00 L760.12,379.00 '/> <g transform="translate(34.26,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,289.50 L54.55,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(34.26,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,200.01 L54.55,200.01 M770.62,200.01 L760.12,200.01 '/> <g transform="translate(34.26,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,110.51 L54.55,110.51 M770.62,110.51 L760.12,110.51 '/> <g transform="translate(34.26,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,558.00 L44.05,547.50 M44.05,21.01 L44.05,31.51 '/> <g transform="translate(44.05,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M189.36,558.00 L189.36,547.50 M189.36,21.01 L189.36,31.51 '/> <g transform="translate(189.36,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M334.68,558.00 L334.68,547.50 M334.68,21.01 L334.68,31.51 '/> <g transform="translate(334.68,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M479.99,558.00 L479.99,547.50 M479.99,21.01 L479.99,31.51 '/> <g transform="translate(479.99,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M625.31,558.00 L625.31,547.50 M625.31,21.01 L625.31,31.51 '/> <g transform="translate(625.31,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 5</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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(189.36,473.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
<g transform="translate(334.68,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
<g transform="translate(625.31,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
</g>
<g fill="none" color="white" stroke="black" 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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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: 8.7 KiB

306
guide/guide-17.svg Normal file
View File

@ -0,0 +1,306 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M667.61,558.00 L657.11,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,468.50 L54.55,468.50 M667.61,468.50 L657.11,468.50 '/> <g transform="translate(34.26,473.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,379.00 L54.55,379.00 M667.61,379.00 L657.11,379.00 '/> <g transform="translate(34.26,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,289.50 L54.55,289.50 M667.61,289.50 L657.11,289.50 '/> <g transform="translate(34.26,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,200.01 L54.55,200.01 M667.61,200.01 L657.11,200.01 '/> <g transform="translate(34.26,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,110.51 L54.55,110.51 M667.61,110.51 L657.11,110.51 '/> <g transform="translate(34.26,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M667.61,21.01 L657.11,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,558.00 L44.05,547.50 M44.05,21.01 L44.05,31.51 '/> <g transform="translate(44.05,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M168.76,558.00 L168.76,547.50 M168.76,21.01 L168.76,31.51 '/> <g transform="translate(168.76,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M293.47,558.00 L293.47,547.50 M293.47,21.01 L293.47,31.51 '/> <g transform="translate(293.47,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M418.19,558.00 L418.19,547.50 M418.19,21.01 L418.19,31.51 '/> <g transform="translate(418.19,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M542.90,558.00 L542.90,547.50 M542.90,21.01 L542.90,31.51 '/> <g transform="translate(542.90,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M667.61,558.00 L667.61,547.50 M667.61,21.01 L667.61,31.51 '/> <g transform="translate(667.61,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 5</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='M44.05,21.01 L44.05,558.00 L667.61,558.00 L667.61,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(168.76,473.05)" stroke="none" fill="rgb(0,0,0)" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
<g transform="translate(295.74,293.45) rotate(-30)" stroke="none" fill="rgb(228,131,0)" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
<g transform="translate(547.45,110.51) rotate(-90)" stroke="none" fill="rgb(255,255,0)" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
</g>
<g fill="none" color="white" stroke="rgb(255, 255, 0)" 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='M44.05,21.01 L44.05,558.00 L667.61,558.00 L667.61,21.01 L44.05,21.01 Z '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb( 1, 0, 0)' points = '683.20,558.00 714.37,558.00 714.37,553.80 683.20,553.80 '/>
<polygon fill = 'rgb( 23, 0, 13)' points = '683.20,553.81 714.37,553.81 714.37,549.60 683.20,549.60 '/>
<polygon fill = 'rgb( 32, 0, 25)' points = '683.20,549.61 714.37,549.61 714.37,545.41 683.20,545.41 '/>
<polygon fill = 'rgb( 39, 0, 37)' points = '683.20,545.42 714.37,545.42 714.37,541.21 683.20,541.21 '/>
<polygon fill = 'rgb( 45, 0, 50)' points = '683.20,541.22 714.37,541.22 714.37,537.02 683.20,537.02 '/>
<polygon fill = 'rgb( 50, 0, 62)' points = '683.20,537.03 714.37,537.03 714.37,532.82 683.20,532.82 '/>
<polygon fill = 'rgb( 55, 0, 74)' points = '683.20,532.83 714.37,532.83 714.37,528.63 683.20,528.63 '/>
<polygon fill = 'rgb( 60, 0, 86)' points = '683.20,528.64 714.37,528.64 714.37,524.43 683.20,524.43 '/>
<polygon fill = 'rgb( 64, 0, 98)' points = '683.20,524.44 714.37,524.44 714.37,520.24 683.20,520.24 '/>
<polygon fill = 'rgb( 68, 0, 109)' points = '683.20,520.25 714.37,520.25 714.37,516.04 683.20,516.04 '/>
<polygon fill = 'rgb( 71, 0, 120)' points = '683.20,516.05 714.37,516.05 714.37,511.85 683.20,511.85 '/>
<polygon fill = 'rgb( 75, 0, 131)' points = '683.20,511.86 714.37,511.86 714.37,507.65 683.20,507.65 '/>
<polygon fill = 'rgb( 78, 0, 142)' points = '683.20,507.66 714.37,507.66 714.37,503.46 683.20,503.46 '/>
<polygon fill = 'rgb( 81, 0, 152)' points = '683.20,503.47 714.37,503.47 714.37,499.26 683.20,499.26 '/>
<polygon fill = 'rgb( 84, 0, 162)' points = '683.20,499.27 714.37,499.27 714.37,495.07 683.20,495.07 '/>
<polygon fill = 'rgb( 87, 0, 171)' points = '683.20,495.08 714.37,495.08 714.37,490.87 683.20,490.87 '/>
<polygon fill = 'rgb( 90, 0, 180)' points = '683.20,490.88 714.37,490.88 714.37,486.68 683.20,486.68 '/>
<polygon fill = 'rgb( 93, 1, 189)' points = '683.20,486.69 714.37,486.69 714.37,482.48 683.20,482.48 '/>
<polygon fill = 'rgb( 96, 1, 197)' points = '683.20,482.49 714.37,482.49 714.37,478.29 683.20,478.29 '/>
<polygon fill = 'rgb( 98, 1, 205)' points = '683.20,478.30 714.37,478.30 714.37,474.09 683.20,474.09 '/>
<polygon fill = 'rgb(101, 1, 212)' points = '683.20,474.10 714.37,474.10 714.37,469.90 683.20,469.90 '/>
<polygon fill = 'rgb(103, 1, 219)' points = '683.20,469.91 714.37,469.91 714.37,465.70 683.20,465.70 '/>
<polygon fill = 'rgb(106, 1, 225)' points = '683.20,465.71 714.37,465.71 714.37,461.50 683.20,461.50 '/>
<polygon fill = 'rgb(108, 1, 231)' points = '683.20,461.51 714.37,461.51 714.37,457.31 683.20,457.31 '/>
<polygon fill = 'rgb(110, 2, 236)' points = '683.20,457.32 714.37,457.32 714.37,453.11 683.20,453.11 '/>
<polygon fill = 'rgb(113, 2, 240)' points = '683.20,453.12 714.37,453.12 714.37,448.92 683.20,448.92 '/>
<polygon fill = 'rgb(115, 2, 244)' points = '683.20,448.93 714.37,448.93 714.37,444.72 683.20,444.72 '/>
<polygon fill = 'rgb(117, 2, 247)' points = '683.20,444.73 714.37,444.73 714.37,440.53 683.20,440.53 '/>
<polygon fill = 'rgb(119, 3, 250)' points = '683.20,440.54 714.37,440.54 714.37,436.33 683.20,436.33 '/>
<polygon fill = 'rgb(121, 3, 252)' points = '683.20,436.34 714.37,436.34 714.37,432.14 683.20,432.14 '/>
<polygon fill = 'rgb(123, 3, 254)' points = '683.20,432.15 714.37,432.15 714.37,427.94 683.20,427.94 '/>
<polygon fill = 'rgb(125, 4, 255)' points = '683.20,427.95 714.37,427.95 714.37,423.75 683.20,423.75 '/>
<polygon fill = 'rgb(128, 4, 255)' points = '683.20,423.76 714.37,423.76 714.37,419.55 683.20,419.55 '/>
<polygon fill = 'rgb(129, 4, 255)' points = '683.20,419.56 714.37,419.56 714.37,415.36 683.20,415.36 '/>
<polygon fill = 'rgb(131, 5, 254)' points = '683.20,415.37 714.37,415.37 714.37,411.16 683.20,411.16 '/>
<polygon fill = 'rgb(133, 5, 252)' points = '683.20,411.17 714.37,411.17 714.37,406.97 683.20,406.97 '/>
<polygon fill = 'rgb(135, 6, 250)' points = '683.20,406.98 714.37,406.98 714.37,402.77 683.20,402.77 '/>
<polygon fill = 'rgb(137, 6, 247)' points = '683.20,402.78 714.37,402.78 714.37,398.58 683.20,398.58 '/>
<polygon fill = 'rgb(139, 7, 244)' points = '683.20,398.59 714.37,398.59 714.37,394.38 683.20,394.38 '/>
<polygon fill = 'rgb(141, 7, 240)' points = '683.20,394.39 714.37,394.39 714.37,390.19 683.20,390.19 '/>
<polygon fill = 'rgb(143, 8, 236)' points = '683.20,390.20 714.37,390.20 714.37,385.99 683.20,385.99 '/>
<polygon fill = 'rgb(144, 8, 231)' points = '683.20,386.00 714.37,386.00 714.37,381.80 683.20,381.80 '/>
<polygon fill = 'rgb(146, 9, 225)' points = '683.20,381.81 714.37,381.81 714.37,377.60 683.20,377.60 '/>
<polygon fill = 'rgb(148, 10, 219)' points = '683.20,377.61 714.37,377.61 714.37,373.40 683.20,373.40 '/>
<polygon fill = 'rgb(150, 10, 212)' points = '683.20,373.41 714.37,373.41 714.37,369.21 683.20,369.21 '/>
<polygon fill = 'rgb(151, 11, 205)' points = '683.20,369.22 714.37,369.22 714.37,365.01 683.20,365.01 '/>
<polygon fill = 'rgb(153, 12, 197)' points = '683.20,365.02 714.37,365.02 714.37,360.82 683.20,360.82 '/>
<polygon fill = 'rgb(155, 13, 189)' points = '683.20,360.83 714.37,360.83 714.37,356.62 683.20,356.62 '/>
<polygon fill = 'rgb(156, 13, 180)' points = '683.20,356.63 714.37,356.63 714.37,352.43 683.20,352.43 '/>
<polygon fill = 'rgb(158, 14, 171)' points = '683.20,352.44 714.37,352.44 714.37,348.23 683.20,348.23 '/>
<polygon fill = 'rgb(159, 15, 162)' points = '683.20,348.24 714.37,348.24 714.37,344.04 683.20,344.04 '/>
<polygon fill = 'rgb(161, 16, 152)' points = '683.20,344.05 714.37,344.05 714.37,339.84 683.20,339.84 '/>
<polygon fill = 'rgb(163, 17, 142)' points = '683.20,339.85 714.37,339.85 714.37,335.65 683.20,335.65 '/>
<polygon fill = 'rgb(164, 18, 131)' points = '683.20,335.66 714.37,335.66 714.37,331.45 683.20,331.45 '/>
<polygon fill = 'rgb(166, 19, 120)' points = '683.20,331.46 714.37,331.46 714.37,327.26 683.20,327.26 '/>
<polygon fill = 'rgb(167, 20, 109)' points = '683.20,327.27 714.37,327.27 714.37,323.06 683.20,323.06 '/>
<polygon fill = 'rgb(169, 21, 98)' points = '683.20,323.07 714.37,323.07 714.37,318.87 683.20,318.87 '/>
<polygon fill = 'rgb(170, 23, 86)' points = '683.20,318.88 714.37,318.88 714.37,314.67 683.20,314.67 '/>
<polygon fill = 'rgb(172, 24, 74)' points = '683.20,314.68 714.37,314.68 714.37,310.48 683.20,310.48 '/>
<polygon fill = 'rgb(173, 25, 62)' points = '683.20,310.49 714.37,310.49 714.37,306.28 683.20,306.28 '/>
<polygon fill = 'rgb(175, 26, 50)' points = '683.20,306.29 714.37,306.29 714.37,302.09 683.20,302.09 '/>
<polygon fill = 'rgb(176, 28, 37)' points = '683.20,302.10 714.37,302.10 714.37,297.89 683.20,297.89 '/>
<polygon fill = 'rgb(177, 29, 25)' points = '683.20,297.90 714.37,297.90 714.37,293.70 683.20,293.70 '/>
<polygon fill = 'rgb(179, 30, 13)' points = '683.20,293.71 714.37,293.71 714.37,289.50 683.20,289.50 '/>
<polygon fill = 'rgb(180, 32, 0)' points = '683.20,289.51 714.37,289.51 714.37,285.30 683.20,285.30 '/>
<polygon fill = 'rgb(182, 33, 0)' points = '683.20,285.31 714.37,285.31 714.37,281.11 683.20,281.11 '/>
<polygon fill = 'rgb(183, 35, 0)' points = '683.20,281.12 714.37,281.12 714.37,276.91 683.20,276.91 '/>
<polygon fill = 'rgb(184, 37, 0)' points = '683.20,276.92 714.37,276.92 714.37,272.72 683.20,272.72 '/>
<polygon fill = 'rgb(186, 38, 0)' points = '683.20,272.73 714.37,272.73 714.37,268.52 683.20,268.52 '/>
<polygon fill = 'rgb(187, 40, 0)' points = '683.20,268.53 714.37,268.53 714.37,264.33 683.20,264.33 '/>
<polygon fill = 'rgb(189, 42, 0)' points = '683.20,264.34 714.37,264.34 714.37,260.13 683.20,260.13 '/>
<polygon fill = 'rgb(190, 44, 0)' points = '683.20,260.14 714.37,260.14 714.37,255.94 683.20,255.94 '/>
<polygon fill = 'rgb(191, 45, 0)' points = '683.20,255.95 714.37,255.95 714.37,251.74 683.20,251.74 '/>
<polygon fill = 'rgb(193, 47, 0)' points = '683.20,251.75 714.37,251.75 714.37,247.55 683.20,247.55 '/>
<polygon fill = 'rgb(194, 49, 0)' points = '683.20,247.56 714.37,247.56 714.37,243.35 683.20,243.35 '/>
<polygon fill = 'rgb(195, 51, 0)' points = '683.20,243.36 714.37,243.36 714.37,239.16 683.20,239.16 '/>
<polygon fill = 'rgb(196, 53, 0)' points = '683.20,239.17 714.37,239.17 714.37,234.96 683.20,234.96 '/>
<polygon fill = 'rgb(198, 56, 0)' points = '683.20,234.97 714.37,234.97 714.37,230.77 683.20,230.77 '/>
<polygon fill = 'rgb(199, 58, 0)' points = '683.20,230.78 714.37,230.78 714.37,226.57 683.20,226.57 '/>
<polygon fill = 'rgb(200, 60, 0)' points = '683.20,226.58 714.37,226.58 714.37,222.38 683.20,222.38 '/>
<polygon fill = 'rgb(202, 62, 0)' points = '683.20,222.39 714.37,222.39 714.37,218.18 683.20,218.18 '/>
<polygon fill = 'rgb(203, 65, 0)' points = '683.20,218.19 714.37,218.19 714.37,213.99 683.20,213.99 '/>
<polygon fill = 'rgb(204, 67, 0)' points = '683.20,214.00 714.37,214.00 714.37,209.79 683.20,209.79 '/>
<polygon fill = 'rgb(205, 70, 0)' points = '683.20,209.80 714.37,209.80 714.37,205.60 683.20,205.60 '/>
<polygon fill = 'rgb(207, 72, 0)' points = '683.20,205.61 714.37,205.61 714.37,201.40 683.20,201.40 '/>
<polygon fill = 'rgb(208, 75, 0)' points = '683.20,201.41 714.37,201.41 714.37,197.20 683.20,197.20 '/>
<polygon fill = 'rgb(209, 77, 0)' points = '683.20,197.21 714.37,197.21 714.37,193.01 683.20,193.01 '/>
<polygon fill = 'rgb(210, 80, 0)' points = '683.20,193.02 714.37,193.02 714.37,188.81 683.20,188.81 '/>
<polygon fill = 'rgb(211, 83, 0)' points = '683.20,188.82 714.37,188.82 714.37,184.62 683.20,184.62 '/>
<polygon fill = 'rgb(213, 86, 0)' points = '683.20,184.63 714.37,184.63 714.37,180.42 683.20,180.42 '/>
<polygon fill = 'rgb(214, 89, 0)' points = '683.20,180.43 714.37,180.43 714.37,176.23 683.20,176.23 '/>
<polygon fill = 'rgb(215, 92, 0)' points = '683.20,176.24 714.37,176.24 714.37,172.03 683.20,172.03 '/>
<polygon fill = 'rgb(216, 95, 0)' points = '683.20,172.04 714.37,172.04 714.37,167.84 683.20,167.84 '/>
<polygon fill = 'rgb(217, 98, 0)' points = '683.20,167.85 714.37,167.85 714.37,163.64 683.20,163.64 '/>
<polygon fill = 'rgb(219, 101, 0)' points = '683.20,163.65 714.37,163.65 714.37,159.45 683.20,159.45 '/>
<polygon fill = 'rgb(220, 104, 0)' points = '683.20,159.46 714.37,159.46 714.37,155.25 683.20,155.25 '/>
<polygon fill = 'rgb(221, 108, 0)' points = '683.20,155.26 714.37,155.26 714.37,151.06 683.20,151.06 '/>
<polygon fill = 'rgb(222, 111, 0)' points = '683.20,151.07 714.37,151.07 714.37,146.86 683.20,146.86 '/>
<polygon fill = 'rgb(223, 114, 0)' points = '683.20,146.87 714.37,146.87 714.37,142.67 683.20,142.67 '/>
<polygon fill = 'rgb(224, 118, 0)' points = '683.20,142.68 714.37,142.68 714.37,138.47 683.20,138.47 '/>
<polygon fill = 'rgb(225, 122, 0)' points = '683.20,138.48 714.37,138.48 714.37,134.28 683.20,134.28 '/>
<polygon fill = 'rgb(227, 125, 0)' points = '683.20,134.29 714.37,134.29 714.37,130.08 683.20,130.08 '/>
<polygon fill = 'rgb(228, 129, 0)' points = '683.20,130.09 714.37,130.09 714.37,125.89 683.20,125.89 '/>
<polygon fill = 'rgb(229, 133, 0)' points = '683.20,125.90 714.37,125.90 714.37,121.69 683.20,121.69 '/>
<polygon fill = 'rgb(230, 137, 0)' points = '683.20,121.70 714.37,121.70 714.37,117.50 683.20,117.50 '/>
<polygon fill = 'rgb(231, 141, 0)' points = '683.20,117.51 714.37,117.51 714.37,113.30 683.20,113.30 '/>
<polygon fill = 'rgb(232, 145, 0)' points = '683.20,113.31 714.37,113.31 714.37,109.10 683.20,109.10 '/>
<polygon fill = 'rgb(233, 149, 0)' points = '683.20,109.11 714.37,109.11 714.37,104.91 683.20,104.91 '/>
<polygon fill = 'rgb(234, 153, 0)' points = '683.20,104.92 714.37,104.92 714.37,100.71 683.20,100.71 '/>
<polygon fill = 'rgb(235, 157, 0)' points = '683.20,100.72 714.37,100.72 714.37,96.52 683.20,96.52 '/>
<polygon fill = 'rgb(236, 162, 0)' points = '683.20,96.53 714.37,96.53 714.37,92.32 683.20,92.32 '/>
<polygon fill = 'rgb(237, 166, 0)' points = '683.20,92.33 714.37,92.33 714.37,88.13 683.20,88.13 '/>
<polygon fill = 'rgb(239, 171, 0)' points = '683.20,88.14 714.37,88.14 714.37,83.93 683.20,83.93 '/>
<polygon fill = 'rgb(240, 175, 0)' points = '683.20,83.94 714.37,83.94 714.37,79.74 683.20,79.74 '/>
<polygon fill = 'rgb(241, 180, 0)' points = '683.20,79.75 714.37,79.75 714.37,75.54 683.20,75.54 '/>
<polygon fill = 'rgb(242, 185, 0)' points = '683.20,75.55 714.37,75.55 714.37,71.35 683.20,71.35 '/>
<polygon fill = 'rgb(243, 190, 0)' points = '683.20,71.36 714.37,71.36 714.37,67.15 683.20,67.15 '/>
<polygon fill = 'rgb(244, 195, 0)' points = '683.20,67.16 714.37,67.16 714.37,62.96 683.20,62.96 '/>
<polygon fill = 'rgb(245, 200, 0)' points = '683.20,62.97 714.37,62.97 714.37,58.76 683.20,58.76 '/>
<polygon fill = 'rgb(246, 205, 0)' points = '683.20,58.77 714.37,58.77 714.37,54.57 683.20,54.57 '/>
<polygon fill = 'rgb(247, 210, 0)' points = '683.20,54.58 714.37,54.58 714.37,50.37 683.20,50.37 '/>
<polygon fill = 'rgb(248, 215, 0)' points = '683.20,50.38 714.37,50.38 714.37,46.18 683.20,46.18 '/>
<polygon fill = 'rgb(249, 221, 0)' points = '683.20,46.19 714.37,46.19 714.37,41.98 683.20,41.98 '/>
<polygon fill = 'rgb(250, 226, 0)' points = '683.20,41.99 714.37,41.99 714.37,37.79 683.20,37.79 '/>
<polygon fill = 'rgb(251, 232, 0)' points = '683.20,37.80 714.37,37.80 714.37,33.59 683.20,33.59 '/>
<polygon fill = 'rgb(252, 237, 0)' points = '683.20,33.60 714.37,33.60 714.37,29.40 683.20,29.40 '/>
<polygon fill = 'rgb(253, 243, 0)' points = '683.20,29.41 714.37,29.41 714.37,25.20 683.20,25.20 '/>
<polygon fill = 'rgb(254, 249, 0)' points = '683.20,25.21 714.37,25.21 714.37,21.01 683.20,21.01 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,558.00 L714.37,558.00 L714.37,21.01 L683.20,21.01 L683.20,558.00 Z '/></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='M714.37,558.00 L703.87,558.00 '/> <g transform="translate(724.16,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 10</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,558.00 L693.70,558.00 M714.37,450.61 L703.87,450.61 '/> <g transform="translate(724.16,455.16)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 12</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,450.61 L693.70,450.61 M714.37,343.21 L703.87,343.21 '/> <g transform="translate(724.16,347.76)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 14</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,343.21 L693.70,343.21 M714.37,235.81 L703.87,235.81 '/> <g transform="translate(724.16,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 16</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,235.81 L693.70,235.81 M714.37,128.41 L703.87,128.41 '/> <g transform="translate(724.16,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 18</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,128.41 L693.70,128.41 M714.37,21.01 L703.87,21.01 '/> <g transform="translate(724.16,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 20</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,21.01 L693.70,21.01 '/></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: 25 KiB

1069
guide/guide-18.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 91 KiB

694
guide/guide-19.svg Normal file
View File

@ -0,0 +1,694 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M63.63,498.33 L770.62,498.33 '/></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='M63.63,498.33 L74.13,498.33 M770.62,498.33 L760.12,498.33 '/> <g transform="translate(53.84,502.88)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 100</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='M63.63,438.67 L770.62,438.67 '/></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='M63.63,438.67 L74.13,438.67 M770.62,438.67 L760.12,438.67 '/> <g transform="translate(53.84,443.22)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 200</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='M63.63,379.00 L770.62,379.00 '/></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='M63.63,379.00 L74.13,379.00 M770.62,379.00 L760.12,379.00 '/> <g transform="translate(53.84,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 300</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='M63.63,319.34 L770.62,319.34 '/></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='M63.63,319.34 L74.13,319.34 M770.62,319.34 L760.12,319.34 '/> <g transform="translate(53.84,323.89)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 400</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='M63.63,259.67 L770.62,259.67 '/></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='M63.63,259.67 L74.13,259.67 M770.62,259.67 L760.12,259.67 '/> <g transform="translate(53.84,264.22)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 500</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='M63.63,200.01 L770.62,200.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='M63.63,200.01 L74.13,200.01 M770.62,200.01 L760.12,200.01 '/> <g transform="translate(53.84,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 600</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='M63.63,140.34 L770.62,140.34 '/></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='M63.63,140.34 L74.13,140.34 M770.62,140.34 L760.12,140.34 '/> <g transform="translate(53.84,144.89)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 700</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='M63.63,80.68 L770.62,80.68 '/></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='M63.63,80.68 L74.13,80.68 M770.62,80.68 L760.12,80.68 '/> <g transform="translate(53.84,85.23)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 800</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 900</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-4</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='M152.00,558.00 L152.00,21.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='M152.00,558.00 L152.00,547.50 M152.00,21.01 L152.00,31.51 '/> <g transform="translate(152.00,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-3</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='M240.38,558.00 L240.38,21.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='M240.38,558.00 L240.38,547.50 M240.38,21.01 L240.38,31.51 '/> <g transform="translate(240.38,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-2</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='M328.75,558.00 L328.75,21.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='M328.75,558.00 L328.75,547.50 M328.75,21.01 L328.75,31.51 '/> <g transform="translate(328.75,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M505.50,558.00 L505.50,21.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='M505.50,558.00 L505.50,547.50 M505.50,21.01 L505.50,31.51 '/> <g transform="translate(505.50,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M593.87,558.00 L593.87,52.51 M593.87,31.51 L593.87,21.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='M593.87,558.00 L593.87,547.50 M593.87,21.01 L593.87,31.51 '/> <g transform="translate(593.87,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2</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='M682.25,558.00 L682.25,52.51 M682.25,31.51 L682.25,21.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='M682.25,558.00 L682.25,547.50 M682.25,21.01 L682.25,31.51 '/> <g transform="translate(682.25,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 3</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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</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(148, 0, 211)' points = '94.56,558.00 103.41,558.00 103.41,557.39 94.56,557.39 '/>
</g>
<path stroke='black' d='M94.56,558.00 L94.56,557.40 L103.40,557.40 L103.40,558.00 L94.56,558.00 Z '/></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(148, 0, 211)' points = '103.40,558.00 112.25,558.00 112.25,557.39 103.40,557.39 '/>
</g>
<path stroke='black' d='M103.40,558.00 L103.40,557.40 L112.24,557.40 L112.24,558.00 L103.40,558.00 Z '/></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(148, 0, 211)' points = '112.24,558.00 121.08,558.00 121.08,556.80 112.24,556.80 '/>
</g>
<path stroke='black' d='M112.24,558.00 L112.24,556.81 L121.07,556.81 L121.07,558.00 L112.24,558.00 Z '/></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(148, 0, 211)' points = '121.07,558.00 129.92,558.00 129.92,556.80 121.07,556.80 '/>
</g>
<path stroke='black' d='M121.07,558.00 L121.07,556.81 L129.91,556.81 L129.91,558.00 L121.07,558.00 Z '/></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(148, 0, 211)' points = '129.91,558.00 138.76,558.00 138.76,557.39 129.91,557.39 '/>
</g>
<path stroke='black' d='M129.91,558.00 L129.91,557.40 L138.75,557.40 L138.75,558.00 L129.91,558.00 Z '/></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(148, 0, 211)' points = '138.75,558.00 147.60,558.00 147.60,557.39 138.75,557.39 '/>
</g>
<path stroke='black' d='M138.75,558.00 L138.75,557.40 L147.59,557.40 L147.59,558.00 L138.75,558.00 Z '/></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(148, 0, 211)' points = '147.59,558.00 156.43,558.00 156.43,550.23 147.59,550.23 '/>
</g>
<path stroke='black' d='M147.59,558.00 L147.59,550.24 L156.42,550.24 L156.42,558.00 L147.59,558.00 Z '/></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(148, 0, 211)' points = '156.42,558.00 165.27,558.00 165.27,552.62 156.42,552.62 '/>
</g>
<path stroke='black' d='M156.42,558.00 L156.42,552.63 L165.26,552.63 L165.26,558.00 L156.42,558.00 Z '/></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(148, 0, 211)' points = '165.26,558.00 174.11,558.00 174.11,546.06 165.26,546.06 '/>
</g>
<path stroke='black' d='M165.26,558.00 L165.26,546.07 L174.10,546.07 L174.10,558.00 L165.26,558.00 Z '/></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(148, 0, 211)' points = '174.10,558.00 182.94,558.00 182.94,546.06 174.10,546.06 '/>
</g>
<path stroke='black' d='M174.10,558.00 L174.10,546.07 L182.93,546.07 L182.93,558.00 L174.10,558.00 Z '/></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(148, 0, 211)' points = '182.93,558.00 191.78,558.00 191.78,540.69 182.93,540.69 '/>
</g>
<path stroke='black' d='M182.93,558.00 L182.93,540.70 L191.77,540.70 L191.77,558.00 L182.93,558.00 Z '/></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(148, 0, 211)' points = '191.77,558.00 200.62,558.00 200.62,537.70 191.77,537.70 '/>
</g>
<path stroke='black' d='M191.77,558.00 L191.77,537.71 L200.61,537.71 L200.61,558.00 L191.77,558.00 Z '/></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(148, 0, 211)' points = '200.61,558.00 209.46,558.00 209.46,534.12 200.61,534.12 '/>
</g>
<path stroke='black' d='M200.61,558.00 L200.61,534.13 L209.45,534.13 L209.45,558.00 L200.61,558.00 Z '/></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(148, 0, 211)' points = '209.45,558.00 218.29,558.00 218.29,522.79 209.45,522.79 '/>
</g>
<path stroke='black' d='M209.45,558.00 L209.45,522.80 L218.28,522.80 L218.28,558.00 L209.45,558.00 Z '/></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(148, 0, 211)' points = '218.28,558.00 227.13,558.00 227.13,523.38 218.28,523.38 '/>
</g>
<path stroke='black' d='M218.28,558.00 L218.28,523.39 L227.12,523.39 L227.12,558.00 L218.28,558.00 Z '/></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(148, 0, 211)' points = '227.12,558.00 235.97,558.00 235.97,512.05 227.12,512.05 '/>
</g>
<path stroke='black' d='M227.12,558.00 L227.12,512.06 L235.96,512.06 L235.96,558.00 L227.12,558.00 Z '/></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(148, 0, 211)' points = '235.96,558.00 244.81,558.00 244.81,487.58 235.96,487.58 '/>
</g>
<path stroke='black' d='M235.96,558.00 L235.96,487.59 L244.80,487.59 L244.80,558.00 L235.96,558.00 Z '/></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(148, 0, 211)' points = '244.80,558.00 253.64,558.00 253.64,484.60 244.80,484.60 '/>
</g>
<path stroke='black' d='M244.80,558.00 L244.80,484.61 L253.63,484.61 L253.63,558.00 L244.80,558.00 Z '/></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(148, 0, 211)' points = '253.63,558.00 262.48,558.00 262.48,465.51 253.63,465.51 '/>
</g>
<path stroke='black' d='M253.63,558.00 L253.63,465.52 L262.47,465.52 L262.47,558.00 L253.63,558.00 Z '/></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(148, 0, 211)' points = '262.47,558.00 271.32,558.00 271.32,439.85 262.47,439.85 '/>
</g>
<path stroke='black' d='M262.47,558.00 L262.47,439.86 L271.31,439.86 L271.31,558.00 L262.47,558.00 Z '/></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(148, 0, 211)' points = '271.31,558.00 280.16,558.00 280.16,421.36 271.31,421.36 '/>
</g>
<path stroke='black' d='M271.31,558.00 L271.31,421.37 L280.15,421.37 L280.15,558.00 L271.31,558.00 Z '/></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(148, 0, 211)' points = '280.15,558.00 288.99,558.00 288.99,394.51 280.15,394.51 '/>
</g>
<path stroke='black' d='M280.15,558.00 L280.15,394.52 L288.98,394.52 L288.98,558.00 L280.15,558.00 Z '/></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(148, 0, 211)' points = '288.98,558.00 297.83,558.00 297.83,378.40 288.98,378.40 '/>
</g>
<path stroke='black' d='M288.98,558.00 L288.98,378.41 L297.82,378.41 L297.82,558.00 L288.98,558.00 Z '/></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(148, 0, 211)' points = '297.82,558.00 306.67,558.00 306.67,333.65 297.82,333.65 '/>
</g>
<path stroke='black' d='M297.82,558.00 L297.82,333.66 L306.66,333.66 L306.66,558.00 L297.82,558.00 Z '/></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(148, 0, 211)' points = '306.66,558.00 315.51,558.00 315.51,286.51 306.66,286.51 '/>
</g>
<path stroke='black' d='M306.66,558.00 L306.66,286.52 L315.50,286.52 L315.50,558.00 L306.66,558.00 Z '/></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(148, 0, 211)' points = '315.50,558.00 324.34,558.00 324.34,296.65 315.50,296.65 '/>
</g>
<path stroke='black' d='M315.50,558.00 L315.50,296.66 L324.33,296.66 L324.33,558.00 L315.50,558.00 Z '/></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(148, 0, 211)' points = '324.33,558.00 333.18,558.00 333.18,254.29 324.33,254.29 '/>
</g>
<path stroke='black' d='M324.33,558.00 L324.33,254.30 L333.17,254.30 L333.17,558.00 L324.33,558.00 Z '/></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(148, 0, 211)' points = '333.17,558.00 342.02,558.00 342.02,235.20 333.17,235.20 '/>
</g>
<path stroke='black' d='M333.17,558.00 L333.17,235.21 L342.01,235.21 L342.01,558.00 L333.17,558.00 Z '/></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(148, 0, 211)' points = '342.01,558.00 350.85,558.00 350.85,214.91 342.01,214.91 '/>
</g>
<path stroke='black' d='M342.01,558.00 L342.01,214.92 L350.84,214.92 L350.84,558.00 L342.01,558.00 Z '/></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(148, 0, 211)' points = '350.84,558.00 359.69,558.00 359.69,171.36 350.84,171.36 '/>
</g>
<path stroke='black' d='M350.84,558.00 L350.84,171.37 L359.68,171.37 L359.68,558.00 L350.84,558.00 Z '/></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(148, 0, 211)' points = '359.68,558.00 368.53,558.00 368.53,165.99 359.68,165.99 '/>
</g>
<path stroke='black' d='M359.68,558.00 L359.68,166.00 L368.52,166.00 L368.52,558.00 L359.68,558.00 Z '/></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(148, 0, 211)' points = '368.52,558.00 377.37,558.00 377.37,163.60 368.52,163.60 '/>
</g>
<path stroke='black' d='M368.52,558.00 L368.52,163.61 L377.36,163.61 L377.36,558.00 L368.52,558.00 Z '/></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(148, 0, 211)' points = '377.36,558.00 386.20,558.00 386.20,72.31 377.36,72.31 '/>
</g>
<path stroke='black' d='M377.36,558.00 L377.36,72.32 L386.19,72.32 L386.19,558.00 L377.36,558.00 Z '/></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(148, 0, 211)' points = '386.19,558.00 395.04,558.00 395.04,120.04 386.19,120.04 '/>
</g>
<path stroke='black' d='M386.19,558.00 L386.19,120.05 L395.03,120.05 L395.03,558.00 L386.19,558.00 Z '/></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(148, 0, 211)' points = '395.03,558.00 403.88,558.00 403.88,123.62 395.03,123.62 '/>
</g>
<path stroke='black' d='M395.03,558.00 L395.03,123.63 L403.87,123.63 L403.87,558.00 L395.03,558.00 Z '/></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(148, 0, 211)' points = '403.87,558.00 412.72,558.00 412.72,111.09 403.87,111.09 '/>
</g>
<path stroke='black' d='M403.87,558.00 L403.87,111.10 L412.71,111.10 L412.71,558.00 L403.87,558.00 Z '/></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(148, 0, 211)' points = '412.71,558.00 421.55,558.00 421.55,93.20 412.71,93.20 '/>
</g>
<path stroke='black' d='M412.71,558.00 L412.71,93.21 L421.54,93.21 L421.54,558.00 L412.71,558.00 Z '/></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(148, 0, 211)' points = '421.54,558.00 430.39,558.00 430.39,85.44 421.54,85.44 '/>
</g>
<path stroke='black' d='M421.54,558.00 L421.54,85.45 L430.38,85.45 L430.38,558.00 L421.54,558.00 Z '/></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(148, 0, 211)' points = '430.38,558.00 439.23,558.00 439.23,97.37 430.38,97.37 '/>
</g>
<path stroke='black' d='M430.38,558.00 L430.38,97.38 L439.22,97.38 L439.22,558.00 L430.38,558.00 Z '/></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(148, 0, 211)' points = '439.22,558.00 448.07,558.00 448.07,86.04 439.22,86.04 '/>
</g>
<path stroke='black' d='M439.22,558.00 L439.22,86.05 L448.06,86.05 L448.06,558.00 L439.22,558.00 Z '/></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(148, 0, 211)' points = '448.06,558.00 456.90,558.00 456.90,134.96 448.06,134.96 '/>
</g>
<path stroke='black' d='M448.06,558.00 L448.06,134.97 L456.89,134.97 L456.89,558.00 L448.06,558.00 Z '/></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(148, 0, 211)' points = '456.89,558.00 465.74,558.00 465.74,133.77 456.89,133.77 '/>
</g>
<path stroke='black' d='M456.89,558.00 L456.89,133.78 L465.73,133.78 L465.73,558.00 L456.89,558.00 Z '/></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(148, 0, 211)' points = '465.73,558.00 474.58,558.00 474.58,161.81 465.73,161.81 '/>
</g>
<path stroke='black' d='M465.73,558.00 L465.73,161.82 L474.57,161.82 L474.57,558.00 L465.73,558.00 Z '/></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(148, 0, 211)' points = '474.57,558.00 483.42,558.00 483.42,191.05 474.57,191.05 '/>
</g>
<path stroke='black' d='M474.57,558.00 L474.57,191.06 L483.41,191.06 L483.41,558.00 L474.57,558.00 Z '/></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(148, 0, 211)' points = '483.41,558.00 492.25,558.00 492.25,205.96 483.41,205.96 '/>
</g>
<path stroke='black' d='M483.41,558.00 L483.41,205.97 L492.24,205.97 L492.24,558.00 L483.41,558.00 Z '/></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(148, 0, 211)' points = '492.24,558.00 501.09,558.00 501.09,253.10 492.24,253.10 '/>
</g>
<path stroke='black' d='M492.24,558.00 L492.24,253.11 L501.08,253.11 L501.08,558.00 L492.24,558.00 Z '/></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(148, 0, 211)' points = '501.08,558.00 509.93,558.00 509.93,258.47 501.08,258.47 '/>
</g>
<path stroke='black' d='M501.08,558.00 L501.08,258.48 L509.92,258.48 L509.92,558.00 L501.08,558.00 Z '/></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(148, 0, 211)' points = '509.92,558.00 518.76,558.00 518.76,321.12 509.92,321.12 '/>
</g>
<path stroke='black' d='M509.92,558.00 L509.92,321.13 L518.75,321.13 L518.75,558.00 L509.92,558.00 Z '/></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(148, 0, 211)' points = '518.75,558.00 527.60,558.00 527.60,309.78 518.75,309.78 '/>
</g>
<path stroke='black' d='M518.75,558.00 L518.75,309.79 L527.59,309.79 L527.59,558.00 L518.75,558.00 Z '/></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(148, 0, 211)' points = '527.59,558.00 536.44,558.00 536.44,346.18 527.59,346.18 '/>
</g>
<path stroke='black' d='M527.59,558.00 L527.59,346.19 L536.43,346.19 L536.43,558.00 L527.59,558.00 Z '/></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(148, 0, 211)' points = '536.43,558.00 545.28,558.00 545.28,388.54 536.43,388.54 '/>
</g>
<path stroke='black' d='M536.43,558.00 L536.43,388.55 L545.27,388.55 L545.27,558.00 L536.43,558.00 Z '/></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(148, 0, 211)' points = '545.27,558.00 554.11,558.00 554.11,386.75 545.27,386.75 '/>
</g>
<path stroke='black' d='M545.27,558.00 L545.27,386.76 L554.10,386.76 L554.10,558.00 L545.27,558.00 Z '/></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(148, 0, 211)' points = '554.10,558.00 562.95,558.00 562.95,415.99 554.10,415.99 '/>
</g>
<path stroke='black' d='M554.10,558.00 L554.10,416.00 L562.94,416.00 L562.94,558.00 L554.10,558.00 Z '/></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(148, 0, 211)' points = '562.94,558.00 571.79,558.00 571.79,454.77 562.94,454.77 '/>
</g>
<path stroke='black' d='M562.94,558.00 L562.94,454.78 L571.78,454.78 L571.78,558.00 L562.94,558.00 Z '/></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(148, 0, 211)' points = '571.78,558.00 580.63,558.00 580.63,473.26 571.78,473.26 '/>
</g>
<path stroke='black' d='M571.78,558.00 L571.78,473.27 L580.62,473.27 L580.62,558.00 L571.78,558.00 Z '/></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(148, 0, 211)' points = '580.62,558.00 589.46,558.00 589.46,482.21 580.62,482.21 '/>
</g>
<path stroke='black' d='M580.62,558.00 L580.62,482.22 L589.45,482.22 L589.45,558.00 L580.62,558.00 Z '/></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(148, 0, 211)' points = '589.45,558.00 598.30,558.00 598.30,495.34 589.45,495.34 '/>
</g>
<path stroke='black' d='M589.45,558.00 L589.45,495.35 L598.29,495.35 L598.29,558.00 L589.45,558.00 Z '/></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(148, 0, 211)' points = '598.29,558.00 607.14,558.00 607.14,504.89 598.29,504.89 '/>
</g>
<path stroke='black' d='M598.29,558.00 L598.29,504.90 L607.13,504.90 L607.13,558.00 L598.29,558.00 Z '/></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(148, 0, 211)' points = '607.13,558.00 615.98,558.00 615.98,512.05 607.13,512.05 '/>
</g>
<path stroke='black' d='M607.13,558.00 L607.13,512.06 L615.97,512.06 L615.97,558.00 L607.13,558.00 Z '/></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(148, 0, 211)' points = '615.97,558.00 624.81,558.00 624.81,521.00 615.97,521.00 '/>
</g>
<path stroke='black' d='M615.97,558.00 L615.97,521.01 L624.80,521.01 L624.80,558.00 L615.97,558.00 Z '/></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(148, 0, 211)' points = '624.80,558.00 633.65,558.00 633.65,533.53 624.80,533.53 '/>
</g>
<path stroke='black' d='M624.80,558.00 L624.80,533.54 L633.64,533.54 L633.64,558.00 L624.80,558.00 Z '/></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(148, 0, 211)' points = '633.64,558.00 642.49,558.00 642.49,539.49 633.64,539.49 '/>
</g>
<path stroke='black' d='M633.64,558.00 L633.64,539.50 L642.48,539.50 L642.48,558.00 L633.64,558.00 Z '/></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(148, 0, 211)' points = '642.48,558.00 651.33,558.00 651.33,544.86 642.48,544.86 '/>
</g>
<path stroke='black' d='M642.48,558.00 L642.48,544.87 L651.32,544.87 L651.32,558.00 L642.48,558.00 Z '/></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(148, 0, 211)' points = '651.32,558.00 660.16,558.00 660.16,547.25 651.32,547.25 '/>
</g>
<path stroke='black' d='M651.32,558.00 L651.32,547.26 L660.15,547.26 L660.15,558.00 L651.32,558.00 Z '/></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(148, 0, 211)' points = '660.15,558.00 669.00,558.00 669.00,549.04 660.15,549.04 '/>
</g>
<path stroke='black' d='M660.15,558.00 L660.15,549.05 L668.99,549.05 L668.99,558.00 L660.15,558.00 Z '/></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(148, 0, 211)' points = '668.99,558.00 677.84,558.00 677.84,552.62 668.99,552.62 '/>
</g>
<path stroke='black' d='M668.99,558.00 L668.99,552.63 L677.83,552.63 L677.83,558.00 L668.99,558.00 Z '/></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(148, 0, 211)' points = '677.83,558.00 686.67,558.00 686.67,552.62 677.83,552.62 '/>
</g>
<path stroke='black' d='M677.83,558.00 L677.83,552.63 L686.66,552.63 L686.66,558.00 L677.83,558.00 Z '/></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(148, 0, 211)' points = '686.66,558.00 695.51,558.00 695.51,554.41 686.66,554.41 '/>
</g>
<path stroke='black' d='M686.66,558.00 L686.66,554.42 L695.50,554.42 L695.50,558.00 L686.66,558.00 Z '/></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(148, 0, 211)' points = '695.50,558.00 704.35,558.00 704.35,556.20 695.50,556.20 '/>
</g>
<path stroke='black' d='M695.50,558.00 L695.50,556.21 L704.34,556.21 L704.34,558.00 L695.50,558.00 Z '/></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(148, 0, 211)' points = '704.34,558.00 713.19,558.00 713.19,555.60 704.34,555.60 '/>
</g>
<path stroke='black' d='M704.34,558.00 L704.34,555.61 L713.18,555.61 L713.18,558.00 L704.34,558.00 Z '/></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(148, 0, 211)' points = '713.18,558.00 722.02,558.00 722.02,556.20 713.18,556.20 '/>
</g>
<path stroke='black' d='M713.18,558.00 L713.18,556.21 L722.01,556.21 L722.01,558.00 L713.18,558.00 Z '/></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(148, 0, 211)' points = '722.01,558.00 730.86,558.00 730.86,557.39 722.01,557.39 '/>
</g>
<path stroke='black' d='M722.01,558.00 L722.01,557.40 L730.85,557.40 L730.85,558.00 L722.01,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
</g>
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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 transform="translate(691.59,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>Limit gaussian</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 0, 158, 115)' d='M701.38,42.01 L751.04,42.01 M98.98,557.27 L105.32,557.06 L111.66,556.79 L117.99,556.45 L124.33,556.03 L130.67,555.51
L137.01,554.87 L143.34,554.08 L149.68,553.12 L156.02,551.95 L162.36,550.54 L168.70,548.85 L175.03,546.83 L181.37,544.44
L187.71,541.63 L194.05,538.33 L200.39,534.48 L206.72,530.03 L213.06,524.91 L219.40,519.05 L225.74,512.39 L232.08,504.86
L238.41,496.41 L244.75,486.98 L251.09,476.53 L257.43,465.02 L263.77,452.43 L270.10,438.74 L276.44,423.97 L282.78,408.15
L289.12,391.32 L295.45,373.55 L301.79,354.93 L308.13,335.58 L314.47,315.63 L320.81,295.25 L327.14,274.62 L333.48,253.94
L339.82,233.42 L346.16,213.29 L352.50,193.79 L358.83,175.17 L365.17,157.65 L371.51,141.49 L377.85,126.89 L384.19,114.07
L390.52,103.21 L396.86,94.48 L403.20,88.01 L409.54,83.89 L415.88,82.18 L422.21,82.92 L428.55,86.10 L434.89,91.65
L441.23,99.51 L447.56,109.54 L453.90,121.61 L460.24,135.53 L466.58,151.10 L472.92,168.11 L479.25,186.33 L485.59,205.51
L491.93,225.42 L498.27,245.81 L504.61,266.46 L510.94,287.14 L517.28,307.64 L523.62,327.77 L529.96,347.38 L536.30,366.30
L542.63,384.42 L548.97,401.63 L555.31,417.86 L561.65,433.05 L567.99,447.16 L574.32,460.18 L580.66,472.12 L587.00,482.99
L593.34,492.81 L599.67,501.65 L606.01,509.53 L612.35,516.53 L618.69,522.69 L625.03,528.10 L631.36,532.80 L637.70,536.88
L644.04,540.39 L650.38,543.39 L656.72,545.94 L663.05,548.09 L669.39,549.91 L675.73,551.42 L682.07,552.68 L688.41,553.72
L694.74,554.58 L701.08,555.27 L707.42,555.84 L713.76,556.30 L720.10,556.67 L726.43,556.96 '/></g>
</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 51 KiB

580
guide/guide-2.svg Normal file
View File

@ -0,0 +1,580 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M63.63,504.30 L770.62,504.30 '/></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='M63.63,504.30 L74.13,504.30 M770.62,504.30 L760.12,504.30 '/> <g transform="translate(53.84,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M63.63,450.60 L770.62,450.60 '/></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='M63.63,450.60 L74.13,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(53.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M63.63,396.90 L770.62,396.90 '/></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='M63.63,396.90 L74.13,396.90 M770.62,396.90 L760.12,396.90 '/> <g transform="translate(53.84,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M63.63,343.20 L770.62,343.20 '/></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='M63.63,343.20 L74.13,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(53.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M63.63,289.50 L770.62,289.50 '/></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='M63.63,289.50 L74.13,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(53.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M63.63,235.81 L770.62,235.81 '/></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='M63.63,235.81 L74.13,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(53.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M63.63,182.11 L770.62,182.11 '/></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='M63.63,182.11 L74.13,182.11 M770.62,182.11 L760.12,182.11 '/> <g transform="translate(53.84,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M63.63,128.41 L770.62,128.41 '/></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='M63.63,128.41 L74.13,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(53.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M63.63,74.71 L770.62,74.71 '/></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='M63.63,74.71 L74.13,74.71 M770.62,74.71 L760.12,74.71 '/> <g transform="translate(53.84,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M134.33,558.00 L134.33,21.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='M134.33,558.00 L134.33,547.50 M134.33,21.01 L134.33,31.51 '/> <g transform="translate(134.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</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='M205.03,558.00 L205.03,21.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='M205.03,558.00 L205.03,547.50 M205.03,21.01 L205.03,31.51 '/> <g transform="translate(205.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 20</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='M275.73,558.00 L275.73,21.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='M275.73,558.00 L275.73,547.50 M275.73,21.01 L275.73,31.51 '/> <g transform="translate(275.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 30</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='M346.43,558.00 L346.43,21.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='M346.43,558.00 L346.43,547.50 M346.43,21.01 L346.43,31.51 '/> <g transform="translate(346.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 40</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 50</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='M487.82,558.00 L487.82,21.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='M487.82,558.00 L487.82,547.50 M487.82,21.01 L487.82,31.51 '/> <g transform="translate(487.82,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 60</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='M558.52,558.00 L558.52,21.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='M558.52,558.00 L558.52,547.50 M558.52,21.01 L558.52,31.51 '/> <g transform="translate(558.52,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 70</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='M629.22,558.00 L629.22,21.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='M629.22,558.00 L629.22,547.50 M629.22,21.01 L629.22,31.51 '/> <g transform="translate(629.22,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 80</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='M699.92,558.00 L699.92,31.51 L699.92,21.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='M699.92,558.00 L699.92,547.50 M699.92,21.01 L699.92,31.51 '/> <g transform="translate(699.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 90</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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 100</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M70.70,21.54 L77.77,23.13 L84.84,25.77 L91.91,29.45 L98.98,34.15 L106.05,39.86 L113.12,46.56 L120.19,54.22
L127.26,62.81 L134.33,72.29 L141.40,82.63 L148.47,93.78 L155.54,105.71 L162.61,118.36 L169.68,131.69 L176.75,145.64
L183.82,160.16 L190.89,175.19 L197.96,190.67 L205.03,206.54 L212.10,222.73 L219.17,239.19 L226.24,255.85 L233.31,272.65
L240.38,289.50 L247.45,306.36 L254.52,323.16 L261.59,339.82 L268.66,356.28 L275.73,372.47 L282.80,388.34 L289.87,403.82
L296.94,418.85 L304.01,433.37 L311.08,447.32 L318.15,460.65 L325.22,473.30 L332.29,485.23 L339.36,496.38 L346.43,506.72
L353.50,516.20 L360.57,524.79 L367.64,532.45 L374.71,539.15 L381.78,544.86 L388.85,549.56 L395.92,553.24 L402.99,555.88
L410.06,557.47 L417.13,558.00 L424.19,557.47 L431.26,555.88 L438.33,553.24 L445.40,549.56 L452.47,544.86 L459.54,539.15
L466.61,532.45 L473.68,524.79 L480.75,516.20 L487.82,506.72 L494.89,496.38 L501.96,485.23 L509.03,473.30 L516.10,460.65
L523.17,447.32 L530.24,433.37 L537.31,418.85 L544.38,403.83 L551.45,388.35 L558.52,372.48 L565.59,356.28 L572.66,339.82
L579.73,323.16 L586.80,306.36 L593.87,289.51 L600.94,272.65 L608.01,255.85 L615.08,239.20 L622.15,222.73 L629.22,206.54
L636.29,190.67 L643.36,175.19 L650.43,160.16 L657.50,145.64 L664.57,131.69 L671.64,118.36 L678.71,105.71 L685.78,93.78
L692.85,82.63 L699.92,72.29 L706.99,62.81 L714.06,54.22 L721.13,46.56 L728.20,39.87 L735.27,34.15 L742.34,29.45
L749.41,25.77 L756.48,23.13 L763.55,21.54 L770.62,21.01 '/> <use xlink:href='#gpPt0' transform='translate(70.70,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(77.77,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(84.84,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(91.91,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(98.98,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(106.05,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(113.12,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(120.19,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(127.26,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(134.33,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(141.40,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(148.47,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(155.54,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(162.61,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(169.68,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(176.75,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(183.82,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.89,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(197.96,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(205.03,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(212.10,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(219.17,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(226.24,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.31,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(240.38,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(247.45,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(254.52,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(261.59,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(268.66,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(275.73,372.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(282.80,388.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(289.87,403.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(296.94,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(304.01,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(311.08,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.15,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(325.22,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(332.29,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(339.36,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(346.43,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(353.50,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(360.57,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(367.64,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(374.71,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(381.78,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(388.85,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(395.92,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(402.99,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(410.06,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(424.19,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(431.26,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(438.33,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(445.40,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(452.47,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(459.54,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(466.61,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(473.68,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(480.75,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(487.82,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(494.89,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(501.96,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(509.03,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(516.10,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(523.17,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(530.24,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(537.31,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(544.38,403.83) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(551.45,388.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(558.52,372.48) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(565.59,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(572.66,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(579.73,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(586.80,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(593.87,289.51) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.94,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(608.01,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(615.08,239.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(622.15,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(629.22,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(636.29,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.36,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(650.43,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(657.50,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(664.57,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(671.64,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(678.71,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.78,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(692.85,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(699.92,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(706.99,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(714.06,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(721.13,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(728.20,39.87) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(735.27,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(742.34,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(749.41,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(756.48,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(763.55,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(770.62,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
</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">
<path stroke='rgb( 0, 158, 115)' d='M70.70,272.65 L77.77,255.85 L84.84,239.19 L91.91,222.73 L98.98,206.54 L106.05,190.67 L113.12,175.19 L120.19,160.16
L127.26,145.64 L134.33,131.69 L141.40,118.36 L148.47,105.71 L155.54,93.78 L162.61,82.63 L169.68,72.29 L176.75,62.81
L183.82,54.22 L190.89,46.56 L197.96,39.86 L205.03,34.15 L212.10,29.45 L219.17,25.77 L226.24,23.13 L233.31,21.54
L240.38,21.01 L247.45,21.54 L254.52,23.13 L261.59,25.77 L268.66,29.45 L275.73,34.15 L282.80,39.86 L289.87,46.56
L296.94,54.22 L304.01,62.81 L311.08,72.29 L318.15,82.63 L325.22,93.78 L332.29,105.71 L339.36,118.36 L346.43,131.69
L353.50,145.64 L360.57,160.16 L367.64,175.18 L374.71,190.66 L381.78,206.53 L388.85,222.73 L395.92,239.19 L402.99,255.85
L410.06,272.65 L417.13,289.50 L424.19,306.36 L431.26,323.16 L438.33,339.82 L445.40,356.28 L452.47,372.47 L459.54,388.34
L466.61,403.82 L473.68,418.85 L480.75,433.37 L487.82,447.32 L494.89,460.65 L501.96,473.30 L509.03,485.23 L516.10,496.38
L523.17,506.72 L530.24,516.20 L537.31,524.79 L544.38,532.45 L551.45,539.14 L558.52,544.86 L565.59,549.56 L572.66,553.24
L579.73,555.88 L586.80,557.47 L593.87,558.00 L600.94,557.47 L608.01,555.88 L615.08,553.24 L622.15,549.57 L629.22,544.86
L636.29,539.15 L643.36,532.45 L650.43,524.79 L657.50,516.20 L664.57,506.72 L671.64,496.38 L678.71,485.23 L685.78,473.30
L692.85,460.65 L699.92,447.32 L706.99,433.37 L714.06,418.85 L721.13,403.83 L728.20,388.35 L735.27,372.48 L742.34,356.28
L749.41,339.82 L756.48,323.16 L763.55,306.37 L770.62,289.51 '/> <use xlink:href='#gpPt1' transform='translate(70.70,272.65) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(77.77,255.85) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(84.84,239.19) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(91.91,222.73) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(98.98,206.54) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(106.05,190.67) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(113.12,175.19) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(120.19,160.16) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(127.26,145.64) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(134.33,131.69) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(141.40,118.36) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(148.47,105.71) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(155.54,93.78) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(162.61,82.63) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(169.68,72.29) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(176.75,62.81) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(183.82,54.22) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(190.89,46.56) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(197.96,39.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(205.03,34.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(212.10,29.45) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(219.17,25.77) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(226.24,23.13) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(233.31,21.54) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(240.38,21.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(247.45,21.54) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(254.52,23.13) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(261.59,25.77) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(268.66,29.45) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(275.73,34.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(282.80,39.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(289.87,46.56) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(296.94,54.22) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(304.01,62.81) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(311.08,72.29) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(318.15,82.63) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(325.22,93.78) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(332.29,105.71) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(339.36,118.36) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(346.43,131.69) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(353.50,145.64) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(360.57,160.16) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(367.64,175.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(374.71,190.66) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(381.78,206.53) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(388.85,222.73) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(395.92,239.19) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(402.99,255.85) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(410.06,272.65) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(417.13,289.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(424.19,306.36) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(431.26,323.16) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(438.33,339.82) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(445.40,356.28) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(452.47,372.47) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(459.54,388.34) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(466.61,403.82) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(473.68,418.85) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(480.75,433.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(487.82,447.32) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(494.89,460.65) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(501.96,473.30) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(509.03,485.23) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(516.10,496.38) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(523.17,506.72) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(530.24,516.20) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(537.31,524.79) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(544.38,532.45) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(551.45,539.14) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(558.52,544.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(565.59,549.56) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(572.66,553.24) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(579.73,555.88) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(586.80,557.47) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(593.87,558.00) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(600.94,557.47) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(608.01,555.88) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(615.08,553.24) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(622.15,549.57) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(629.22,544.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(636.29,539.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(643.36,532.45) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(650.43,524.79) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(657.50,516.20) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(664.57,506.72) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(671.64,496.38) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(678.71,485.23) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(685.78,473.30) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(692.85,460.65) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(699.92,447.32) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(706.99,433.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(714.06,418.85) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(721.13,403.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(728.20,388.35) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(735.27,372.48) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(742.34,356.28) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(749.41,339.82) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(756.48,323.16) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(763.55,306.37) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(770.62,289.51) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 47 KiB

1598
guide/guide-20.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 99 KiB

308
guide/guide-21.svg Normal file
View File

@ -0,0 +1,308 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M44.05,558.00 L770.62,558.00 '/></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='M44.05,558.00 L54.55,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M44.05,450.60 L770.62,450.60 '/></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='M44.05,450.60 L54.55,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(34.26,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M44.05,343.20 L770.62,343.20 '/></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='M44.05,343.20 L54.55,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(34.26,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</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='M44.05,235.81 L770.62,235.81 '/></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='M44.05,235.81 L54.55,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(34.26,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</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='M44.05,128.41 L770.62,128.41 '/></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='M44.05,128.41 L54.55,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(34.26,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</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='M44.05,21.01 L770.62,21.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='M44.05,21.01 L54.55,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</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='M44.05,558.00 L44.05,21.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='M44.05,558.00 L44.05,547.50 M44.05,21.01 L44.05,31.51 '/> <g transform="translate(44.05,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:30:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M70.96,558.00 L70.96,552.75 M70.96,21.01 L70.96,26.26 M97.87,558.00 L97.87,552.75 M97.87,21.01 L97.87,26.26
'/></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='M124.78,558.00 L124.78,21.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='M124.78,558.00 L124.78,547.50 M124.78,21.01 L124.78,31.51 '/> <g transform="translate(124.78,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:33:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M151.69,558.00 L151.69,552.75 M151.69,21.01 L151.69,26.26 M178.60,558.00 L178.60,552.75 M178.60,21.01 L178.60,26.26
'/></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='M205.51,558.00 L205.51,21.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='M205.51,558.00 L205.51,547.50 M205.51,21.01 L205.51,31.51 '/> <g transform="translate(205.51,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:36:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M232.42,558.00 L232.42,552.75 M232.42,21.01 L232.42,26.26 M259.33,558.00 L259.33,552.75 M259.33,21.01 L259.33,26.26
'/></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='M286.24,558.00 L286.24,21.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='M286.24,558.00 L286.24,547.50 M286.24,21.01 L286.24,31.51 '/> <g transform="translate(286.24,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:39:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M313.15,558.00 L313.15,552.75 M313.15,21.01 L313.15,26.26 M340.06,558.00 L340.06,552.75 M340.06,21.01 L340.06,26.26
'/></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='M366.97,558.00 L366.97,21.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='M366.97,558.00 L366.97,547.50 M366.97,21.01 L366.97,31.51 '/> <g transform="translate(366.97,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:42:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M393.88,558.00 L393.88,552.75 M393.88,21.01 L393.88,26.26 M420.79,558.00 L420.79,552.75 M420.79,21.01 L420.79,26.26
'/></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='M447.70,558.00 L447.70,21.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='M447.70,558.00 L447.70,547.50 M447.70,21.01 L447.70,31.51 '/> <g transform="translate(447.70,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:45:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M474.61,558.00 L474.61,552.75 M474.61,21.01 L474.61,26.26 M501.52,558.00 L501.52,552.75 M501.52,21.01 L501.52,26.26
'/></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='M528.43,558.00 L528.43,21.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='M528.43,558.00 L528.43,547.50 M528.43,21.01 L528.43,31.51 '/> <g transform="translate(528.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:48:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M555.34,558.00 L555.34,552.75 M555.34,21.01 L555.34,26.26 M582.25,558.00 L582.25,552.75 M582.25,21.01 L582.25,26.26
'/></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='M609.16,558.00 L609.16,21.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='M609.16,558.00 L609.16,547.50 M609.16,21.01 L609.16,31.51 '/> <g transform="translate(609.16,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:51:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M636.07,558.00 L636.07,552.75 M636.07,21.01 L636.07,26.26 M662.98,558.00 L662.98,552.75 M662.98,21.01 L662.98,26.26
'/></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='M689.89,558.00 L689.89,21.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='M689.89,558.00 L689.89,547.50 M689.89,21.01 L689.89,31.51 '/> <g transform="translate(689.89,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:54:00</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M716.80,558.00 L716.80,552.75 M716.80,21.01 L716.80,26.26 M743.71,558.00 L743.71,552.75 M743.71,21.01 L743.71,26.26
'/></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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>17:57:00</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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</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(148, 0, 211)' points = '124.78,558.00 178.61,558.00 178.61,235.80 124.78,235.80 '/>
</g>
<path stroke='black' d='M124.78,558.00 L124.78,235.81 L178.60,235.81 L178.60,558.00 L124.78,558.00 Z '/></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(148, 0, 211)' points = '232.42,558.00 286.25,558.00 286.25,450.59 232.42,450.59 '/>
</g>
<path stroke='black' d='M232.42,558.00 L232.42,450.60 L286.24,450.60 L286.24,558.00 L232.42,558.00 Z '/></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(148, 0, 211)' points = '286.24,558.00 340.07,558.00 340.07,450.59 286.24,450.59 '/>
</g>
<path stroke='black' d='M286.24,558.00 L286.24,450.60 L340.06,450.60 L340.06,558.00 L286.24,558.00 Z '/></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(148, 0, 211)' points = '393.88,558.00 447.71,558.00 447.71,21.00 393.88,21.00 '/>
</g>
<path stroke='black' d='M393.88,558.00 L393.88,21.01 L447.70,21.01 L447.70,558.00 L393.88,558.00 Z '/></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(148, 0, 211)' points = '662.98,558.00 716.81,558.00 716.81,343.19 662.98,343.19 '/>
</g>
<path stroke='black' d='M662.98,558.00 L662.98,343.20 L716.80,343.20 L716.80,558.00 L662.98,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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: 22 KiB

200
guide/guide-22.svg Normal file
View File

@ -0,0 +1,200 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,450.60 L54.55,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(34.26,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,343.20 L54.55,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(34.26,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,235.81 L54.55,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(34.26,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,128.41 L54.55,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(34.26,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M189.36,558.00 L189.36,547.50 M189.36,21.01 L189.36,31.51 '/> <g transform="translate(189.36,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M334.68,558.00 L334.68,547.50 M334.68,21.01 L334.68,31.51 '/> <g transform="translate(334.68,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M479.99,558.00 L479.99,547.50 M479.99,21.01 L479.99,31.51 '/> <g transform="translate(479.99,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M625.31,558.00 L625.31,547.50 M625.31,21.01 L625.31,31.51 '/> <g transform="translate(625.31,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ddd</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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat1' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat1)' points = '116.71,558.00 262.03,558.00 262.03,343.19 116.71,343.19 '/>
</g>
<path stroke='black' d='M116.71,558.00 L116.71,343.20 L262.02,343.20 L262.02,558.00 L116.71,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat2' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat2)' points = '262.02,558.00 407.35,558.00 407.35,235.80 262.02,235.80 '/>
</g>
<path stroke='black' d='M262.02,558.00 L262.02,235.81 L407.34,235.81 L407.34,558.00 L262.02,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat3' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat3)' points = '407.34,558.00 552.66,558.00 552.66,21.00 407.34,21.00 '/>
</g>
<path stroke='black' d='M407.34,558.00 L407.34,21.01 L552.65,21.01 L552.65,558.00 L407.34,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat4' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat4)' points = '552.65,558.00 697.97,558.00 697.97,343.19 552.65,343.19 '/>
</g>
<path stroke='black' d='M552.65,558.00 L552.65,343.20 L697.96,343.20 L697.96,558.00 L552.65,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</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">
<defs>
<pattern id='gpPat5' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat5)' points = '116.71,558.00 262.03,558.00 262.03,450.59 116.71,450.59 '/>
</g>
<path stroke='black' d='M116.71,558.00 L116.71,450.60 L262.02,450.60 L262.02,558.00 L116.71,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat6' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat6)' points = '262.02,558.00 407.35,558.00 407.35,343.19 262.02,343.19 '/>
</g>
<path stroke='black' d='M262.02,558.00 L262.02,343.20 L407.34,343.20 L407.34,558.00 L262.02,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat7' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat7)' points = '407.34,558.00 552.66,558.00 552.66,128.40 407.34,128.40 '/>
</g>
<path stroke='black' d='M407.34,558.00 L407.34,128.41 L552.65,128.41 L552.65,558.00 L407.34,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat8' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat8)' points = '552.65,558.00 697.97,558.00 697.97,450.59 552.65,450.59 '/>
</g>
<path stroke='black' d='M552.65,558.00 L552.65,450.60 L697.96,450.60 L697.96,558.00 L552.65,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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: 12 KiB

200
guide/guide-23.svg Normal file
View File

@ -0,0 +1,200 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,450.60 L54.55,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(34.26,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,343.20 L54.55,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(34.26,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,235.81 L54.55,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(34.26,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,128.41 L54.55,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(34.26,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M134.87,558.00 L134.87,547.50 M134.87,21.01 L134.87,31.51 '/> <g transform="translate(134.87,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M225.69,558.00 L225.69,547.50 M225.69,21.01 L225.69,31.51 '/> <g transform="translate(225.69,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M588.98,558.00 L588.98,547.50 M588.98,21.01 L588.98,31.51 '/> <g transform="translate(588.98,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M679.80,558.00 L679.80,547.50 M679.80,21.01 L679.80,31.51 '/> <g transform="translate(679.80,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ddd</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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat1' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat1)' points = '89.46,558.00 180.29,558.00 180.29,343.19 89.46,343.19 '/>
</g>
<path stroke='black' d='M89.46,558.00 L89.46,343.20 L180.28,343.20 L180.28,558.00 L89.46,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat2' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat2)' points = '180.28,558.00 271.11,558.00 271.11,235.80 180.28,235.80 '/>
</g>
<path stroke='black' d='M180.28,558.00 L180.28,235.81 L271.10,235.81 L271.10,558.00 L180.28,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat3' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat3)' points = '543.57,558.00 634.40,558.00 634.40,21.00 543.57,21.00 '/>
</g>
<path stroke='black' d='M543.57,558.00 L543.57,21.01 L634.39,21.01 L634.39,558.00 L543.57,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat4' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(148,0,211)' d='M-4,0 L8,12 M0,-4 L12,8'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat4)' points = '634.39,558.00 725.22,558.00 725.22,343.19 634.39,343.19 '/>
</g>
<path stroke='black' d='M634.39,558.00 L634.39,343.20 L725.21,343.20 L725.21,558.00 L634.39,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</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">
<defs>
<pattern id='gpPat5' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat5)' points = '89.46,558.00 180.29,558.00 180.29,450.59 89.46,450.59 '/>
</g>
<path stroke='black' d='M89.46,558.00 L89.46,450.60 L180.28,450.60 L180.28,558.00 L89.46,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat6' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat6)' points = '180.28,558.00 271.11,558.00 271.11,343.19 180.28,343.19 '/>
</g>
<path stroke='black' d='M180.28,558.00 L180.28,343.20 L271.10,343.20 L271.10,558.00 L180.28,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat7' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat7)' points = '543.57,558.00 634.40,558.00 634.40,128.40 543.57,128.40 '/>
</g>
<path stroke='black' d='M543.57,558.00 L543.57,128.41 L634.39,128.41 L634.39,558.00 L543.57,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<defs>
<pattern id='gpPat8' patternUnits='userSpaceOnUse' x='0' y='0' width='8' height='8'>
<path style='fill:none; stroke:rgb(0,158,115)' d='M-4,8 L8,-4 M0,12 L12,0'/>
</pattern>
</defs>
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'url(#gpPat8)' points = '634.39,558.00 725.22,558.00 725.22,450.59 634.39,450.59 '/>
</g>
<path stroke='black' d='M634.39,558.00 L634.39,450.60 L725.21,450.60 L725.21,558.00 L634.39,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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: 12 KiB

180
guide/guide-24.svg Normal file
View File

@ -0,0 +1,180 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,450.60 L54.55,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(34.26,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,343.20 L54.55,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(34.26,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,235.81 L54.55,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(34.26,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,128.41 L54.55,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(34.26,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M189.36,558.00 L189.36,547.50 M189.36,21.01 L189.36,31.51 '/> <g transform="translate(189.36,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M334.68,558.00 L334.68,547.50 M334.68,21.01 L334.68,31.51 '/> <g transform="translate(334.68,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M479.99,558.00 L479.99,547.50 M479.99,21.01 L479.99,31.51 '/> <g transform="translate(479.99,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M625.31,558.00 L625.31,547.50 M625.31,21.01 L625.31,31.51 '/> <g transform="translate(625.31,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ddd</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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(691.59,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>a</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(148, 0, 211)' points = '701.38,47.26 751.04,47.26 751.04,36.76 701.38,36.76 '/>
</g>
<path stroke='black' d='M701.38,47.26 L751.04,47.26 L751.04,36.76 L701.38,36.76 L701.38,47.26 Z '/></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(148, 0, 211)' points = '153.04,558.00 189.37,558.00 189.37,343.19 153.04,343.19 '/>
</g>
<path stroke='black' d='M153.04,558.00 L153.04,343.20 L189.36,343.20 L189.36,558.00 L153.04,558.00 Z '/></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(148, 0, 211)' points = '298.35,558.00 334.69,558.00 334.69,235.80 298.35,235.80 '/>
</g>
<path stroke='black' d='M298.35,558.00 L298.35,235.81 L334.68,235.81 L334.68,558.00 L298.35,558.00 Z '/></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(148, 0, 211)' points = '443.66,558.00 480.00,558.00 480.00,21.00 443.66,21.00 '/>
</g>
<path stroke='black' d='M443.66,558.00 L443.66,21.01 L479.99,21.01 L479.99,558.00 L443.66,558.00 Z '/></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(148, 0, 211)' points = '588.98,558.00 625.32,558.00 625.32,343.19 588.98,343.19 '/>
</g>
<path stroke='black' d='M588.98,558.00 L588.98,343.20 L625.31,343.20 L625.31,558.00 L588.98,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</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 transform="translate(691.59,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>b</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( 0, 158, 115)' points = '701.38,68.26 751.04,68.26 751.04,57.76 701.38,57.76 '/>
</g>
<path stroke='black' d='M701.38,68.26 L751.04,68.26 L751.04,57.76 L701.38,57.76 L701.38,68.26 Z '/></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( 0, 158, 115)' points = '189.36,558.00 225.70,558.00 225.70,450.59 189.36,450.59 '/>
</g>
<path stroke='black' d='M189.36,558.00 L189.36,450.60 L225.69,450.60 L225.69,558.00 L189.36,558.00 Z '/></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( 0, 158, 115)' points = '334.68,558.00 371.02,558.00 371.02,343.19 334.68,343.19 '/>
</g>
<path stroke='black' d='M334.68,558.00 L334.68,343.20 L371.01,343.20 L371.01,558.00 L334.68,558.00 Z '/></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( 0, 158, 115)' points = '479.99,558.00 516.33,558.00 516.33,128.40 479.99,128.40 '/>
</g>
<path stroke='black' d='M479.99,558.00 L479.99,128.41 L516.32,128.41 L516.32,558.00 L479.99,558.00 Z '/></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( 0, 158, 115)' points = '625.31,558.00 661.64,558.00 661.64,450.59 625.31,450.59 '/>
</g>
<path stroke='black' d='M625.31,558.00 L625.31,450.60 L661.63,450.60 L661.63,558.00 L625.31,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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: 12 KiB

200
guide/guide-25.svg Normal file
View File

@ -0,0 +1,200 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,498.33 L54.55,498.33 M770.62,498.33 L760.12,498.33 '/> <g transform="translate(34.26,502.88)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,438.67 L54.55,438.67 M770.62,438.67 L760.12,438.67 '/> <g transform="translate(34.26,443.22)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,379.00 L54.55,379.00 M770.62,379.00 L760.12,379.00 '/> <g transform="translate(34.26,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,319.34 L54.55,319.34 M770.62,319.34 L760.12,319.34 '/> <g transform="translate(34.26,323.89)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,259.67 L54.55,259.67 M770.62,259.67 L760.12,259.67 '/> <g transform="translate(34.26,264.22)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,200.01 L54.55,200.01 M770.62,200.01 L760.12,200.01 '/> <g transform="translate(34.26,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,140.34 L54.55,140.34 M770.62,140.34 L760.12,140.34 '/> <g transform="translate(34.26,144.89)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 7</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,80.68 L54.55,80.68 M770.62,80.68 L760.12,80.68 '/> <g transform="translate(34.26,85.23)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 8</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 9</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M189.36,558.00 L189.36,547.50 M189.36,21.01 L189.36,31.51 '/> <g transform="translate(189.36,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M334.68,558.00 L334.68,547.50 M334.68,21.01 L334.68,31.51 '/> <g transform="translate(334.68,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M479.99,558.00 L479.99,547.50 M479.99,21.01 L479.99,31.51 '/> <g transform="translate(479.99,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M625.31,558.00 L625.31,547.50 M625.31,21.01 L625.31,31.51 '/> <g transform="translate(625.31,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ddd</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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(691.59,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>a</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(148, 0, 211)' points = '701.38,47.26 751.04,47.26 751.04,36.76 701.38,36.76 '/>
</g>
<path stroke='black' d='M701.38,47.26 L751.04,47.26 L751.04,36.76 L701.38,36.76 L701.38,47.26 Z '/></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(148, 0, 211)' points = '131.24,558.00 247.50,558.00 247.50,438.66 131.24,438.66 '/>
</g>
<path stroke='black' d='M131.24,558.00 L131.24,438.67 L247.49,438.67 L247.49,558.00 L131.24,558.00 Z '/></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(148, 0, 211)' points = '276.55,558.00 392.81,558.00 392.81,378.99 276.55,378.99 '/>
</g>
<path stroke='black' d='M276.55,558.00 L276.55,379.00 L392.80,379.00 L392.80,558.00 L276.55,558.00 Z '/></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(148, 0, 211)' points = '421.87,558.00 538.13,558.00 538.13,259.66 421.87,259.66 '/>
</g>
<path stroke='black' d='M421.87,558.00 L421.87,259.67 L538.12,259.67 L538.12,558.00 L421.87,558.00 Z '/></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(148, 0, 211)' points = '567.18,558.00 683.44,558.00 683.44,438.66 567.18,438.66 '/>
</g>
<path stroke='black' d='M567.18,558.00 L567.18,438.67 L683.43,438.67 L683.43,558.00 L567.18,558.00 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</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 transform="translate(691.59,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>b</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( 0, 158, 115)' points = '701.38,68.26 751.04,68.26 751.04,57.76 701.38,57.76 '/>
</g>
<path stroke='black' d='M701.38,68.26 L751.04,68.26 L751.04,57.76 L701.38,57.76 L701.38,68.26 Z '/></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( 0, 158, 115)' points = '131.24,438.67 247.50,438.67 247.50,378.99 131.24,378.99 '/>
</g>
<path stroke='black' d='M131.24,438.67 L131.24,379.00 L247.49,379.00 L247.49,438.67 L131.24,438.67 Z '/></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( 0, 158, 115)' points = '276.55,379.00 392.81,379.00 392.81,259.66 276.55,259.66 '/>
</g>
<path stroke='black' d='M276.55,379.00 L276.55,259.67 L392.80,259.67 L392.80,379.00 L276.55,379.00 Z '/></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( 0, 158, 115)' points = '421.87,259.67 538.13,259.67 538.13,21.00 421.87,21.00 '/>
</g>
<path stroke='black' d='M421.87,259.67 L421.87,21.01 L538.12,21.01 L538.12,259.67 L421.87,259.67 Z '/></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( 0, 158, 115)' points = '567.18,438.67 683.44,438.67 683.44,378.99 567.18,378.99 '/>
</g>
<path stroke='black' d='M567.18,438.67 L567.18,379.00 L683.43,379.00 L683.43,438.67 L567.18,438.67 Z '/></g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M44.05,21.01 L44.05,558.00 L770.62,558.00 L770.62,21.01 L44.05,21.01 Z '/></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: 13 KiB

296
guide/guide-26.svg Normal file
View File

@ -0,0 +1,296 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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='M44.05,558.00 L54.55,558.00 M667.61,558.00 L657.11,558.00 '/> <g transform="translate(34.26,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,468.50 L54.55,468.50 M667.61,468.50 L657.11,468.50 '/> <g transform="translate(34.26,473.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,379.00 L54.55,379.00 M667.61,379.00 L657.11,379.00 '/> <g transform="translate(34.26,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,289.50 L54.55,289.50 M667.61,289.50 L657.11,289.50 '/> <g transform="translate(34.26,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,200.01 L54.55,200.01 M667.61,200.01 L657.11,200.01 '/> <g transform="translate(34.26,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,110.51 L54.55,110.51 M667.61,110.51 L657.11,110.51 '/> <g transform="translate(34.26,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M44.05,21.01 L54.55,21.01 M667.61,21.01 L657.11,21.01 '/> <g transform="translate(34.26,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M122.00,558.00 L122.00,547.50 M122.00,21.01 L122.00,31.51 '/> <g transform="translate(122.00,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>aaa</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M199.94,558.00 L199.94,547.50 M199.94,21.01 L199.94,31.51 '/> <g transform="translate(199.94,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>bbb</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M511.72,558.00 L511.72,547.50 M511.72,21.01 L511.72,31.51 '/> <g transform="translate(511.72,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ccc</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M589.67,558.00 L589.67,547.50 M589.67,21.01 L589.67,31.51 '/> <g transform="translate(589.67,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>ddd</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='M44.05,21.01 L44.05,558.00 L667.61,558.00 L667.61,21.01 L44.05,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<use xlink:href='#gpPt6' transform='translate(122.00,379.00) scale(10.50)' color='rgb( 0, 0, 0)'/>
<use xlink:href='#gpPt6' transform='translate(199.94,289.50) scale(10.50)' color='rgb(147, 9, 221)'/>
<use xlink:href='#gpPt6' transform='translate(511.72,110.51) scale(10.50)' color='rgb(255, 255, 0)'/>
<use xlink:href='#gpPt6' transform='translate(589.67,379.00) scale(10.50)' color='rgb( 0, 0, 0)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 0, 0)" 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='M44.05,21.01 L44.05,558.00 L667.61,558.00 L667.61,21.01 L44.05,21.01 Z '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb( 1, 0, 0)' points = '683.20,558.00 714.37,558.00 714.37,553.80 683.20,553.80 '/>
<polygon fill = 'rgb( 23, 0, 13)' points = '683.20,553.81 714.37,553.81 714.37,549.60 683.20,549.60 '/>
<polygon fill = 'rgb( 32, 0, 25)' points = '683.20,549.61 714.37,549.61 714.37,545.41 683.20,545.41 '/>
<polygon fill = 'rgb( 39, 0, 37)' points = '683.20,545.42 714.37,545.42 714.37,541.21 683.20,541.21 '/>
<polygon fill = 'rgb( 45, 0, 50)' points = '683.20,541.22 714.37,541.22 714.37,537.02 683.20,537.02 '/>
<polygon fill = 'rgb( 50, 0, 62)' points = '683.20,537.03 714.37,537.03 714.37,532.82 683.20,532.82 '/>
<polygon fill = 'rgb( 55, 0, 74)' points = '683.20,532.83 714.37,532.83 714.37,528.63 683.20,528.63 '/>
<polygon fill = 'rgb( 60, 0, 86)' points = '683.20,528.64 714.37,528.64 714.37,524.43 683.20,524.43 '/>
<polygon fill = 'rgb( 64, 0, 98)' points = '683.20,524.44 714.37,524.44 714.37,520.24 683.20,520.24 '/>
<polygon fill = 'rgb( 68, 0, 109)' points = '683.20,520.25 714.37,520.25 714.37,516.04 683.20,516.04 '/>
<polygon fill = 'rgb( 71, 0, 120)' points = '683.20,516.05 714.37,516.05 714.37,511.85 683.20,511.85 '/>
<polygon fill = 'rgb( 75, 0, 131)' points = '683.20,511.86 714.37,511.86 714.37,507.65 683.20,507.65 '/>
<polygon fill = 'rgb( 78, 0, 142)' points = '683.20,507.66 714.37,507.66 714.37,503.46 683.20,503.46 '/>
<polygon fill = 'rgb( 81, 0, 152)' points = '683.20,503.47 714.37,503.47 714.37,499.26 683.20,499.26 '/>
<polygon fill = 'rgb( 84, 0, 162)' points = '683.20,499.27 714.37,499.27 714.37,495.07 683.20,495.07 '/>
<polygon fill = 'rgb( 87, 0, 171)' points = '683.20,495.08 714.37,495.08 714.37,490.87 683.20,490.87 '/>
<polygon fill = 'rgb( 90, 0, 180)' points = '683.20,490.88 714.37,490.88 714.37,486.68 683.20,486.68 '/>
<polygon fill = 'rgb( 93, 1, 189)' points = '683.20,486.69 714.37,486.69 714.37,482.48 683.20,482.48 '/>
<polygon fill = 'rgb( 96, 1, 197)' points = '683.20,482.49 714.37,482.49 714.37,478.29 683.20,478.29 '/>
<polygon fill = 'rgb( 98, 1, 205)' points = '683.20,478.30 714.37,478.30 714.37,474.09 683.20,474.09 '/>
<polygon fill = 'rgb(101, 1, 212)' points = '683.20,474.10 714.37,474.10 714.37,469.90 683.20,469.90 '/>
<polygon fill = 'rgb(103, 1, 219)' points = '683.20,469.91 714.37,469.91 714.37,465.70 683.20,465.70 '/>
<polygon fill = 'rgb(106, 1, 225)' points = '683.20,465.71 714.37,465.71 714.37,461.50 683.20,461.50 '/>
<polygon fill = 'rgb(108, 1, 231)' points = '683.20,461.51 714.37,461.51 714.37,457.31 683.20,457.31 '/>
<polygon fill = 'rgb(110, 2, 236)' points = '683.20,457.32 714.37,457.32 714.37,453.11 683.20,453.11 '/>
<polygon fill = 'rgb(113, 2, 240)' points = '683.20,453.12 714.37,453.12 714.37,448.92 683.20,448.92 '/>
<polygon fill = 'rgb(115, 2, 244)' points = '683.20,448.93 714.37,448.93 714.37,444.72 683.20,444.72 '/>
<polygon fill = 'rgb(117, 2, 247)' points = '683.20,444.73 714.37,444.73 714.37,440.53 683.20,440.53 '/>
<polygon fill = 'rgb(119, 3, 250)' points = '683.20,440.54 714.37,440.54 714.37,436.33 683.20,436.33 '/>
<polygon fill = 'rgb(121, 3, 252)' points = '683.20,436.34 714.37,436.34 714.37,432.14 683.20,432.14 '/>
<polygon fill = 'rgb(123, 3, 254)' points = '683.20,432.15 714.37,432.15 714.37,427.94 683.20,427.94 '/>
<polygon fill = 'rgb(125, 4, 255)' points = '683.20,427.95 714.37,427.95 714.37,423.75 683.20,423.75 '/>
<polygon fill = 'rgb(128, 4, 255)' points = '683.20,423.76 714.37,423.76 714.37,419.55 683.20,419.55 '/>
<polygon fill = 'rgb(129, 4, 255)' points = '683.20,419.56 714.37,419.56 714.37,415.36 683.20,415.36 '/>
<polygon fill = 'rgb(131, 5, 254)' points = '683.20,415.37 714.37,415.37 714.37,411.16 683.20,411.16 '/>
<polygon fill = 'rgb(133, 5, 252)' points = '683.20,411.17 714.37,411.17 714.37,406.97 683.20,406.97 '/>
<polygon fill = 'rgb(135, 6, 250)' points = '683.20,406.98 714.37,406.98 714.37,402.77 683.20,402.77 '/>
<polygon fill = 'rgb(137, 6, 247)' points = '683.20,402.78 714.37,402.78 714.37,398.58 683.20,398.58 '/>
<polygon fill = 'rgb(139, 7, 244)' points = '683.20,398.59 714.37,398.59 714.37,394.38 683.20,394.38 '/>
<polygon fill = 'rgb(141, 7, 240)' points = '683.20,394.39 714.37,394.39 714.37,390.19 683.20,390.19 '/>
<polygon fill = 'rgb(143, 8, 236)' points = '683.20,390.20 714.37,390.20 714.37,385.99 683.20,385.99 '/>
<polygon fill = 'rgb(144, 8, 231)' points = '683.20,386.00 714.37,386.00 714.37,381.80 683.20,381.80 '/>
<polygon fill = 'rgb(146, 9, 225)' points = '683.20,381.81 714.37,381.81 714.37,377.60 683.20,377.60 '/>
<polygon fill = 'rgb(148, 10, 219)' points = '683.20,377.61 714.37,377.61 714.37,373.40 683.20,373.40 '/>
<polygon fill = 'rgb(150, 10, 212)' points = '683.20,373.41 714.37,373.41 714.37,369.21 683.20,369.21 '/>
<polygon fill = 'rgb(151, 11, 205)' points = '683.20,369.22 714.37,369.22 714.37,365.01 683.20,365.01 '/>
<polygon fill = 'rgb(153, 12, 197)' points = '683.20,365.02 714.37,365.02 714.37,360.82 683.20,360.82 '/>
<polygon fill = 'rgb(155, 13, 189)' points = '683.20,360.83 714.37,360.83 714.37,356.62 683.20,356.62 '/>
<polygon fill = 'rgb(156, 13, 180)' points = '683.20,356.63 714.37,356.63 714.37,352.43 683.20,352.43 '/>
<polygon fill = 'rgb(158, 14, 171)' points = '683.20,352.44 714.37,352.44 714.37,348.23 683.20,348.23 '/>
<polygon fill = 'rgb(159, 15, 162)' points = '683.20,348.24 714.37,348.24 714.37,344.04 683.20,344.04 '/>
<polygon fill = 'rgb(161, 16, 152)' points = '683.20,344.05 714.37,344.05 714.37,339.84 683.20,339.84 '/>
<polygon fill = 'rgb(163, 17, 142)' points = '683.20,339.85 714.37,339.85 714.37,335.65 683.20,335.65 '/>
<polygon fill = 'rgb(164, 18, 131)' points = '683.20,335.66 714.37,335.66 714.37,331.45 683.20,331.45 '/>
<polygon fill = 'rgb(166, 19, 120)' points = '683.20,331.46 714.37,331.46 714.37,327.26 683.20,327.26 '/>
<polygon fill = 'rgb(167, 20, 109)' points = '683.20,327.27 714.37,327.27 714.37,323.06 683.20,323.06 '/>
<polygon fill = 'rgb(169, 21, 98)' points = '683.20,323.07 714.37,323.07 714.37,318.87 683.20,318.87 '/>
<polygon fill = 'rgb(170, 23, 86)' points = '683.20,318.88 714.37,318.88 714.37,314.67 683.20,314.67 '/>
<polygon fill = 'rgb(172, 24, 74)' points = '683.20,314.68 714.37,314.68 714.37,310.48 683.20,310.48 '/>
<polygon fill = 'rgb(173, 25, 62)' points = '683.20,310.49 714.37,310.49 714.37,306.28 683.20,306.28 '/>
<polygon fill = 'rgb(175, 26, 50)' points = '683.20,306.29 714.37,306.29 714.37,302.09 683.20,302.09 '/>
<polygon fill = 'rgb(176, 28, 37)' points = '683.20,302.10 714.37,302.10 714.37,297.89 683.20,297.89 '/>
<polygon fill = 'rgb(177, 29, 25)' points = '683.20,297.90 714.37,297.90 714.37,293.70 683.20,293.70 '/>
<polygon fill = 'rgb(179, 30, 13)' points = '683.20,293.71 714.37,293.71 714.37,289.50 683.20,289.50 '/>
<polygon fill = 'rgb(180, 32, 0)' points = '683.20,289.51 714.37,289.51 714.37,285.30 683.20,285.30 '/>
<polygon fill = 'rgb(182, 33, 0)' points = '683.20,285.31 714.37,285.31 714.37,281.11 683.20,281.11 '/>
<polygon fill = 'rgb(183, 35, 0)' points = '683.20,281.12 714.37,281.12 714.37,276.91 683.20,276.91 '/>
<polygon fill = 'rgb(184, 37, 0)' points = '683.20,276.92 714.37,276.92 714.37,272.72 683.20,272.72 '/>
<polygon fill = 'rgb(186, 38, 0)' points = '683.20,272.73 714.37,272.73 714.37,268.52 683.20,268.52 '/>
<polygon fill = 'rgb(187, 40, 0)' points = '683.20,268.53 714.37,268.53 714.37,264.33 683.20,264.33 '/>
<polygon fill = 'rgb(189, 42, 0)' points = '683.20,264.34 714.37,264.34 714.37,260.13 683.20,260.13 '/>
<polygon fill = 'rgb(190, 44, 0)' points = '683.20,260.14 714.37,260.14 714.37,255.94 683.20,255.94 '/>
<polygon fill = 'rgb(191, 45, 0)' points = '683.20,255.95 714.37,255.95 714.37,251.74 683.20,251.74 '/>
<polygon fill = 'rgb(193, 47, 0)' points = '683.20,251.75 714.37,251.75 714.37,247.55 683.20,247.55 '/>
<polygon fill = 'rgb(194, 49, 0)' points = '683.20,247.56 714.37,247.56 714.37,243.35 683.20,243.35 '/>
<polygon fill = 'rgb(195, 51, 0)' points = '683.20,243.36 714.37,243.36 714.37,239.16 683.20,239.16 '/>
<polygon fill = 'rgb(196, 53, 0)' points = '683.20,239.17 714.37,239.17 714.37,234.96 683.20,234.96 '/>
<polygon fill = 'rgb(198, 56, 0)' points = '683.20,234.97 714.37,234.97 714.37,230.77 683.20,230.77 '/>
<polygon fill = 'rgb(199, 58, 0)' points = '683.20,230.78 714.37,230.78 714.37,226.57 683.20,226.57 '/>
<polygon fill = 'rgb(200, 60, 0)' points = '683.20,226.58 714.37,226.58 714.37,222.38 683.20,222.38 '/>
<polygon fill = 'rgb(202, 62, 0)' points = '683.20,222.39 714.37,222.39 714.37,218.18 683.20,218.18 '/>
<polygon fill = 'rgb(203, 65, 0)' points = '683.20,218.19 714.37,218.19 714.37,213.99 683.20,213.99 '/>
<polygon fill = 'rgb(204, 67, 0)' points = '683.20,214.00 714.37,214.00 714.37,209.79 683.20,209.79 '/>
<polygon fill = 'rgb(205, 70, 0)' points = '683.20,209.80 714.37,209.80 714.37,205.60 683.20,205.60 '/>
<polygon fill = 'rgb(207, 72, 0)' points = '683.20,205.61 714.37,205.61 714.37,201.40 683.20,201.40 '/>
<polygon fill = 'rgb(208, 75, 0)' points = '683.20,201.41 714.37,201.41 714.37,197.20 683.20,197.20 '/>
<polygon fill = 'rgb(209, 77, 0)' points = '683.20,197.21 714.37,197.21 714.37,193.01 683.20,193.01 '/>
<polygon fill = 'rgb(210, 80, 0)' points = '683.20,193.02 714.37,193.02 714.37,188.81 683.20,188.81 '/>
<polygon fill = 'rgb(211, 83, 0)' points = '683.20,188.82 714.37,188.82 714.37,184.62 683.20,184.62 '/>
<polygon fill = 'rgb(213, 86, 0)' points = '683.20,184.63 714.37,184.63 714.37,180.42 683.20,180.42 '/>
<polygon fill = 'rgb(214, 89, 0)' points = '683.20,180.43 714.37,180.43 714.37,176.23 683.20,176.23 '/>
<polygon fill = 'rgb(215, 92, 0)' points = '683.20,176.24 714.37,176.24 714.37,172.03 683.20,172.03 '/>
<polygon fill = 'rgb(216, 95, 0)' points = '683.20,172.04 714.37,172.04 714.37,167.84 683.20,167.84 '/>
<polygon fill = 'rgb(217, 98, 0)' points = '683.20,167.85 714.37,167.85 714.37,163.64 683.20,163.64 '/>
<polygon fill = 'rgb(219, 101, 0)' points = '683.20,163.65 714.37,163.65 714.37,159.45 683.20,159.45 '/>
<polygon fill = 'rgb(220, 104, 0)' points = '683.20,159.46 714.37,159.46 714.37,155.25 683.20,155.25 '/>
<polygon fill = 'rgb(221, 108, 0)' points = '683.20,155.26 714.37,155.26 714.37,151.06 683.20,151.06 '/>
<polygon fill = 'rgb(222, 111, 0)' points = '683.20,151.07 714.37,151.07 714.37,146.86 683.20,146.86 '/>
<polygon fill = 'rgb(223, 114, 0)' points = '683.20,146.87 714.37,146.87 714.37,142.67 683.20,142.67 '/>
<polygon fill = 'rgb(224, 118, 0)' points = '683.20,142.68 714.37,142.68 714.37,138.47 683.20,138.47 '/>
<polygon fill = 'rgb(225, 122, 0)' points = '683.20,138.48 714.37,138.48 714.37,134.28 683.20,134.28 '/>
<polygon fill = 'rgb(227, 125, 0)' points = '683.20,134.29 714.37,134.29 714.37,130.08 683.20,130.08 '/>
<polygon fill = 'rgb(228, 129, 0)' points = '683.20,130.09 714.37,130.09 714.37,125.89 683.20,125.89 '/>
<polygon fill = 'rgb(229, 133, 0)' points = '683.20,125.90 714.37,125.90 714.37,121.69 683.20,121.69 '/>
<polygon fill = 'rgb(230, 137, 0)' points = '683.20,121.70 714.37,121.70 714.37,117.50 683.20,117.50 '/>
<polygon fill = 'rgb(231, 141, 0)' points = '683.20,117.51 714.37,117.51 714.37,113.30 683.20,113.30 '/>
<polygon fill = 'rgb(232, 145, 0)' points = '683.20,113.31 714.37,113.31 714.37,109.10 683.20,109.10 '/>
<polygon fill = 'rgb(233, 149, 0)' points = '683.20,109.11 714.37,109.11 714.37,104.91 683.20,104.91 '/>
<polygon fill = 'rgb(234, 153, 0)' points = '683.20,104.92 714.37,104.92 714.37,100.71 683.20,100.71 '/>
<polygon fill = 'rgb(235, 157, 0)' points = '683.20,100.72 714.37,100.72 714.37,96.52 683.20,96.52 '/>
<polygon fill = 'rgb(236, 162, 0)' points = '683.20,96.53 714.37,96.53 714.37,92.32 683.20,92.32 '/>
<polygon fill = 'rgb(237, 166, 0)' points = '683.20,92.33 714.37,92.33 714.37,88.13 683.20,88.13 '/>
<polygon fill = 'rgb(239, 171, 0)' points = '683.20,88.14 714.37,88.14 714.37,83.93 683.20,83.93 '/>
<polygon fill = 'rgb(240, 175, 0)' points = '683.20,83.94 714.37,83.94 714.37,79.74 683.20,79.74 '/>
<polygon fill = 'rgb(241, 180, 0)' points = '683.20,79.75 714.37,79.75 714.37,75.54 683.20,75.54 '/>
<polygon fill = 'rgb(242, 185, 0)' points = '683.20,75.55 714.37,75.55 714.37,71.35 683.20,71.35 '/>
<polygon fill = 'rgb(243, 190, 0)' points = '683.20,71.36 714.37,71.36 714.37,67.15 683.20,67.15 '/>
<polygon fill = 'rgb(244, 195, 0)' points = '683.20,67.16 714.37,67.16 714.37,62.96 683.20,62.96 '/>
<polygon fill = 'rgb(245, 200, 0)' points = '683.20,62.97 714.37,62.97 714.37,58.76 683.20,58.76 '/>
<polygon fill = 'rgb(246, 205, 0)' points = '683.20,58.77 714.37,58.77 714.37,54.57 683.20,54.57 '/>
<polygon fill = 'rgb(247, 210, 0)' points = '683.20,54.58 714.37,54.58 714.37,50.37 683.20,50.37 '/>
<polygon fill = 'rgb(248, 215, 0)' points = '683.20,50.38 714.37,50.38 714.37,46.18 683.20,46.18 '/>
<polygon fill = 'rgb(249, 221, 0)' points = '683.20,46.19 714.37,46.19 714.37,41.98 683.20,41.98 '/>
<polygon fill = 'rgb(250, 226, 0)' points = '683.20,41.99 714.37,41.99 714.37,37.79 683.20,37.79 '/>
<polygon fill = 'rgb(251, 232, 0)' points = '683.20,37.80 714.37,37.80 714.37,33.59 683.20,33.59 '/>
<polygon fill = 'rgb(252, 237, 0)' points = '683.20,33.60 714.37,33.60 714.37,29.40 683.20,29.40 '/>
<polygon fill = 'rgb(253, 243, 0)' points = '683.20,29.41 714.37,29.41 714.37,25.20 683.20,25.20 '/>
<polygon fill = 'rgb(254, 249, 0)' points = '683.20,25.21 714.37,25.21 714.37,21.01 683.20,21.01 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,558.00 L714.37,558.00 L714.37,21.01 L683.20,21.01 L683.20,558.00 Z '/></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='M714.37,558.00 L703.87,558.00 '/> <g transform="translate(724.16,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 1</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,558.00 L693.70,558.00 M714.37,468.51 L703.87,468.51 '/> <g transform="translate(724.16,473.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 1.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,468.51 L693.70,468.51 M714.37,379.01 L703.87,379.01 '/> <g transform="translate(724.16,383.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 2</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,379.01 L693.70,379.01 M714.37,289.51 L703.87,289.51 '/> <g transform="translate(724.16,294.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 2.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,289.51 L693.70,289.51 M714.37,200.01 L703.87,200.01 '/> <g transform="translate(724.16,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 3</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,200.01 L693.70,200.01 M714.37,110.51 L703.87,110.51 '/> <g transform="translate(724.16,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 3.5</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,110.51 L693.70,110.51 M714.37,21.01 L703.87,21.01 '/> <g transform="translate(724.16,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 4</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M683.20,21.01 L693.70,21.01 '/></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: 25 KiB

610
guide/guide-27.svg Normal file
View File

@ -0,0 +1,610 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M138.84,558.00 L675.83,558.00 '/></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='M138.84,558.00 L149.34,558.00 M675.83,558.00 L665.33,558.00 '/> <g transform="translate(129.05,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-6</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='M138.84,468.50 L675.83,468.50 '/></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='M138.84,468.50 L149.34,468.50 M675.83,468.50 L665.33,468.50 '/> <g transform="translate(129.05,473.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-4</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='M138.84,379.00 L675.83,379.00 '/></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='M138.84,379.00 L149.34,379.00 M675.83,379.00 L665.33,379.00 '/> <g transform="translate(129.05,383.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-2</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='M138.84,289.50 L675.83,289.50 '/></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='M138.84,289.50 L149.34,289.50 M675.83,289.50 L665.33,289.50 '/> <g transform="translate(129.05,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M138.84,200.01 L675.83,200.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='M138.84,200.01 L149.34,200.01 M675.83,200.01 L665.33,200.01 '/> <g transform="translate(129.05,204.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 2</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='M138.84,110.51 L675.83,110.51 '/></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='M138.84,110.51 L149.34,110.51 M675.83,110.51 L665.33,110.51 '/> <g transform="translate(129.05,115.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 4</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='M138.84,21.01 L675.83,21.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='M138.84,21.01 L149.34,21.01 M675.83,21.01 L665.33,21.01 '/> <g transform="translate(129.05,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 6</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='M138.84,558.00 L138.84,21.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='M138.84,558.00 L138.84,547.50 M138.84,21.01 L138.84,31.51 '/> <g transform="translate(138.84,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-6</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='M228.34,558.00 L228.34,21.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='M228.34,558.00 L228.34,547.50 M228.34,21.01 L228.34,31.51 '/> <g transform="translate(228.34,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-4</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='M317.84,558.00 L317.84,21.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='M317.84,558.00 L317.84,547.50 M317.84,21.01 L317.84,31.51 '/> <g transform="translate(317.84,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-2</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='M407.34,558.00 L407.34,21.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='M407.34,558.00 L407.34,547.50 M407.34,21.01 L407.34,31.51 '/> <g transform="translate(407.34,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M496.83,558.00 L496.83,21.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='M496.83,558.00 L496.83,547.50 M496.83,21.01 L496.83,31.51 '/> <g transform="translate(496.83,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 2</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='M586.33,558.00 L586.33,21.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='M586.33,558.00 L586.33,547.50 M586.33,21.01 L586.33,31.51 '/> <g transform="translate(586.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 4</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='M675.83,558.00 L675.83,21.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='M675.83,558.00 L675.83,547.50 M675.83,21.01 L675.83,31.51 '/> <g transform="translate(675.83,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 6</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='M138.84,21.01 L138.84,558.00 L675.83,558.00 L675.83,21.01 L138.84,21.01 Z '/></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>gnuplot_plot_1</title>
<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">
<g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '153.91,483.57 157.16,480.33 141.81,471.47 150.67,486.82 153.91,483.57 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M153.91,483.57 L157.16,480.33 L141.81,471.47 L150.67,486.82 L153.91,483.57 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,513.25 L153.91,483.57 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '158.65,437.33 162.06,434.61 148.49,424.63 155.25,440.06 158.65,437.33 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M158.65,437.33 L162.06,434.61 L148.49,424.63 L155.25,440.06 L158.65,437.33 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,468.50 L158.65,437.33 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '164.01,391.12 167.58,388.98 156.03,377.82 160.45,393.26 164.01,391.12 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M164.01,391.12 L167.58,388.98 L156.03,377.82 L160.45,393.26 L164.01,391.12 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,423.75 L164.01,391.12 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '170.01,345.07 173.72,343.59 164.48,331.24 166.30,346.56 170.01,345.07 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M170.01,345.07 L173.72,343.59 L164.48,331.24 L166.30,346.56 L170.01,345.07 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,379.00 L170.01,345.07 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '176.62,299.40 180.43,298.64 173.78,285.19 172.82,300.16 176.62,299.40 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M176.62,299.40 L180.43,298.64 L173.78,285.19 L172.82,300.16 L176.62,299.40 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,334.25 L176.62,299.40 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '183.59,254.32 187.43,254.32 183.59,239.97 179.75,254.32 183.59,254.32 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M183.59,254.32 L187.43,254.32 L183.59,239.97 L179.75,254.32 L183.59,254.32 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,289.50 L183.59,254.32 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '190.56,209.90 194.36,210.67 193.40,195.69 186.75,209.14 190.56,209.90 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M190.56,209.90 L194.36,210.67 L193.40,195.69 L186.75,209.14 L190.56,209.90 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,244.76 L190.56,209.90 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '197.17,166.07 200.88,167.56 202.70,152.24 193.46,164.59 197.17,166.07 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M197.17,166.07 L200.88,167.56 L202.70,152.24 L193.46,164.59 L197.17,166.07 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,200.01 L197.17,166.07 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '203.17,122.63 206.74,124.77 211.15,109.32 199.60,120.49 203.17,122.63 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M203.17,122.63 L206.74,124.77 L211.15,109.32 L199.60,120.49 L203.17,122.63 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,155.26 L203.17,122.63 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '208.52,79.34 211.92,82.07 218.68,66.64 205.11,76.62 208.52,79.34 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M208.52,79.34 L211.92,82.07 L218.68,66.64 L205.11,76.62 L208.52,79.34 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,110.51 L208.52,79.34 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '213.27,36.08 216.51,39.33 225.37,23.98 210.02,32.84 213.27,36.08 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M213.27,36.08 L216.51,39.33 L225.37,23.98 L210.02,32.84 L213.27,36.08 Z '/> <path stroke='rgb(148, 0, 211)' d='M183.59,65.76 L213.27,36.08 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '197.17,488.32 199.90,484.92 184.47,478.16 194.45,491.73 197.17,488.32 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M197.17,488.32 L199.90,484.92 L184.47,478.16 L194.45,491.73 L197.17,488.32 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,513.25 L197.17,488.32 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '201.84,442.00 204.74,439.11 191.04,431.20 198.95,444.90 201.84,442.00 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M201.84,442.00 L204.74,439.11 L191.04,431.20 L198.95,444.90 L201.84,442.00 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,468.50 L201.84,442.00 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '207.22,395.60 210.30,393.29 198.62,384.12 204.15,397.91 207.22,395.60 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M207.22,395.60 L210.30,393.29 L198.62,384.12 L204.15,397.91 L207.22,395.60 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,423.75 L207.22,395.60 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '213.47,349.27 216.72,347.65 207.41,337.15 210.22,350.90 213.47,349.27 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M213.47,349.27 L216.72,347.65 L207.41,337.15 L210.22,350.90 L213.47,349.27 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,379.00 L213.47,349.27 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '220.60,303.31 223.98,302.47 217.45,290.70 217.23,304.16 220.60,303.31 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M220.60,303.31 L223.98,302.47 L217.45,290.70 L217.23,304.16 L220.60,303.31 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,334.25 L220.60,303.31 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '228.34,258.10 231.77,258.10 228.34,245.30 224.91,258.10 228.34,258.10 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M228.34,258.10 L231.77,258.10 L228.34,245.30 L224.91,258.10 L228.34,258.10 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,289.50 L228.34,258.10 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '236.08,213.81 239.45,214.66 239.23,201.20 232.70,212.97 236.08,213.81 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M236.08,213.81 L239.45,214.66 L239.23,201.20 L232.70,212.97 L236.08,213.81 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,244.76 L236.08,213.81 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '243.21,170.27 246.46,171.90 249.27,158.15 239.96,168.65 243.21,170.27 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M243.21,170.27 L246.46,171.90 L249.27,158.15 L239.96,168.65 L243.21,170.27 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,200.01 L243.21,170.27 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '249.46,127.11 252.53,129.42 258.06,115.63 246.38,124.80 249.46,127.11 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M249.46,127.11 L252.53,129.42 L258.06,115.63 L246.38,124.80 L249.46,127.11 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,155.26 L249.46,127.11 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '254.84,84.01 257.73,86.91 265.64,73.21 251.94,81.12 254.84,84.01 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M254.84,84.01 L257.73,86.91 L265.64,73.21 L251.94,81.12 L254.84,84.01 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,110.51 L254.84,84.01 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '259.51,40.82 262.23,44.23 272.21,30.66 256.78,37.42 259.51,40.82 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M259.51,40.82 L262.23,44.23 L272.21,30.66 L256.78,37.42 L259.51,40.82 Z '/> <path stroke='rgb(148, 0, 211)' d='M228.34,65.76 L259.51,40.82 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '240.46,493.67 242.60,490.10 227.15,485.69 238.32,497.24 240.46,493.67 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M240.46,493.67 L242.60,490.10 L227.15,485.69 L238.32,497.24 L240.46,493.67 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,513.25 L240.46,493.67 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '244.94,447.38 247.25,444.31 233.46,438.78 242.63,450.46 244.94,447.38 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M244.94,447.38 L247.25,444.31 L233.46,438.78 L242.63,450.46 L244.94,447.38 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,468.50 L244.94,447.38 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '250.21,400.87 252.71,398.37 240.88,391.54 247.71,403.37 250.21,400.87 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M250.21,400.87 L252.71,398.37 L240.88,391.54 L247.71,403.37 L250.21,400.87 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,423.75 L250.21,400.87 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '256.57,354.22 259.28,352.42 249.84,344.13 253.86,356.03 256.57,354.22 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M256.57,354.22 L259.28,352.42 L249.84,344.13 L253.86,356.03 L256.57,354.22 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,379.00 L256.57,354.22 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '264.28,307.85 267.17,306.89 260.70,297.09 261.40,308.82 264.28,307.85 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M264.28,307.85 L267.17,306.89 L260.70,297.09 L261.40,308.82 L264.28,307.85 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,334.25 L264.28,307.85 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '273.09,262.42 276.04,262.42 273.09,251.38 270.14,262.42 273.09,262.42 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M273.09,262.42 L276.04,262.42 L273.09,251.38 L270.14,262.42 L273.09,262.42 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,289.50 L273.09,262.42 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '281.90,218.35 284.78,219.32 285.48,207.59 279.01,217.39 281.90,218.35 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M281.90,218.35 L284.78,219.32 L285.48,207.59 L279.01,217.39 L281.90,218.35 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,244.76 L281.90,218.35 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '289.60,175.24 292.31,177.04 296.33,165.14 286.89,173.44 289.60,175.24 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M289.60,175.24 L292.31,177.04 L296.33,165.14 L286.89,173.44 L289.60,175.24 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,200.01 L289.60,175.24 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '295.97,132.38 298.47,134.88 305.30,123.05 293.47,129.88 295.97,132.38 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M295.97,132.38 L298.47,134.88 L305.30,123.05 L293.47,129.88 L295.97,132.38 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,155.26 L295.97,132.38 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '301.24,89.39 303.55,92.47 312.72,80.79 298.93,86.32 301.24,89.39 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M301.24,89.39 L303.55,92.47 L312.72,80.79 L298.93,86.32 L301.24,89.39 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,110.51 L301.24,89.39 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '305.72,46.18 307.86,49.75 319.02,38.20 303.58,42.62 305.72,46.18 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M305.72,46.18 L307.86,49.75 L319.02,38.20 L303.58,42.62 L305.72,46.18 Z '/> <path stroke='rgb(148, 0, 211)' d='M273.09,65.76 L305.72,46.18 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '283.90,499.67 285.39,495.96 270.07,494.14 282.42,503.38 283.90,499.67 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M283.90,499.67 L285.39,495.96 L270.07,494.14 L282.42,503.38 L283.90,499.67 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,513.25 L283.90,499.67 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '288.10,453.63 289.73,450.38 275.98,447.57 286.48,456.88 288.10,453.63 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M288.10,453.63 L289.73,450.38 L275.98,447.57 L286.48,456.88 L288.10,453.63 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,468.50 L288.10,453.63 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '293.07,407.24 294.87,404.53 282.97,400.51 291.27,409.95 293.07,407.24 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M293.07,407.24 L294.87,404.53 L282.97,400.51 L291.27,409.95 L293.07,407.24 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,423.75 L293.07,407.24 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '299.26,360.42 301.29,358.39 291.69,352.85 297.23,362.45 299.26,360.42 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M299.26,360.42 L301.29,358.39 L291.69,352.85 L297.23,362.45 L299.26,360.42 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,379.00 L299.26,360.42 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '307.43,313.45 309.71,312.32 303.20,304.98 305.16,314.59 307.43,313.45 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M307.43,313.45 L309.71,312.32 L303.20,304.98 L305.16,314.59 L307.43,313.45 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,334.25 L307.43,313.45 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '317.84,267.57 320.23,267.57 317.84,258.63 315.45,267.57 317.84,267.57 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M317.84,267.57 L320.23,267.57 L317.84,258.63 L315.45,267.57 L317.84,267.57 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,289.50 L317.84,267.57 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '328.25,223.96 330.52,225.10 332.48,215.48 325.97,222.82 328.25,223.96 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M328.25,223.96 L330.52,225.10 L332.48,215.48 L325.97,222.82 L328.25,223.96 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,244.76 L328.25,223.96 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '336.42,181.43 338.45,183.46 343.99,173.86 334.39,179.40 336.42,181.43 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M336.42,181.43 L338.45,183.46 L343.99,173.86 L334.39,179.40 L336.42,181.43 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,200.01 L336.42,181.43 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '342.62,138.74 344.42,141.45 352.71,132.01 340.81,136.03 342.62,138.74 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M342.62,138.74 L344.42,141.45 L352.71,132.01 L340.81,136.03 L342.62,138.74 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,155.26 L342.62,138.74 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '347.57,95.64 349.19,98.89 359.69,89.58 345.94,92.39 347.57,95.64 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M347.57,95.64 L349.19,98.89 L359.69,89.58 L345.94,92.39 L347.57,95.64 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,110.51 L347.57,95.64 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '351.77,52.18 353.25,55.89 365.60,46.65 350.28,48.47 351.77,52.18 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M351.77,52.18 L353.25,55.89 L365.60,46.65 L350.28,48.47 L351.77,52.18 Z '/> <path stroke='rgb(148, 0, 211)' d='M317.84,65.76 L351.77,52.18 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '327.73,506.28 328.50,502.48 313.52,503.44 326.97,510.09 327.73,506.28 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M327.73,506.28 L328.50,502.48 L313.52,503.44 L326.97,510.09 L327.73,506.28 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,513.25 L327.73,506.28 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '331.64,460.76 332.49,457.39 319.03,457.61 330.80,464.14 331.64,460.76 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M331.64,460.76 L332.49,457.39 L319.03,457.61 L330.80,464.14 L331.64,460.76 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,468.50 L331.64,460.76 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '336.18,414.94 337.15,412.06 325.42,411.36 335.22,417.83 336.18,414.94 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M336.18,414.94 L337.15,412.06 L325.42,411.36 L335.22,417.83 L336.18,414.94 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,423.75 L336.18,414.94 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '341.79,368.59 342.93,366.32 333.31,364.36 340.65,370.87 341.79,368.59 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M341.79,368.59 L342.93,366.32 L333.31,364.36 L340.65,370.87 L341.79,368.59 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,379.00 L341.79,368.59 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '349.66,321.33 351.08,319.92 344.40,316.07 348.25,322.75 349.66,321.33 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M349.66,321.33 L351.08,319.92 L344.40,316.07 L348.25,322.75 L349.66,321.33 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,334.25 L349.66,321.33 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '362.59,274.35 364.24,274.35 362.59,268.17 360.94,274.35 362.59,274.35 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M362.59,274.35 L364.24,274.35 L362.59,268.17 L360.94,274.35 L362.59,274.35 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,289.50 L362.59,274.35 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '375.51,231.83 376.92,233.25 380.77,226.57 374.09,230.42 375.51,231.83 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M375.51,231.83 L376.92,233.25 L380.77,226.57 L374.09,230.42 L375.51,231.83 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,244.76 L375.51,231.83 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '383.39,189.60 384.52,191.88 391.86,185.37 382.25,187.33 383.39,189.60 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M383.39,189.60 L384.52,191.88 L391.86,185.37 L382.25,187.33 L383.39,189.60 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,200.01 L383.39,189.60 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '388.99,146.45 389.95,149.34 399.75,142.87 388.02,143.57 388.99,146.45 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M388.99,146.45 L389.95,149.34 L399.75,142.87 L388.02,143.57 L388.99,146.45 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,155.26 L388.99,146.45 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '393.53,102.77 394.37,106.15 406.14,99.62 392.68,99.40 393.53,102.77 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M393.53,102.77 L394.37,106.15 L406.14,99.62 L392.68,99.40 L393.53,102.77 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,110.51 L393.53,102.77 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '397.44,58.79 398.20,62.60 411.65,55.95 396.68,54.99 397.44,58.79 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M397.44,58.79 L398.20,62.60 L411.65,55.95 L396.68,54.99 L397.44,58.79 Z '/> <path stroke='rgb(148, 0, 211)' d='M362.59,65.76 L397.44,58.79 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '372.15,513.25 372.15,509.41 357.80,513.25 372.15,517.09 372.15,513.25 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M372.15,513.25 L372.15,509.41 L357.80,513.25 L372.15,517.09 L372.15,513.25 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,513.25 L372.15,513.25 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '375.94,468.50 375.94,465.07 363.13,468.50 375.94,471.93 375.94,468.50 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M375.94,468.50 L375.94,465.07 L363.13,468.50 L375.94,471.93 L375.94,468.50 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,468.50 L375.94,468.50 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '380.25,423.75 380.25,420.79 369.21,423.75 380.25,426.71 380.25,423.75 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M380.25,423.75 L380.25,420.79 L369.21,423.75 L380.25,426.71 L380.25,423.75 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,423.75 L380.25,423.75 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '385.40,379.00 385.40,376.61 376.46,379.00 385.40,381.39 385.40,379.00 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M385.40,379.00 L385.40,376.61 L376.46,379.00 L385.40,381.39 L385.40,379.00 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,379.00 L385.40,379.00 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '392.18,334.25 392.18,332.60 386.00,334.25 392.18,335.90 392.18,334.25 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M392.18,334.25 L392.18,332.60 L386.00,334.25 L392.18,335.90 L392.18,334.25 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,334.25 L392.18,334.25 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '422.49,244.76 422.49,246.41 428.67,244.76 422.49,243.11 422.49,244.76 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M422.49,244.76 L422.49,246.41 L428.67,244.76 L422.49,243.11 L422.49,244.76 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,244.76 L422.49,244.76 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '429.27,200.01 429.27,202.40 438.21,200.01 429.27,197.62 429.27,200.01 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M429.27,200.01 L429.27,202.40 L438.21,200.01 L429.27,197.62 L429.27,200.01 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,200.01 L429.27,200.01 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '434.42,155.26 434.42,158.21 445.46,155.26 434.42,152.31 434.42,155.26 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M434.42,155.26 L434.42,158.21 L445.46,155.26 L434.42,152.31 L434.42,155.26 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,155.26 L434.42,155.26 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '438.74,110.51 438.74,113.94 451.54,110.51 438.74,107.08 438.74,110.51 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M438.74,110.51 L438.74,113.94 L451.54,110.51 L438.74,107.08 L438.74,110.51 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,110.51 L438.74,110.51 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '442.52,65.76 442.52,69.60 456.87,65.76 442.52,61.92 442.52,65.76 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M442.52,65.76 L442.52,69.60 L456.87,65.76 L442.52,61.92 L442.52,65.76 Z '/> <path stroke='rgb(148, 0, 211)' d='M407.34,65.76 L442.52,65.76 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '417.23,520.22 416.47,516.41 403.02,523.06 417.99,524.02 417.23,520.22 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M417.23,520.22 L416.47,516.41 L403.02,523.06 L417.99,524.02 L417.23,520.22 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,513.25 L417.23,520.22 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '421.14,476.24 420.30,472.86 408.53,479.39 421.99,479.61 421.14,476.24 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M421.14,476.24 L420.30,472.86 L408.53,479.39 L421.99,479.61 L421.14,476.24 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,468.50 L421.14,476.24 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '425.68,432.56 424.72,429.67 414.92,436.14 426.65,435.44 425.68,432.56 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M425.68,432.56 L424.72,429.67 L414.92,436.14 L426.65,435.44 L425.68,432.56 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,423.75 L425.68,432.56 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '431.28,389.41 430.15,387.13 422.81,393.64 432.42,391.68 431.28,389.41 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M431.28,389.41 L430.15,387.13 L422.81,393.64 L432.42,391.68 L431.28,389.41 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,379.00 L431.28,389.41 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '439.16,347.18 437.75,345.76 433.90,352.44 440.58,348.59 439.16,347.18 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M439.16,347.18 L437.75,345.76 L433.90,352.44 L440.58,348.59 L439.16,347.18 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,334.25 L439.16,347.18 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '452.08,304.66 450.43,304.66 452.08,310.84 453.73,304.66 452.08,304.66 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M452.08,304.66 L450.43,304.66 L452.08,310.84 L453.73,304.66 L452.08,304.66 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,289.50 L452.08,304.66 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '465.01,257.68 463.59,259.09 470.27,262.94 466.42,256.26 465.01,257.68 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M465.01,257.68 L463.59,259.09 L470.27,262.94 L466.42,256.26 L465.01,257.68 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,244.76 L465.01,257.68 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '472.88,210.42 471.74,212.69 481.36,214.65 474.02,208.14 472.88,210.42 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M472.88,210.42 L471.74,212.69 L481.36,214.65 L474.02,208.14 L472.88,210.42 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,200.01 L472.88,210.42 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '478.49,164.07 477.52,166.95 489.25,167.65 479.45,161.18 478.49,164.07 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M478.49,164.07 L477.52,166.95 L489.25,167.65 L479.45,161.18 L478.49,164.07 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,155.26 L478.49,164.07 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '483.03,118.25 482.18,121.62 495.64,121.40 483.87,114.87 483.03,118.25 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M483.03,118.25 L482.18,121.62 L495.64,121.40 L483.87,114.87 L483.03,118.25 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,110.51 L483.03,118.25 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '486.94,72.73 486.17,76.53 501.15,75.57 487.70,68.92 486.94,72.73 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M486.94,72.73 L486.17,76.53 L501.15,75.57 L487.70,68.92 L486.94,72.73 Z '/> <path stroke='rgb(148, 0, 211)' d='M452.08,65.76 L486.94,72.73 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '462.90,526.83 461.42,523.12 449.07,532.36 464.39,530.54 462.90,526.83 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M462.90,526.83 L461.42,523.12 L449.07,532.36 L464.39,530.54 L462.90,526.83 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,513.25 L462.90,526.83 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '467.10,483.37 465.48,480.12 454.98,489.43 468.73,486.62 467.10,483.37 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M467.10,483.37 L465.48,480.12 L454.98,489.43 L468.73,486.62 L467.10,483.37 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,468.50 L467.10,483.37 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '472.05,440.27 470.25,437.56 461.96,447.00 473.86,442.98 472.05,440.27 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M472.05,440.27 L470.25,437.56 L461.96,447.00 L473.86,442.98 L472.05,440.27 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,423.75 L472.05,440.27 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '478.25,397.58 476.22,395.55 470.68,405.15 480.28,399.61 478.25,397.58 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M478.25,397.58 L476.22,395.55 L470.68,405.15 L480.28,399.61 L478.25,397.58 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,379.00 L478.25,397.58 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '486.42,355.05 484.15,353.91 482.19,363.53 488.70,356.19 486.42,355.05 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M486.42,355.05 L484.15,353.91 L482.19,363.53 L488.70,356.19 L486.42,355.05 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,334.25 L486.42,355.05 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '496.83,311.44 494.44,311.44 496.83,320.38 499.22,311.44 496.83,311.44 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M496.83,311.44 L494.44,311.44 L496.83,320.38 L499.22,311.44 L496.83,311.44 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,289.50 L496.83,311.44 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '507.24,265.56 504.96,266.69 511.47,274.03 509.51,264.42 507.24,265.56 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M507.24,265.56 L504.96,266.69 L511.47,274.03 L509.51,264.42 L507.24,265.56 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,244.76 L507.24,265.56 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '515.41,218.59 513.38,220.62 522.98,226.16 517.44,216.56 515.41,218.59 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M515.41,218.59 L513.38,220.62 L522.98,226.16 L517.44,216.56 L515.41,218.59 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,200.01 L515.41,218.59 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '521.60,171.77 519.80,174.48 531.70,178.50 523.40,169.06 521.60,171.77 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M521.60,171.77 L519.80,174.48 L531.70,178.50 L523.40,169.06 L521.60,171.77 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,155.26 L521.60,171.77 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '526.57,125.38 524.94,128.63 538.69,131.44 528.19,122.13 526.57,125.38 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M526.57,125.38 L524.94,128.63 L538.69,131.44 L528.19,122.13 L526.57,125.38 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,110.51 L526.57,125.38 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '530.77,79.34 529.28,83.05 544.60,84.87 532.25,75.63 530.77,79.34 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M530.77,79.34 L529.28,83.05 L544.60,84.87 L532.25,75.63 L530.77,79.34 Z '/> <path stroke='rgb(148, 0, 211)' d='M496.83,65.76 L530.77,79.34 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '508.95,532.83 506.81,529.26 495.65,540.81 511.09,536.39 508.95,532.83 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M508.95,532.83 L506.81,529.26 L495.65,540.81 L511.09,536.39 L508.95,532.83 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,513.25 L508.95,532.83 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '513.43,489.62 511.12,486.54 501.95,498.22 515.74,492.69 513.43,489.62 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M513.43,489.62 L511.12,486.54 L501.95,498.22 L515.74,492.69 L513.43,489.62 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,468.50 L513.43,489.62 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '518.70,446.63 516.20,444.13 509.37,455.96 521.20,449.13 518.70,446.63 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M518.70,446.63 L516.20,444.13 L509.37,455.96 L521.20,449.13 L518.70,446.63 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,423.75 L518.70,446.63 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '525.07,403.77 522.36,401.97 518.34,413.87 527.78,405.57 525.07,403.77 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M525.07,403.77 L522.36,401.97 L518.34,413.87 L527.78,405.57 L525.07,403.77 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,379.00 L525.07,403.77 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '532.77,360.66 529.89,359.69 529.19,371.42 535.66,361.62 532.77,360.66 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M532.77,360.66 L529.89,359.69 L529.19,371.42 L535.66,361.62 L532.77,360.66 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,334.25 L532.77,360.66 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '541.58,316.59 538.62,316.59 541.58,327.63 544.54,316.59 541.58,316.59 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M541.58,316.59 L538.62,316.59 L541.58,327.63 L544.54,316.59 L541.58,316.59 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,289.50 L541.58,316.59 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '550.39,271.16 547.50,272.12 553.97,281.92 553.27,270.19 550.39,271.16 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M550.39,271.16 L547.50,272.12 L553.97,281.92 L553.27,270.19 L550.39,271.16 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,244.76 L550.39,271.16 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '558.10,224.79 555.39,226.59 564.83,234.88 560.81,222.98 558.10,224.79 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M558.10,224.79 L555.39,226.59 L564.83,234.88 L560.81,222.98 L558.10,224.79 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,200.01 L558.10,224.79 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '564.46,178.14 561.96,180.64 573.79,187.47 566.96,175.64 564.46,178.14 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M564.46,178.14 L561.96,180.64 L573.79,187.47 L566.96,175.64 L564.46,178.14 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,155.26 L564.46,178.14 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '569.73,131.63 567.42,134.70 581.21,140.23 572.04,128.55 569.73,131.63 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M569.73,131.63 L567.42,134.70 L581.21,140.23 L572.04,128.55 L569.73,131.63 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,110.51 L569.73,131.63 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '574.21,85.34 572.07,88.91 587.52,93.32 576.35,81.77 574.21,85.34 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M574.21,85.34 L572.07,88.91 L587.52,93.32 L576.35,81.77 L574.21,85.34 Z '/> <path stroke='rgb(148, 0, 211)' d='M541.58,65.76 L574.21,85.34 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '555.16,538.19 552.44,534.78 542.46,548.35 557.89,541.59 555.16,538.19 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M555.16,538.19 L552.44,534.78 L542.46,548.35 L557.89,541.59 L555.16,538.19 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,513.25 L555.16,538.19 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '559.83,495.00 556.94,492.10 549.03,505.80 562.73,497.89 559.83,495.00 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M559.83,495.00 L556.94,492.10 L549.03,505.80 L562.73,497.89 L559.83,495.00 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,468.50 L559.83,495.00 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '565.21,451.90 562.14,449.59 556.61,463.38 568.29,454.21 565.21,451.90 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M565.21,451.90 L562.14,449.59 L556.61,463.38 L568.29,454.21 L565.21,451.90 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,423.75 L565.21,451.90 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '571.46,408.74 568.21,407.11 565.40,420.86 574.71,410.36 571.46,408.74 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M571.46,408.74 L568.21,407.11 L565.40,420.86 L574.71,410.36 L571.46,408.74 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,379.00 L571.46,408.74 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '578.59,365.20 575.22,364.35 575.44,377.81 581.97,366.04 578.59,365.20 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M578.59,365.20 L575.22,364.35 L575.44,377.81 L581.97,366.04 L578.59,365.20 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,334.25 L578.59,365.20 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '586.33,320.90 582.90,320.90 586.33,333.71 589.76,320.90 586.33,320.90 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M586.33,320.90 L582.90,320.90 L586.33,333.71 L589.76,320.90 L586.33,320.90 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,289.50 L586.33,320.90 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '594.07,275.70 590.69,276.54 597.22,288.31 597.44,274.85 594.07,275.70 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M594.07,275.70 L590.69,276.54 L597.22,288.31 L597.44,274.85 L594.07,275.70 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,244.76 L594.07,275.70 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '601.20,229.74 597.95,231.36 607.26,241.86 604.45,228.11 601.20,229.74 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M601.20,229.74 L597.95,231.36 L607.26,241.86 L604.45,228.11 L601.20,229.74 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,200.01 L601.20,229.74 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '607.45,183.41 604.37,185.72 616.05,194.89 610.52,181.10 607.45,183.41 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M607.45,183.41 L604.37,185.72 L616.05,194.89 L610.52,181.10 L607.45,183.41 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,155.26 L607.45,183.41 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '612.83,137.01 609.93,139.90 623.63,147.81 615.72,134.11 612.83,137.01 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M612.83,137.01 L609.93,139.90 L623.63,147.81 L615.72,134.11 L612.83,137.01 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,110.51 L612.83,137.01 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '617.50,90.69 614.77,94.09 630.20,100.85 620.22,87.28 617.50,90.69 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M617.50,90.69 L614.77,94.09 L630.20,100.85 L620.22,87.28 L617.50,90.69 Z '/> <path stroke='rgb(148, 0, 211)' d='M586.33,65.76 L617.50,90.69 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '601.40,542.93 598.16,539.68 589.30,555.03 604.65,546.17 601.40,542.93 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M601.40,542.93 L598.16,539.68 L589.30,555.03 L604.65,546.17 L601.40,542.93 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,513.25 L601.40,542.93 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '606.15,499.67 602.75,496.94 595.99,512.37 609.56,502.39 606.15,499.67 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M606.15,499.67 L602.75,496.94 L595.99,512.37 L609.56,502.39 L606.15,499.67 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,468.50 L606.15,499.67 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '611.50,456.38 607.93,454.24 603.52,469.69 615.07,458.52 611.50,456.38 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M611.50,456.38 L607.93,454.24 L603.52,469.69 L615.07,458.52 L611.50,456.38 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,423.75 L611.50,456.38 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '617.50,412.94 613.79,411.45 611.97,426.77 621.21,414.42 617.50,412.94 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M617.50,412.94 L613.79,411.45 L611.97,426.77 L621.21,414.42 L617.50,412.94 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,379.00 L617.50,412.94 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '624.11,369.11 620.31,368.34 621.27,383.32 627.92,369.87 624.11,369.11 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M624.11,369.11 L620.31,368.34 L621.27,383.32 L627.92,369.87 L624.11,369.11 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,334.25 L624.11,369.11 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '631.08,324.69 627.24,324.69 631.08,339.04 634.92,324.69 631.08,324.69 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M631.08,324.69 L627.24,324.69 L631.08,339.04 L634.92,324.69 L631.08,324.69 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,289.50 L631.08,324.69 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '638.05,279.61 634.24,280.37 640.89,293.82 641.85,278.85 638.05,279.61 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M638.05,279.61 L634.24,280.37 L640.89,293.82 L641.85,278.85 L638.05,279.61 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,244.76 L638.05,279.61 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '644.66,233.94 640.95,235.42 650.19,247.77 648.37,232.45 644.66,233.94 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M644.66,233.94 L640.95,235.42 L650.19,247.77 L648.37,232.45 L644.66,233.94 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,200.01 L644.66,233.94 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '650.66,187.89 647.09,190.03 658.64,201.19 654.22,185.75 650.66,187.89 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M650.66,187.89 L647.09,190.03 L658.64,201.19 L654.22,185.75 L650.66,187.89 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,155.26 L650.66,187.89 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '656.02,141.68 652.61,144.40 666.18,154.38 659.42,138.95 656.02,141.68 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M656.02,141.68 L652.61,144.40 L666.18,154.38 L659.42,138.95 L656.02,141.68 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,110.51 L656.02,141.68 '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb(148, 0, 211)' points = '660.76,95.44 657.51,98.68 672.86,107.54 664.00,92.19 660.76,95.44 '/>
</g>
<path stroke='rgb(148, 0, 211)' d='M660.76,95.44 L657.51,98.68 L672.86,107.54 L664.00,92.19 L660.76,95.44 Z '/> <path stroke='rgb(148, 0, 211)' d='M631.08,65.76 L660.76,95.44 '/></g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M138.84,21.01 L138.84,558.00 L675.83,558.00 L675.83,21.01 L138.84,21.01 Z '/></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: 60 KiB

490
guide/guide-3.svg Normal file
View File

@ -0,0 +1,490 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M63.63,504.30 L770.62,504.30 '/></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='M63.63,504.30 L74.13,504.30 M770.62,504.30 L760.12,504.30 '/> <g transform="translate(53.84,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M63.63,450.60 L770.62,450.60 '/></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='M63.63,450.60 L74.13,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(53.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M63.63,396.90 L770.62,396.90 '/></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='M63.63,396.90 L74.13,396.90 M770.62,396.90 L760.12,396.90 '/> <g transform="translate(53.84,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M63.63,343.20 L770.62,343.20 '/></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='M63.63,343.20 L74.13,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(53.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M63.63,289.50 L770.62,289.50 '/></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='M63.63,289.50 L74.13,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(53.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M63.63,235.81 L770.62,235.81 '/></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='M63.63,235.81 L74.13,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(53.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M63.63,182.11 L770.62,182.11 '/></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='M63.63,182.11 L74.13,182.11 M770.62,182.11 L760.12,182.11 '/> <g transform="translate(53.84,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M63.63,128.41 L770.62,128.41 '/></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='M63.63,128.41 L74.13,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(53.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M63.63,74.71 L770.62,74.71 '/></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='M63.63,74.71 L74.13,74.71 M770.62,74.71 L760.12,74.71 '/> <g transform="translate(53.84,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M134.33,558.00 L134.33,21.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='M134.33,558.00 L134.33,547.50 M134.33,21.01 L134.33,31.51 '/> <g transform="translate(134.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 10</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='M205.03,558.00 L205.03,21.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='M205.03,558.00 L205.03,547.50 M205.03,21.01 L205.03,31.51 '/> <g transform="translate(205.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 20</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='M275.73,558.00 L275.73,21.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='M275.73,558.00 L275.73,547.50 M275.73,21.01 L275.73,31.51 '/> <g transform="translate(275.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 30</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='M346.43,558.00 L346.43,21.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='M346.43,558.00 L346.43,547.50 M346.43,21.01 L346.43,31.51 '/> <g transform="translate(346.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 40</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 50</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='M487.82,558.00 L487.82,21.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='M487.82,558.00 L487.82,547.50 M487.82,21.01 L487.82,31.51 '/> <g transform="translate(487.82,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 60</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='M558.52,558.00 L558.52,21.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='M558.52,558.00 L558.52,547.50 M558.52,21.01 L558.52,31.51 '/> <g transform="translate(558.52,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 70</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='M629.22,558.00 L629.22,21.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='M629.22,558.00 L629.22,547.50 M629.22,21.01 L629.22,31.51 '/> <g transform="translate(629.22,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 80</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='M699.92,558.00 L699.92,31.51 L699.92,21.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='M699.92,558.00 L699.92,547.50 M699.92,21.01 L699.92,31.51 '/> <g transform="translate(699.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 90</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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 100</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M70.70,21.54 L77.77,23.13 L84.84,25.77 L91.91,29.45 L98.98,34.15 L106.05,39.86 L113.12,46.56 L120.19,54.22
L127.26,62.81 L134.33,72.29 L141.40,82.63 L148.47,93.78 L155.54,105.71 L162.61,118.36 L169.68,131.69 L176.75,145.64
L183.82,160.16 L190.89,175.19 L197.96,190.67 L205.03,206.54 L212.10,222.73 L219.17,239.19 L226.24,255.85 L233.31,272.65
L240.38,289.50 L247.45,306.36 L254.52,323.16 L261.59,339.82 L268.66,356.28 L275.73,372.47 L282.80,388.34 L289.87,403.82
L296.94,418.85 L304.01,433.37 L311.08,447.32 L318.15,460.65 L325.22,473.30 L332.29,485.23 L339.36,496.38 L346.43,506.72
L353.50,516.20 L360.57,524.79 L367.64,532.45 L374.71,539.15 L381.78,544.86 L388.85,549.56 L395.92,553.24 L402.99,555.88
L410.06,557.47 L417.13,558.00 L424.19,557.47 L431.26,555.88 L438.33,553.24 L445.40,549.56 L452.47,544.86 L459.54,539.15
L466.61,532.45 L473.68,524.79 L480.75,516.20 L487.82,506.72 L494.89,496.38 L501.96,485.23 L509.03,473.30 L516.10,460.65
L523.17,447.32 L530.24,433.37 L537.31,418.85 L544.38,403.83 L551.45,388.35 L558.52,372.48 L565.59,356.28 L572.66,339.82
L579.73,323.16 L586.80,306.36 L593.87,289.51 L600.94,272.65 L608.01,255.85 L615.08,239.20 L622.15,222.73 L629.22,206.54
L636.29,190.67 L643.36,175.19 L650.43,160.16 L657.50,145.64 L664.57,131.69 L671.64,118.36 L678.71,105.71 L685.78,93.78
L692.85,82.63 L699.92,72.29 L706.99,62.81 L714.06,54.22 L721.13,46.56 L728.20,39.87 L735.27,34.15 L742.34,29.45
L749.41,25.77 L756.48,23.13 L763.55,21.54 L770.62,21.01 '/> <use xlink:href='#gpPt0' transform='translate(70.70,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(77.77,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(84.84,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(91.91,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(98.98,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(106.05,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(113.12,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(120.19,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(127.26,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(134.33,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(141.40,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(148.47,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(155.54,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(162.61,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(169.68,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(176.75,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(183.82,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.89,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(197.96,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(205.03,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(212.10,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(219.17,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(226.24,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.31,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(240.38,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(247.45,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(254.52,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(261.59,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(268.66,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(275.73,372.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(282.80,388.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(289.87,403.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(296.94,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(304.01,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(311.08,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.15,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(325.22,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(332.29,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(339.36,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(346.43,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(353.50,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(360.57,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(367.64,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(374.71,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(381.78,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(388.85,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(395.92,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(402.99,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(410.06,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(424.19,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(431.26,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(438.33,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(445.40,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(452.47,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(459.54,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(466.61,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(473.68,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(480.75,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(487.82,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(494.89,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(501.96,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(509.03,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(516.10,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(523.17,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(530.24,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(537.31,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(544.38,403.83) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(551.45,388.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(558.52,372.48) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(565.59,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(572.66,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(579.73,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(586.80,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(593.87,289.51) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.94,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(608.01,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(615.08,239.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(622.15,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(629.22,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(636.29,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.36,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(650.43,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(657.50,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(664.57,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(671.64,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(678.71,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.78,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(692.85,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(699.92,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(706.99,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(714.06,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(721.13,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(728.20,39.87) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(735.27,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(742.34,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(749.41,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(756.48,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(763.55,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(770.62,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
</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">
<path stroke='rgb( 0, 158, 115)' d='M98.98,206.54 L134.33,131.69 L169.68,72.29 L205.03,34.15 L240.38,21.01 L275.73,34.15 L311.08,72.29 L346.43,131.69
L381.78,206.53 L417.13,289.50 L452.47,372.47 L487.82,447.32 L523.17,506.72 L558.52,544.86 L593.87,558.00 L629.22,544.86
L664.57,506.72 L699.92,447.32 L735.27,372.48 L770.62,289.51 '/> <use xlink:href='#gpPt1' transform='translate(98.98,206.54) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(134.33,131.69) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(169.68,72.29) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(205.03,34.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(240.38,21.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(275.73,34.15) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(311.08,72.29) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(346.43,131.69) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(381.78,206.53) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(417.13,289.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(452.47,372.47) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(487.82,447.32) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(523.17,506.72) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(558.52,544.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(593.87,558.00) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(629.22,544.86) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(664.57,506.72) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(699.92,447.32) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(735.27,372.48) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(770.62,289.51) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 38 KiB

464
guide/guide-4.svg Normal file
View File

@ -0,0 +1,464 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M63.63,558.00 L770.62,558.00 '/></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='M63.63,558.00 L74.13,558.00 M770.62,558.00 L760.12,558.00 '/> <g transform="translate(53.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M63.63,504.30 L770.62,504.30 '/></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='M63.63,504.30 L74.13,504.30 M770.62,504.30 L760.12,504.30 '/> <g transform="translate(53.84,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M63.63,450.60 L770.62,450.60 '/></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='M63.63,450.60 L74.13,450.60 M770.62,450.60 L760.12,450.60 '/> <g transform="translate(53.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M63.63,396.90 L770.62,396.90 '/></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='M63.63,396.90 L74.13,396.90 M770.62,396.90 L760.12,396.90 '/> <g transform="translate(53.84,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M63.63,343.20 L770.62,343.20 '/></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='M63.63,343.20 L74.13,343.20 M770.62,343.20 L760.12,343.20 '/> <g transform="translate(53.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M63.63,289.50 L770.62,289.50 '/></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='M63.63,289.50 L74.13,289.50 M770.62,289.50 L760.12,289.50 '/> <g transform="translate(53.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M63.63,235.81 L770.62,235.81 '/></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='M63.63,235.81 L74.13,235.81 M770.62,235.81 L760.12,235.81 '/> <g transform="translate(53.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M63.63,182.11 L770.62,182.11 '/></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='M63.63,182.11 L74.13,182.11 M770.62,182.11 L760.12,182.11 '/> <g transform="translate(53.84,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M63.63,128.41 L770.62,128.41 '/></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='M63.63,128.41 L74.13,128.41 M770.62,128.41 L760.12,128.41 '/> <g transform="translate(53.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M63.63,74.71 L770.62,74.71 '/></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='M63.63,74.71 L74.13,74.71 M770.62,74.71 L760.12,74.71 '/> <g transform="translate(53.84,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M63.63,21.01 L770.62,21.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='M63.63,21.01 L74.13,21.01 M770.62,21.01 L760.12,21.01 '/> <g transform="translate(53.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M63.63,558.00 L63.63,21.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='M63.63,558.00 L63.63,547.50 M63.63,21.01 L63.63,31.51 '/> <g transform="translate(63.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M134.33,558.00 L134.33,21.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='M134.33,558.00 L134.33,547.50 M134.33,21.01 L134.33,31.51 '/> <g transform="translate(134.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.8</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='M205.03,558.00 L205.03,21.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='M205.03,558.00 L205.03,547.50 M205.03,21.01 L205.03,31.51 '/> <g transform="translate(205.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.6</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='M275.73,558.00 L275.73,21.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='M275.73,558.00 L275.73,547.50 M275.73,21.01 L275.73,31.51 '/> <g transform="translate(275.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.4</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='M346.43,558.00 L346.43,21.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='M346.43,558.00 L346.43,547.50 M346.43,21.01 L346.43,31.51 '/> <g transform="translate(346.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.2</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M487.82,558.00 L487.82,21.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='M487.82,558.00 L487.82,547.50 M487.82,21.01 L487.82,31.51 '/> <g transform="translate(487.82,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.2</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='M558.52,558.00 L558.52,21.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='M558.52,558.00 L558.52,547.50 M558.52,21.01 L558.52,31.51 '/> <g transform="translate(558.52,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.4</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='M629.22,558.00 L629.22,21.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='M629.22,558.00 L629.22,547.50 M629.22,21.01 L629.22,31.51 '/> <g transform="translate(629.22,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.6</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='M699.92,558.00 L699.92,31.51 L699.92,21.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='M699.92,558.00 L699.92,547.50 M699.92,21.01 L699.92,31.51 '/> <g transform="translate(699.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.8</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='M770.62,558.00 L770.62,21.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='M770.62,558.00 L770.62,547.50 M770.62,21.01 L770.62,31.51 '/> <g transform="translate(770.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M769.92,272.65 L767.83,255.85 L764.36,239.19 L759.51,222.73 L753.32,206.54 L745.80,190.67 L736.98,175.19 L726.90,160.16
L715.59,145.64 L703.11,131.69 L689.50,118.36 L674.81,105.71 L659.11,93.78 L642.45,82.63 L624.90,72.29 L606.54,62.81
L587.42,54.22 L567.64,46.56 L547.26,39.86 L526.36,34.15 L505.04,29.45 L483.36,25.77 L461.43,23.13 L439.32,21.54
L417.13,21.01 L394.93,21.54 L372.82,23.13 L350.89,25.77 L329.21,29.45 L307.89,34.15 L287.00,39.86 L266.61,46.56
L246.83,54.22 L227.71,62.81 L209.35,72.29 L191.80,82.63 L175.14,93.78 L159.44,105.71 L144.75,118.36 L131.14,131.69
L118.66,145.64 L107.36,160.16 L97.27,175.18 L88.45,190.66 L80.93,206.53 L74.74,222.73 L69.89,239.19 L66.42,255.85
L64.33,272.65 L63.63,289.50 L64.33,306.36 L66.42,323.16 L69.89,339.82 L74.74,356.28 L80.93,372.47 L88.45,388.34
L97.27,403.82 L107.35,418.85 L118.66,433.37 L131.14,447.32 L144.75,460.65 L159.44,473.30 L175.14,485.23 L191.80,496.38
L209.34,506.72 L227.71,516.20 L246.83,524.79 L266.61,532.45 L286.99,539.14 L307.89,544.86 L329.21,549.56 L350.89,553.24
L372.82,555.88 L394.93,557.47 L417.12,558.00 L439.32,557.47 L461.43,555.88 L483.36,553.24 L505.03,549.57 L526.36,544.86
L547.25,539.15 L567.63,532.45 L587.42,524.79 L606.54,516.20 L624.90,506.72 L642.45,496.38 L659.11,485.23 L674.81,473.30
L689.50,460.65 L703.11,447.32 L715.59,433.37 L726.89,418.85 L736.98,403.83 L745.80,388.35 L753.32,372.48 L759.51,356.28
L764.36,339.82 L767.83,323.16 L769.92,306.37 L770.62,289.51 '/> <use xlink:href='#gpPt0' transform='translate(769.92,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(767.83,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(764.36,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(759.51,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(753.32,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(745.80,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(736.98,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(726.90,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(715.59,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(703.11,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(689.50,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(674.81,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(659.11,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(642.45,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(624.90,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(606.54,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(587.42,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(567.64,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(547.26,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(526.36,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(505.04,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(483.36,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(461.43,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(439.32,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(394.93,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(372.82,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(350.89,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(329.21,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(307.89,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(287.00,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(266.61,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(246.83,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(227.71,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(209.35,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(191.80,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(175.14,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(159.44,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(144.75,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(131.14,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(118.66,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(107.36,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(97.27,175.18) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(88.45,190.66) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(80.93,206.53) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(74.74,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(69.89,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(66.42,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(64.33,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(63.63,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(64.33,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(66.42,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(69.89,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(74.74,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(80.93,372.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(88.45,388.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(97.27,403.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(107.35,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(118.66,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(131.14,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(144.75,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(159.44,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(175.14,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(191.80,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(209.34,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(227.71,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(246.83,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(266.61,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(286.99,539.14) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(307.89,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(329.21,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(350.89,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(372.82,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(394.93,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.12,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(439.32,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(461.43,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(483.36,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(505.03,549.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(526.36,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(547.25,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(567.63,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(587.42,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(606.54,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(624.90,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(642.45,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(659.11,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(674.81,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(689.50,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(703.11,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(715.59,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(726.89,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(736.98,403.83) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(745.80,388.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(753.32,372.48) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(759.51,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(764.36,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(767.83,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(769.92,306.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(770.62,289.51) scale(5.25)' color='rgb(148, 0, 211)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M63.63,21.01 L63.63,558.00 L770.62,558.00 L770.62,21.01 L63.63,21.01 Z '/></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: 35 KiB

464
guide/guide-5.svg Normal file
View File

@ -0,0 +1,464 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M148.63,558.00 L685.62,558.00 '/></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='M148.63,558.00 L159.13,558.00 M685.62,558.00 L675.12,558.00 '/> <g transform="translate(138.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M148.63,504.30 L685.62,504.30 '/></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='M148.63,504.30 L159.13,504.30 M685.62,504.30 L675.12,504.30 '/> <g transform="translate(138.84,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M148.63,450.60 L685.62,450.60 '/></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='M148.63,450.60 L159.13,450.60 M685.62,450.60 L675.12,450.60 '/> <g transform="translate(138.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M148.63,396.90 L685.62,396.90 '/></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='M148.63,396.90 L159.13,396.90 M685.62,396.90 L675.12,396.90 '/> <g transform="translate(138.84,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M148.63,343.20 L685.62,343.20 '/></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='M148.63,343.20 L159.13,343.20 M685.62,343.20 L675.12,343.20 '/> <g transform="translate(138.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M148.63,289.50 L685.62,289.50 '/></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='M148.63,289.50 L159.13,289.50 M685.62,289.50 L675.12,289.50 '/> <g transform="translate(138.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M148.63,235.81 L685.62,235.81 '/></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='M148.63,235.81 L159.13,235.81 M685.62,235.81 L675.12,235.81 '/> <g transform="translate(138.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M148.63,182.11 L685.62,182.11 '/></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='M148.63,182.11 L159.13,182.11 M685.62,182.11 L675.12,182.11 '/> <g transform="translate(138.84,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M148.63,128.41 L685.62,128.41 '/></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='M148.63,128.41 L159.13,128.41 M685.62,128.41 L675.12,128.41 '/> <g transform="translate(138.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M148.63,74.71 L685.62,74.71 '/></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='M148.63,74.71 L159.13,74.71 M685.62,74.71 L675.12,74.71 '/> <g transform="translate(138.84,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M148.63,21.01 L685.62,21.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='M148.63,21.01 L159.13,21.01 M685.62,21.01 L675.12,21.01 '/> <g transform="translate(138.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M148.63,558.00 L148.63,21.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='M148.63,558.00 L148.63,547.50 M148.63,21.01 L148.63,31.51 '/> <g transform="translate(148.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M202.33,558.00 L202.33,21.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='M202.33,558.00 L202.33,547.50 M202.33,21.01 L202.33,31.51 '/> <g transform="translate(202.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.8</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='M256.03,558.00 L256.03,21.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='M256.03,558.00 L256.03,547.50 M256.03,21.01 L256.03,31.51 '/> <g transform="translate(256.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.6</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='M309.73,558.00 L309.73,21.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='M309.73,558.00 L309.73,547.50 M309.73,21.01 L309.73,31.51 '/> <g transform="translate(309.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.4</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='M363.43,558.00 L363.43,21.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='M363.43,558.00 L363.43,547.50 M363.43,21.01 L363.43,31.51 '/> <g transform="translate(363.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.2</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M470.82,558.00 L470.82,21.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='M470.82,558.00 L470.82,547.50 M470.82,21.01 L470.82,31.51 '/> <g transform="translate(470.82,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.2</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='M524.52,558.00 L524.52,21.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='M524.52,558.00 L524.52,547.50 M524.52,21.01 L524.52,31.51 '/> <g transform="translate(524.52,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.4</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='M578.22,558.00 L578.22,21.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='M578.22,558.00 L578.22,547.50 M578.22,21.01 L578.22,31.51 '/> <g transform="translate(578.22,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.6</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='M631.92,558.00 L631.92,31.51 L631.92,21.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='M631.92,558.00 L631.92,547.50 M631.92,21.01 L631.92,31.51 '/> <g transform="translate(631.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.8</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='M685.62,558.00 L685.62,21.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='M685.62,558.00 L685.62,547.50 M685.62,21.01 L685.62,31.51 '/> <g transform="translate(685.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M148.63,21.01 L148.63,558.00 L685.62,558.00 L685.62,21.01 L148.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M685.09,272.65 L683.50,255.85 L680.86,239.19 L677.18,222.73 L672.48,206.54 L666.77,190.67 L660.07,175.19 L652.41,160.16
L643.82,145.64 L634.34,131.69 L624.00,118.36 L612.85,105.71 L600.92,93.78 L588.27,82.63 L574.94,72.29 L560.99,62.81
L546.47,54.22 L531.44,46.56 L515.96,39.86 L500.09,34.15 L483.90,29.45 L467.44,25.77 L450.78,23.13 L433.98,21.54
L417.13,21.01 L400.27,21.54 L383.47,23.13 L366.81,25.77 L350.35,29.45 L334.16,34.15 L318.29,39.86 L302.81,46.56
L287.78,54.22 L273.26,62.81 L259.31,72.29 L245.98,82.63 L233.33,93.78 L221.40,105.71 L210.25,118.36 L199.91,131.69
L190.43,145.64 L181.84,160.16 L174.18,175.18 L167.48,190.66 L161.77,206.53 L157.07,222.73 L153.39,239.19 L150.75,255.85
L149.16,272.65 L148.63,289.50 L149.16,306.36 L150.75,323.16 L153.39,339.82 L157.07,356.28 L161.77,372.47 L167.48,388.34
L174.18,403.82 L181.84,418.85 L190.43,433.37 L199.91,447.32 L210.25,460.65 L221.40,473.30 L233.33,485.23 L245.98,496.38
L259.31,506.72 L273.26,516.20 L287.78,524.79 L302.80,532.45 L318.28,539.14 L334.15,544.86 L350.35,549.56 L366.81,553.24
L383.47,555.88 L400.27,557.47 L417.12,558.00 L433.98,557.47 L450.78,555.88 L467.43,553.24 L483.90,549.57 L500.09,544.86
L515.96,539.15 L531.44,532.45 L546.47,524.79 L560.99,516.20 L574.94,506.72 L588.27,496.38 L600.92,485.23 L612.85,473.30
L624.00,460.65 L634.34,447.32 L643.82,433.37 L652.41,418.85 L660.07,403.83 L666.76,388.35 L672.48,372.48 L677.18,356.28
L680.86,339.82 L683.50,323.16 L685.09,306.37 L685.62,289.51 '/> <use xlink:href='#gpPt0' transform='translate(685.09,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(683.50,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(680.86,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(677.18,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(672.48,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(666.77,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(660.07,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(652.41,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.82,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(634.34,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(624.00,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(612.85,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.92,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(588.27,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(574.94,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(560.99,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(546.47,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(531.44,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(515.96,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(500.09,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(483.90,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(467.44,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(450.78,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(433.98,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(400.27,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(383.47,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(366.81,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(350.35,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(334.16,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.29,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(302.81,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(287.78,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(273.26,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(259.31,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(245.98,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.33,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(221.40,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(210.25,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(199.91,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.43,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(181.84,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(174.18,175.18) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(167.48,190.66) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(161.77,206.53) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(157.07,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(153.39,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(150.75,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(149.16,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(148.63,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(149.16,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(150.75,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(153.39,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(157.07,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(161.77,372.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(167.48,388.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(174.18,403.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(181.84,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.43,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(199.91,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(210.25,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(221.40,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.33,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(245.98,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(259.31,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(273.26,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(287.78,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(302.80,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.28,539.14) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(334.15,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(350.35,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(366.81,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(383.47,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(400.27,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.12,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(433.98,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(450.78,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(467.43,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(483.90,549.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(500.09,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(515.96,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(531.44,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(546.47,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(560.99,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(574.94,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(588.27,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.92,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(612.85,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(624.00,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(634.34,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.82,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(652.41,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(660.07,403.83) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(666.76,388.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(672.48,372.48) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(677.18,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(680.86,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(683.50,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.09,306.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.62,289.51) scale(5.25)' color='rgb(148, 0, 211)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb(148, 0, 211)" 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='M148.63,21.01 L148.63,558.00 L685.62,558.00 L685.62,21.01 L148.63,21.01 Z '/></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: 36 KiB

490
guide/guide-6.svg Normal file
View File

@ -0,0 +1,490 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M148.63,558.00 L685.62,558.00 '/></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='M148.63,558.00 L159.13,558.00 M685.62,558.00 L675.12,558.00 '/> <g transform="translate(138.84,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M148.63,504.30 L685.62,504.30 '/></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='M148.63,504.30 L159.13,504.30 M685.62,504.30 L675.12,504.30 '/> <g transform="translate(138.84,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M148.63,450.60 L685.62,450.60 '/></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='M148.63,450.60 L159.13,450.60 M685.62,450.60 L675.12,450.60 '/> <g transform="translate(138.84,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M148.63,396.90 L685.62,396.90 '/></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='M148.63,396.90 L159.13,396.90 M685.62,396.90 L675.12,396.90 '/> <g transform="translate(138.84,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M148.63,343.20 L685.62,343.20 '/></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='M148.63,343.20 L159.13,343.20 M685.62,343.20 L675.12,343.20 '/> <g transform="translate(138.84,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M148.63,289.50 L685.62,289.50 '/></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='M148.63,289.50 L159.13,289.50 M685.62,289.50 L675.12,289.50 '/> <g transform="translate(138.84,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M148.63,235.81 L685.62,235.81 '/></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='M148.63,235.81 L159.13,235.81 M685.62,235.81 L675.12,235.81 '/> <g transform="translate(138.84,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M148.63,182.11 L685.62,182.11 '/></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='M148.63,182.11 L159.13,182.11 M685.62,182.11 L675.12,182.11 '/> <g transform="translate(138.84,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M148.63,128.41 L685.62,128.41 '/></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='M148.63,128.41 L159.13,128.41 M685.62,128.41 L675.12,128.41 '/> <g transform="translate(138.84,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M148.63,74.71 L685.62,74.71 '/></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='M148.63,74.71 L159.13,74.71 M685.62,74.71 L675.12,74.71 '/> <g transform="translate(138.84,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M148.63,21.01 L685.62,21.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='M148.63,21.01 L159.13,21.01 M685.62,21.01 L675.12,21.01 '/> <g transform="translate(138.84,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M148.63,558.00 L148.63,21.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='M148.63,558.00 L148.63,547.50 M148.63,21.01 L148.63,31.51 '/> <g transform="translate(148.63,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M202.33,558.00 L202.33,21.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='M202.33,558.00 L202.33,547.50 M202.33,21.01 L202.33,31.51 '/> <g transform="translate(202.33,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.8</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='M256.03,558.00 L256.03,21.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='M256.03,558.00 L256.03,547.50 M256.03,21.01 L256.03,31.51 '/> <g transform="translate(256.03,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.6</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='M309.73,558.00 L309.73,21.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='M309.73,558.00 L309.73,547.50 M309.73,21.01 L309.73,31.51 '/> <g transform="translate(309.73,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.4</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='M363.43,558.00 L363.43,21.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='M363.43,558.00 L363.43,547.50 M363.43,21.01 L363.43,31.51 '/> <g transform="translate(363.43,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.2</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='M417.13,558.00 L417.13,21.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='M417.13,558.00 L417.13,547.50 M417.13,21.01 L417.13,31.51 '/> <g transform="translate(417.13,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M470.82,558.00 L470.82,21.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='M470.82,558.00 L470.82,547.50 M470.82,21.01 L470.82,31.51 '/> <g transform="translate(470.82,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.2</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='M524.52,558.00 L524.52,21.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='M524.52,558.00 L524.52,547.50 M524.52,21.01 L524.52,31.51 '/> <g transform="translate(524.52,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.4</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='M578.22,558.00 L578.22,21.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='M578.22,558.00 L578.22,547.50 M578.22,21.01 L578.22,31.51 '/> <g transform="translate(578.22,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.6</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='M631.92,558.00 L631.92,31.51 L631.92,21.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='M631.92,558.00 L631.92,547.50 M631.92,21.01 L631.92,31.51 '/> <g transform="translate(631.92,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.8</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='M685.62,558.00 L685.62,21.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='M685.62,558.00 L685.62,547.50 M685.62,21.01 L685.62,31.51 '/> <g transform="translate(685.62,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M148.63,21.01 L148.63,558.00 L685.62,558.00 L685.62,21.01 L148.63,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb(148, 0, 211)' d='M685.09,272.65 L683.50,255.85 L680.86,239.19 L677.18,222.73 L672.48,206.54 L666.77,190.67 L660.07,175.19 L652.41,160.16
L643.82,145.64 L634.34,131.69 L624.00,118.36 L612.85,105.71 L600.92,93.78 L588.27,82.63 L574.94,72.29 L560.99,62.81
L546.47,54.22 L531.44,46.56 L515.96,39.86 L500.09,34.15 L483.90,29.45 L467.44,25.77 L450.78,23.13 L433.98,21.54
L417.13,21.01 L400.27,21.54 L383.47,23.13 L366.81,25.77 L350.35,29.45 L334.16,34.15 L318.29,39.86 L302.81,46.56
L287.78,54.22 L273.26,62.81 L259.31,72.29 L245.98,82.63 L233.33,93.78 L221.40,105.71 L210.25,118.36 L199.91,131.69
L190.43,145.64 L181.84,160.16 L174.18,175.18 L167.48,190.66 L161.77,206.53 L157.07,222.73 L153.39,239.19 L150.75,255.85
L149.16,272.65 L148.63,289.50 L149.16,306.36 L150.75,323.16 L153.39,339.82 L157.07,356.28 L161.77,372.47 L167.48,388.34
L174.18,403.82 L181.84,418.85 L190.43,433.37 L199.91,447.32 L210.25,460.65 L221.40,473.30 L233.33,485.23 L245.98,496.38
L259.31,506.72 L273.26,516.20 L287.78,524.79 L302.80,532.45 L318.28,539.14 L334.15,544.86 L350.35,549.56 L366.81,553.24
L383.47,555.88 L400.27,557.47 L417.12,558.00 L433.98,557.47 L450.78,555.88 L467.43,553.24 L483.90,549.57 L500.09,544.86
L515.96,539.15 L531.44,532.45 L546.47,524.79 L560.99,516.20 L574.94,506.72 L588.27,496.38 L600.92,485.23 L612.85,473.30
L624.00,460.65 L634.34,447.32 L643.82,433.37 L652.41,418.85 L660.07,403.83 L666.76,388.35 L672.48,372.48 L677.18,356.28
L680.86,339.82 L683.50,323.16 L685.09,306.37 L685.62,289.51 '/> <use xlink:href='#gpPt0' transform='translate(685.09,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(683.50,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(680.86,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(677.18,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(672.48,206.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(666.77,190.67) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(660.07,175.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(652.41,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.82,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(634.34,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(624.00,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(612.85,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.92,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(588.27,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(574.94,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(560.99,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(546.47,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(531.44,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(515.96,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(500.09,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(483.90,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(467.44,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(450.78,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(433.98,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.13,21.01) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(400.27,21.54) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(383.47,23.13) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(366.81,25.77) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(350.35,29.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(334.16,34.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.29,39.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(302.81,46.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(287.78,54.22) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(273.26,62.81) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(259.31,72.29) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(245.98,82.63) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.33,93.78) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(221.40,105.71) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(210.25,118.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(199.91,131.69) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.43,145.64) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(181.84,160.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(174.18,175.18) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(167.48,190.66) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(161.77,206.53) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(157.07,222.73) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(153.39,239.19) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(150.75,255.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(149.16,272.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(148.63,289.50) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(149.16,306.36) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(150.75,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(153.39,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(157.07,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(161.77,372.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(167.48,388.34) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(174.18,403.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(181.84,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(190.43,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(199.91,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(210.25,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(221.40,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(233.33,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(245.98,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(259.31,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(273.26,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(287.78,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(302.80,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(318.28,539.14) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(334.15,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(350.35,549.56) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(366.81,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(383.47,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(400.27,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(417.12,558.00) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(433.98,557.47) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(450.78,555.88) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(467.43,553.24) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(483.90,549.57) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(500.09,544.86) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(515.96,539.15) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(531.44,532.45) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(546.47,524.79) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(560.99,516.20) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(574.94,506.72) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(588.27,496.38) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(600.92,485.23) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(612.85,473.30) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(624.00,460.65) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(634.34,447.32) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(643.82,433.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(652.41,418.85) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(660.07,403.83) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(666.76,388.35) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(672.48,372.48) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(677.18,356.28) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(680.86,339.82) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(683.50,323.16) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.09,306.37) scale(5.25)' color='rgb(148, 0, 211)'/>
<use xlink:href='#gpPt0' transform='translate(685.62,289.51) scale(5.25)' color='rgb(148, 0, 211)'/>
</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">
<path stroke='rgb( 0, 158, 115)' d='M672.48,248.02 L634.34,210.60 L574.94,180.90 L500.09,161.83 L417.13,155.26 L334.16,161.83 L259.31,180.90 L199.91,210.60
L161.77,248.02 L148.63,289.50 L161.77,330.99 L199.91,368.41 L259.31,398.11 L334.15,417.18 L417.12,423.75 L500.09,417.18
L574.94,398.11 L634.34,368.41 L672.48,330.99 L685.62,289.51 '/> <use xlink:href='#gpPt1' transform='translate(672.48,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(634.34,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(574.94,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(500.09,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(417.13,155.26) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(334.16,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(259.31,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(199.91,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(161.77,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(148.63,289.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(161.77,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(199.91,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(259.31,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(334.15,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(417.12,423.75) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(500.09,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(574.94,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(634.34,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(672.48,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(685.62,289.51) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M148.63,21.01 L148.63,558.00 L685.62,558.00 L685.62,21.01 L148.63,21.01 Z '/></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: 38 KiB

633
guide/guide-7.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 58 KiB

669
guide/guide-8.svg Normal file
View File

@ -0,0 +1,669 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M98.10,558.00 L635.10,558.00 '/></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='M98.10,558.00 L108.60,558.00 M635.10,558.00 L624.60,558.00 '/> <g transform="translate(88.31,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M98.10,504.30 L635.10,504.30 '/></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='M98.10,504.30 L108.60,504.30 M635.10,504.30 L624.60,504.30 '/> <g transform="translate(88.31,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M98.10,450.60 L635.10,450.60 '/></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='M98.10,450.60 L108.60,450.60 M635.10,450.60 L624.60,450.60 '/> <g transform="translate(88.31,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M98.10,396.90 L635.10,396.90 '/></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='M98.10,396.90 L108.60,396.90 M635.10,396.90 L624.60,396.90 '/> <g transform="translate(88.31,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M98.10,343.20 L635.10,343.20 '/></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='M98.10,343.20 L108.60,343.20 M635.10,343.20 L624.60,343.20 '/> <g transform="translate(88.31,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M98.10,289.50 L635.10,289.50 '/></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='M98.10,289.50 L108.60,289.50 M635.10,289.50 L624.60,289.50 '/> <g transform="translate(88.31,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M98.10,235.81 L635.10,235.81 '/></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='M98.10,235.81 L108.60,235.81 M635.10,235.81 L624.60,235.81 '/> <g transform="translate(88.31,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M98.10,182.11 L635.10,182.11 '/></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='M98.10,182.11 L108.60,182.11 M635.10,182.11 L624.60,182.11 '/> <g transform="translate(88.31,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M98.10,128.41 L635.10,128.41 '/></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='M98.10,128.41 L108.60,128.41 M635.10,128.41 L624.60,128.41 '/> <g transform="translate(88.31,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M98.10,74.71 L635.10,74.71 '/></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='M98.10,74.71 L108.60,74.71 M635.10,74.71 L624.60,74.71 '/> <g transform="translate(88.31,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M98.10,21.01 L635.10,21.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='M98.10,21.01 L108.60,21.01 M635.10,21.01 L624.60,21.01 '/> <g transform="translate(88.31,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M98.10,558.00 L98.10,21.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='M98.10,558.00 L98.10,547.50 M98.10,21.01 L98.10,31.51 '/> <g transform="translate(98.10,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M151.80,558.00 L151.80,21.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='M151.80,558.00 L151.80,547.50 M151.80,21.01 L151.80,31.51 '/> <g transform="translate(151.80,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.8</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='M205.50,558.00 L205.50,21.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='M205.50,558.00 L205.50,547.50 M205.50,21.01 L205.50,31.51 '/> <g transform="translate(205.50,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.6</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='M259.20,558.00 L259.20,21.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='M259.20,558.00 L259.20,547.50 M259.20,21.01 L259.20,31.51 '/> <g transform="translate(259.20,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.4</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='M312.90,558.00 L312.90,21.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='M312.90,558.00 L312.90,547.50 M312.90,21.01 L312.90,31.51 '/> <g transform="translate(312.90,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.2</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='M366.60,558.00 L366.60,21.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='M366.60,558.00 L366.60,547.50 M366.60,21.01 L366.60,31.51 '/> <g transform="translate(366.60,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M420.30,558.00 L420.30,21.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='M420.30,558.00 L420.30,547.50 M420.30,21.01 L420.30,31.51 '/> <g transform="translate(420.30,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.2</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='M474.00,558.00 L474.00,21.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='M474.00,558.00 L474.00,547.50 M474.00,21.01 L474.00,31.51 '/> <g transform="translate(474.00,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.4</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='M527.70,558.00 L527.70,73.51 M527.70,31.51 L527.70,21.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='M527.70,558.00 L527.70,547.50 M527.70,21.01 L527.70,31.51 '/> <g transform="translate(527.70,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.6</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='M581.40,558.00 L581.40,73.51 M581.40,31.51 L581.40,21.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='M581.40,558.00 L581.40,547.50 M581.40,21.01 L581.40,31.51 '/> <g transform="translate(581.40,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.8</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='M635.10,558.00 L635.10,21.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='M635.10,558.00 L635.10,547.50 M635.10,21.01 L635.10,31.51 '/> <g transform="translate(635.10,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M98.10,21.01 L98.10,558.00 L635.10,558.00 L635.10,21.01 L98.10,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(556.07,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>circle</text>
</g>
<use xlink:href='#gpPt0' transform='translate(634.57,272.65) scale(5.25)' color='rgb( 24, 0, 14)'/>
<use xlink:href='#gpPt0' transform='translate(632.98,255.85) scale(5.25)' color='rgb( 34, 0, 29)'/>
<use xlink:href='#gpPt0' transform='translate(630.34,239.19) scale(5.25)' color='rgb( 42, 0, 43)'/>
<use xlink:href='#gpPt0' transform='translate(626.66,222.73) scale(5.25)' color='rgb( 48, 0, 57)'/>
<use xlink:href='#gpPt0' transform='translate(621.96,206.54) scale(5.25)' color='rgb( 54, 0, 71)'/>
<use xlink:href='#gpPt0' transform='translate(616.25,190.67) scale(5.25)' color='rgb( 59, 0, 85)'/>
<use xlink:href='#gpPt0' transform='translate(609.55,175.19) scale(5.25)' color='rgb( 64, 0, 98)'/>
<use xlink:href='#gpPt0' transform='translate(601.89,160.16) scale(5.25)' color='rgb( 68, 0, 111)'/>
<use xlink:href='#gpPt0' transform='translate(593.30,145.64) scale(5.25)' color='rgb( 73, 0, 124)'/>
<use xlink:href='#gpPt0' transform='translate(583.82,131.69) scale(5.25)' color='rgb( 77, 0, 137)'/>
<use xlink:href='#gpPt0' transform='translate(573.48,118.36) scale(5.25)' color='rgb( 80, 0, 149)'/>
<use xlink:href='#gpPt0' transform='translate(562.33,105.71) scale(5.25)' color='rgb( 84, 0, 160)'/>
<use xlink:href='#gpPt0' transform='translate(550.40,93.78) scale(5.25)' color='rgb( 87, 0, 171)'/>
<use xlink:href='#gpPt0' transform='translate(537.75,82.63) scale(5.25)' color='rgb( 91, 1, 181)'/>
<use xlink:href='#gpPt0' transform='translate(524.42,72.29) scale(5.25)' color='rgb( 94, 1, 191)'/>
<use xlink:href='#gpPt0' transform='translate(510.47,62.81) scale(5.25)' color='rgb( 97, 1, 201)'/>
<use xlink:href='#gpPt0' transform='translate(495.95,54.22) scale(5.25)' color='rgb(100, 1, 209)'/>
<use xlink:href='#gpPt0' transform='translate(480.92,46.56) scale(5.25)' color='rgb(103, 1, 217)'/>
<use xlink:href='#gpPt0' transform='translate(465.44,39.86) scale(5.25)' color='rgb(105, 1, 224)'/>
<use xlink:href='#gpPt0' transform='translate(449.57,34.15) scale(5.25)' color='rgb(108, 1, 231)'/>
<use xlink:href='#gpPt0' transform='translate(433.37,29.45) scale(5.25)' color='rgb(111, 2, 236)'/>
<use xlink:href='#gpPt0' transform='translate(416.91,25.77) scale(5.25)' color='rgb(113, 2, 242)'/>
<use xlink:href='#gpPt0' transform='translate(400.25,23.13) scale(5.25)' color='rgb(116, 2, 246)'/>
<use xlink:href='#gpPt0' transform='translate(383.46,21.54) scale(5.25)' color='rgb(119, 3, 249)'/>
<use xlink:href='#gpPt0' transform='translate(366.60,21.01) scale(5.25)' color='rgb(121, 3, 252)'/>
<use xlink:href='#gpPt0' transform='translate(349.74,21.54) scale(5.25)' color='rgb(123, 3, 254)'/>
<use xlink:href='#gpPt0' transform='translate(332.95,23.13) scale(5.25)' color='rgb(126, 4, 255)'/>
<use xlink:href='#gpPt0' transform='translate(316.29,25.77) scale(5.25)' color='rgb(128, 4, 255)'/>
<use xlink:href='#gpPt0' transform='translate(299.83,29.45) scale(5.25)' color='rgb(130, 5, 254)'/>
<use xlink:href='#gpPt0' transform='translate(283.63,34.15) scale(5.25)' color='rgb(133, 5, 253)'/>
<use xlink:href='#gpPt0' transform='translate(267.76,39.86) scale(5.25)' color='rgb(135, 6, 251)'/>
<use xlink:href='#gpPt0' transform='translate(252.28,46.56) scale(5.25)' color='rgb(137, 6, 248)'/>
<use xlink:href='#gpPt0' transform='translate(237.25,54.22) scale(5.25)' color='rgb(139, 7, 244)'/>
<use xlink:href='#gpPt0' transform='translate(222.73,62.81) scale(5.25)' color='rgb(141, 7, 239)'/>
<use xlink:href='#gpPt0' transform='translate(208.78,72.29) scale(5.25)' color='rgb(143, 8, 234)'/>
<use xlink:href='#gpPt0' transform='translate(195.45,82.63) scale(5.25)' color='rgb(145, 9, 228)'/>
<use xlink:href='#gpPt0' transform='translate(182.80,93.78) scale(5.25)' color='rgb(147, 9, 221)'/>
<use xlink:href='#gpPt0' transform='translate(170.87,105.71) scale(5.25)' color='rgb(149, 10, 214)'/>
<use xlink:href='#gpPt0' transform='translate(159.72,118.36) scale(5.25)' color='rgb(151, 11, 205)'/>
<use xlink:href='#gpPt0' transform='translate(149.38,131.69) scale(5.25)' color='rgb(153, 12, 196)'/>
<use xlink:href='#gpPt0' transform='translate(139.90,145.64) scale(5.25)' color='rgb(155, 13, 187)'/>
<use xlink:href='#gpPt0' transform='translate(131.31,160.16) scale(5.25)' color='rgb(157, 14, 177)'/>
<use xlink:href='#gpPt0' transform='translate(123.65,175.18) scale(5.25)' color='rgb(159, 15, 166)'/>
<use xlink:href='#gpPt0' transform='translate(116.96,190.66) scale(5.25)' color='rgb(160, 16, 155)'/>
<use xlink:href='#gpPt0' transform='translate(111.24,206.53) scale(5.25)' color='rgb(162, 17, 143)'/>
<use xlink:href='#gpPt0' transform='translate(106.54,222.73) scale(5.25)' color='rgb(164, 18, 131)'/>
<use xlink:href='#gpPt0' transform='translate(102.86,239.19) scale(5.25)' color='rgb(166, 19, 119)'/>
<use xlink:href='#gpPt0' transform='translate(100.22,255.85) scale(5.25)' color='rgb(168, 21, 106)'/>
<use xlink:href='#gpPt0' transform='translate(98.63,272.65) scale(5.25)' color='rgb(169, 22, 92)'/>
<use xlink:href='#gpPt0' transform='translate(98.10,289.50) scale(5.25)' color='rgb(171, 23, 79)'/>
<use xlink:href='#gpPt0' transform='translate(98.63,306.36) scale(5.25)' color='rgb(173, 25, 65)'/>
<use xlink:href='#gpPt0' transform='translate(100.22,323.16) scale(5.25)' color='rgb(174, 26, 51)'/>
<use xlink:href='#gpPt0' transform='translate(102.86,339.82) scale(5.25)' color='rgb(176, 28, 37)'/>
<use xlink:href='#gpPt0' transform='translate(106.54,356.28) scale(5.25)' color='rgb(178, 29, 22)'/>
<use xlink:href='#gpPt0' transform='translate(111.24,372.47) scale(5.25)' color='rgb(179, 31, 8)'/>
<use xlink:href='#gpPt0' transform='translate(116.95,388.34) scale(5.25)' color='rgb(181, 33, 0)'/>
<use xlink:href='#gpPt0' transform='translate(123.65,403.82) scale(5.25)' color='rgb(183, 34, 0)'/>
<use xlink:href='#gpPt0' transform='translate(131.31,418.85) scale(5.25)' color='rgb(184, 36, 0)'/>
<use xlink:href='#gpPt0' transform='translate(139.90,433.37) scale(5.25)' color='rgb(186, 38, 0)'/>
<use xlink:href='#gpPt0' transform='translate(149.38,447.32) scale(5.25)' color='rgb(187, 40, 0)'/>
<use xlink:href='#gpPt0' transform='translate(159.72,460.65) scale(5.25)' color='rgb(189, 42, 0)'/>
<use xlink:href='#gpPt0' transform='translate(170.87,473.30) scale(5.25)' color='rgb(190, 44, 0)'/>
<use xlink:href='#gpPt0' transform='translate(182.80,485.23) scale(5.25)' color='rgb(192, 46, 0)'/>
<use xlink:href='#gpPt0' transform='translate(195.45,496.38) scale(5.25)' color='rgb(194, 49, 0)'/>
<use xlink:href='#gpPt0' transform='translate(208.78,506.72) scale(5.25)' color='rgb(195, 51, 0)'/>
<use xlink:href='#gpPt0' transform='translate(222.73,516.20) scale(5.25)' color='rgb(197, 53, 0)'/>
<use xlink:href='#gpPt0' transform='translate(237.25,524.79) scale(5.25)' color='rgb(198, 56, 0)'/>
<use xlink:href='#gpPt0' transform='translate(252.28,532.45) scale(5.25)' color='rgb(199, 58, 0)'/>
<use xlink:href='#gpPt0' transform='translate(267.76,539.14) scale(5.25)' color='rgb(201, 61, 0)'/>
<use xlink:href='#gpPt0' transform='translate(283.63,544.86) scale(5.25)' color='rgb(202, 64, 0)'/>
<use xlink:href='#gpPt0' transform='translate(299.83,549.56) scale(5.25)' color='rgb(204, 67, 0)'/>
<use xlink:href='#gpPt0' transform='translate(316.29,553.24) scale(5.25)' color='rgb(205, 69, 0)'/>
<use xlink:href='#gpPt0' transform='translate(332.95,555.88) scale(5.25)' color='rgb(207, 72, 0)'/>
<use xlink:href='#gpPt0' transform='translate(349.74,557.47) scale(5.25)' color='rgb(208, 75, 0)'/>
<use xlink:href='#gpPt0' transform='translate(366.60,558.00) scale(5.25)' color='rgb(210, 78, 0)'/>
<use xlink:href='#gpPt0' transform='translate(383.46,557.47) scale(5.25)' color='rgb(211, 82, 0)'/>
<use xlink:href='#gpPt0' transform='translate(400.25,555.88) scale(5.25)' color='rgb(212, 85, 0)'/>
<use xlink:href='#gpPt0' transform='translate(416.91,553.24) scale(5.25)' color='rgb(214, 88, 0)'/>
<use xlink:href='#gpPt0' transform='translate(433.37,549.57) scale(5.25)' color='rgb(215, 92, 0)'/>
<use xlink:href='#gpPt0' transform='translate(449.57,544.86) scale(5.25)' color='rgb(216, 95, 0)'/>
<use xlink:href='#gpPt0' transform='translate(465.44,539.15) scale(5.25)' color='rgb(218, 99, 0)'/>
<use xlink:href='#gpPt0' transform='translate(480.92,532.45) scale(5.25)' color='rgb(219, 102, 0)'/>
<use xlink:href='#gpPt0' transform='translate(495.95,524.79) scale(5.25)' color='rgb(220, 106, 0)'/>
<use xlink:href='#gpPt0' transform='translate(510.47,516.20) scale(5.25)' color='rgb(222, 110, 0)'/>
<use xlink:href='#gpPt0' transform='translate(524.42,506.72) scale(5.25)' color='rgb(223, 114, 0)'/>
<use xlink:href='#gpPt0' transform='translate(537.75,496.38) scale(5.25)' color='rgb(224, 118, 0)'/>
<use xlink:href='#gpPt0' transform='translate(550.40,485.23) scale(5.25)' color='rgb(226, 122, 0)'/>
<use xlink:href='#gpPt0' transform='translate(562.33,473.30) scale(5.25)' color='rgb(227, 127, 0)'/>
<use xlink:href='#gpPt0' transform='translate(573.48,460.65) scale(5.25)' color='rgb(228, 131, 0)'/>
<use xlink:href='#gpPt0' transform='translate(583.82,447.32) scale(5.25)' color='rgb(230, 136, 0)'/>
<use xlink:href='#gpPt0' transform='translate(593.30,433.37) scale(5.25)' color='rgb(231, 140, 0)'/>
<use xlink:href='#gpPt0' transform='translate(601.89,418.85) scale(5.25)' color='rgb(232, 145, 0)'/>
<use xlink:href='#gpPt0' transform='translate(609.55,403.83) scale(5.25)' color='rgb(233, 150, 0)'/>
<use xlink:href='#gpPt0' transform='translate(616.24,388.35) scale(5.25)' color='rgb(235, 154, 0)'/>
<use xlink:href='#gpPt0' transform='translate(621.96,372.48) scale(5.25)' color='rgb(236, 159, 0)'/>
<use xlink:href='#gpPt0' transform='translate(626.66,356.28) scale(5.25)' color='rgb(237, 164, 0)'/>
<use xlink:href='#gpPt0' transform='translate(630.34,339.82) scale(5.25)' color='rgb(238, 170, 0)'/>
<use xlink:href='#gpPt0' transform='translate(632.98,323.16) scale(5.25)' color='rgb(239, 175, 0)'/>
<use xlink:href='#gpPt0' transform='translate(634.57,306.37) scale(5.25)' color='rgb(241, 180, 0)'/>
<use xlink:href='#gpPt0' transform='translate(635.10,289.51) scale(5.25)' color='rgb(242, 186, 0)'/>
<use xlink:href='#gpPt0' transform='translate(590.69,42.01) scale(5.25)' color='rgb(242, 186, 0)'/>
</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 transform="translate(556.07,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>ellipse</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 0, 158, 115)' d='M565.86,63.01 L615.52,63.01 M621.96,248.02 L583.82,210.60 L524.42,180.90 L449.57,161.83 L366.60,155.26 L283.63,161.83
L208.78,180.90 L149.38,210.60 L111.24,248.02 L98.10,289.50 L111.24,330.99 L149.38,368.41 L208.78,398.11 L283.63,417.18
L366.60,423.75 L449.57,417.18 L524.42,398.11 L583.82,368.41 L621.96,330.99 L635.10,289.51 '/> <use xlink:href='#gpPt1' transform='translate(621.96,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(583.82,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(524.42,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(449.57,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(366.60,155.26) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(283.63,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(208.78,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(149.38,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(111.24,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(98.10,289.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(111.24,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(149.38,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(208.78,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(283.63,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(366.60,423.75) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(449.57,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(524.42,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(583.82,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(621.96,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(635.10,289.51) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(590.69,63.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M98.10,21.01 L98.10,558.00 L635.10,558.00 L635.10,21.01 L98.10,21.01 Z '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb( 1, 0, 0)' points = '648.52,558.00 675.37,558.00 675.37,553.80 648.52,553.80 '/>
<polygon fill = 'rgb( 23, 0, 13)' points = '648.52,553.81 675.37,553.81 675.37,549.60 648.52,549.60 '/>
<polygon fill = 'rgb( 32, 0, 25)' points = '648.52,549.61 675.37,549.61 675.37,545.41 648.52,545.41 '/>
<polygon fill = 'rgb( 39, 0, 37)' points = '648.52,545.42 675.37,545.42 675.37,541.21 648.52,541.21 '/>
<polygon fill = 'rgb( 45, 0, 50)' points = '648.52,541.22 675.37,541.22 675.37,537.02 648.52,537.02 '/>
<polygon fill = 'rgb( 50, 0, 62)' points = '648.52,537.03 675.37,537.03 675.37,532.82 648.52,532.82 '/>
<polygon fill = 'rgb( 55, 0, 74)' points = '648.52,532.83 675.37,532.83 675.37,528.63 648.52,528.63 '/>
<polygon fill = 'rgb( 60, 0, 86)' points = '648.52,528.64 675.37,528.64 675.37,524.43 648.52,524.43 '/>
<polygon fill = 'rgb( 64, 0, 98)' points = '648.52,524.44 675.37,524.44 675.37,520.24 648.52,520.24 '/>
<polygon fill = 'rgb( 68, 0, 109)' points = '648.52,520.25 675.37,520.25 675.37,516.04 648.52,516.04 '/>
<polygon fill = 'rgb( 71, 0, 120)' points = '648.52,516.05 675.37,516.05 675.37,511.85 648.52,511.85 '/>
<polygon fill = 'rgb( 75, 0, 131)' points = '648.52,511.86 675.37,511.86 675.37,507.65 648.52,507.65 '/>
<polygon fill = 'rgb( 78, 0, 142)' points = '648.52,507.66 675.37,507.66 675.37,503.46 648.52,503.46 '/>
<polygon fill = 'rgb( 81, 0, 152)' points = '648.52,503.47 675.37,503.47 675.37,499.26 648.52,499.26 '/>
<polygon fill = 'rgb( 84, 0, 162)' points = '648.52,499.27 675.37,499.27 675.37,495.07 648.52,495.07 '/>
<polygon fill = 'rgb( 87, 0, 171)' points = '648.52,495.08 675.37,495.08 675.37,490.87 648.52,490.87 '/>
<polygon fill = 'rgb( 90, 0, 180)' points = '648.52,490.88 675.37,490.88 675.37,486.68 648.52,486.68 '/>
<polygon fill = 'rgb( 93, 1, 189)' points = '648.52,486.69 675.37,486.69 675.37,482.48 648.52,482.48 '/>
<polygon fill = 'rgb( 96, 1, 197)' points = '648.52,482.49 675.37,482.49 675.37,478.29 648.52,478.29 '/>
<polygon fill = 'rgb( 98, 1, 205)' points = '648.52,478.30 675.37,478.30 675.37,474.09 648.52,474.09 '/>
<polygon fill = 'rgb(101, 1, 212)' points = '648.52,474.10 675.37,474.10 675.37,469.90 648.52,469.90 '/>
<polygon fill = 'rgb(103, 1, 219)' points = '648.52,469.91 675.37,469.91 675.37,465.70 648.52,465.70 '/>
<polygon fill = 'rgb(106, 1, 225)' points = '648.52,465.71 675.37,465.71 675.37,461.50 648.52,461.50 '/>
<polygon fill = 'rgb(108, 1, 231)' points = '648.52,461.51 675.37,461.51 675.37,457.31 648.52,457.31 '/>
<polygon fill = 'rgb(110, 2, 236)' points = '648.52,457.32 675.37,457.32 675.37,453.11 648.52,453.11 '/>
<polygon fill = 'rgb(113, 2, 240)' points = '648.52,453.12 675.37,453.12 675.37,448.92 648.52,448.92 '/>
<polygon fill = 'rgb(115, 2, 244)' points = '648.52,448.93 675.37,448.93 675.37,444.72 648.52,444.72 '/>
<polygon fill = 'rgb(117, 2, 247)' points = '648.52,444.73 675.37,444.73 675.37,440.53 648.52,440.53 '/>
<polygon fill = 'rgb(119, 3, 250)' points = '648.52,440.54 675.37,440.54 675.37,436.33 648.52,436.33 '/>
<polygon fill = 'rgb(121, 3, 252)' points = '648.52,436.34 675.37,436.34 675.37,432.14 648.52,432.14 '/>
<polygon fill = 'rgb(123, 3, 254)' points = '648.52,432.15 675.37,432.15 675.37,427.94 648.52,427.94 '/>
<polygon fill = 'rgb(125, 4, 255)' points = '648.52,427.95 675.37,427.95 675.37,423.75 648.52,423.75 '/>
<polygon fill = 'rgb(128, 4, 255)' points = '648.52,423.76 675.37,423.76 675.37,419.55 648.52,419.55 '/>
<polygon fill = 'rgb(129, 4, 255)' points = '648.52,419.56 675.37,419.56 675.37,415.36 648.52,415.36 '/>
<polygon fill = 'rgb(131, 5, 254)' points = '648.52,415.37 675.37,415.37 675.37,411.16 648.52,411.16 '/>
<polygon fill = 'rgb(133, 5, 252)' points = '648.52,411.17 675.37,411.17 675.37,406.97 648.52,406.97 '/>
<polygon fill = 'rgb(135, 6, 250)' points = '648.52,406.98 675.37,406.98 675.37,402.77 648.52,402.77 '/>
<polygon fill = 'rgb(137, 6, 247)' points = '648.52,402.78 675.37,402.78 675.37,398.58 648.52,398.58 '/>
<polygon fill = 'rgb(139, 7, 244)' points = '648.52,398.59 675.37,398.59 675.37,394.38 648.52,394.38 '/>
<polygon fill = 'rgb(141, 7, 240)' points = '648.52,394.39 675.37,394.39 675.37,390.19 648.52,390.19 '/>
<polygon fill = 'rgb(143, 8, 236)' points = '648.52,390.20 675.37,390.20 675.37,385.99 648.52,385.99 '/>
<polygon fill = 'rgb(144, 8, 231)' points = '648.52,386.00 675.37,386.00 675.37,381.80 648.52,381.80 '/>
<polygon fill = 'rgb(146, 9, 225)' points = '648.52,381.81 675.37,381.81 675.37,377.60 648.52,377.60 '/>
<polygon fill = 'rgb(148, 10, 219)' points = '648.52,377.61 675.37,377.61 675.37,373.40 648.52,373.40 '/>
<polygon fill = 'rgb(150, 10, 212)' points = '648.52,373.41 675.37,373.41 675.37,369.21 648.52,369.21 '/>
<polygon fill = 'rgb(151, 11, 205)' points = '648.52,369.22 675.37,369.22 675.37,365.01 648.52,365.01 '/>
<polygon fill = 'rgb(153, 12, 197)' points = '648.52,365.02 675.37,365.02 675.37,360.82 648.52,360.82 '/>
<polygon fill = 'rgb(155, 13, 189)' points = '648.52,360.83 675.37,360.83 675.37,356.62 648.52,356.62 '/>
<polygon fill = 'rgb(156, 13, 180)' points = '648.52,356.63 675.37,356.63 675.37,352.43 648.52,352.43 '/>
<polygon fill = 'rgb(158, 14, 171)' points = '648.52,352.44 675.37,352.44 675.37,348.23 648.52,348.23 '/>
<polygon fill = 'rgb(159, 15, 162)' points = '648.52,348.24 675.37,348.24 675.37,344.04 648.52,344.04 '/>
<polygon fill = 'rgb(161, 16, 152)' points = '648.52,344.05 675.37,344.05 675.37,339.84 648.52,339.84 '/>
<polygon fill = 'rgb(163, 17, 142)' points = '648.52,339.85 675.37,339.85 675.37,335.65 648.52,335.65 '/>
<polygon fill = 'rgb(164, 18, 131)' points = '648.52,335.66 675.37,335.66 675.37,331.45 648.52,331.45 '/>
<polygon fill = 'rgb(166, 19, 120)' points = '648.52,331.46 675.37,331.46 675.37,327.26 648.52,327.26 '/>
<polygon fill = 'rgb(167, 20, 109)' points = '648.52,327.27 675.37,327.27 675.37,323.06 648.52,323.06 '/>
<polygon fill = 'rgb(169, 21, 98)' points = '648.52,323.07 675.37,323.07 675.37,318.87 648.52,318.87 '/>
<polygon fill = 'rgb(170, 23, 86)' points = '648.52,318.88 675.37,318.88 675.37,314.67 648.52,314.67 '/>
<polygon fill = 'rgb(172, 24, 74)' points = '648.52,314.68 675.37,314.68 675.37,310.48 648.52,310.48 '/>
<polygon fill = 'rgb(173, 25, 62)' points = '648.52,310.49 675.37,310.49 675.37,306.28 648.52,306.28 '/>
<polygon fill = 'rgb(175, 26, 50)' points = '648.52,306.29 675.37,306.29 675.37,302.09 648.52,302.09 '/>
<polygon fill = 'rgb(176, 28, 37)' points = '648.52,302.10 675.37,302.10 675.37,297.89 648.52,297.89 '/>
<polygon fill = 'rgb(177, 29, 25)' points = '648.52,297.90 675.37,297.90 675.37,293.70 648.52,293.70 '/>
<polygon fill = 'rgb(179, 30, 13)' points = '648.52,293.71 675.37,293.71 675.37,289.50 648.52,289.50 '/>
<polygon fill = 'rgb(180, 32, 0)' points = '648.52,289.51 675.37,289.51 675.37,285.30 648.52,285.30 '/>
<polygon fill = 'rgb(182, 33, 0)' points = '648.52,285.31 675.37,285.31 675.37,281.11 648.52,281.11 '/>
<polygon fill = 'rgb(183, 35, 0)' points = '648.52,281.12 675.37,281.12 675.37,276.91 648.52,276.91 '/>
<polygon fill = 'rgb(184, 37, 0)' points = '648.52,276.92 675.37,276.92 675.37,272.72 648.52,272.72 '/>
<polygon fill = 'rgb(186, 38, 0)' points = '648.52,272.73 675.37,272.73 675.37,268.52 648.52,268.52 '/>
<polygon fill = 'rgb(187, 40, 0)' points = '648.52,268.53 675.37,268.53 675.37,264.33 648.52,264.33 '/>
<polygon fill = 'rgb(189, 42, 0)' points = '648.52,264.34 675.37,264.34 675.37,260.13 648.52,260.13 '/>
<polygon fill = 'rgb(190, 44, 0)' points = '648.52,260.14 675.37,260.14 675.37,255.94 648.52,255.94 '/>
<polygon fill = 'rgb(191, 45, 0)' points = '648.52,255.95 675.37,255.95 675.37,251.74 648.52,251.74 '/>
<polygon fill = 'rgb(193, 47, 0)' points = '648.52,251.75 675.37,251.75 675.37,247.55 648.52,247.55 '/>
<polygon fill = 'rgb(194, 49, 0)' points = '648.52,247.56 675.37,247.56 675.37,243.35 648.52,243.35 '/>
<polygon fill = 'rgb(195, 51, 0)' points = '648.52,243.36 675.37,243.36 675.37,239.16 648.52,239.16 '/>
<polygon fill = 'rgb(196, 53, 0)' points = '648.52,239.17 675.37,239.17 675.37,234.96 648.52,234.96 '/>
<polygon fill = 'rgb(198, 56, 0)' points = '648.52,234.97 675.37,234.97 675.37,230.77 648.52,230.77 '/>
<polygon fill = 'rgb(199, 58, 0)' points = '648.52,230.78 675.37,230.78 675.37,226.57 648.52,226.57 '/>
<polygon fill = 'rgb(200, 60, 0)' points = '648.52,226.58 675.37,226.58 675.37,222.38 648.52,222.38 '/>
<polygon fill = 'rgb(202, 62, 0)' points = '648.52,222.39 675.37,222.39 675.37,218.18 648.52,218.18 '/>
<polygon fill = 'rgb(203, 65, 0)' points = '648.52,218.19 675.37,218.19 675.37,213.99 648.52,213.99 '/>
<polygon fill = 'rgb(204, 67, 0)' points = '648.52,214.00 675.37,214.00 675.37,209.79 648.52,209.79 '/>
<polygon fill = 'rgb(205, 70, 0)' points = '648.52,209.80 675.37,209.80 675.37,205.60 648.52,205.60 '/>
<polygon fill = 'rgb(207, 72, 0)' points = '648.52,205.61 675.37,205.61 675.37,201.40 648.52,201.40 '/>
<polygon fill = 'rgb(208, 75, 0)' points = '648.52,201.41 675.37,201.41 675.37,197.20 648.52,197.20 '/>
<polygon fill = 'rgb(209, 77, 0)' points = '648.52,197.21 675.37,197.21 675.37,193.01 648.52,193.01 '/>
<polygon fill = 'rgb(210, 80, 0)' points = '648.52,193.02 675.37,193.02 675.37,188.81 648.52,188.81 '/>
<polygon fill = 'rgb(211, 83, 0)' points = '648.52,188.82 675.37,188.82 675.37,184.62 648.52,184.62 '/>
<polygon fill = 'rgb(213, 86, 0)' points = '648.52,184.63 675.37,184.63 675.37,180.42 648.52,180.42 '/>
<polygon fill = 'rgb(214, 89, 0)' points = '648.52,180.43 675.37,180.43 675.37,176.23 648.52,176.23 '/>
<polygon fill = 'rgb(215, 92, 0)' points = '648.52,176.24 675.37,176.24 675.37,172.03 648.52,172.03 '/>
<polygon fill = 'rgb(216, 95, 0)' points = '648.52,172.04 675.37,172.04 675.37,167.84 648.52,167.84 '/>
<polygon fill = 'rgb(217, 98, 0)' points = '648.52,167.85 675.37,167.85 675.37,163.64 648.52,163.64 '/>
<polygon fill = 'rgb(219, 101, 0)' points = '648.52,163.65 675.37,163.65 675.37,159.45 648.52,159.45 '/>
<polygon fill = 'rgb(220, 104, 0)' points = '648.52,159.46 675.37,159.46 675.37,155.25 648.52,155.25 '/>
<polygon fill = 'rgb(221, 108, 0)' points = '648.52,155.26 675.37,155.26 675.37,151.06 648.52,151.06 '/>
<polygon fill = 'rgb(222, 111, 0)' points = '648.52,151.07 675.37,151.07 675.37,146.86 648.52,146.86 '/>
<polygon fill = 'rgb(223, 114, 0)' points = '648.52,146.87 675.37,146.87 675.37,142.67 648.52,142.67 '/>
<polygon fill = 'rgb(224, 118, 0)' points = '648.52,142.68 675.37,142.68 675.37,138.47 648.52,138.47 '/>
<polygon fill = 'rgb(225, 122, 0)' points = '648.52,138.48 675.37,138.48 675.37,134.28 648.52,134.28 '/>
<polygon fill = 'rgb(227, 125, 0)' points = '648.52,134.29 675.37,134.29 675.37,130.08 648.52,130.08 '/>
<polygon fill = 'rgb(228, 129, 0)' points = '648.52,130.09 675.37,130.09 675.37,125.89 648.52,125.89 '/>
<polygon fill = 'rgb(229, 133, 0)' points = '648.52,125.90 675.37,125.90 675.37,121.69 648.52,121.69 '/>
<polygon fill = 'rgb(230, 137, 0)' points = '648.52,121.70 675.37,121.70 675.37,117.50 648.52,117.50 '/>
<polygon fill = 'rgb(231, 141, 0)' points = '648.52,117.51 675.37,117.51 675.37,113.30 648.52,113.30 '/>
<polygon fill = 'rgb(232, 145, 0)' points = '648.52,113.31 675.37,113.31 675.37,109.10 648.52,109.10 '/>
<polygon fill = 'rgb(233, 149, 0)' points = '648.52,109.11 675.37,109.11 675.37,104.91 648.52,104.91 '/>
<polygon fill = 'rgb(234, 153, 0)' points = '648.52,104.92 675.37,104.92 675.37,100.71 648.52,100.71 '/>
<polygon fill = 'rgb(235, 157, 0)' points = '648.52,100.72 675.37,100.72 675.37,96.52 648.52,96.52 '/>
<polygon fill = 'rgb(236, 162, 0)' points = '648.52,96.53 675.37,96.53 675.37,92.32 648.52,92.32 '/>
<polygon fill = 'rgb(237, 166, 0)' points = '648.52,92.33 675.37,92.33 675.37,88.13 648.52,88.13 '/>
<polygon fill = 'rgb(239, 171, 0)' points = '648.52,88.14 675.37,88.14 675.37,83.93 648.52,83.93 '/>
<polygon fill = 'rgb(240, 175, 0)' points = '648.52,83.94 675.37,83.94 675.37,79.74 648.52,79.74 '/>
<polygon fill = 'rgb(241, 180, 0)' points = '648.52,79.75 675.37,79.75 675.37,75.54 648.52,75.54 '/>
<polygon fill = 'rgb(242, 185, 0)' points = '648.52,75.55 675.37,75.55 675.37,71.35 648.52,71.35 '/>
<polygon fill = 'rgb(243, 190, 0)' points = '648.52,71.36 675.37,71.36 675.37,67.15 648.52,67.15 '/>
<polygon fill = 'rgb(244, 195, 0)' points = '648.52,67.16 675.37,67.16 675.37,62.96 648.52,62.96 '/>
<polygon fill = 'rgb(245, 200, 0)' points = '648.52,62.97 675.37,62.97 675.37,58.76 648.52,58.76 '/>
<polygon fill = 'rgb(246, 205, 0)' points = '648.52,58.77 675.37,58.77 675.37,54.57 648.52,54.57 '/>
<polygon fill = 'rgb(247, 210, 0)' points = '648.52,54.58 675.37,54.58 675.37,50.37 648.52,50.37 '/>
<polygon fill = 'rgb(248, 215, 0)' points = '648.52,50.38 675.37,50.38 675.37,46.18 648.52,46.18 '/>
<polygon fill = 'rgb(249, 221, 0)' points = '648.52,46.19 675.37,46.19 675.37,41.98 648.52,41.98 '/>
<polygon fill = 'rgb(250, 226, 0)' points = '648.52,41.99 675.37,41.99 675.37,37.79 648.52,37.79 '/>
<polygon fill = 'rgb(251, 232, 0)' points = '648.52,37.80 675.37,37.80 675.37,33.59 648.52,33.59 '/>
<polygon fill = 'rgb(252, 237, 0)' points = '648.52,33.60 675.37,33.60 675.37,29.40 648.52,29.40 '/>
<polygon fill = 'rgb(253, 243, 0)' points = '648.52,29.41 675.37,29.41 675.37,25.20 648.52,25.20 '/>
<polygon fill = 'rgb(254, 249, 0)' points = '648.52,25.21 675.37,25.21 675.37,21.01 648.52,21.01 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,558.00 L675.37,558.00 L675.37,21.01 L648.52,21.01 L648.52,558.00 Z '/></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='M675.37,558.00 L664.87,558.00 '/> <g transform="translate(685.16,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,558.00 L659.02,558.00 M675.37,490.88 L664.87,490.88 '/> <g transform="translate(685.16,495.43)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 50</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,490.88 L659.02,490.88 M675.37,423.76 L664.87,423.76 '/> <g transform="translate(685.16,428.31)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 100</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,423.76 L659.02,423.76 M675.37,356.63 L664.87,356.63 '/> <g transform="translate(685.16,361.18)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 150</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,356.63 L659.02,356.63 M675.37,289.51 L664.87,289.51 '/> <g transform="translate(685.16,294.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 200</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,289.51 L659.02,289.51 M675.37,222.39 L664.87,222.39 '/> <g transform="translate(685.16,226.94)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 250</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,222.39 L659.02,222.39 M675.37,155.26 L664.87,155.26 '/> <g transform="translate(685.16,159.81)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 300</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,155.26 L659.02,155.26 M675.37,88.14 L664.87,88.14 '/> <g transform="translate(685.16,92.69)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 350</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,88.14 L659.02,88.14 M675.37,21.01 L664.87,21.01 '/> <g transform="translate(685.16,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 400</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,21.01 L659.02,21.01 '/></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

669
guide/guide-9.svg Normal file
View File

@ -0,0 +1,669 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg
width="800" height="600"
viewBox="0 0 800 600"
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="800" height="600" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
<path id='gpPt0' stroke-width='0.190' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.190' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.190' 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.190' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.190' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.190' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.190' 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.190' 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">
</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='M98.10,558.00 L635.10,558.00 '/></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='M98.10,558.00 L108.60,558.00 M635.10,558.00 L624.60,558.00 '/> <g transform="translate(88.31,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-1</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='M98.10,504.30 L635.10,504.30 '/></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='M98.10,504.30 L108.60,504.30 M635.10,504.30 L624.60,504.30 '/> <g transform="translate(88.31,508.85)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.8</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='M98.10,450.60 L635.10,450.60 '/></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='M98.10,450.60 L108.60,450.60 M635.10,450.60 L624.60,450.60 '/> <g transform="translate(88.31,455.15)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.6</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='M98.10,396.90 L635.10,396.90 '/></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='M98.10,396.90 L108.60,396.90 M635.10,396.90 L624.60,396.90 '/> <g transform="translate(88.31,401.45)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.4</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='M98.10,343.20 L635.10,343.20 '/></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='M98.10,343.20 L108.60,343.20 M635.10,343.20 L624.60,343.20 '/> <g transform="translate(88.31,347.75)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>-0.2</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='M98.10,289.50 L635.10,289.50 '/></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='M98.10,289.50 L108.60,289.50 M635.10,289.50 L624.60,289.50 '/> <g transform="translate(88.31,294.05)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0</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='M98.10,235.81 L635.10,235.81 '/></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='M98.10,235.81 L108.60,235.81 M635.10,235.81 L624.60,235.81 '/> <g transform="translate(88.31,240.36)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.2</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='M98.10,182.11 L635.10,182.11 '/></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='M98.10,182.11 L108.60,182.11 M635.10,182.11 L624.60,182.11 '/> <g transform="translate(88.31,186.66)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.4</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='M98.10,128.41 L635.10,128.41 '/></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='M98.10,128.41 L108.60,128.41 M635.10,128.41 L624.60,128.41 '/> <g transform="translate(88.31,132.96)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.6</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='M98.10,74.71 L635.10,74.71 '/></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='M98.10,74.71 L108.60,74.71 M635.10,74.71 L624.60,74.71 '/> <g transform="translate(88.31,79.26)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 0.8</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='M98.10,21.01 L635.10,21.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='M98.10,21.01 L108.60,21.01 M635.10,21.01 L624.60,21.01 '/> <g transform="translate(88.31,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text> 1</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='M98.10,558.00 L98.10,21.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='M98.10,558.00 L98.10,547.50 M98.10,21.01 L98.10,31.51 '/> <g transform="translate(98.10,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-1</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='M151.80,558.00 L151.80,21.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='M151.80,558.00 L151.80,547.50 M151.80,21.01 L151.80,31.51 '/> <g transform="translate(151.80,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.8</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='M205.50,558.00 L205.50,21.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='M205.50,558.00 L205.50,547.50 M205.50,21.01 L205.50,31.51 '/> <g transform="translate(205.50,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.6</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='M259.20,558.00 L259.20,21.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='M259.20,558.00 L259.20,547.50 M259.20,21.01 L259.20,31.51 '/> <g transform="translate(259.20,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.4</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='M312.90,558.00 L312.90,21.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='M312.90,558.00 L312.90,547.50 M312.90,21.01 L312.90,31.51 '/> <g transform="translate(312.90,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text>-0.2</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='M366.60,558.00 L366.60,21.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='M366.60,558.00 L366.60,547.50 M366.60,21.01 L366.60,31.51 '/> <g transform="translate(366.60,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0</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='M420.30,558.00 L420.30,21.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='M420.30,558.00 L420.30,547.50 M420.30,21.01 L420.30,31.51 '/> <g transform="translate(420.30,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.2</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='M474.00,558.00 L474.00,21.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='M474.00,558.00 L474.00,547.50 M474.00,21.01 L474.00,31.51 '/> <g transform="translate(474.00,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.4</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='M527.70,558.00 L527.70,73.51 M527.70,31.51 L527.70,21.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='M527.70,558.00 L527.70,547.50 M527.70,21.01 L527.70,31.51 '/> <g transform="translate(527.70,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.6</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='M581.40,558.00 L581.40,73.51 M581.40,31.51 L581.40,21.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='M581.40,558.00 L581.40,547.50 M581.40,21.01 L581.40,31.51 '/> <g transform="translate(581.40,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 0.8</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='M635.10,558.00 L635.10,21.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='M635.10,558.00 L635.10,547.50 M635.10,21.01 L635.10,31.51 '/> <g transform="translate(635.10,583.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="middle">
<text> 1</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='M98.10,21.01 L98.10,558.00 L635.10,558.00 L635.10,21.01 L98.10,21.01 Z '/></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>gnuplot_plot_1</title>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<g transform="translate(556.07,46.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>circle</text>
</g>
<use xlink:href='#gpPt0' transform='translate(634.57,272.65) scale(5.25)' color='rgb( 24, 0, 14)'/>
<use xlink:href='#gpPt0' transform='translate(632.98,255.85) scale(5.25)' color='rgb( 34, 0, 29)'/>
<use xlink:href='#gpPt0' transform='translate(630.34,239.19) scale(5.25)' color='rgb( 42, 0, 43)'/>
<use xlink:href='#gpPt0' transform='translate(626.66,222.73) scale(5.25)' color='rgb( 48, 0, 57)'/>
<use xlink:href='#gpPt0' transform='translate(621.96,206.54) scale(5.25)' color='rgb( 54, 0, 71)'/>
<use xlink:href='#gpPt0' transform='translate(616.25,190.67) scale(5.25)' color='rgb( 59, 0, 85)'/>
<use xlink:href='#gpPt0' transform='translate(609.55,175.19) scale(5.25)' color='rgb( 64, 0, 98)'/>
<use xlink:href='#gpPt0' transform='translate(601.89,160.16) scale(5.25)' color='rgb( 68, 0, 111)'/>
<use xlink:href='#gpPt0' transform='translate(593.30,145.64) scale(5.25)' color='rgb( 73, 0, 124)'/>
<use xlink:href='#gpPt0' transform='translate(583.82,131.69) scale(5.25)' color='rgb( 77, 0, 137)'/>
<use xlink:href='#gpPt0' transform='translate(573.48,118.36) scale(5.25)' color='rgb( 80, 0, 149)'/>
<use xlink:href='#gpPt0' transform='translate(562.33,105.71) scale(5.25)' color='rgb( 84, 0, 160)'/>
<use xlink:href='#gpPt0' transform='translate(550.40,93.78) scale(5.25)' color='rgb( 87, 0, 171)'/>
<use xlink:href='#gpPt0' transform='translate(537.75,82.63) scale(5.25)' color='rgb( 91, 1, 181)'/>
<use xlink:href='#gpPt0' transform='translate(524.42,72.29) scale(5.25)' color='rgb( 94, 1, 191)'/>
<use xlink:href='#gpPt0' transform='translate(510.47,62.81) scale(5.25)' color='rgb( 97, 1, 201)'/>
<use xlink:href='#gpPt0' transform='translate(495.95,54.22) scale(5.25)' color='rgb(100, 1, 209)'/>
<use xlink:href='#gpPt0' transform='translate(480.92,46.56) scale(5.25)' color='rgb(103, 1, 217)'/>
<use xlink:href='#gpPt0' transform='translate(465.44,39.86) scale(5.25)' color='rgb(105, 1, 224)'/>
<use xlink:href='#gpPt0' transform='translate(449.57,34.15) scale(5.25)' color='rgb(108, 1, 231)'/>
<use xlink:href='#gpPt0' transform='translate(433.37,29.45) scale(5.25)' color='rgb(111, 2, 236)'/>
<use xlink:href='#gpPt0' transform='translate(416.91,25.77) scale(5.25)' color='rgb(113, 2, 242)'/>
<use xlink:href='#gpPt0' transform='translate(400.25,23.13) scale(5.25)' color='rgb(116, 2, 246)'/>
<use xlink:href='#gpPt0' transform='translate(383.46,21.54) scale(5.25)' color='rgb(119, 3, 249)'/>
<use xlink:href='#gpPt0' transform='translate(366.60,21.01) scale(5.25)' color='rgb(121, 3, 252)'/>
<use xlink:href='#gpPt0' transform='translate(349.74,21.54) scale(5.25)' color='rgb(123, 3, 254)'/>
<use xlink:href='#gpPt0' transform='translate(332.95,23.13) scale(5.25)' color='rgb(126, 4, 255)'/>
<use xlink:href='#gpPt0' transform='translate(316.29,25.77) scale(5.25)' color='rgb(128, 4, 255)'/>
<use xlink:href='#gpPt0' transform='translate(299.83,29.45) scale(5.25)' color='rgb(130, 5, 254)'/>
<use xlink:href='#gpPt0' transform='translate(283.63,34.15) scale(5.25)' color='rgb(133, 5, 253)'/>
<use xlink:href='#gpPt0' transform='translate(267.76,39.86) scale(5.25)' color='rgb(135, 6, 251)'/>
<use xlink:href='#gpPt0' transform='translate(252.28,46.56) scale(5.25)' color='rgb(137, 6, 248)'/>
<use xlink:href='#gpPt0' transform='translate(237.25,54.22) scale(5.25)' color='rgb(139, 7, 244)'/>
<use xlink:href='#gpPt0' transform='translate(222.73,62.81) scale(5.25)' color='rgb(141, 7, 239)'/>
<use xlink:href='#gpPt0' transform='translate(208.78,72.29) scale(5.25)' color='rgb(143, 8, 234)'/>
<use xlink:href='#gpPt0' transform='translate(195.45,82.63) scale(5.25)' color='rgb(145, 9, 228)'/>
<use xlink:href='#gpPt0' transform='translate(182.80,93.78) scale(5.25)' color='rgb(147, 9, 221)'/>
<use xlink:href='#gpPt0' transform='translate(170.87,105.71) scale(5.25)' color='rgb(149, 10, 214)'/>
<use xlink:href='#gpPt0' transform='translate(159.72,118.36) scale(5.25)' color='rgb(151, 11, 205)'/>
<use xlink:href='#gpPt0' transform='translate(149.38,131.69) scale(5.25)' color='rgb(153, 12, 196)'/>
<use xlink:href='#gpPt0' transform='translate(139.90,145.64) scale(5.25)' color='rgb(155, 13, 187)'/>
<use xlink:href='#gpPt0' transform='translate(131.31,160.16) scale(5.25)' color='rgb(157, 14, 177)'/>
<use xlink:href='#gpPt0' transform='translate(123.65,175.18) scale(5.25)' color='rgb(159, 15, 166)'/>
<use xlink:href='#gpPt0' transform='translate(116.96,190.66) scale(5.25)' color='rgb(160, 16, 155)'/>
<use xlink:href='#gpPt0' transform='translate(111.24,206.53) scale(5.25)' color='rgb(162, 17, 143)'/>
<use xlink:href='#gpPt0' transform='translate(106.54,222.73) scale(5.25)' color='rgb(164, 18, 131)'/>
<use xlink:href='#gpPt0' transform='translate(102.86,239.19) scale(5.25)' color='rgb(166, 19, 119)'/>
<use xlink:href='#gpPt0' transform='translate(100.22,255.85) scale(5.25)' color='rgb(168, 21, 106)'/>
<use xlink:href='#gpPt0' transform='translate(98.63,272.65) scale(5.25)' color='rgb(169, 22, 92)'/>
<use xlink:href='#gpPt0' transform='translate(98.10,289.50) scale(5.25)' color='rgb(171, 23, 79)'/>
<use xlink:href='#gpPt0' transform='translate(98.63,306.36) scale(5.25)' color='rgb(173, 25, 65)'/>
<use xlink:href='#gpPt0' transform='translate(100.22,323.16) scale(5.25)' color='rgb(174, 26, 51)'/>
<use xlink:href='#gpPt0' transform='translate(102.86,339.82) scale(5.25)' color='rgb(176, 28, 37)'/>
<use xlink:href='#gpPt0' transform='translate(106.54,356.28) scale(5.25)' color='rgb(178, 29, 22)'/>
<use xlink:href='#gpPt0' transform='translate(111.24,372.47) scale(5.25)' color='rgb(179, 31, 8)'/>
<use xlink:href='#gpPt0' transform='translate(116.95,388.34) scale(5.25)' color='rgb(181, 33, 0)'/>
<use xlink:href='#gpPt0' transform='translate(123.65,403.82) scale(5.25)' color='rgb(183, 34, 0)'/>
<use xlink:href='#gpPt0' transform='translate(131.31,418.85) scale(5.25)' color='rgb(184, 36, 0)'/>
<use xlink:href='#gpPt0' transform='translate(139.90,433.37) scale(5.25)' color='rgb(186, 38, 0)'/>
<use xlink:href='#gpPt0' transform='translate(149.38,447.32) scale(5.25)' color='rgb(187, 40, 0)'/>
<use xlink:href='#gpPt0' transform='translate(159.72,460.65) scale(5.25)' color='rgb(189, 42, 0)'/>
<use xlink:href='#gpPt0' transform='translate(170.87,473.30) scale(5.25)' color='rgb(190, 44, 0)'/>
<use xlink:href='#gpPt0' transform='translate(182.80,485.23) scale(5.25)' color='rgb(192, 46, 0)'/>
<use xlink:href='#gpPt0' transform='translate(195.45,496.38) scale(5.25)' color='rgb(194, 49, 0)'/>
<use xlink:href='#gpPt0' transform='translate(208.78,506.72) scale(5.25)' color='rgb(195, 51, 0)'/>
<use xlink:href='#gpPt0' transform='translate(222.73,516.20) scale(5.25)' color='rgb(197, 53, 0)'/>
<use xlink:href='#gpPt0' transform='translate(237.25,524.79) scale(5.25)' color='rgb(198, 56, 0)'/>
<use xlink:href='#gpPt0' transform='translate(252.28,532.45) scale(5.25)' color='rgb(199, 58, 0)'/>
<use xlink:href='#gpPt0' transform='translate(267.76,539.14) scale(5.25)' color='rgb(201, 61, 0)'/>
<use xlink:href='#gpPt0' transform='translate(283.63,544.86) scale(5.25)' color='rgb(202, 64, 0)'/>
<use xlink:href='#gpPt0' transform='translate(299.83,549.56) scale(5.25)' color='rgb(204, 67, 0)'/>
<use xlink:href='#gpPt0' transform='translate(316.29,553.24) scale(5.25)' color='rgb(205, 69, 0)'/>
<use xlink:href='#gpPt0' transform='translate(332.95,555.88) scale(5.25)' color='rgb(207, 72, 0)'/>
<use xlink:href='#gpPt0' transform='translate(349.74,557.47) scale(5.25)' color='rgb(208, 75, 0)'/>
<use xlink:href='#gpPt0' transform='translate(366.60,558.00) scale(5.25)' color='rgb(210, 78, 0)'/>
<use xlink:href='#gpPt0' transform='translate(383.46,557.47) scale(5.25)' color='rgb(211, 82, 0)'/>
<use xlink:href='#gpPt0' transform='translate(400.25,555.88) scale(5.25)' color='rgb(212, 85, 0)'/>
<use xlink:href='#gpPt0' transform='translate(416.91,553.24) scale(5.25)' color='rgb(214, 88, 0)'/>
<use xlink:href='#gpPt0' transform='translate(433.37,549.57) scale(5.25)' color='rgb(215, 92, 0)'/>
<use xlink:href='#gpPt0' transform='translate(449.57,544.86) scale(5.25)' color='rgb(216, 95, 0)'/>
<use xlink:href='#gpPt0' transform='translate(465.44,539.15) scale(5.25)' color='rgb(218, 99, 0)'/>
<use xlink:href='#gpPt0' transform='translate(480.92,532.45) scale(5.25)' color='rgb(219, 102, 0)'/>
<use xlink:href='#gpPt0' transform='translate(495.95,524.79) scale(5.25)' color='rgb(220, 106, 0)'/>
<use xlink:href='#gpPt0' transform='translate(510.47,516.20) scale(5.25)' color='rgb(222, 110, 0)'/>
<use xlink:href='#gpPt0' transform='translate(524.42,506.72) scale(5.25)' color='rgb(223, 114, 0)'/>
<use xlink:href='#gpPt0' transform='translate(537.75,496.38) scale(5.25)' color='rgb(224, 118, 0)'/>
<use xlink:href='#gpPt0' transform='translate(550.40,485.23) scale(5.25)' color='rgb(226, 122, 0)'/>
<use xlink:href='#gpPt0' transform='translate(562.33,473.30) scale(5.25)' color='rgb(227, 127, 0)'/>
<use xlink:href='#gpPt0' transform='translate(573.48,460.65) scale(5.25)' color='rgb(228, 131, 0)'/>
<use xlink:href='#gpPt0' transform='translate(583.82,447.32) scale(5.25)' color='rgb(230, 136, 0)'/>
<use xlink:href='#gpPt0' transform='translate(593.30,433.37) scale(5.25)' color='rgb(231, 140, 0)'/>
<use xlink:href='#gpPt0' transform='translate(601.89,418.85) scale(5.25)' color='rgb(232, 145, 0)'/>
<use xlink:href='#gpPt0' transform='translate(609.55,403.83) scale(5.25)' color='rgb(233, 150, 0)'/>
<use xlink:href='#gpPt0' transform='translate(616.24,388.35) scale(5.25)' color='rgb(235, 154, 0)'/>
<use xlink:href='#gpPt0' transform='translate(621.96,372.48) scale(5.25)' color='rgb(236, 159, 0)'/>
<use xlink:href='#gpPt0' transform='translate(626.66,356.28) scale(5.25)' color='rgb(237, 164, 0)'/>
<use xlink:href='#gpPt0' transform='translate(630.34,339.82) scale(5.25)' color='rgb(238, 170, 0)'/>
<use xlink:href='#gpPt0' transform='translate(632.98,323.16) scale(5.25)' color='rgb(239, 175, 0)'/>
<use xlink:href='#gpPt0' transform='translate(634.57,306.37) scale(5.25)' color='rgb(241, 180, 0)'/>
<use xlink:href='#gpPt0' transform='translate(635.10,289.51) scale(5.25)' color='rgb(242, 186, 0)'/>
<use xlink:href='#gpPt0' transform='translate(590.69,42.01) scale(5.25)' color='rgb(242, 186, 0)'/>
</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 transform="translate(556.07,67.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="end">
<text>ellipse</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='rgb( 0, 158, 115)' d='M565.86,63.01 L615.52,63.01 M621.96,248.02 L583.82,210.60 L524.42,180.90 L449.57,161.83 L366.60,155.26 L283.63,161.83
L208.78,180.90 L149.38,210.60 L111.24,248.02 L98.10,289.50 L111.24,330.99 L149.38,368.41 L208.78,398.11 L283.63,417.18
L366.60,423.75 L449.57,417.18 L524.42,398.11 L583.82,368.41 L621.96,330.99 L635.10,289.51 '/> <use xlink:href='#gpPt1' transform='translate(621.96,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(583.82,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(524.42,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(449.57,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(366.60,155.26) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(283.63,161.83) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(208.78,180.90) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(149.38,210.60) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(111.24,248.02) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(98.10,289.50) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(111.24,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(149.38,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(208.78,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(283.63,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(366.60,423.75) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(449.57,417.18) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(524.42,398.11) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(583.82,368.41) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(621.96,330.99) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(635.10,289.51) scale(5.25)' color='rgb( 0, 158, 115)'/>
<use xlink:href='#gpPt1' transform='translate(590.69,63.01) scale(5.25)' color='rgb( 0, 158, 115)'/>
</g>
</g>
<g fill="none" color="white" stroke="rgb( 0, 158, 115)" 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='M98.10,21.01 L98.10,558.00 L635.10,558.00 L635.10,21.01 L98.10,21.01 Z '/> <g stroke='none' shape-rendering='crispEdges'>
<polygon fill = 'rgb( 1, 0, 0)' points = '648.52,558.00 675.37,558.00 675.37,553.80 648.52,553.80 '/>
<polygon fill = 'rgb( 23, 0, 13)' points = '648.52,553.81 675.37,553.81 675.37,549.60 648.52,549.60 '/>
<polygon fill = 'rgb( 32, 0, 25)' points = '648.52,549.61 675.37,549.61 675.37,545.41 648.52,545.41 '/>
<polygon fill = 'rgb( 39, 0, 37)' points = '648.52,545.42 675.37,545.42 675.37,541.21 648.52,541.21 '/>
<polygon fill = 'rgb( 45, 0, 50)' points = '648.52,541.22 675.37,541.22 675.37,537.02 648.52,537.02 '/>
<polygon fill = 'rgb( 50, 0, 62)' points = '648.52,537.03 675.37,537.03 675.37,532.82 648.52,532.82 '/>
<polygon fill = 'rgb( 55, 0, 74)' points = '648.52,532.83 675.37,532.83 675.37,528.63 648.52,528.63 '/>
<polygon fill = 'rgb( 60, 0, 86)' points = '648.52,528.64 675.37,528.64 675.37,524.43 648.52,524.43 '/>
<polygon fill = 'rgb( 64, 0, 98)' points = '648.52,524.44 675.37,524.44 675.37,520.24 648.52,520.24 '/>
<polygon fill = 'rgb( 68, 0, 109)' points = '648.52,520.25 675.37,520.25 675.37,516.04 648.52,516.04 '/>
<polygon fill = 'rgb( 71, 0, 120)' points = '648.52,516.05 675.37,516.05 675.37,511.85 648.52,511.85 '/>
<polygon fill = 'rgb( 75, 0, 131)' points = '648.52,511.86 675.37,511.86 675.37,507.65 648.52,507.65 '/>
<polygon fill = 'rgb( 78, 0, 142)' points = '648.52,507.66 675.37,507.66 675.37,503.46 648.52,503.46 '/>
<polygon fill = 'rgb( 81, 0, 152)' points = '648.52,503.47 675.37,503.47 675.37,499.26 648.52,499.26 '/>
<polygon fill = 'rgb( 84, 0, 162)' points = '648.52,499.27 675.37,499.27 675.37,495.07 648.52,495.07 '/>
<polygon fill = 'rgb( 87, 0, 171)' points = '648.52,495.08 675.37,495.08 675.37,490.87 648.52,490.87 '/>
<polygon fill = 'rgb( 90, 0, 180)' points = '648.52,490.88 675.37,490.88 675.37,486.68 648.52,486.68 '/>
<polygon fill = 'rgb( 93, 1, 189)' points = '648.52,486.69 675.37,486.69 675.37,482.48 648.52,482.48 '/>
<polygon fill = 'rgb( 96, 1, 197)' points = '648.52,482.49 675.37,482.49 675.37,478.29 648.52,478.29 '/>
<polygon fill = 'rgb( 98, 1, 205)' points = '648.52,478.30 675.37,478.30 675.37,474.09 648.52,474.09 '/>
<polygon fill = 'rgb(101, 1, 212)' points = '648.52,474.10 675.37,474.10 675.37,469.90 648.52,469.90 '/>
<polygon fill = 'rgb(103, 1, 219)' points = '648.52,469.91 675.37,469.91 675.37,465.70 648.52,465.70 '/>
<polygon fill = 'rgb(106, 1, 225)' points = '648.52,465.71 675.37,465.71 675.37,461.50 648.52,461.50 '/>
<polygon fill = 'rgb(108, 1, 231)' points = '648.52,461.51 675.37,461.51 675.37,457.31 648.52,457.31 '/>
<polygon fill = 'rgb(110, 2, 236)' points = '648.52,457.32 675.37,457.32 675.37,453.11 648.52,453.11 '/>
<polygon fill = 'rgb(113, 2, 240)' points = '648.52,453.12 675.37,453.12 675.37,448.92 648.52,448.92 '/>
<polygon fill = 'rgb(115, 2, 244)' points = '648.52,448.93 675.37,448.93 675.37,444.72 648.52,444.72 '/>
<polygon fill = 'rgb(117, 2, 247)' points = '648.52,444.73 675.37,444.73 675.37,440.53 648.52,440.53 '/>
<polygon fill = 'rgb(119, 3, 250)' points = '648.52,440.54 675.37,440.54 675.37,436.33 648.52,436.33 '/>
<polygon fill = 'rgb(121, 3, 252)' points = '648.52,436.34 675.37,436.34 675.37,432.14 648.52,432.14 '/>
<polygon fill = 'rgb(123, 3, 254)' points = '648.52,432.15 675.37,432.15 675.37,427.94 648.52,427.94 '/>
<polygon fill = 'rgb(125, 4, 255)' points = '648.52,427.95 675.37,427.95 675.37,423.75 648.52,423.75 '/>
<polygon fill = 'rgb(128, 4, 255)' points = '648.52,423.76 675.37,423.76 675.37,419.55 648.52,419.55 '/>
<polygon fill = 'rgb(129, 4, 255)' points = '648.52,419.56 675.37,419.56 675.37,415.36 648.52,415.36 '/>
<polygon fill = 'rgb(131, 5, 254)' points = '648.52,415.37 675.37,415.37 675.37,411.16 648.52,411.16 '/>
<polygon fill = 'rgb(133, 5, 252)' points = '648.52,411.17 675.37,411.17 675.37,406.97 648.52,406.97 '/>
<polygon fill = 'rgb(135, 6, 250)' points = '648.52,406.98 675.37,406.98 675.37,402.77 648.52,402.77 '/>
<polygon fill = 'rgb(137, 6, 247)' points = '648.52,402.78 675.37,402.78 675.37,398.58 648.52,398.58 '/>
<polygon fill = 'rgb(139, 7, 244)' points = '648.52,398.59 675.37,398.59 675.37,394.38 648.52,394.38 '/>
<polygon fill = 'rgb(141, 7, 240)' points = '648.52,394.39 675.37,394.39 675.37,390.19 648.52,390.19 '/>
<polygon fill = 'rgb(143, 8, 236)' points = '648.52,390.20 675.37,390.20 675.37,385.99 648.52,385.99 '/>
<polygon fill = 'rgb(144, 8, 231)' points = '648.52,386.00 675.37,386.00 675.37,381.80 648.52,381.80 '/>
<polygon fill = 'rgb(146, 9, 225)' points = '648.52,381.81 675.37,381.81 675.37,377.60 648.52,377.60 '/>
<polygon fill = 'rgb(148, 10, 219)' points = '648.52,377.61 675.37,377.61 675.37,373.40 648.52,373.40 '/>
<polygon fill = 'rgb(150, 10, 212)' points = '648.52,373.41 675.37,373.41 675.37,369.21 648.52,369.21 '/>
<polygon fill = 'rgb(151, 11, 205)' points = '648.52,369.22 675.37,369.22 675.37,365.01 648.52,365.01 '/>
<polygon fill = 'rgb(153, 12, 197)' points = '648.52,365.02 675.37,365.02 675.37,360.82 648.52,360.82 '/>
<polygon fill = 'rgb(155, 13, 189)' points = '648.52,360.83 675.37,360.83 675.37,356.62 648.52,356.62 '/>
<polygon fill = 'rgb(156, 13, 180)' points = '648.52,356.63 675.37,356.63 675.37,352.43 648.52,352.43 '/>
<polygon fill = 'rgb(158, 14, 171)' points = '648.52,352.44 675.37,352.44 675.37,348.23 648.52,348.23 '/>
<polygon fill = 'rgb(159, 15, 162)' points = '648.52,348.24 675.37,348.24 675.37,344.04 648.52,344.04 '/>
<polygon fill = 'rgb(161, 16, 152)' points = '648.52,344.05 675.37,344.05 675.37,339.84 648.52,339.84 '/>
<polygon fill = 'rgb(163, 17, 142)' points = '648.52,339.85 675.37,339.85 675.37,335.65 648.52,335.65 '/>
<polygon fill = 'rgb(164, 18, 131)' points = '648.52,335.66 675.37,335.66 675.37,331.45 648.52,331.45 '/>
<polygon fill = 'rgb(166, 19, 120)' points = '648.52,331.46 675.37,331.46 675.37,327.26 648.52,327.26 '/>
<polygon fill = 'rgb(167, 20, 109)' points = '648.52,327.27 675.37,327.27 675.37,323.06 648.52,323.06 '/>
<polygon fill = 'rgb(169, 21, 98)' points = '648.52,323.07 675.37,323.07 675.37,318.87 648.52,318.87 '/>
<polygon fill = 'rgb(170, 23, 86)' points = '648.52,318.88 675.37,318.88 675.37,314.67 648.52,314.67 '/>
<polygon fill = 'rgb(172, 24, 74)' points = '648.52,314.68 675.37,314.68 675.37,310.48 648.52,310.48 '/>
<polygon fill = 'rgb(173, 25, 62)' points = '648.52,310.49 675.37,310.49 675.37,306.28 648.52,306.28 '/>
<polygon fill = 'rgb(175, 26, 50)' points = '648.52,306.29 675.37,306.29 675.37,302.09 648.52,302.09 '/>
<polygon fill = 'rgb(176, 28, 37)' points = '648.52,302.10 675.37,302.10 675.37,297.89 648.52,297.89 '/>
<polygon fill = 'rgb(177, 29, 25)' points = '648.52,297.90 675.37,297.90 675.37,293.70 648.52,293.70 '/>
<polygon fill = 'rgb(179, 30, 13)' points = '648.52,293.71 675.37,293.71 675.37,289.50 648.52,289.50 '/>
<polygon fill = 'rgb(180, 32, 0)' points = '648.52,289.51 675.37,289.51 675.37,285.30 648.52,285.30 '/>
<polygon fill = 'rgb(182, 33, 0)' points = '648.52,285.31 675.37,285.31 675.37,281.11 648.52,281.11 '/>
<polygon fill = 'rgb(183, 35, 0)' points = '648.52,281.12 675.37,281.12 675.37,276.91 648.52,276.91 '/>
<polygon fill = 'rgb(184, 37, 0)' points = '648.52,276.92 675.37,276.92 675.37,272.72 648.52,272.72 '/>
<polygon fill = 'rgb(186, 38, 0)' points = '648.52,272.73 675.37,272.73 675.37,268.52 648.52,268.52 '/>
<polygon fill = 'rgb(187, 40, 0)' points = '648.52,268.53 675.37,268.53 675.37,264.33 648.52,264.33 '/>
<polygon fill = 'rgb(189, 42, 0)' points = '648.52,264.34 675.37,264.34 675.37,260.13 648.52,260.13 '/>
<polygon fill = 'rgb(190, 44, 0)' points = '648.52,260.14 675.37,260.14 675.37,255.94 648.52,255.94 '/>
<polygon fill = 'rgb(191, 45, 0)' points = '648.52,255.95 675.37,255.95 675.37,251.74 648.52,251.74 '/>
<polygon fill = 'rgb(193, 47, 0)' points = '648.52,251.75 675.37,251.75 675.37,247.55 648.52,247.55 '/>
<polygon fill = 'rgb(194, 49, 0)' points = '648.52,247.56 675.37,247.56 675.37,243.35 648.52,243.35 '/>
<polygon fill = 'rgb(195, 51, 0)' points = '648.52,243.36 675.37,243.36 675.37,239.16 648.52,239.16 '/>
<polygon fill = 'rgb(196, 53, 0)' points = '648.52,239.17 675.37,239.17 675.37,234.96 648.52,234.96 '/>
<polygon fill = 'rgb(198, 56, 0)' points = '648.52,234.97 675.37,234.97 675.37,230.77 648.52,230.77 '/>
<polygon fill = 'rgb(199, 58, 0)' points = '648.52,230.78 675.37,230.78 675.37,226.57 648.52,226.57 '/>
<polygon fill = 'rgb(200, 60, 0)' points = '648.52,226.58 675.37,226.58 675.37,222.38 648.52,222.38 '/>
<polygon fill = 'rgb(202, 62, 0)' points = '648.52,222.39 675.37,222.39 675.37,218.18 648.52,218.18 '/>
<polygon fill = 'rgb(203, 65, 0)' points = '648.52,218.19 675.37,218.19 675.37,213.99 648.52,213.99 '/>
<polygon fill = 'rgb(204, 67, 0)' points = '648.52,214.00 675.37,214.00 675.37,209.79 648.52,209.79 '/>
<polygon fill = 'rgb(205, 70, 0)' points = '648.52,209.80 675.37,209.80 675.37,205.60 648.52,205.60 '/>
<polygon fill = 'rgb(207, 72, 0)' points = '648.52,205.61 675.37,205.61 675.37,201.40 648.52,201.40 '/>
<polygon fill = 'rgb(208, 75, 0)' points = '648.52,201.41 675.37,201.41 675.37,197.20 648.52,197.20 '/>
<polygon fill = 'rgb(209, 77, 0)' points = '648.52,197.21 675.37,197.21 675.37,193.01 648.52,193.01 '/>
<polygon fill = 'rgb(210, 80, 0)' points = '648.52,193.02 675.37,193.02 675.37,188.81 648.52,188.81 '/>
<polygon fill = 'rgb(211, 83, 0)' points = '648.52,188.82 675.37,188.82 675.37,184.62 648.52,184.62 '/>
<polygon fill = 'rgb(213, 86, 0)' points = '648.52,184.63 675.37,184.63 675.37,180.42 648.52,180.42 '/>
<polygon fill = 'rgb(214, 89, 0)' points = '648.52,180.43 675.37,180.43 675.37,176.23 648.52,176.23 '/>
<polygon fill = 'rgb(215, 92, 0)' points = '648.52,176.24 675.37,176.24 675.37,172.03 648.52,172.03 '/>
<polygon fill = 'rgb(216, 95, 0)' points = '648.52,172.04 675.37,172.04 675.37,167.84 648.52,167.84 '/>
<polygon fill = 'rgb(217, 98, 0)' points = '648.52,167.85 675.37,167.85 675.37,163.64 648.52,163.64 '/>
<polygon fill = 'rgb(219, 101, 0)' points = '648.52,163.65 675.37,163.65 675.37,159.45 648.52,159.45 '/>
<polygon fill = 'rgb(220, 104, 0)' points = '648.52,159.46 675.37,159.46 675.37,155.25 648.52,155.25 '/>
<polygon fill = 'rgb(221, 108, 0)' points = '648.52,155.26 675.37,155.26 675.37,151.06 648.52,151.06 '/>
<polygon fill = 'rgb(222, 111, 0)' points = '648.52,151.07 675.37,151.07 675.37,146.86 648.52,146.86 '/>
<polygon fill = 'rgb(223, 114, 0)' points = '648.52,146.87 675.37,146.87 675.37,142.67 648.52,142.67 '/>
<polygon fill = 'rgb(224, 118, 0)' points = '648.52,142.68 675.37,142.68 675.37,138.47 648.52,138.47 '/>
<polygon fill = 'rgb(225, 122, 0)' points = '648.52,138.48 675.37,138.48 675.37,134.28 648.52,134.28 '/>
<polygon fill = 'rgb(227, 125, 0)' points = '648.52,134.29 675.37,134.29 675.37,130.08 648.52,130.08 '/>
<polygon fill = 'rgb(228, 129, 0)' points = '648.52,130.09 675.37,130.09 675.37,125.89 648.52,125.89 '/>
<polygon fill = 'rgb(229, 133, 0)' points = '648.52,125.90 675.37,125.90 675.37,121.69 648.52,121.69 '/>
<polygon fill = 'rgb(230, 137, 0)' points = '648.52,121.70 675.37,121.70 675.37,117.50 648.52,117.50 '/>
<polygon fill = 'rgb(231, 141, 0)' points = '648.52,117.51 675.37,117.51 675.37,113.30 648.52,113.30 '/>
<polygon fill = 'rgb(232, 145, 0)' points = '648.52,113.31 675.37,113.31 675.37,109.10 648.52,109.10 '/>
<polygon fill = 'rgb(233, 149, 0)' points = '648.52,109.11 675.37,109.11 675.37,104.91 648.52,104.91 '/>
<polygon fill = 'rgb(234, 153, 0)' points = '648.52,104.92 675.37,104.92 675.37,100.71 648.52,100.71 '/>
<polygon fill = 'rgb(235, 157, 0)' points = '648.52,100.72 675.37,100.72 675.37,96.52 648.52,96.52 '/>
<polygon fill = 'rgb(236, 162, 0)' points = '648.52,96.53 675.37,96.53 675.37,92.32 648.52,92.32 '/>
<polygon fill = 'rgb(237, 166, 0)' points = '648.52,92.33 675.37,92.33 675.37,88.13 648.52,88.13 '/>
<polygon fill = 'rgb(239, 171, 0)' points = '648.52,88.14 675.37,88.14 675.37,83.93 648.52,83.93 '/>
<polygon fill = 'rgb(240, 175, 0)' points = '648.52,83.94 675.37,83.94 675.37,79.74 648.52,79.74 '/>
<polygon fill = 'rgb(241, 180, 0)' points = '648.52,79.75 675.37,79.75 675.37,75.54 648.52,75.54 '/>
<polygon fill = 'rgb(242, 185, 0)' points = '648.52,75.55 675.37,75.55 675.37,71.35 648.52,71.35 '/>
<polygon fill = 'rgb(243, 190, 0)' points = '648.52,71.36 675.37,71.36 675.37,67.15 648.52,67.15 '/>
<polygon fill = 'rgb(244, 195, 0)' points = '648.52,67.16 675.37,67.16 675.37,62.96 648.52,62.96 '/>
<polygon fill = 'rgb(245, 200, 0)' points = '648.52,62.97 675.37,62.97 675.37,58.76 648.52,58.76 '/>
<polygon fill = 'rgb(246, 205, 0)' points = '648.52,58.77 675.37,58.77 675.37,54.57 648.52,54.57 '/>
<polygon fill = 'rgb(247, 210, 0)' points = '648.52,54.58 675.37,54.58 675.37,50.37 648.52,50.37 '/>
<polygon fill = 'rgb(248, 215, 0)' points = '648.52,50.38 675.37,50.38 675.37,46.18 648.52,46.18 '/>
<polygon fill = 'rgb(249, 221, 0)' points = '648.52,46.19 675.37,46.19 675.37,41.98 648.52,41.98 '/>
<polygon fill = 'rgb(250, 226, 0)' points = '648.52,41.99 675.37,41.99 675.37,37.79 648.52,37.79 '/>
<polygon fill = 'rgb(251, 232, 0)' points = '648.52,37.80 675.37,37.80 675.37,33.59 648.52,33.59 '/>
<polygon fill = 'rgb(252, 237, 0)' points = '648.52,33.60 675.37,33.60 675.37,29.40 648.52,29.40 '/>
<polygon fill = 'rgb(253, 243, 0)' points = '648.52,29.41 675.37,29.41 675.37,25.20 648.52,25.20 '/>
<polygon fill = 'rgb(254, 249, 0)' points = '648.52,25.21 675.37,25.21 675.37,21.01 648.52,21.01 '/>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,558.00 L675.37,558.00 L675.37,21.01 L648.52,21.01 L648.52,558.00 Z '/></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='M675.37,558.00 L664.87,558.00 '/> <g transform="translate(685.16,562.55)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 0</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,558.00 L659.02,558.00 M675.37,490.88 L664.87,490.88 '/> <g transform="translate(685.16,495.43)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 50</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,490.88 L659.02,490.88 M675.37,423.76 L664.87,423.76 '/> <g transform="translate(685.16,428.31)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 100</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,423.76 L659.02,423.76 M675.37,356.63 L664.87,356.63 '/> <g transform="translate(685.16,361.18)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 150</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,356.63 L659.02,356.63 M675.37,289.51 L664.87,289.51 '/> <g transform="translate(685.16,294.06)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 200</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,289.51 L659.02,289.51 M675.37,222.39 L664.87,222.39 '/> <g transform="translate(685.16,226.94)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 250</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,222.39 L659.02,222.39 M675.37,155.26 L664.87,155.26 '/> <g transform="translate(685.16,159.81)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 300</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,155.26 L659.02,155.26 M675.37,88.14 L664.87,88.14 '/> <g transform="translate(685.16,92.69)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 350</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,88.14 L659.02,88.14 M675.37,21.01 L664.87,21.01 '/> <g transform="translate(685.16,25.56)" stroke="none" fill="black" font-family="Arial" font-size="14.00" text-anchor="start">
<text> 400</text>
</g>
</g>
<g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
<path stroke='black' d='M648.52,21.01 L659.02,21.01 '/></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

698
guide/guide.org Normal file
View File

@ -0,0 +1,698 @@
This is a tutorial and gallery demonstrating =feedgnuplot= usage. The
[[https://github.com/dkogan/feedgnuplot/][documentation]] provides a complete reference, and [[https://github.com/dkogan/feedgnuplot/#recipes][application-specific usage
examples]]. The capabilities of gnuplot itself are demonstrated at [[http://www.gnuplot.info/demo/][its demo page]].
* Tutorial
First, a trivial plot: let's plot a sinusoid
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE 'say sin($_/5.)' | \
feedgnuplot
#+END_SRC
#+RESULTS:
[[file:guide-1.svg]]
This was a trivial plot, and was trivially-easy to make: we gave the tool one
column of data with no specific instructions, and we got a plot.
The interpretation of the input data is controlled by two arguments: =--domain=
and =--dataid=. Here we passed neither, so each line of input is interpreted as
=y0 y1 y2...= with sequential integers (0, 1, 2, ...) used for the =x=
coordinate. Let's pass in more than one =y= per line to plot a sine and a cosine
together:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$th = $_/100.*2.*3.14159;
$s = sin($th);
$c = cos($th);
say "$c $s"' | \
feedgnuplot --lines --points
#+END_SRC
#+RESULTS:
[[file:guide-2.svg]]
Here I also passed =--lines --points= to make more legible plots.
Note that, the lines may have different numbers of points. To plot the cosine
from every line, but the sine from every 5th line:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$th = $_/100.*2.*3.14159;
$s = sin($th);
$c = cos($th);
if($.%5) { say "$c"; }
else { say "$c $s"; }' | \
feedgnuplot --lines --points
#+END_SRC
#+RESULTS:
[[file:guide-3.svg]]
Each =y= is referred to as a "dataset" or "curve" in the code and documentation.
With =--domain=, the =x= values are read from the data instead of simply
encoding line numbers: each line of input is interpreted as =x y0 y1 y2...=.
Let's plot =sin(theta)= vs. =cos(theta)=, i.e. a circle:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$th = $_/100.*2.*3.14159;
$s = sin($th);
$c = cos($th);
say "$c $s"' | \
feedgnuplot --lines --points --domain
#+END_SRC
#+RESULTS:
[[file:guide-4.svg]]
Hmmm. We asked for a circle, but this looks more like an ellipse. Why? Because
gnuplot is autoscaling the =x= and =y= axes independently to fill the plot window.
We can scale the axes /together/ by passing =--square=, and we get a circle:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$th = $_/100.*2.*3.14159;
$s = sin($th);
$c = cos($th);
say "$c $s"' | \
feedgnuplot --lines --points --domain --square
#+END_SRC
#+RESULTS:
[[file:guide-5.svg]]
Again, we can have multiple =y= in each line, and each line may have a different
number of =y=. Let's plot a circle /and/ an ellipse, sampled more coarsely:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$th = $_/100.*2.*3.14159;
$s = sin($th);
$c = cos($th);
if($.%5) { say "$c $s"; }
else { $s2 = $s/2;
say "$c $s $s2"; }' | \
feedgnuplot --lines --points --domain --square
#+END_SRC
#+RESULTS:
[[file:guide-6.svg]]
We just plotted something where each point is represented by 2 values: =x= and
=y=. When making 2D plots, this is the most common case, but others are
possible. What if we want to color-code our points using another column of data?
We feed in the new column, and we tell =feedgnuplot= that we now have /3/ values
per point (the tuple size), and we tell =gnuplot= how we want this plot to be
made. Color-coding by the angle, in degrees:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$thdeg = $_/100.*360.;
$th = $_/100.*2.*3.14159;
$s = sin($th);
$c = cos($th);
say "$c $s $thdeg";' | \
feedgnuplot --domain --square \
--tuplesizeall 3 \
--styleall 'with linespoints palette'
#+END_SRC
#+RESULTS:
[[file:guide-7.svg]]
Here we said that /all/ the datasets have 3 values per point. And that /all/ the
datasets should be plotted with that particular style. The styles are strings
that are passed on to =gnuplot= verbatim. So the full power of =gnuplot= is
available, and there's nothing =feedgnuplot=-specific to learn. =gnuplot= has
plenty of documentation about styling details.
The above =--styleall= argument may be identically replaced with a shorthand:
#+BEGIN_EXAMPLE
--with 'points palette'
#+END_EXAMPLE
Note that the =--lines --points= specify the /default/ style only, so these
options do nothing here, and if we want lines /and/ points, we ask for those in
the style:
#+BEGIN_EXAMPLE
--with 'linespoints palette'
#+END_EXAMPLE
The styles and tuple sizes can be different for each dataset. For instance, to
apply the colors only to the circle (dataset 0), leaving the ellipse (dataset 1)
with the default tuple size and style:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$thdeg = $_/100.*360.;
$th = $_/100.*2.*3.14159;
$s=sin($th); $c=cos($th);
if($.%5) { say "$c $s $thdeg" }
else { $s2 = $s/2;
say "$c $s $thdeg $s2"; }' | \
feedgnuplot --lines --points --domain --square \
--tuplesize 0 3 \
--style 0 'with points palette' \
--legend 0 'circle' \
--legend 1 'ellipse'
#+END_SRC
#+RESULTS:
[[file:guide-8.svg]]
Here we also asked for dataset labels to make it clear to the viewer what's
what.
The other significant option involved in the interpretation of data is
=--dataid=. This labels each dataset in the data, so instead of referring to
dataset =0=, you could refer to dataset =circle=. With =--domain --dataid=, each
line of input is interpreted as =x id0 y0 id1 y1...=, with the number of =y= in
each dataset reflecting the tuple size. Naturally, =--dataid= without =--domain=
is identical, except without the leading =x=. The previous plot can be
reproduced with =--dataid=:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$thdeg = $_/100.*360.;
$th = $_/100.*2.*3.14159;
$s=sin($th); $c=cos($th);
if($.%5) { say "$c circle $s $thdeg" }
else { $s2 = $s/2;
say "$c circle $s $thdeg ellipse $s2"; }' | \
feedgnuplot --lines --points --domain --dataid --square \
--tuplesize circle 3 \
--style circle 'with points palette' \
--autolegend
#+END_SRC
#+RESULTS:
[[file:guide-9.svg]]
Note that instead of labelling the datasets explicitly, we passed =--autolegend=
to use the ID as the label for each dataset. This works without =--dataid= also,
but the IDs are then the unhelpful sequential integers.
Instead of identifying columns using explicit IDs inside the data stream (as
with =--dataid=), it's possible to read [[https://www.github.com/dkogan/vnlog][vnlog]] data, which contains a single
header line identifying the columns. For instance:
#+BEGIN_SRC sh :results file link :exports both
( echo '# th';
seq 100 | perl -nE 'say $_/100.*2.*3.14159;' ) | \
vnl-filter -p 'c=cos(th),s=sin(th),th_deg=th*180./3.14159,s2=sin(th)/2' | \
feedgnuplot --lines --points --domain --vnl --square \
--tuplesize s 3 \
--style s 'with points palette' \
--legend s circle \
--legend s2 ellipse
#+END_SRC
#+RESULTS:
[[file:guide-10.svg]]
* Gallery
This is a good overview of the syntax and of the data interpretation. Let's demo
some fancy plots to serve as a cookbook.
Since the actual plotting is handled by =gnuplot=, its documentation and [[http://www.gnuplot.info/demo/][demos]]
are the primary reference on how to do stuff.
** Line, point sizes, thicknesses, styles
Most often, we're plotting lines or points. The most common styling keywords
are:
- =pt= (or equivalently =pointtype=)
- =ps= (or equivalently =pointsize=)
- =lt= (or equivalently =linetype=)
- =lw= (or equivalently =linewidth=)
- =lc= (or equivalently =linecolor=)
- =dt= (or equivalently =dashtype=)
For details about these and all other styles, see the =gnuplot= documentation.
For instance, the first little bit of the docs about the different line widths:
#+BEGIN_SRC sh :results output verbatim :exports both
gnuplot -e 'help linewidth' | head -n 20
#+END_SRC
#+RESULTS:
#+begin_example
Each terminal has a default set of line and point types, which can be seen
by using the command `test`. `set style line` defines a set of line types
and widths and point types and sizes so that you can refer to them later by
an index instead of repeating all the information at each invocation.
Syntax:
set style line <index> default
set style line <index> {{linetype | lt} <line_type> | <colorspec>}
{{linecolor | lc} <colorspec>}
{{linewidth | lw} <line_width>}
{{pointtype | pt} <point_type>}
{{pointsize | ps} <point_size>}
{{pointinterval | pi} <interval>}
{{pointnumber | pn} <max_symbols>}
{{dashtype | dt} <dashtype>}
{palette}
unset style line
show style line
`default` sets all line style parameters to those of the linetype with
#+end_example
gnuplot has a =test= command, which produces a demo of the various available
styles. This documentation uses the =svg= terminal (what gnuplot calls a
backend). So for the =svg= terminal, the various styles look like this:
#+begin_src gnuplot :results file link :exports both :file gnuplot-terminal-test.svg
test
#+end_src
#+RESULTS:
[[file:gnuplot-terminal-test.svg]]
So for instance if you plot =--with 'linespoints pt 4 dt 2 lc 7'= you'll get a
red dashed line with square points. By default you'd be using one of the
interactive graphical terminals (=x11= or =qt=), which would have largely
similar styling.
Let's make a plot with some variable colors and point sizes:
#+BEGIN_SRC sh :results file link :exports both
seq -10 10 | \
perl -nE '$, = " ";
say "parabola", $_*$_, abs($_)/2, $_*50;
say "line", $_*3. + 30.;' | \
feedgnuplot --dataid \
--tuplesize parabola 4 \
--style parabola 'with points pointtype 7 pointsize variable palette' \
--style line 'with lines lw 3 lc "red" dashtype 2' \
--set 'cbrange [-600:600]'
#+END_SRC
#+RESULTS:
[[file:guide-11.svg]]
Here we used =--set= to set the range of the colorbar. =--set= (and =--unset=)
map to the gnuplot =set= (and =--unset=) command.
** Error bars
As before, the =gnuplot= documentation has the styling details:
#+BEGIN_SRC sh :results none :exports code
gnuplot -e 'help xerrorbars'
gnuplot -e 'help yerrorbars'
gnuplot -e 'help xyerrorbars'
#+END_SRC
For brevity, I'm not including the contents of those help pages here. These tell
us how to specify errorbars: how many columns to pass in, what they mean, etc.
Example:
#+BEGIN_SRC sh :results file link :exports both
seq -10 10 | \
perl -nE '$, = " ";
chomp;
$x = $_;
$y = $x*$x * 10 + 20;
say $x+1, "parabola", $y;
say $x+1, "parabola_symmetric_xyerrorbars", $y, $x*$x/80, $x*$x/4;
say $x, "parabola_unsymmetric_xyerrorbars", $y, $x-$x*$x/80, $x+$x*$x/40, $y-$x*$x/4, $y+$x*$x/8;
say $x, "line_unsymmetric_yerrorbars", $x*20+500, 40;' | \
feedgnuplot --domain --dataid \
--tuplesize parabola 2 \
--style parabola "with lines" \
--tuplesize parabola_symmetric_xyerrorbars 4 \
--style parabola_symmetric_xyerrorbars "with xyerrorbars" \
--legend parabola_symmetric_xyerrorbars "using the 'x y xdelta ydelta' style" \
--tuplesize parabola_unsymmetric_xyerrorbars 6 \
--style parabola_unsymmetric_xyerrorbars "with xyerrorbars" \
--legend parabola_unsymmetric_xyerrorbars "using the 'x y xlow xhigh ylow yhigh' style" \
--tuplesize line_unsymmetric_yerrorbars 3 \
--style line_unsymmetric_yerrorbars "with yerrorbars" \
--legend line_unsymmetric_yerrorbars "using the 'x y ydelta' style" \
--xmin -10 --xmax 10 \
--set 'key box opaque'
#+END_SRC
#+RESULTS:
[[file:guide-12.svg]]
** Polar coordinates
See
#+BEGIN_SRC sh :results none :exports code
gnuplot -e 'help polar'
#+END_SRC
Let's plot a simple =rho = theta= spiral:
#+BEGIN_SRC sh :results file link :exports both
seq 100 | \
perl -nE '$x = $_/10; \
say "$x $x"' | \
feedgnuplot --domain \
--with 'lines' \
--set 'polar' \
--square
#+END_SRC
#+RESULTS:
[[file:guide-13.svg]]
** Timestamps
=feedgnuplot= can interpret data given as timestamps in an arbitrary format
parseable with =strftime()=. Unlike everything else in =feedgnuplot=, these
timestamps /may/ contain whitespace. For instance:
#+BEGIN_SRC sh :results file link :exports both
seq 5 | gawk '{print strftime("%d %b %Y %T",1382249107+$1,1),$1}' | \
feedgnuplot --domain \
--lines --points \
--timefmt '%d %b %Y %H:%M:%S' \
--xmin '20 Oct 2013 06:05:00' \
--xmax '20 Oct 2013 06:05:20'
#+END_SRC
#+RESULTS:
[[file:guide-14.svg]]
=--timefmt= controls how to parse the /input/. The formatting of the /output/ is
auto-selected by gnuplot, and sometimes we want to control it. To show the hour
and minute and seconds on the x axis:
#+BEGIN_SRC sh :results file link :exports both
seq 5 | gawk '{print strftime("%d %b %Y %T",1382249107+$1,1),$1}' | \
feedgnuplot --domain \
--lines --points \
--timefmt '%d %b %Y %H:%M:%S' \
--xmin '20 Oct 2013 06:05:00' \
--xmax '20 Oct 2013 06:05:20' \
--set 'format x "%H:%M:%S"'
#+END_SRC
#+RESULTS:
[[file:guide-15.svg]]
** Labels
Docs:
#+BEGIN_SRC sh :results none :exports code
gnuplot -e 'help labels'
gnuplot -e 'help set label'
#+END_SRC
Basic example:
#+BEGIN_SRC sh :results file link :exports both
echo \
"1 1 aaa
2 3 bbb
4 5 ccc" | \
feedgnuplot --domain \
--with 'labels' \
--tuplesizeall 3 \
--xmin 0 --xmax 5 \
--ymin 0 --ymax 6 \
--unset grid
#+END_SRC
#+RESULTS:
[[file:guide-16.svg]]
More complex example (varied orientations and colors):
#+BEGIN_SRC sh :results file link :exports both
echo \
"1 1 aaa 0 10
2 3 bbb 30 18
4 5 ccc 90 20" | \
feedgnuplot --domain \
--with 'labels rotate variable textcolor palette' \
--tuplesizeall 5 \
--xmin 0 --xmax 5 \
--ymin 0 --ymax 6 \
--unset grid
#+END_SRC
#+RESULTS:
[[file:guide-17.svg]]
** 3D plots
We can plot in 3D by passing =--3d=. When plotting interactively, you can use
the mouse to rotate the plot, and look at it from different directions.
Otherwise, the viewing angle can be set with =--set 'view ...'=. See
#+BEGIN_SRC sh :results none :exports code
gnuplot -e 'help set view'
#+END_SRC
Unlike 2D plots, 3D plots have a 2-dimensional domain, and =--domain= is
/required/. So each line is interpreted =x y z0 z1 z2...=.
A double-helix with variable color and variable pointsize
#+BEGIN_SRC sh :results file link :exports both
seq 200 | \
perl -nE '$, = " ";
$th = $_/10;
$z = $_/40;
$c = cos($th);
$s = sin($th);
$size = 0.5 + abs($c);
$color = $z;
say $c, $s, 0, $z, $size, $color;
say -$c, -$s, 1, $z, $size, $color;' | \
feedgnuplot --domain --dataid --3d \
--with 'points pointsize variable pointtype 7 palette' \
--tuplesizeall 5 \
--title "Double helix" \
--squarexy
#+END_SRC
#+RESULTS:
[[file:guide-18.svg]]
** Histograms
=gnuplot= (and =feedgnuplot=) has support for histograms. So we can give it
data, and have it bin it for us. Pre-sorting the data is unnecessary. Let's look
at the central limit theorem: we look at the distribution of sums of 10 uniform
samples in [-1,1]: it should be normal-ish. And let's draw the expected perfect
PDF on top (as an equation, evaluated by =gnuplot=).
#+BEGIN_SRC sh :results file link :exports both
N=20000;
Nsum=10;
binwidth=.1;
seq $N | \
perl -nE '$Nsum = '$Nsum';
$var = '$Nsum' / 3.;
$s = 0; for $i (1..$Nsum) { $s += rand()*2-1; }
say $s/sqrt($var);' | \
feedgnuplot --histo 0 --binwidth $binwidth \
--equation-above "($N * sqrt(2.*pi) * erf($binwidth/(2.*sqrt(2.)))) * \
exp(-(x*x)/(2.)) / \
sqrt(2.*pi) title \"Limit gaussian\" with lines lw 2"
#+END_SRC
#+RESULTS:
[[file:guide-19.svg]]
If we want multiple histograms drawn on top of one another, the styling should
be adjusted so that they both remain visible. Let's vary the size of the sum,
and look at the effects: bigger sums should be more gaussian-like:
#+BEGIN_SRC sh :results file link :exports both
N=20000;
binwidth=.1;
for Nsum in 1 2 3; do
seq $N | \
perl -nE '$, = " ";
$Nsum = '$Nsum';
$var = '$Nsum' / 3.;
$s = 0; for $i (1..$Nsum) { $s += rand()*2-1; }
say $Nsum,$s/sqrt($var);';
done | \
feedgnuplot --dataid --histo 1,2,3 --binwidth $binwidth \
--autolegend \
--style 1 'with boxes fill transparent solid 0.3 border lt -1' \
--style 2 'with boxes fill transparent pattern 4 border lt -1' \
--style 3 'with boxes fill transparent pattern 5 border lt -1' \
--equation-above "($N * sqrt(2.*pi) * erf($binwidth/(2.*sqrt(2.)))) * \
exp(-(x*x)/(2.)) / \
sqrt(2.*pi) title \"Limit gaussian\" with lines lw 2"
#+END_SRC
#+RESULTS:
[[file:guide-20.svg]]
** Time-based histograms
It is possible to combine time data with histograms. For instance, let's say we
monitored something, and came up with a dataset that contains timestamps when
some event occurred. Let's make a histogram of this data to get a larger sense
of when the issue happened:
#+BEGIN_SRC sh :results file link :exports both
cat <<EOF | \
feedgnuplot --timefmt '%Y-%m-%d--%H:%M:%S' --histogram 0 --binwidth 120 \
--set 'format x "%H:%M:%S"'
2021-07-21--17:33:22
2021-07-21--17:33:23
2021-07-21--17:33:28
2021-07-21--17:37:13
2021-07-21--17:39:01
2021-07-21--17:44:17
2021-07-21--17:44:22
2021-07-21--17:44:37
2021-07-21--17:44:44
2021-07-21--17:44:49
2021-07-21--17:53:12
2021-07-21--17:53:57
EOF
#+END_SRC
#+RESULTS:
[[file:guide-21.svg]]
** Labeled bar charts
=feedgnuplot= supports bar charts to be drawn with labels appearing in the data.
These aren't "histograms", where gnuplot bins the data for us, but rather the
data is given to us, ready to plot. We pass =--xticlabels= to indicate that the
x-axis tic labels come from the data. This changes the interpretation of the
input: with =--domain=, each line begins with =x label ....=. Without
=--domain=, each line begins with =label ...=. Clearly, the labels may not
contain whitespace. This does /not/ affect the tuple size.
Basic example without =--domain=:
#+BEGIN_SRC sh :results file link :exports both
echo "# x label a b
5 aaa 2 1
6 bbb 3 2
10 ccc 5 4
11 ddd 2 1" | \
vnl-filter -p label,a,b | \
feedgnuplot --vnl \
--xticlabels \
--style a 'with boxes fill pattern 4 border lt -1' \
--style b 'with boxes fill pattern 5 border lt -1' \
--ymin 0 --unset grid
#+END_SRC
#+RESULTS:
[[file:guide-22.svg]]
We can also pass =--domain= to read the =x= positions from the data also:
#+BEGIN_SRC sh :results file link :exports both
echo "# x label a b
5 aaa 2 1
6 bbb 3 2
10 ccc 5 4
11 ddd 2 1" | \
feedgnuplot --vnl --domain \
--xticlabels \
--style a 'with boxes fill pattern 4 border lt -1' \
--style b 'with boxes fill pattern 5 border lt -1' \
--ymin 0 --unset grid
#+END_SRC
#+RESULTS:
[[file:guide-23.svg]]
And we can use gnuplot's clustering capabilities:
#+BEGIN_SRC sh :results file link :exports both
echo "# x label a b
5 aaa 2 1
6 bbb 3 2
10 ccc 5 4
11 ddd 2 1" | \
vnl-filter -p label,a,b | \
feedgnuplot --vnl \
--xticlabels \
--set 'style data histogram' \
--set 'style histogram cluster gap 2' \
--set 'style fill solid border lt -1' \
--autolegend \
--ymin 0 --unset grid
#+END_SRC
#+RESULTS:
[[file:guide-24.svg]]
Or we can vertically stack the bars in each cluster:
#+BEGIN_SRC sh :results file link :exports both
echo "# x label a b
5 aaa 2 1
6 bbb 3 2
10 ccc 5 4
11 ddd 2 1" | \
vnl-filter -p label,a,b | \
feedgnuplot --vnl \
--xticlabels \
--set 'style data histogram' \
--set 'style histogram rowstacked' \
--set 'boxwidth 0.8' \
--set 'style fill solid border lt -1' \
--autolegend \
--ymin 0 --unset grid
#+END_SRC
#+RESULTS:
[[file:guide-25.svg]]
Using =--xticlabels= to plot bars is probably the most common usage, but
=--xticlabels= means /only/ that we read the x-axis tic labels from the data, so
we can plot anything. For instance:
#+BEGIN_SRC sh :results file link :exports both
echo "# x label a b
5 aaa 2 1
6 bbb 3 2
10 ccc 5 4
11 ddd 2 1" | \
feedgnuplot --vnl --domain \
--xticlabels \
--tuplesizeall 3 \
--with 'points pt 7 ps 2 palette' \
--xmin 4 --xmax 12 \
--ymin 0 --ymax 6 \
--unset grid
#+END_SRC
#+RESULTS:
[[file:guide-26.svg]]
** Vector fields
Documentation in gnuplot available like this:
#+BEGIN_SRC sh :results none :exports code
gnuplot -e 'help vectors'
#+END_SRC
The docs say that in 2D we want 4 columns: =x, y, xdelta, ydelta= and in 3D we
want 6 columns: =x, y, z, xdelta, ydelta, zdelta=. And we can have a variable
arrowstyle. A vector field in 2D:
#+BEGIN_SRC sh :results file link :exports both
perl -E '$, = " ";
for $x (-5..5) { for $y (-5..5) {
$r = sqrt($x*$x + $y*$y);
say $x, $y, $y/sqrt($r+0.1)*0.5, -$x/sqrt($r+0.1)*0.5;
} }' | \
feedgnuplot --domain \
--tuplesizeall 4 \
--with 'vectors filled head' \
--square
#+END_SRC
#+RESULTS:
[[file:guide-27.svg]]

View File

@ -0,0 +1,32 @@
*AA*
AA*A
A
+ A*A
40 +-+ A
| A
30 +-+ A
| AAAAA* A
z20 +-+AA AA A
| AA* A*A AA
| AA*AAA*AA*A
10 +-+ AAA
0 | A
+-+ A
| A
| +-
| +-++-+
| ++-+ +-+--
|++-+ +-+-
+---- +-+ 1
+ ----5 ++-+8
+ + ---- +--+.4
+ 0 --- +--+2
1.--0+6
++++

View File

@ -0,0 +1,33 @@
***A****A****A****A***A**
* **A**
**A***A*
*A*
*A
*
+ A
40 +-+ ***A***A****A****A***A** A
| **A **A****A** *A
30 +-+ A*A *A** *A
| A *AA
z20 +-+ AA* **A* *A*
| A**A***A****A***A*****A***A****A***A* A
10 | A
+-+ -+---- A
0 | -+--+ + ++----+--
+-+ ---+--+ + --++-----
| ---+--+ ++---++---
| -+--+-+ -++----+- 1
| -+--+ + + ----+.8
| ---+--+ -----+.6
| ---+--+ ---+.-+.4
-+------------- ----+
+ + -1+ --------- ----+.2
+ -0.5 --------- -----+.4
+ 0.5 --------- --- -+.6
++ 1.5----+--+-+.8
+ +--++

View File

@ -0,0 +1,40 @@
5 +-----------------------------------------------------------------------------------------+
| + + + + + + + ** |
| *** |
| ** |
4.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
4 |-+ *A* +-|
| ** |
| *** |
| ** |
3.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** |
3 |-+ *A* +-|
| ** |
| *** |
| ** |
2.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
2 |-+ *A* +-|
| ** |
| *** |
| ** |
1.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** + + + + + + + |
1 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5
Wrote output to |cat

View File

@ -0,0 +1,30 @@
+-------------------------------------------------------------------------------------------+
5 |-++ + + + + + + ++-|
| |
| *|
4 |-+ *A*-|
| ** |
| ** |
3 |-+ *A +-|
| ** |
| ** |
2 |-+ *A +-|
| ** |
| ** |
1 |-+ A +-|
| |
| |
0 |-+ +-|
| + + + + + + + + |
+-------------------------------------------------------------------------------------------+
-10 -8 -6 -4 -2 0 2 4

View File

@ -0,0 +1,39 @@
+-------------------------------------------------------------------------------------------+
| + + + + + + + + |
| |
5 |-+ +-|
| |
| |
| |
| *|
| * |
4 |-+ A+-|
| * |
| * |
| * |
| * |
| * |
3 |-+ A +-|
| * |
| * |
| * |
| * |
| * |
2 |-+ A +-|
| * |
| * |
| * |
| * |
| * |
1 |-+ A +-|
| |
| |
| |
| |
| |
0 |-+ +-|
| |
| + + + + + + + + |
+-------------------------------------------------------------------------------------------+
-10 -8 -6 -4 -2 0 2 4

39
t/basic-line-plot.ref Normal file
View File

@ -0,0 +1,39 @@
5 +-----------------------------------------------------------------------------------------+
| + + + + + + + ** |
| *** |
| ** |
4.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
4 |-+ *A* +-|
| ** |
| *** |
| ** |
3.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** |
3 |-+ *A* +-|
| ** |
| *** |
| ** |
2.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
2 |-+ *A* +-|
| ** |
| *** |
| ** |
1.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** + + + + + + + |
1 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,39 @@
5 +-----------------------------------------------------------------------------------------+
| + + + + + + + ** |
| *** |
| ** |
4.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
4 |-+ *** +-|
| ** |
| *** |
| ** |
3.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** |
3 |-+ *** +-|
| ** |
| *** |
| ** |
2.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
2 |-+ *** +-|
| ** |
| *** |
| ** |
1.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** + + + + + + + |
1 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,39 @@
5 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
4.5 |-+ +-|
| |
| |
| |
| |
4 |-+ A +-|
| |
| |
| |
3.5 |-+ +-|
| |
| |
| |
| |
3 |-+ A +-|
| |
| |
| |
2.5 |-+ +-|
| |
| |
| |
| |
2 |-+ A +-|
| |
| |
| |
1.5 |-+ +-|
| |
| |
| |
| + + + + + + + |
1 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,78 @@
1 +-----------------------------------------------------------------------------------------+
| + + + |
| |
| |
| |
| |
| |
| |
| |
0.5 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| |
0 |-+ A +-|
| |
| |
| |
| |
| |
| |
| |
| |
-0.5 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| + + + |
-1 +-----------------------------------------------------------------------------------------+
0.99 0.995 1 1.005 1.01
2 +-----------------------------------------------------------------------------------------+
| + + + ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
1.5 |-+ ** +-|
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
1 |-+ *A* +-|
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
0.5 |-+ ** +-|
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** + + + |
0 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3

View File

@ -0,0 +1,78 @@
1 +-----------------------------------------------------------------------------------------+
| + + + |
| |
| |
| |
| |
| |
| |
| |
0.5 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| |
0 |-+ A +-|
| |
| |
| |
| |
| |
| |
| |
| |
-0.5 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| + + + |
-1 +-----------------------------------------------------------------------------------------+
0.99 0.995 1 1.005 1.01
2 +-----------------------------------------------------------------------------------------+
| + + + ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
1.5 |-+ ** +-|
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
1 |-+ *A* +-|
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
0.5 |-+ ** +-|
| *** |
| ** |
| *** |
| ** |
| *** |
| ** |
| *** |
| ** + + + |
0 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3

39
t/basic-timefmt-plot.ref Normal file
View File

@ -0,0 +1,39 @@
5 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
4.5 |-+ +-|
| |
| |
| |
| |
4 |-+ A +-|
| |
| |
| |
3.5 |-+ +-|
| |
| |
| |
| |
3 |-+ A +-|
| |
| |
| |
2.5 |-+ +-|
| |
| |
| |
| |
2 |-+ A +-|
| |
| |
| |
1.5 |-+ +-|
| |
| |
| |
| + + + + + + + |
1 +-----------------------------------------------------------------------------------------+
05:08 05:08 05:09 05:09 05:10 05:10 05:11 05:11 05:12

View File

@ -0,0 +1,39 @@
5 +-------------------------------------------------------------------------------------------+
| + + * + * + |
| * * |
| * * |
| * * |
| * * |
| * * |
4 |-+ ############# +-|
| # # |
| # # |
| # # |
| # # |
| # # |
| # # |
3 |-+ ************* # # +-|
| * * # # |
| * * # # |
| * * # # |
| * * # # |
| * * # # |
| * * # # |
| * * # # |
2 |-+ ***********############# # #*********** +-|
| * # # # # * |
| * # # # # * |
| * # # # # * |
| * # # # # * |
| * # # # # * |
| * # # # # * |
1 |-+ ############ # # ############ +-|
| # # # # # # |
| # # # # # # |
| # # # # # # |
| # # # # # # |
| # # # # # # |
| # + # + # # + # + # |
0 +-------------------------------------------------------------------------------------------+
aaa bbb ccc ddd

View File

@ -0,0 +1,39 @@
5 +-------------------------------------------------------------------------------------------+
| + + * + * + |
| * * |
| * * |
| * * |
| * * |
| * * |
4 |-+ ################### +-|
| # # |
| # # |
| # # |
| # # |
| # # |
| # # |
3 |-+ ******************# # +-|
| * # # |
| * # # |
| * # # |
| * # # |
| * # # |
| * # # |
| * # # |
2 |-+ *******************################### #******************* +-|
| * # # # * |
| * # # # * |
| * # # # * |
| * # # # * |
| * # # # * |
| * # # # * |
1 |-+ #################### # #################### +-|
| # # # # # |
| # # # # # |
| # # # # # |
| # # # # # |
| # # # # # |
| # + # + # + # + # |
0 +-------------------------------------------------------------------------------------------+
aaa bbb ccc ddd

39
t/circles.ref Normal file
View File

@ -0,0 +1,39 @@
5 +-----------------------------------------------------------------------------------------+
| + + + + + + + * + *|
| * *|
| *** ***|
4.5 |-+ *** ***+-|
| ********** |
| ******** |
| *** *** |
| ** ** |
4 |-+ * ** +-|
| * * |
| ** ** |
| *** *** |
3.5 |-+ ******** +-|
| |
| |
| ****** |
| ** ** |
3 |-+ * ** +-|
| * * |
| ** ** |
| ****** |
2.5 |-+ +-|
| |
| |
| * |
| ******** |
2 |-+ * ** +-|
| * * |
| ******** |
| |
1.5 |-+ +-|
| |
| |
| |
| * + + + + + + + + |
1 +-----------------------------------------------------------------------------------------+
0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5

View File

@ -0,0 +1,39 @@
50 +------------------------------------------------------------------------------------------+
| + + + + + ** ***+* |
| **** *** * |
| ** **** *** * |
| ** *** **** *** * |
| ***** *** **** *** * |
| **** *** *** **** *** * |
40 |-+ ** **** *** *** **** *** * +-|
| ***** **** *** *** **** *** * |
| ***** *** **** *** *** **** *** * |
| ** *** *** **** *** *** **** *** * |
| *** *** *** **** *** *** **** *** * |
| ******* *** *** **** *** *** **** *** * |
| ***** **** *** *** **** *** *** **** *** * |
30 |-+ *** *** **** *** *** **** *** *** **** *** * +-|
| ***** *** **** *** *** **** *** *** **** *** * |
| ** *** *** **** *** *** **** *** *** **** *** * |
| **** *** *** **** *** *** **** *** *** **** *** * |
| ****** *** *** **** *** *** **** *** *** **** *** * |
| *** **** *** *** **** *** *** **** *** *** **** *** * |
| ***** **** *** *** **** *** *** **** *** *** **** *** * |
| ** *** **** *** *** **** *** *** **** *** *** **** *** * |
20 |-+ ***** *** **** *** *** **** *** *** **** *** *** **** *** * +-|
| ** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| *** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| *** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| ****** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| ** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
10 |-+ ** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * +-|
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| ***** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| * *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
| *+*** **** ***+*** **** ***+*** **** ***+*** **** ***+*** **** ***+* |
0 +------------------------------------------------------------------------------------------+
-500 0 500 1000 1500 2000 2500 3000

39
t/dataid-plot.ref Normal file
View File

@ -0,0 +1,39 @@
25 +------------------------------------------------------------------------------------------+
| + + + + + + + |
| 2 ***A*** |
| 4 ###B### |
| 6 $$$C$$$ |
| 8 %%%D%%% |
| 10 @@@E@@@ |
20 |-+ +-|
| |
| |
| |
| |
| |
| D |
15 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
10 |-+ +-|
| C |
| |
| |
| |
| |
| |
5 |-+ +-|
| B |
| |
| |
| |
| |
| + + + + + + + |
0 +------------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

39
t/domain-plot.ref Normal file
View File

@ -0,0 +1,39 @@
25 +------------------------------------------------------------------------------------------+
| + + + + + + + **|
| ** |
| ** |
| * |
| ** |
| ** |
20 |-+ ** +-|
| ** |
| * |
| ** |
| ** |
| ** |
| *A |
15 |-+ ** +-|
| ** |
| ** |
| ** |
| *** |
| ** |
| ** |
| ** |
10 |-+ ** +-|
| *A* |
| *** |
| **** |
| *** |
| *** |
| **** |
5 |-+ *** +-|
| **A* |
| **** |
| ***** |
| ***** |
| **** |
|** + + + + + + + |
0 +------------------------------------------------------------------------------------------+
2 3 4 5 6 7 8 9 10

39
t/equations.ref Normal file
View File

@ -0,0 +1,39 @@
16 +------------------------------------------------------------------------------------------+
| + + + + + + |
| $$$$$$$$$$$$$$**** |
| $ x-1 ##$#### |
14 |-+ $$$$$$$$$$$$$$ x+1 %%%%%%%-|
| $ $ $ |
| $ $ $ |
| $$$$$$$$$$$$$$ $ $ |
| $ $ $ $ |
12 |-+ $$$$$$$$$$$$$$ $ $ $ +-|
| $ $ $ $ $ |
| $$$$$$$$$$$$$$ $ $ $ $ |
| $ $ $ $ $ $ |
10 |-+ $$$$$$$$$$$$$$ $ $ $ $ $ +-|
| $ $ $ $ $ $ $ |
| $ $ $ $ $ $ $ |
| $ $ $ $ $ $ $ |
| $ $ $ $ $ $ $ |
8 |-+ $ $ $ $ $ $ $ %%%|
| $ $ $ $ $ $ %%%%% |
| $ $ $ $ $ $ %%%%%% $ *|
| $ $ $ $ $ %%%%%% $**** |
6 |-+ $ $ $ $ $ %%%%%% $ *******$ +-|
| $ $ $ $ $%%%%% $***** $#####|
| $ $ $ $ %%%%%% *****$ #####$ |
| $ $ $ $ %%%%%% $ ***** $ ###### $ |
| $ $ $ %%%%%% ****$** ####$## $ |
4 |-+ $ $ $ %%%%% $ ***** $ ##### $ $ +-|
| $ $ %%%%%%% **$*** ##$### $ $ |
| $ $ %%%%% $ ****** $ ###### $ $ $ |
| $ %%%%%% *$**** #$#### $ $ $ |
2 |-+ $ %%%%% $ ***** $ ##### $ $ $ $ +-|
| %%%%%%% $****** $###### $ $ $ $ |
| %%%%%$ *****$ #####$ $ $ $ $ |
|% $ ****** $ ###### $ $ $ $ $ |
| ***$* + ###$# + $ + $ + $ + $ + $ |
0 +------------------------------------------------------------------------------------------+
0 1 2 3 4 5 6 7

View File

@ -0,0 +1,39 @@
5.5 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
5 |-+ +-|
| |
| |
4.5 |-+ +*|
| *** |
| * |
| * |
4 |-+ A +-|
| * |
| * |
3.5 |-+ *** +-|
| |
| *** |
| * |
3 |-+ A +-|
| * |
| *** |
| |
2.5 |-+ +-|
| |
| *** |
2 |-+ A +-|
| * |
| *** |
| |
1.5 |-+ +-|
| |
| |
1 |*+ +-|
|* |
| |
| + + + + + + + |
0.5 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,39 @@
+-------------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
5 |-+ +-|
| |
| |
| *|
| *** |
| * |
|# * |
4 |#+ A +-|
|# * |
| * |
| *** |
| |
| *** |
| # # * |
3 |-+ #########B## A +-|
| # # * |
| *** |
| |
| |
| |
| *** # # |
2 |-+ A ##############B### +-|
| * # # |
| *** |
| |
| |
| |
| # # |
1 |*+ ##################B##### +-|
|* # # |
| |
| + + + + + + + |
+-------------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,39 @@
5.5 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
5 |-+ +-|
| |
| |
4.5 |-+ +*|
| *** |
| * |
| * |
4 |-+ A +-|
| * |
| * |
3.5 |-+ *** +-|
| |
| *** |
| * |
3 |-+ A +-|
| * |
| *** |
| |
2.5 |-+ +-|
| |
| *** |
2 |-+ A +-|
| * |
| *** |
| |
1.5 |-+ +-|
| |
| |
1 |*+ +-|
|* |
| |
| + + + + + + + |
0.5 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,39 @@
+-------------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
5 |-+ +-|
| |
| |
| *|
| *** |
| * |
|# * |
4 |#+ A +-|
|# * |
| * |
| *** |
| |
| *** |
| # # * |
3 |-+ #########B## A +-|
| # # * |
| *** |
| |
| |
| |
| *** # # |
2 |-+ A ##############B### +-|
| * # # |
| *** |
| |
| |
| |
| # # |
1 |*+ ##################B##### +-|
|* # # |
| |
| + + + + + + + |
+-------------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

View File

@ -0,0 +1,39 @@
5.5 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
5 |-+ +-|
| |
| |
4.5 |-+ +*|
| *** |
| * |
| * |
4 |-+ A +-|
| * |
| * |
3.5 |-+ *** +-|
| |
| *** |
| * |
3 |-+ A +-|
| * |
| *** |
| |
2.5 |-+ +-|
| |
| *** |
2 |-+ A +-|
| * |
| *** |
| |
1.5 |-+ +-|
| |
| |
1 |*+ +-|
|* |
| |
| + + + + + + + |
0.5 +-----------------------------------------------------------------------------------------+
1 1.5 2 2.5 3 3.5 4 4.5 5

39
t/every-individual.ref Normal file
View File

@ -0,0 +1,39 @@
12 +------------------------------------------------------------------------------------------+
| + + + + + |
| |
| B A |
| |
| |
10 |-+ +-|
| |
| |
| A |
| |
| |
8 |-+ B +-|
| |
| |
| A |
| |
| |
6 |-+ +-|
| |
| |
| B A |
| |
| |
4 |-+ +-|
| |
| |
| A |
| |
| |
2 |-+ B +-|
| |
| |
| A |
| |
| + + + + + |
0 +------------------------------------------------------------------------------------------+
0 2 4 6 8 10 12

39
t/everyall.ref Normal file
View File

@ -0,0 +1,39 @@
12 +------------------------------------------------------------------------------------------+
| + + + + + |
| |
| A |
| |
| |
10 |-+ B +-|
| |
| |
| A |
| |
| |
8 |-+ B +-|
| |
| |
| A |
| |
| |
6 |-+ B +-|
| |
| |
| A |
| |
| |
4 |-+ B +-|
| |
| |
| A |
| |
| |
2 |-+ B +-|
| |
| |
| A |
| |
| + + + + + |
0 +------------------------------------------------------------------------------------------+
0 2 4 6 8 10 12

39
t/histogram-plot.ref Normal file
View File

@ -0,0 +1,39 @@
4 +-----------------------------------------------------------------------------------------+
| *+** + + + + + |
| * ** |
| * ** |
3.5 |-+ * ** +-|
| * ** |
| * ** |
| * ** |
| * ** |
3 |-+ * *** +-|
| * *** |
| * *** |
| * *** |
2.5 |-+ * *** +-|
| * *** |
| * *** |
| * *** |
| * *** |
2 |-+ * **** *** +-|
| * **** *** |
| * **** *** |
| * **** *** |
1.5 |-+ * **** *** +-|
| * **** *** |
| * **** *** |
| * **** *** |
| * **** *** |
1 |-+ * ************************** ******** ************************** ** +-|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
0.5 |-+ * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** +-|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
| *+**** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
0 +-----------------------------------------------------------------------------------------+
-500 0 500 1000 1500 2000 2500 3000

View File

@ -0,0 +1,38 @@
Test plot
10 +-------------------------------------------------------------------------------+ 30
| + + + + + + + ** |
| data 0 ******* |
| ** |
9 |-+ *** |
| ** +-| 25
| *** |
| ** |
8 |-+ *** |
| ** |
| *** |
| ** +-| 20
7 |-+ *** |
| ** |
| *** |
| ** G |
6 |-+ *** +-| 15
y | ** | y2
| ** |
| ** |
| *** |
5 |-+ ** |
| ** +-| 10
| ** G |
| ** |
4 |-+ *** |
| ** |
| *** +-| 5
| ** |
3 |-+ *** G |
| ** |
| *** |
| ** + + + + + + + |
2 +-------------------------------------------------------------------------------+ 0
1 1.5 2 2.5 3 3.5 4 4.5 5
x

View File

@ -0,0 +1,38 @@
Test plot
10 +-------------------------------------------------------------------------------+ 30
| + + + + + + + ** |
| data 0 ***A*** |
| ** |
9 |-+ *** |
| ** +#| 25
| *** ## |
| ** ## |
8 |-+ *A* ## |
| ** ## |
| *** ## |
| ** ## +-| 20
7 |-+ *** ## |
| ** ## |
| *** ## |
| ** #B |
6 |-+ *A* ## +-| 15
y | ** ### | y2
| ** ## |
| ** ### |
| *** ## |
5 |-+ ** ### |
| ** ## +-| 10
| ** #B# |
| ** #### |
4 |-+ *A* ### |
| ** ### |
| *** #### +-| 5
| ** ### |
3 |-+ *** ###B# |
| ** ####### |
| ###### |
|### + + + + + + + |
2 +-------------------------------------------------------------------------------+ 0
1 1.5 2 2.5 3 3.5 4 4.5 5
x

39
t/monotonicity-check.ref Normal file
View File

@ -0,0 +1,39 @@
10 +-----------------------------------------------------------------------------------------+
| + + + + + + + ** |
| *** |
| ** |
9.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
9 |-+ *A* +-|
| ** |
| *** |
| ** |
8.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** |
8 |-+ *A* +-|
| ** |
| *** |
| ** |
7.5 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
7 |-+ *A* +-|
| ** |
| *** |
| ** |
6.5 |-+ *** +-|
| *** |
| ** |
| *** |
| ** + + + + + + + |
6 +-----------------------------------------------------------------------------------------+
0 0.5 1 1.5 2 2.5 3 3.5 4

2335
t/plots.t

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,390 @@
-0.99 +---------------------------------------------------------------------------------------+
| + + + |
| |
| |
| |
| |
| |
| |
| |
-0.995 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| |
-1 |-+ A +-|
| |
| |
| |
| |
| |
| |
| |
| |
-1.005 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| + + + |
-1.01 +---------------------------------------------------------------------------------------+
-1.01 -1.005 -1 -0.995 -0.99
2 +-----------------------------------------------------------------------------------------+
| + + + **** |
| **** |
| **** |
| *** |
| **** |
1.5 |-+ **** +-|
| **** |
| *** |
| **** |
| **** |
| **** |
1 |-+ A* +-|
| ** |
| ** |
| ** |
| ** |
| ** |
0.5 |-+ ** +-|
| ** |
| * |
| ** |
| ** |
| ** |
0 |-+ ** +-|
| ** |
| ** |
| ** |
| * |
| ** |
-0.5 |-+ ** +-|
| ** |
| ** |
| ** |
| ** |
|** + + + |
-1 +-----------------------------------------------------------------------------------------+
-1 -0.5 0 0.5 1
3 +-----------------------------------------------------------------------------------------+
| + + + + + **** |
| *** |
| *** |
2.5 |-+ **** +-|
| *** |
| *** |
| **** |
| *** |
2 |-+ *A* +-|
| **** |
| *** |
| *** |
1.5 |-+ **** +-|
| *** |
| *** |
| **** |
| *** |
1 |-+ A* +-|
| ** |
| ** |
| * |
0.5 |-+ ** +-|
| ** |
| * |
| ** |
| ** |
0 |-+ * +-|
| ** |
| ** |
| * |
-0.5 |-+ ** +-|
| ** |
| * |
| ** |
|** + + + + + |
-1 +-----------------------------------------------------------------------------------------+
-1 -0.5 0 0.5 1 1.5 2
4 +-------------------------------------------------------------------------------------------+
| + + + + + + + *** |
| **** |
| *** |
| *** |
| **** |
| *** |
3 |-+ *A* +-|
| *** |
| **** |
| *** |
| *** |
| **** |
| *** |
2 |-+ *A* +-|
| *** |
| *** |
| *** |
| ** |
| *** |
| *** |
| *** |
1 |-+ A* +-|
| ** |
| ** |
| * |
| ** |
| ** |
| * |
0 |-+ ** +-|
| * |
| ** |
| ** |
| * |
| ** |
|** + + + + + + + |
-1 +-------------------------------------------------------------------------------------------+
-1 -0.5 0 0.5 1 1.5 2 2.5 3
5 +-------------------------------------------------------------------------------------------+
| + + + + *** |
| *** |
| *** |
| *** |
| *** |
4 |-+ *A* +-|
| *** |
| *** |
| **** |
| *** |
| *** |
3 |-+ *A* +-|
| *** |
| *** |
| *** |
| *** |
| *** |
2 |-+ *A* +-|
| *** |
| *** |
| **** |
| *** |
| *** |
1 |-+ A* +-|
| ** |
| * |
| ** |
| * |
| ** |
0 |-+ * +-|
| ** |
| * |
| ** |
| * |
|** + + + + |
-1 +-------------------------------------------------------------------------------------------+
-1 0 1 2 3 4
-0.99 +---------------------------------------------------------------------------------------+
| + + + |
| |
| |
| |
| |
| |
| |
| |
-0.995 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| |
-1 |-+ A +-|
| |
| |
| |
| |
| |
| |
| |
| |
-1.005 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| + + + |
-1.01 +---------------------------------------------------------------------------------------+
-1.01 -1.005 -1 -0.995 -0.99
7 +-------------------------------------------------------------------------------------------+
| + + + ************ |
| *********** |
| ************ |
6 |-+ A***** +-|
| ** |
| * |
| ** |
| * |
5 |-+ * +-|
| ** |
| * |
| ** |
4 |-+ * +-|
| ** |
| * |
| * |
| ** |
3 |-+ * +-|
| ** |
| * |
| ** |
2 |-+ * +-|
| ** |
| * |
| * |
| ** |
1 |-+ * +-|
| ** |
| * |
| ** |
0 |-+ * +-|
| * |
| ** |
| * |
|** + + + |
-1 +-------------------------------------------------------------------------------------------+
-1 -0.5 0 0.5 1
8 +-------------------------------------------------------------------------------------------+
| + + + + + ******** |
| ******** |
| ******** |
7 |-+ ***A*** +-|
| ******** |
| ******* |
| ******** |
6 |-+ A*** +-|
| * |
| * |
| * |
5 |-+ * +-|
| ** |
| * |
| * |
4 |-+ * +-|
| * |
| * |
| * |
3 |-+ * +-|
| * |
| ** |
| * |
2 |-+ * +-|
| * |
| * |
| * |
1 |-+ * +-|
| * |
| * |
| ** |
0 |-+ * +-|
| * |
| * |
|* + + + + + |
-1 +-------------------------------------------------------------------------------------------+
-1 -0.5 0 0.5 1 1.5 2
10 +------------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| ***|
| ******** |
| ******** |
8 |-+ ***A*** +-|
| ******** |
| ******* |
| ***A*** |
| ******** |
| ******** |
6 |-+ A*** +-|
| * |
| * |
| * |
| * |
| ** |
4 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
2 |-+ * +-|
| * |
| * |
| * |
| ** |
| * |
0 |-+* +-|
| * |
|* |
| |
| |
| + + + + + + + |
-2 +------------------------------------------------------------------------------------------+
-1 -0.5 0 0.5 1 1.5 2 2.5 3
10 +------------------------------------------------------------------------------------------+
| + + + + ****** |
| ****** |
| ***A** |
| ****** |
| ****** |
8 |-+ ***A** +-|
| ****** |
| ****** |
| ***A*** |
| ****** |
| ****** |
6 |-+ A** +-|
| * |
| * |
| * |
| * |
| * |
4 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
2 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
0 |-+* +-|
| * |
|* |
| |
| |
| + + + + |
-2 +------------------------------------------------------------------------------------------+
-1 0 1 2 3 4

78
t/streaming-with-xlen.ref Normal file
View File

@ -0,0 +1,78 @@
1 +-----------------------------------------------------------------------------------------+
| + + + + + |
| |
| |
| |
| |
| |
| |
| |
0.5 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| |
0 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| |
-0.5 |-+ +-|
| |
| |
| |
| |
| |
| |
| |
| + + + + + |
-1 +-----------------------------------------------------------------------------------------+
0 0.2 0.4 0.6 0.8 1
2 +-----------------------------------------------------------------------------------------+
| + + + + + ** |
| ** |
| ** |
| *** |
| ** |
| ** |
1.8 |-+ *** +-|
| ** |
| ** |
| ** |
| *** |
| ** |
| ** |
1.6 |-+ *** +-|
| ** |
| ** |
| ** |
| *** |
| ** |
| ** |
| ** |
1.4 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
| ** |
| ** |
1.2 |-+ *** +-|
| ** |
| ** |
| *** |
| ** |
| ** |
| + ** + + + + |
1 +-----------------------------------------------------------------------------------------+
2 2.2 2.4 2.6 2.8 3

39
t/timefmt-histo.ref Normal file
View File

@ -0,0 +1,39 @@
2.5 +-----------------------------------------------------------------------------------------+
| + + + + + |
| |
| |
| |
| |
| |
2 |-+ ******************************* ******************************* +-|
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
1.5 |-+ * * * * * * +-|
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
1 |-+ * * * * * * +-|
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
0.5 |-+ * * * * * * +-|
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * * * * * * |
| * + * + * + * + * + * |
0 +-----------------------------------------------------------------------------------------+
...-05:06 ...-05:07 ...-05:08 ...-05:09 ...-05:10 ...-05:11 ...-05:12

View File

@ -0,0 +1,39 @@
5 +-----------------------------------------------------------------------------------------+
| + + + |
| |
| |
4.5 |-+ +-|
| |
| |
| |
| |
4 |-+ A +-|
| |
| |
| |
3.5 |-+ +-|
| |
| |
| |
| |
3 |-+ A +-|
| |
| |
| |
2.5 |-+ +-|
| |
| |
| |
| |
2 |-+ A +-|
| |
| |
| |
1.5 |-+ +-|
| |
| |
| |
| + + + |
1 +-----------------------------------------------------------------------------------------+
05:00 05:05 05:10 05:15 05:20

View File

@ -0,0 +1,39 @@
10 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
9.5 |-+ +-|
| |
| |
| |
| |
9 |-+ A +-|
| |
| |
| |
8.5 |-+ +-|
| |
| |
| |
| |
8 |-+ A +-|
| |
| |
| |
7.5 |-+ +-|
| |
| |
| |
| |
7 |-+ A +-|
| |
| |
| |
6.5 |-+ +-|
| |
| |
| |
| + + + + + + + |
6 +-----------------------------------------------------------------------------------------+
05:07 05:07 05:08 05:08 05:09 05:09 05:10 05:10 05:11

View File

@ -0,0 +1,390 @@
-3.96 +----------------------------------------------------------------------------------------+
| + + + + + + + + + + |
| |
| |
| |
-3.97 |-+ +-|
| |
| |
| |
-3.98 |-+ +-|
| |
| |
| |
| |
-3.99 |-+ +-|
| |
| |
| |
-4 |-+ A +-|
| |
| |
| |
| |
-4.01 |-+ +-|
| |
| |
| |
-4.02 |-+ +-|
| |
| |
| |
| |
-4.03 |-+ +-|
| |
| |
| + + + + + + + + + + |
-4.04 +----------------------------------------------------------------------------------------+
05/01/1306/01/1307/01/1308/01/13 09/01/1310/01/1311/01/1312/01/1301/01/1402/01/1403/01/1404/01/14
2 +-------------------------------------------------------------------------------------------+
| + + + ******** |
| ******** |
| ******* |
| ******** |
| ******** |
1 |-+ A*** +-|
| ** |
| * |
| ** |
| * |
| ** |
0 |-+ * +-|
| ** |
| ** |
| * |
| ** |
| * |
-1 |-+ ** +-|
| * |
| ** |
| * |
| ** |
| * |
-2 |-+ ** +-|
| * |
| ** |
| * |
| ** |
| ** |
-3 |-+ * +-|
| ** |
| * |
| ** |
| * |
|** + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08
3 +-------------------------------------------------------------------------------------------+
| + + + + + ****** |
| ****** |
| ****** |
| ****** |
2 |-+ ***A*** +-|
| ****** |
| ****** |
| ****** |
| ****** |
1 |-+ A** +-|
| * |
| * |
| ** |
| * |
0 |-+ * +-|
| * |
| * |
| ** |
| * |
| * |
-1 |-+ * +-|
| * |
| ** |
| * |
| * |
-2 |-+ * +-|
| * |
| ** |
| * |
| * |
-3 |-+ * +-|
| * |
| ** |
| * |
|* + + + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08 05:08 05:09
4 +-------------------------------------------------------------------------------------------+
| + + + + + + + ****** |
| ****** |
| ****** |
3 |-+ **A** +-|
| **** |
| ***** |
| ***** |
| **** |
2 |-+ **A** +-|
| ****** |
| ****** |
| ****** |
1 |-+ A** +-|
| * |
| * |
| * |
| * |
0 |-+ * +-|
| * |
| * |
| * |
-1 |-+ * +-|
| * |
| * |
| * |
| * |
-2 |-+ * +-|
| * |
| * |
| * |
-3 |-+ * +-|
| * |
| * |
| * |
|* + + + + + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08 05:08 05:09 05:09 05:10
5 +-------------------------------------------------------------------------------------------+
| + + + + **** |
| ***** |
| **** |
4 |-+ **A** +-|
| ***** |
| **** |
| ***** |
3 |-+ **A** +-|
| **** |
| ***** |
| **** |
2 |-+ **A** +-|
| ***** |
| **** |
| ***** |
1 |-+ A** +-|
| * |
| * |
| * |
0 |-+ * +-|
| * |
| * |
| * |
-1 |-+ * +-|
| * |
| * |
| * |
-2 |-+ * +-|
| * |
| * |
| * |
-3 |-+ * +-|
| * |
| * |
|* + + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:07 05:08 05:09 05:10 05:11
-3.96 +----------------------------------------------------------------------------------------+
| + + + + + + + + + + |
| |
| |
| |
-3.97 |-+ +-|
| |
| |
| |
-3.98 |-+ +-|
| |
| |
| |
| |
-3.99 |-+ +-|
| |
| |
| |
-4 |-+ A +-|
| |
| |
| |
| |
-4.01 |-+ +-|
| |
| |
| |
-4.02 |-+ +-|
| |
| |
| |
| |
-4.03 |-+ +-|
| |
| |
| + + + + + + + + + + |
-4.04 +----------------------------------------------------------------------------------------+
05/01/1306/01/1307/01/1308/01/13 09/01/1310/01/1311/01/1312/01/1301/01/1402/01/1403/01/1404/01/14
8 +-------------------------------------------------------------------------------------------+
| + + + |
| |
| *******|
| **************** |
| *************** |
6 |-+ A******* +-|
| ** |
| * |
| ** |
| * |
| ** |
4 |-+ * +-|
| ** |
| ** |
| * |
| ** |
| * |
2 |-+ ** +-|
| * |
| ** |
| * |
| ** |
| * |
0 |-+ ** +-|
| * |
| ** |
| * |
| ** |
| ** |
-2 |-+ * +-|
| ** |
| * |
| ** |
| * |
|** + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08
8 +-------------------------------------------------------------------------------------------+
| + + + + ********** |
| ********** |
| *****A***** |
| ********** |
| ********** |
6 |-+ A**** +-|
| * |
| * |
| * |
| * |
| * |
4 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
2 |-+ * +-|
| * |
| * |
| ** |
| * |
| * |
0 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
-2 |-+ * +-|
| * |
| * |
| * |
| * |
|* + + + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08 05:08 05:09
10 +------------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| *****|
| ************ |
8 |-+ ***A***** +-|
| ******** |
| ******* |
| *****A*** |
| ************ |
6 |-+ A***** +-|
| * |
| * |
| * |
| * |
4 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
2 |-+ * +-|
| * |
| * |
| * |
| * |
0 |-+ * +-|
| * |
| * |
| * |
| * |
-2 |-+ * +-|
| * |
| * |
| * |
|* + + + + + + + |
-4 +------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08 05:08 05:09 05:09 05:10
10 +------------------------------------------------------------------------------------------+
| + + + + ****** |
| ****** |
| ****A** |
| ********* |
8 |-+ ***A**** +-|
| ****** |
| ****** |
| ****A*** |
| ********* |
6 |-+ A**** +-|
| * |
| * |
| * |
| * |
4 |-+ * +-|
| * |
| * |
| * |
| * |
| * |
2 |-+ * +-|
| * |
| * |
| * |
| * |
0 |-+ * +-|
| * |
| * |
| * |
| * |
-2 |-+* +-|
| * |
| * |
|* |
|* + + + + |
-4 +------------------------------------------------------------------------------------------+
05:06 05:07 05:08 05:09 05:10 05:11

View File

@ -0,0 +1,78 @@
-3.96 +----------------------------------------------------------------------------------------+
| + + + + + |
| |
| |
| |
-3.97 |-+ +-|
| |
| |
| |
-3.98 |-+ +-|
| |
| |
| |
| |
-3.99 |-+ +-|
| |
| |
| |
-4 |-+ +-|
| |
| |
| |
| |
-4.01 |-+ +-|
| |
| |
| |
-4.02 |-+ +-|
| |
| |
| |
| |
-4.03 |-+ +-|
| |
| |
| + + + + + |
-4.04 +----------------------------------------------------------------------------------------+
05:03 05:03 05:04 05:04 05:05 05:05 05:06
2 +-------------------------------------------------------------------------------------------+
| + + + + + ***** |
| ***** |
| ****** |
| ***** |
| ***** |
1 |-+ *A** +-|
| ** |
| ** |
| ** |
| ** |
| ** |
0 |-+ ** +-|
| ** |
| ** |
| ** |
| ** |
| ** |
-1 |-+ ** +-|
| ** |
| ** |
| ** |
| ** |
| ** |
-2 |-+ ** +-|
| ** |
| ** |
| ** |
| ** |
| ** |
-3 |-+ ** +-|
| ** |
| ** |
| ** |
| ** |
| ** + + + + + |
-4 +-------------------------------------------------------------------------------------------+
05:06 05:06 05:07 05:07 05:08 05:08 05:09

View File

@ -0,0 +1,39 @@
5.5 +-----------------------------------------------------------------------------------------+
| + + + + + + + |
| |
| |
5 |-+ +-|
| |
| |
4.5 |-+ +*|
| *** |
| * |
| * |
4 |-+ A +-|
| * |
| * |
3.5 |-+ *** +-|
| |
| *** |
| * |
3 |-+ A +-|
| * |
| *** |
| |
2.5 |-+ +-|
| |
| *** |
2 |-+ A +-|
| * |
| *** |
| |
1.5 |-+ +-|
| |
| |
1 |*+ +-|
|* |
| |
| + + + + + + + |
0.5 +-----------------------------------------------------------------------------------------+
05:08 05:08 05:09 05:09 05:10 05:10 05:11 05:11 05:12

View File

@ -0,0 +1,39 @@
10 +------------------------------------------------------------------------------------------+
| + + =+ = + + + + + ==|
| = = = |
| = == = |
| = = == |
| = == = |
| = = = |
9 |-+ = = == +-|
| = == = @@|
| = = = @ |
| = == == @ |
| = = = @@ |
| = == == @ |
| = = = @ |
8 |-+ = = = @@ +-|
| = == == @ |
| = = = @ |
| = == = @@ |
| = = == @ |
| = = = @@ |
| = == = @ |
| = == @ |
7 |-+ = = @@ +-|
| = @ |
| = @ |
| = @@ |
| = @ |
| = @ |
| = @@ |
6 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +-|
| = |
| = |
| = |
| = |
| = |
|= + + + + + + + + |
5 +------------------------------------------------------------------------------------------+
01:00 01:10 01:20 01:30 01:40 01:50 02:00 02:10 02:20 02:30

View File

@ -0,0 +1,39 @@
10 +------------------------------------------------------------------------------------------+
| + + =+ = + + + + + ==|
| = = = |
| = == = |
| = = == |
| = == = |
| = = = |
9 |-+ = = == +-|
| = == = |
| = = = |
| = == == |
| = = = |
| = == == |
| = = = |
8 |-+ = = = +-|
| = == == |
| = = = |
| = == = |
| = = == |
| = = = |
| = == = |
| = == |
7 |-+ = = +-|
| = |
| = |
| = |
| = |
| = |
| = |
6 |-+ = B B +-|
| = |
| = |
| = |
| = |
| = |
|= + + + + + + + + |
5 +------------------------------------------------------------------------------------------+
01:00 01:10 01:20 01:30 01:40 01:50 02:00 02:10 02:20 02:30

View File

@ -0,0 +1,39 @@
10 +------------------------------------------------------------------------------------------+
| + + =+ = + + + + + ==|
| = = = |
| = == = |
| = = == |
| = == = |
| = = = |
9 |-+ = = == +-|
| = == = @@|
| = = = @ |
| = == == @ |
| = = = @@ |
| = == == @ |
| = = = @ |
8 |-+ = = = @@ +-|
| = == == @ |
| = = = @ |
| = == = @@ |
| = = == @ |
| = = = @@ |
| = == = @ |
| = == @ |
7 |-+ = = @@ +-|
| = @ |
| = @ |
| = @@ |
| = @ |
| = @ |
| = @@ |
6 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +-|
| = |
| = |
| = |
| = |
| = |
|= + + + + + + + + |
5 +------------------------------------------------------------------------------------------+
01:00 01:10 01:20 01:30 01:40 01:50 02:00 02:10 02:20 02:30

View File

@ -0,0 +1,39 @@
10 +------------------------------------------------------------------------------------------+
| + + =+ = + + + + + ==|
| = = = |
| = == = |
| = = == |
| = == = |
| = = = |
9 |-+ = = == +-|
| = == = |
| = = = |
| = == == |
| = = = |
| = == == |
| = = = |
8 |-+ = = = +-|
| = == == |
| = = = |
| = == = |
| = = == |
| = = = |
| = == = |
| = == |
7 |-+ = = +-|
| = |
| = |
| = |
| = |
| = |
| = |
6 |-+ = B B +-|
| = |
| = |
| = |
| = |
| = |
|= + + + + + + + + |
5 +------------------------------------------------------------------------------------------+
01:00 01:10 01:20 01:30 01:40 01:50 02:00 02:10 02:20 02:30

39
t/timefmt-without-vnl.ref Normal file
View File

@ -0,0 +1,39 @@
10 +------------------------------------------------------------------------------------------+
| + + *+ * + + + + + **|
| * * * |
| * ** * |
| * * ** |
| * ** * |
| * * * |
9 |-+ * * ** +-|
| * ** * ##|
| * * * # |
| * ** ** # |
| * * * ## |
| * ** ** # |
| * * * # |
8 |-+ * * * ## +-|
| * ** ** # |
| * * * # |
| * ** * ## |
| * * ** # |
| * * * ## |
| * ** * # |
| * ** # |
7 |-+ * A ## +-|
| * # |
| * # |
| * ## |
| * # |
| * # |
| * ## |
6 |#############################B##############################B +-|
| * |
| * |
| * |
| * |
| * |
|* + + + + + + + + |
5 +------------------------------------------------------------------------------------------+
01:00 01:10 01:20 01:30 01:40 01:50 02:00 02:10 02:20 02:30

39
t/using-individual.ref Normal file
View File

@ -0,0 +1,39 @@
12 +------------------------------------------------------------------------------------------+
| + + + + + |
| |
| K |
| |
10 |-+ B J +-|
| |
| |
| B I |
| |
8 |-+ B H +-|
| |
| |
| B G |
| |
6 |-+ B F +-|
| |
| |
| E B |
| |
| |
4 |-+ D B +-|
| |
| C B |
| |
| |
2 |-+ B B +-|
| |
| A B |
| |
| |
0 |-+ B +-|
| |
| |
| |
| + + + + + |
-2 +------------------------------------------------------------------------------------------+
0 2 4 6 8 10 12

39
t/usingall.ref Normal file
View File

@ -0,0 +1,39 @@
14 +------------------------------------------------------------------------------------------+
| + + + + + |
| |
| ##|
| #### |
12 |-+ #L# +-|
| ## |
| ## |
| ##K# K |
| #### |
10 |-+ #J# J +-|
| ## |
| ## |
| ##I# I |
| #### |
8 |-+ #H# H +-|
| ## |
| ## |
| #G# G |
| ### |
| ## |
6 |-+ ##F# F +-|
| #### |
| #E# E |
| ## |
| ## |
4 |-+ ##D# D +-|
| #### |
| #C# C |
| ## |
| ## |
2 |-+ B# B +-|
| |
| A |
| |
| + + + + + |
0 +------------------------------------------------------------------------------------------+
0 2 4 6 8 10 12

View File

@ -0,0 +1,39 @@
5 +-------------------------------------------------------------------------------------------+
| + + * * + |
| * * |
| * * |
| * * |
| * * |
| * * |
4 |-+ * ###### +-|
| * # # |
| * # # |
| * # # |
| * # # |
| * # # |
| * # # |
3 |-+ ****** * # # +-|
| * * * # # |
| * * * # # |
| * * * # # |
| * * * # # |
| * * * # # |
| * * * # # |
| * * * # # |
2 |-+ ***** * ##### * # # ****** +-|
| * * * # # * # # * * |
| * * * # # * # # * * |
| * * * # # * # # * * |
| * * * # # * # # * * |
| * * * # # * # # * * |
| * * * # # * # # * * |
1 |-+ * ###### * # # * # # * ##### +-|
| * # # * # # * # # * # # |
| * # # * # # * # # * # # |
| * # # * # # * # # * # # |
| * # # * # # * # # * # # |
| * # # * # # * # # * # # |
| * # # * # # * # # * # # |
0 +-------------------------------------------------------------------------------------------+
aaa bbb ccc ddd

View File

@ -0,0 +1,39 @@
6 +-------------------------------------------------------------------------------------------+
| + + + + |
| |
| |
| |
| |
5 |-+ **D +-|
| **** * |
| **** * |
| ***** * |
| **** * |
| **** * |
4 |-+ ***** * +-|
| **** * |
| **** * |
| ***** * |
| **** * |
| **** * |
3 |-+ *B** * +-|
| ** * |
| ** * |
| ** * |
| ** * |
| ** * |
2 |-+ A* A +-|
| |
| |
| |
| |
| |
1 |-+ +-|
| |
| |
| |
| |
| + + + + |
0 +-------------------------------------------------------------------------------------------+
aaa bbb ccc ddd

39
t/xticlabels-styles.ref Normal file
View File

@ -0,0 +1,39 @@
6 +-------------------------------------------------------------------------------------------+
| + + + + |
| |
| |
| |
| |
5 |-+ A +-|
| |
| |
| |
| |
| |
4 |-+ ### +-|
| #### # |
| #### # |
| ##### # |
| #### # |
| #### # |
3 |-+ A ##### # +-|
| #### # |
| #### # |
| ##### # |
| #### # |
| #### # |
2 |-+ A #### # A +-|
| ## # |
| ## # |
| ## # |
| ## # |
| ## # |
1 |-+ ## # +-|
| |
| |
| |
| |
| + + + + |
0 +-------------------------------------------------------------------------------------------+
aaa bbb ccc ddd