[Python-modules-commits] [matplotlib] 01/11: Import matplotlib_1.5.1~rc1.orig.tar.gz

Sandro Tosi morph at moszumanska.debian.org
Tue Jan 5 23:09:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository matplotlib.

commit 6d82424219d3a4cd0abb56028b7aefe94074d759
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 3 23:56:23 2016 +0000

    Import matplotlib_1.5.1~rc1.orig.tar.gz
---
 .gitignore                                         |     1 +
 .travis.yml                                        |    14 +-
 CHANGELOG                                          |     5 +
 INSTALL                                            |    39 +-
 LICENSE/LICENSE_SCIKIT-IMAGE                       |    31 -
 README.rst                                         |    16 +-
 doc/.DS_Store                                      |   Bin 10244 -> 0 bytes
 doc/_static/logo2.png                              |   Bin 27238 -> 0 bytes
 doc/_static/logo2.svg                              |   552 +
 doc/_templates/citing.html                         |     1 +
 doc/_templates/index.html                          |    21 +-
 doc/_templates/layout.html                         |     2 +-
 doc/api/api_changes.rst                            |     2 +-
 doc/conf.py                                        |     5 +-
 doc/devel/gitwash/set_up_fork.rst                  |     2 +-
 doc/devel/release_guide.rst                        |    79 +-
 doc/devel/testing.rst                              |    40 +-
 doc/faq/howto_faq.rst                              |     2 +-
 doc/faq/index.rst                                  |     2 +-
 doc/faq/installing_faq.rst                         |    10 +-
 doc/faq/troubleshooting_faq.rst                    |    11 +-
 doc/faq/usage_faq.rst                              |     2 +-
 doc/faq/virtualenv_faq.rst                         |   139 +
 doc/glossary/index.rst                             |     4 +-
 doc/make.py                                        |     2 +-
 doc/mpl_toolkits/axes_grid/api/index.rst           |    12 +
 .../axes_grid/api/inset_locator_api.rst            |     7 +
 doc/mpl_toolkits/index.rst                         |     4 +-
 doc/pyplots/pyplot_scales.py                       |     2 +-
 doc/pyplots/tex_demo.py                            |     2 +-
 doc/resources/index.rst                            |     4 +
 doc/style_changes.rst                              |    12 +-
 doc/users/colormaps.rst                            |   147 +-
 doc/users/customizing.rst                          |     8 +-
 doc/users/github_stats.rst                         |  2369 +-
 doc/users/intro.rst                                |     4 +-
 doc/users/plotting/colormaps/Lfunction.py          |   172 -
 doc/users/plotting/colormaps/colorconv.py          |   684 -
 doc/users/plotting/colormaps/colormaps.py          |    22 +
 doc/users/plotting/colormaps/grayscale.py          |    41 +-
 doc/users/plotting/colormaps/lightness.py          |    95 +-
 doc/users/plotting/examples/axes_zoom_effect.py    |     1 -
 doc/users/pyplot_tutorial.rst                      |    41 +-
 doc/users/recipes.rst                              |    21 +-
 doc/users/screenshots.rst                          |     7 +-
 doc/users/usetex.rst                               |     2 +-
 doc/users/whats_new.rst                            |    30 +-
 examples/README.txt                                |     8 +-
 examples/api/date_demo.py                          |     9 +-
 examples/api/filled_step.py                        |     2 +-
 examples/color/colormaps_reference.py              |    12 +-
 examples/pylab_examples/agg_buffer.py              |     9 +-
 examples/pylab_examples/barchart_demo2.py          |   231 +-
 examples/pylab_examples/centered_ticklabels.py     |     9 +-
 examples/pylab_examples/clippedline.py             |    58 -
 examples/pylab_examples/demo_bboximage.py          |     2 +-
 examples/pylab_examples/scatter_demo2.py           |     9 +-
 examples/tests/backend_driver.py                   |     1 -
 examples/units/basic_units.py                      |     6 +-
 examples/user_interfaces/mathtext_wx.py            |     5 +-
 lib/matplotlib/__init__.py                         |    14 +-
 lib/matplotlib/_mathtext_data.py                   |     2 +-
 lib/matplotlib/_version.py                         |     4 +-
 lib/matplotlib/animation.py                        |    45 +-
 lib/matplotlib/artist.py                           |     4 +-
 lib/matplotlib/axes/_axes.py                       |   408 +-
 lib/matplotlib/axes/_base.py                       |    29 +-
 lib/matplotlib/backend_bases.py                    |     2 +
 lib/matplotlib/backends/backend_agg.py             |    24 +-
 lib/matplotlib/backends/backend_nbagg.py           |    37 +-
 lib/matplotlib/backends/backend_pdf.py             |     2 +-
 lib/matplotlib/backends/backend_pgf.py             |    11 +-
 lib/matplotlib/backends/backend_qt4agg.py          |     7 +-
 lib/matplotlib/backends/backend_qt5.py             |     4 +-
 lib/matplotlib/backends/backend_webagg.py          |     2 +-
 lib/matplotlib/backends/backend_webagg_core.py     |    34 +
 lib/matplotlib/backends/backend_wx.py              |    57 +-
 lib/matplotlib/backends/qt_compat.py               |    30 +-
 lib/matplotlib/backends/qt_editor/figureoptions.py |     2 +-
 lib/matplotlib/cbook.py                            |    41 +-
 lib/matplotlib/cm.py                               |    11 +-
 lib/matplotlib/colorbar.py                         |     2 +-
 lib/matplotlib/colors.py                           |    25 +-
 lib/matplotlib/container.py                        |     5 +-
 lib/matplotlib/contour.py                          |    40 +-
 lib/matplotlib/dates.py                            |    12 +-
 .../delaunay/VoronoiDiagramGenerator.cpp           |     8 +-
 lib/matplotlib/dviread.py                          |     6 +-
 lib/matplotlib/figure.py                           |    40 +-
 lib/matplotlib/font_manager.py                     |     3 +-
 lib/matplotlib/fontconfig_pattern.py               |     3 -
 lib/matplotlib/image.py                            |     8 +-
 lib/matplotlib/lines.py                            |    11 +-
 lib/matplotlib/mathtext.py                         |     9 +-
 lib/matplotlib/mlab.py                             |    11 +-
 lib/matplotlib/mpl-data/stylelib/classic.mplstyle  |     4 +-
 lib/matplotlib/patches.py                          |    29 +-
 lib/matplotlib/patheffects.py                      |     3 +
 lib/matplotlib/rcsetup.py                          |    26 +-
 lib/matplotlib/sphinxext/plot_directive.py         |    21 +-
 lib/matplotlib/stackplot.py                        |     3 +-
 lib/matplotlib/streamplot.py                       |     2 +-
 lib/matplotlib/testing/__init__.py                 |    35 +
 lib/matplotlib/testing/decorators.py               |    15 +-
 lib/matplotlib/testing/disable_internet.py         |   150 +
 lib/matplotlib/tests/__init__.py                   |    37 +-
 .../baseline_images/test_axes/marker_edges.png     |   Bin 23080 -> 24384 bytes
 .../test_axes/stackplot_test_baseline.png          |   Bin 52164 -> 51991 bytes
 .../test_collections/size_in_xy.png                |   Bin 0 -> 15666 bytes
 .../test_contour/contour_labels_size_color.png     |   Bin 0 -> 6832 bytes
 .../test_mathtext/mathfont_cm_49.png               |   Bin 11273 -> 11387 bytes
 .../test_mathtext/mathfont_stix_49.png             |   Bin 11273 -> 11387 bytes
 .../test_mathtext/mathfont_stixsans_49.png         |   Bin 11327 -> 11387 bytes
 .../test_mathtext/mathtext_cm_79.pdf               |   Bin 0 -> 7232 bytes
 .../test_mathtext/mathtext_cm_79.png               |   Bin 0 -> 1462 bytes
 .../test_mathtext/mathtext_cm_79.svg               |   236 +
 .../test_mathtext/mathtext_dejavusans_79.pdf       |   Bin 0 -> 6199 bytes
 .../test_mathtext/mathtext_dejavusans_79.png       |   Bin 0 -> 1672 bytes
 .../test_mathtext/mathtext_dejavusans_79.svg       |   134 +
 .../test_mathtext/mathtext_dejavuserif_79.pdf      |   Bin 0 -> 6351 bytes
 .../test_mathtext/mathtext_dejavuserif_79.png      |   Bin 0 -> 1655 bytes
 .../test_mathtext/mathtext_dejavuserif_79.svg      |   157 +
 .../test_mathtext/mathtext_stix_79.pdf             |   Bin 0 -> 6961 bytes
 .../test_mathtext/mathtext_stix_79.png             |   Bin 0 -> 1501 bytes
 .../test_mathtext/mathtext_stix_79.svg             |   201 +
 .../test_mathtext/mathtext_stixsans_79.pdf         |   Bin 0 -> 8435 bytes
 .../test_mathtext/mathtext_stixsans_79.png         |   Bin 0 -> 1461 bytes
 .../test_mathtext/mathtext_stixsans_79.svg         |   161 +
 .../tests/baseline_images/test_path/xkcd.pdf       |   Bin 36093 -> 44113 bytes
 .../tests/baseline_images/test_path/xkcd.png       |   Bin 29981 -> 30067 bytes
 .../tests/baseline_images/test_path/xkcd.svg       | 24006 +++++++++----------
 .../baseline_images/test_text/text_contains.png    |   Bin 30772 -> 30301 bytes
 lib/matplotlib/tests/test_artist.py                |    13 +-
 lib/matplotlib/tests/test_axes.py                  |   160 +-
 lib/matplotlib/tests/test_backend_ps.py            |    12 +
 lib/matplotlib/tests/test_backend_qt4.py           |    16 +-
 lib/matplotlib/tests/test_backend_qt5.py           |    24 +-
 lib/matplotlib/tests/test_cbook.py                 |    39 +
 lib/matplotlib/tests/test_collections.py           |    20 +
 lib/matplotlib/tests/test_colorbar.py              |    16 +
 lib/matplotlib/tests/test_container.py             |    14 +
 lib/matplotlib/tests/test_contour.py               |    28 +
 lib/matplotlib/tests/test_cycles.py                |    83 +-
 lib/matplotlib/tests/test_dates.py                 |     2 +-
 lib/matplotlib/tests/test_figure.py                |    12 +
 lib/matplotlib/tests/test_lines.py                 |     5 +-
 lib/matplotlib/tests/test_mathtext.py              |     1 +
 lib/matplotlib/tests/test_mlab.py                  |     4 +-
 lib/matplotlib/tests/test_path.py                  |    36 +
 lib/matplotlib/tests/test_pickle.py                |    32 +
 lib/matplotlib/tests/test_rcparams.py              |    31 +-
 lib/matplotlib/tests/test_style.py                 |     2 +
 lib/matplotlib/tests/test_subplots.py              |     3 +-
 lib/matplotlib/tests/test_text.py                  |    24 +
 lib/matplotlib/tests/test_triangulation.py         |    12 +-
 lib/matplotlib/tests/test_widgets.py               |     2 +-
 lib/matplotlib/texmanager.py                       |     4 +-
 lib/matplotlib/textpath.py                         |     2 +-
 lib/matplotlib/ticker.py                           |    10 +-
 lib/matplotlib/transforms.py                       |    25 +-
 lib/matplotlib/tri/_tri_wrapper.cpp                |    16 +-
 lib/matplotlib/tri/tricontour.py                   |    10 +-
 lib/matplotlib/widgets.py                          |    84 +-
 lib/mpl_toolkits/axes_grid1/axes_divider.py        |   285 +-
 lib/mpl_toolkits/axes_grid1/colorbar.py            |     5 +-
 lib/mpl_toolkits/axes_grid1/inset_locator.py       |   408 +-
 lib/mpl_toolkits/tests/test_axes_grid1.py          |    24 +-
 matplotlibrc.template                              |     4 +-
 setup.cfg.template                                 |     6 +
 setup.py                                           |   122 +-
 setupext.py                                        |    61 +-
 src/_backend_agg.h                                 |    45 +-
 src/_backend_agg_wrapper.cpp                       |    57 +-
 src/_contour_wrapper.cpp                           |    16 +-
 src/_gtkagg.cpp                                    |     7 +-
 src/_image_wrapper.cpp                             |     9 +-
 src/_macosx.m                                      |    10 +-
 src/_path.h                                        |   122 +-
 src/_path_wrapper.cpp                              |   154 +-
 src/_png.cpp                                       |     7 +-
 src/ft2font_wrapper.cpp                            |    23 +-
 src/numpy_cpp.h                                    |    16 +-
 src/path_converters.h                              |    44 +-
 src/py_converters.cpp                              |    96 +
 src/py_converters.h                                |     4 +
 tests.py                                           |    21 +-
 tools/gh_api.py                                    |     2 +
 tools/github_stats.py                              |    57 +-
 tools/test_triage.py                               |   395 +
 unit/memleak_hawaii3.py                            |    22 +-
 unit/threading_test.py                             |     2 +-
 191 files changed, 18501 insertions(+), 15468 deletions(-)

diff --git a/.gitignore b/.gitignore
index 16e1f0b..679c9b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ texput.aux
 result_images
 
 *.swp
+setup.cfg
diff --git a/.travis.yml b/.travis.yml
index 6022a59..2980e6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
 sudo: false
 
+cache:
+  directories:
+    - $HOME/.ccache
+    - $HOME/.cache/pip
+
 addons:
   apt:
     packages:
@@ -55,18 +60,21 @@ before_install:
   # Install into our own pristine virtualenv
   - virtualenv --python=python venv
   - source venv/bin/activate
+  - export PATH=/usr/lib/ccache:$PATH
 
 install:
+  - ccache -s
   # Upgrade pip and setuptools. Mock has issues with the default version of
   # setuptools
   - |
     pip install --upgrade pip
+    pip install --upgrade wheel
     pip install --upgrade setuptools
   # Install only from travis wheelhouse
   - if [ -z "$PRE" ]; then
-        wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0;
+        wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.0.4 pillow sphinx!=1.3.0;
     else
-        pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
+        pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
     fi
   # Always install from pypi
   - pip install $PRE pep8 cycler
@@ -88,7 +96,7 @@ install:
   # Neihter is installed as a dependency of IPython since they are not used by the IPython console.
   - |
     if [[ $BUILD_DOCS == true ]]; then
-      pip install $PRE numpydoc ipython jsonschema mistune
+      pip install $PRE numpydoc ipython jsonschema mistune colorspacious
       pip install -q $PRE linkchecker
       wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
       wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
diff --git a/CHANGELOG b/CHANGELOG
index 506d5ed..0079188 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2015-11-16 Levels passed to contour(f) and tricontour(f) must be in increasing
+           order.
+
+2015-10-21 Added get_ticks_direction()
+
 2015-02-27 Added the rcParam 'image.composite_image' to permit users 
 		   to decide whether they want the vector graphics backends to combine 
 		   all images within a set of axes into a single composite image.  
diff --git a/INSTALL b/INSTALL
index 4dc29cd..6ea8d7a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -66,17 +66,17 @@ you will also need to install compatible versions of
 `pyparsing <https://pypi.python.org/pypi/pyparsing/>`_, and
 `cycler <https://pypi.python.org/pypi/Cycler>`_
 in addition to
-`matplotlib <http://matplotlib.org/downloads.html>`_.
+`matplotlib <http://pypi.python.org/pypi/matplotlib/>`_.
 
 For Python 3.5 the `Visual C++ Redistributable for Visual Studio 2015
 <http://www.microsoft.com/en-us/download/details.aspx?id=48145>`_
 needs to be installed.
-In case Python 2.6 to 3.4 are not installed for all users (not the default), 
+In case Python 2.7 to 3.4 are not installed for all users (not the default),
 the Microsoft Visual C++ 2008 (
 `64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
 or
 `32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`__
-for Python 2.6 to 3.2) or Microsoft Visual C++ 2010 (
+for Python 2.7 to 3.2) or Microsoft Visual C++ 2010 (
 `64 bit <http://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
 or
 `32 bit <http://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
@@ -109,19 +109,18 @@ standard Python shell or IPython. It is enabled as the default backend
 for the official binaries.  GTK3 is not supported on Windows.
 
 The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
-the `download page <http://matplotlib.org/downloads.html>`_ do not
-contain test data or example code.
-If you want to try the many demos that come in the matplotlib source
-distribution, download the :file:`*.tar.gz` file and look in the
-:file:`examples` subdirectory.
+the `PyPI download page <http://pypi.python.org/pypi/matplotlib/>`_ do
+not contain test data or example code.  If you want to try the many
+demos that come in the matplotlib source distribution, download the
+:file:`*.tar.gz` file and look in the :file:`examples` subdirectory.
 To run the test suite, copy the :file:`lib\matplotlib\tests` and
-:file:`lib\mpl_toolkits\tests` directories from the source distribution to
-:file:`sys.prefix\Lib\site-packages\matplotlib` and
-:file:`sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and install
-`nose <https://pypi.python.org/pypi/nose>`_,
-`mock <https://pypi.python.org/pypi/mock>`_,
-Pillow, MiKTeX, GhostScript, ffmpeg, avconv, mencoder, ImageMagick, and
-`Inkscape <http://inkscape.org/>`_.
+:file:`lib\mpl_toolkits\tests` directories from the source
+distribution to :file:`sys.prefix\Lib\site-packages\matplotlib` and
+:file:`sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and
+install `nose <https://pypi.python.org/pypi/nose>`_, `mock
+<https://pypi.python.org/pypi/mock>`_, Pillow, MiKTeX, GhostScript,
+ffmpeg, avconv, mencoder, ImageMagick, and `Inkscape
+<http://inkscape.org/>`_.
 
 
 
@@ -133,10 +132,10 @@ Installing from source
 If you are interested in contributing to matplotlib development,
 running the latest source code, or just like to build everything
 yourself, it is not difficult to build matplotlib from source.  Grab
-the latest *tar.gz* release file from `the download page
-<http://matplotlib.org/downloads.html>`_, or if you want
-to develop matplotlib or just need the latest bugfixed version, grab
-the latest git version :ref:`install-from-git`.
+the latest *tar.gz* release file from `the PyPI files page
+<https://pypi.python.org/pypi/matplotlib/>`_, or if you want to
+develop matplotlib or just need the latest bugfixed version, grab the
+latest git version :ref:`install-from-git`.
 
 The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
 This means you can set them if your toolchain is prefixed. This may be used for
@@ -185,7 +184,7 @@ themselves.
 Required Dependencies
 ^^^^^^^^^^^^^^^^^^^^^
 
-:term:`python` 2.6, 2.7, 3.3, 3.4, or 3.5
+:term:`python` 2.7, 3.4, or 3.5
     `Download python <http://www.python.org/download/>`_.
 
 :term:`numpy` |minimum_numpy_version| (or later)
diff --git a/LICENSE/LICENSE_SCIKIT-IMAGE b/LICENSE/LICENSE_SCIKIT-IMAGE
deleted file mode 100644
index 6586c85..0000000
--- a/LICENSE/LICENSE_SCIKIT-IMAGE
+++ /dev/null
@@ -1,31 +0,0 @@
-Unless otherwise specified by LICENSE.txt files in individual
-directories, all code is
-
-Copyright (C) 2011, the scikit-image team
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
- 3. Neither the name of skimage nor the names of its contributors may be
-    used to endorse or promote products derived from this software without
-    specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
-IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
diff --git a/README.rst b/README.rst
index 2f7d114..43dc7c0 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,7 @@ Testing
 
 After installation, you can launch the test suite::
 
-  python setup.py test
+  python tests.py
 
 Or from the python interpreter::
 
@@ -28,4 +28,16 @@ Or from the python interpreter::
   matplotlib.test()
 
 Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
-more information.
+more information. Note that the test suite requires nose and on python 2.7 mock
+which are not installed by default. Please install with pip or your package
+manager of choice.
+
+Contact
+=======
+matplotlib's communication channels include active mailing lists:
+
+* Matplotlib-announce (https://mail.python.org/mailman/listinfo/matplotlib-announce),
+* Matplotlib-devel (https://mail.python.org/mailman/listinfo/matplotlib-devel),
+* Matplotlib-users (https://mail.python.org/mailman/listinfo/matplotlib-users).
+
+The latter is probably a good starting point for general questions and discussions.
diff --git a/doc/.DS_Store b/doc/.DS_Store
deleted file mode 100644
index d04617e..0000000
Binary files a/doc/.DS_Store and /dev/null differ
diff --git a/doc/_static/logo2.png b/doc/_static/logo2.png
deleted file mode 100644
index dc2d80c..0000000
Binary files a/doc/_static/logo2.png and /dev/null differ
diff --git a/doc/_static/logo2.svg b/doc/_static/logo2.svg
new file mode 100644
index 0000000..f2d289c
--- /dev/null
+++ b/doc/_static/logo2.svg
@@ -0,0 +1,552 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with matplotlib (http://matplotlib.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="3in"
+   version="1.1"
+   viewBox="0 0 900 216"
+   width="12.5in"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="logo2.svg"
+   inkscape:export-filename="/home/mdboom/Art/logo-text.png"
+   inkscape:export-xdpi="300"
+   inkscape:export-ydpi="300">
+  <metadata
+     id="metadata412">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="3196"
+     inkscape:window-height="1714"
+     id="namedview410"
+     showgrid="false"
+     inkscape:zoom="2.2551111"
+     inkscape:cx="421.93043"
+     inkscape:cy="135"
+     inkscape:window-x="0"
+     inkscape:window-y="38"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2"
+     units="in" />
+  <defs
+     id="defs4"
+     style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+    <style
+       type="text/css"
+       id="style6">
+*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
+  </style>
+    <clipPath
+       id="p1a558b8dcd-1"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path408-5"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+    <clipPath
+       id="clipPath5283"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path5285"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+    <clipPath
+       id="clipPath5287"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path5289"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+    <clipPath
+       id="clipPath5291"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path5293"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+    <clipPath
+       id="clipPath5295"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path5297"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+    <clipPath
+       id="clipPath5299"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path5301"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+    <clipPath
+       id="clipPath5303"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path5305"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+  </defs>
+  <defs
+     id="defs405">
+    <clipPath
+       id="p1a558b8dcd"
+       style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+      <path
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+         id="path408"
+         inkscape:connector-curvature="0"
+         style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000" />
+    </clipPath>
+  </defs>
+  <g
+     transform="matrix(1,0,-0.0743587,1,0,0)"
+     style="font-style:normal;font-weight:normal;font-size:191.6658783px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:100000;stroke-opacity:1"
+     id="text5400">
+    <path
+       d="m 180.56077,157.5305 q 0,0.93586 -0.56152,1.68456 -0.56152,0.65511 -1.87174,1.12304 -1.31021,0.46793 -3.5563,0.65511 -2.24608,0.28076 -5.7088,0.28076 -3.5563,0 -5.80238,-0.28076 -2.24609,-0.18718 -3.64989,-0.65511 -1.31022,-0.46793 -1.87174,-1.12304 -0.46793,-0.7487 -0.46793,-1.68456 l 0,-49.50745 q 0,-4.21141 -0.84228,-7.67412 -0.7487,-3.462717 -2.43326,-5.895975 -1.59098,-2.526845 -4.11782,-3.837061 -2.43326,-1.403803 -5.89597,-1.403803 -4.21141,0 -8.51641,3.27554 -4.30499,3. [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4226" />
+    <path
+       d="m 274.98991,157.81126 q 0,1.31021 -0.93587,2.05891 -0.93587,0.74869 -2.99478,1.02945 -1.96533,0.37435 -5.89597,0.37435 -4.21141,0 -6.17674,-0.37435 -1.87173,-0.28076 -2.71401,-1.02945 -0.7487,-0.7487 -0.7487,-2.05891 l 0,-6.64467 q -5.14728,5.52162 -11.79194,8.60999 -6.55108,3.08837 -14.59955,3.08837 -6.64467,0 -12.25988,-1.77815 -5.52162,-1.68457 -9.63945,-5.05369 -4.02423,-3.46272 -6.27032,-8.51641 -2.24608,-5.05369 -2.24608,-11.79194 0,-7.29978 2.80761,-12.63423 2.90119,-5.4 [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4228" />
+    <path
+       d="m 346.11592,149.29485 q 0,4.11782 -0.56152,6.36391 -0.46793,2.1525 -1.31022,3.08836 -0.84228,0.84229 -2.52684,1.59098 -1.59098,0.65511 -3.83706,1.12304 -2.1525,0.56152 -4.77293,0.84228 -2.52685,0.28077 -5.14728,0.28077 -7.01901,0 -12.16629,-1.77816 -5.14728,-1.77815 -8.5164,-5.42803 -3.36913,-3.74348 -4.96011,-9.35869 -1.59097,-5.61521 -1.59097,-13.28933 l 0,-42.769194 -10.0138,0 q -1.77815,0 -2.71401,-2.152498 -0.93587,-2.246084 -0.93587,-7.393361 0,-2.714019 0.18717,-4.585756 [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4230" />
+    <path
+       d="m 447.37691,114.57413 q 0,11.13683 -2.43326,20.12117 -2.33967,8.89075 -6.92543,15.16107 -4.58575,6.27032 -11.41759,9.63945 -6.83184,3.36913 -15.62901,3.36913 -3.64989,0 -6.73825,-0.7487 -2.99478,-0.65511 -5.89597,-2.05891 -2.80761,-1.49739 -5.61522,-3.64989 -2.8076,-2.15249 -5.80238,-5.05369 l 0,39.30648 q 0,0.93587 -0.56152,1.68456 -0.56152,0.7487 -1.96533,1.21663 -1.31021,0.56153 -3.5563,0.84229 -2.24608,0.28076 -5.70879,0.28076 -3.46272,0 -5.7088,-0.28076 -2.24609,-0.28076 - [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4232" />
+    <path
+       d="m 489.86533,157.5305 q 0,0.93586 -0.56153,1.68456 -0.56152,0.65511 -1.96532,1.12304 -1.31021,0.46793 -3.5563,0.65511 -2.24608,0.28076 -5.7088,0.28076 -3.46271,0 -5.7088,-0.28076 -2.24608,-0.18718 -3.64988,-0.65511 -1.31022,-0.46793 -1.87174,-1.12304 -0.56152,-0.7487 -0.56152,-1.68456 l 0,-123.066719 q 0,-0.935868 0.56152,-1.684563 0.56152,-0.748695 1.87174,-1.216629 1.4038,-0.561521 3.64988,-0.842282 2.24609,-0.280761 5.7088,-0.280761 3.46272,0 5.7088,0.280761 2.24609,0.280761  [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4234" />
+    <path
+       d="m 597.86457,114.94848 q 0,10.6689 -2.80761,19.46606 -2.8076,8.79717 -8.5164,15.16107 -5.7088,6.36391 -14.31879,9.82662 -8.60999,3.46272 -20.12117,3.46272 -11.13684,0 -19.37248,-3.08837 -8.23565,-3.08837 -13.66368,-8.98434 -5.42804,-5.89597 -8.04847,-14.50596 -2.62044,-8.60999 -2.62044,-19.65324 0,-10.6689 2.80761,-19.466066 2.90119,-8.890751 8.60999,-15.161071 5.7088,-6.363906 14.2252,-9.826619 8.60999,-3.462714 20.12118,-3.462714 11.23042,0 19.46606,3.088366 8.23565,2.99478 13 [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4236" />
+    <path
+       d="m 665.80861,149.29485 q 0,4.11782 -0.56152,6.36391 -0.46794,2.1525 -1.31022,3.08836 -0.84228,0.84229 -2.52684,1.59098 -1.59098,0.65511 -3.83706,1.12304 -2.1525,0.56152 -4.77293,0.84228 -2.52685,0.28077 -5.14728,0.28077 -7.01901,0 -12.16629,-1.77816 -5.14728,-1.77815 -8.5164,-5.42803 -3.36913,-3.74348 -4.96011,-9.35869 -1.59097,-5.61521 -1.59097,-13.28933 l 0,-42.769194 -10.0138,0 q -1.77815,0 -2.71402,-2.152498 -0.93587,-2.246084 -0.93587,-7.393361 0,-2.714019 0.18718,-4.585756 [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4238" />
+    <path
+       d="m 706.61249,157.5305 q 0,0.93586 -0.56152,1.68456 -0.56152,0.65511 -1.96533,1.12304 -1.31021,0.46793 -3.5563,0.65511 -2.24608,0.28076 -5.7088,0.28076 -3.46271,0 -5.70879,-0.28076 -2.24609,-0.18718 -3.64989,-0.65511 -1.31022,-0.46793 -1.87174,-1.12304 -0.56152,-0.7487 -0.56152,-1.68456 l 0,-123.066719 q 0,-0.935868 0.56152,-1.684563 0.56152,-0.748695 1.87174,-1.216629 1.4038,-0.561521 3.64989,-0.842282 2.24608,-0.280761 5.70879,-0.280761 3.46272,0 5.7088,0.280761 2.24609,0.28076 [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4240" />
+    <path
+       d="m 753.78027,157.5305 q 0,0.93586 -0.56152,1.68456 -0.56152,0.65511 -1.96532,1.12304 -1.31022,0.46793 -3.5563,0.65511 -2.24609,0.28076 -5.7088,0.28076 -3.46271,0 -5.7088,-0.28076 -2.24608,-0.18718 -3.64989,-0.65511 -1.31021,-0.46793 -1.87173,-1.12304 -0.56152,-0.7487 -0.56152,-1.68456 l 0,-83.292306 q 0,-0.935868 0.56152,-1.590976 0.56152,-0.748695 1.87173,-1.216629 1.40381,-0.561521 3.64989,-0.842282 2.24609,-0.28076 5.7088,-0.28076 3.46271,0 5.7088,0.28076 2.24608,0.280761 3.5 [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4242" />
+    <path
+       d="m 861.40517,114.66772 q 0,11.13683 -2.43326,20.02758 -2.43326,8.89075 -7.01901,15.16107 -4.58576,6.27032 -11.32401,9.63945 -6.64467,3.36913 -15.16107,3.36913 -4.21141,0 -7.8613,-0.84229 -3.64989,-0.74869 -7.01901,-2.52684 -3.27554,-1.77815 -6.55108,-4.49217 -3.18196,-2.71402 -6.55108,-6.55108 l 0,9.07793 q 0,1.02945 -0.56153,1.77815 -0.46793,0.6551 -1.68456,1.12304 -1.12304,0.46793 -3.08837,0.65511 -1.96532,0.18717 -4.77292,0.18717 -2.9012,0 -4.86652,-0.18717 -1.87174,-0.18718  [...]
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';fill:#11557c;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="path4244" />
+  </g>
+  <g
+     id="g4543"
+     transform="matrix(0.94805243,0,0,0.94805243,28.364625,5.9371369)"
+     style="stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000">
+    <circle
+       r="74.596489"
+       cy="114.29095"
+       cx="546.02411"
+       id="path4395"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <g
+       transform="matrix(0.77077365,0,0,0.77077365,521.87107,-66.56619)"
+       style="opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+       id="g4391">
+      <g
+         id="patch_2"
+         style="fill:#ffffff;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+         transform="matrix(2.7288814,0,0,2.7288814,-116.69187,125.94806)">
+        <path
+           d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 Z"
+           style="opacity:0.05;fill:#ffffff;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000"
+           id="path329"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:1;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+       id="matplotlib.axis_1">
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_1">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_1">
+          <path
+             inkscape:connector-curvature="0"
+             id="path334"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="m 54,39.6 33.66,0"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_2">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_2">
+          <path
+             inkscape:connector-curvature="0"
+             id="path338"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 54,39.6 77.801214,15.798786"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_3">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_3">
+          <path
+             inkscape:connector-curvature="0"
+             id="path342"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 54,39.6 54,5.94"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_4">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_4">
+          <path
+             inkscape:connector-curvature="0"
+             id="path346"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 54,39.6 30.198786,15.798786"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_5">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_5">
+          <path
+             inkscape:connector-curvature="0"
+             id="path350"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="m 54,39.6 -33.66,0"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_6">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_6">
+          <path
+             inkscape:connector-curvature="0"
+             id="path354"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 54,39.6 30.198786,63.401214"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_7">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_7">
+          <path
+             inkscape:connector-curvature="0"
+             id="path358"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="m 54,39.6 0,33.66"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="xtick_8">
+        <g
+           style="stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_8">
+          <path
+             inkscape:connector-curvature="0"
+             id="path362"
+             style="opacity:0.9;fill:none;stroke:#858585;stroke-width:0.20408517;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 54,39.6 77.801214,63.401214"
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+       id="matplotlib.axis_2">
+      <g
+         style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="ytick_1">
+        <g
+           style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_9">
+          <path
+             inkscape:connector-curvature="0"
+             id="path367"
+             style="opacity:0.9;fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="m 57.74,39.6 -0.111094,-0.904788 -0.326682,-0.851036 -0.522862,-0.746724 -0.687981,-0.598053 -0.812226,-0.413849 -0.888219,-0.205062 -0.911443,0.01591 -0.880522,0.235935 -0.797288,0.441944 -0.666689,0.621698 -0.496484,0.764518 -0.296782,0.861918 -0.07945,0.908114 0.142603,0.90036 0.356184,0.839116 0.548604,0.728022 0.708433,0.573678 0.826174,0.385251 0.894835,0.173939 0.910333,-0.04771 0.871751,-0.266521 0.781379,-0.4695 0.644586,-0.644586 0.4695,-0.781379 0.266521,-0.871 [...]
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="ytick_2">
+        <g
+           style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_10">
+          <path
+             inkscape:connector-curvature="0"
+             id="path371"
+             style="opacity:0.9;fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="m 65.22,39.6 -0.109192,-1.561522 -0.325452,-1.531129 -0.535376,-1.470934 -0.73488,-1.382109 -0.920081,-1.266383 -1.087374,-1.126008 -1.233501,-0.963717 -1.35562,-0.782667 -1.451353,-0.586385 -1.518838,-0.378689 -1.556761,-0.163622 -1.564381,0.05463 -1.541555,0.271818 -1.488722,0.483715 -1.406914,0.686198 -1.297722,0.875324 -1.163271,1.047414 -1.006178,1.199116 -0.829501,1.32748 -0.636679,1.430005 -0.431465,1.504697 -0.217853,1.550101 0,1.565336 0.217853,1.550101 0.431465, [...]
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="ytick_3">
+        <g
+           style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_11">
+          <path
+             inkscape:connector-curvature="0"
+             id="path375"
+             style="opacity:0.9;fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 72.7,39.6 72.597559,37.645318 72.29136,35.712051 71.784757,33.821382 71.0833,31.994025 70.194675,30.25 69.128618,28.608416 67.896808,27.087258 66.512742,25.703192 64.991584,24.471382 63.35,23.405325 61.605975,22.5167 59.778618,21.815243 57.887949,21.30864 55.954682,21.002441 54,20.9 52.045318,21.002441 50.112051,21.30864 48.221382,21.815243 46.394025,22.5167 44.65,23.405325 l -1.641584,1.066057 -1.521158,1.23181 -1.384066,1.384066 -1.23181,1.521158 L 37.805325,30.25 36. [...]
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+      <g
+         style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+         id="ytick_4">
+        <g
+           style="fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+           id="line2d_12">
+          <path
+             inkscape:connector-curvature="0"
+             id="path379"
+             style="opacity:0.9;fill:none;stroke:#818181;stroke-width:0.20408517;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:0.20408517, 0.40817035;stroke-dashoffset:0;stroke-opacity:1"
+             d="M 80.18,39.6 80.036583,36.863445 79.607904,34.156872 78.89866,31.509935 77.91662,28.951635 76.672545,26.51 75.180065,24.211782 73.455532,22.082161 71.517839,20.144468 69.388218,18.419935 67.09,16.927455 64.648365,15.68338 62.090065,14.70134 59.443128,13.992096 56.736555,13.563417 54,13.42 l -2.736555,0.143417 -2.706573,0.428679 -2.646937,0.709244 -2.5583,0.98204 -2.441635,1.244075 -2.298218,1.49248 -2.129621,1.724533 -1.937693,1.937693 -1.724533,2.129621 -1.49248,2.298218 [...]
+             clip-path="url(#p1a558b8dcd)" />
+        </g>
+      </g>
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_3">
+      <path
+         inkscape:connector-curvature="0"
+         id="path382"
+         style="opacity:0.6;fill:#004cff;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.07114,-0.02311 0.07114,-0.02312 0.07114,-0.02311 0.07114,-0.02311 0. [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_4">
+      <path
+         inkscape:connector-curvature="0"
+         id="path385"
+         style="opacity:0.6;fill:#ceff29;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.07885,-0.210091 0.07885,-0.210091 0.07885,-0.210091 0.07885,-0.21009 [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_5">
+      <path
+         inkscape:connector-curvature="0"
+         id="path388"
+         style="opacity:0.6;fill:#ff6800;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 L 53.80825,39.370321 53.6165,39.140641 53.42475,38.910962 53.233,38.68 [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_6">
+      <path
+         inkscape:connector-curvature="0"
+         id="path391"
+         style="opacity:0.6;fill:#ffc400;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -0.257593,0.04675 -0.257593,0.04675 -0.257592,0.04675 -0.257593,0.0467 [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_7">
+      <path
+         inkscape:connector-curvature="0"
+         id="path394"
+         style="opacity:0.6;fill:#29ffce;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -0.122972,0.08519 -0.122971,0.08519 -0.122972,0.08519 -0.122971,0.0851 [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_8">
+      <path
+         inkscape:connector-curvature="0"
+         id="path397"
+         style="opacity:0.6;fill:#7dff7a;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.03132,0.184358 0.03132,0.184358 0.03132,0.184358 0.03132,0.184358 0. [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_9">
+      <path
+         inkscape:connector-curvature="0"
+         id="path400"
+         style="opacity:0.6;fill:#ff6800;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.236002,0.183912 0.236003,0.183912 0.236002,0.183912 0.236002,0.18391 [...]
+         clip-path="url(#p1a558b8dcd)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="stroke:#11557c;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;stroke-opacity:1"
+       id="patch_10">
+      <path
+         inkscape:connector-curvature="0"
+         id="path403"
+         style="fill:none;stroke:#11557c;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:100000;stroke-opacity:1"
+         d="m 54,73.26 c 8.926736,0 17.489058,-3.54663 23.801214,-9.858786 C 84.11337,57.089058 87.66,48.526736 87.66,39.6 87.66,30.673264 84.11337,22.110942 77.801214,15.798786 71.489058,9.48663 62.926736,5.94 54,5.94 45.073264,5.94 36.510942,9.48663 30.198786,15.798786 23.88663,22.110942 20.34,30.673264 20.34,39.6 c 0,8.926736 3.54663,17.489058 9.858786,23.801214 C 36.510942,69.71337 45.073264,73.26 54,73.26 l 0,0 z" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_3-1">
+      <path
+         inkscape:connector-curvature="0"
+         id="path382-9"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.07114,-0.02311 0.07114,-0.02312 0.07114,-0.02311 0.07114,-0.02311 0. [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_4-2">
+      <path
+         inkscape:connector-curvature="0"
+         id="path385-8"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.07885,-0.210091 0.07885,-0.210091 0.07885,-0.210091 0.07885,-0.21009 [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_5-0">
+      <path
+         inkscape:connector-curvature="0"
+         id="path388-3"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 L 53.80825,39.370321 53.6165,39.140641 53.42475,38.910962 53.233,38.68 [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_6-4">
+      <path
+         inkscape:connector-curvature="0"
+         id="path391-5"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -0.257593,0.04675 -0.257593,0.04675 -0.257592,0.04675 -0.257593,0.0467 [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="opacity:0.93800001;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_7-2">
+      <path
+         inkscape:connector-curvature="0"
+         id="path394-8"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -0.122972,0.08519 -0.122971,0.08519 -0.122972,0.08519 -0.122971,0.0851 [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_8-8">
+      <path
+         inkscape:connector-curvature="0"
+         id="path397-2"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.03132,0.184358 0.03132,0.184358 0.03132,0.184358 0.03132,0.184358 0. [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+    <g
+       transform="matrix(2.1033499,0,0,2.1033499,431.92805,30.511256)"
+       style="fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+       id="patch_9-9">
+      <path
+         inkscape:connector-curvature="0"
+         id="path400-2"
+         style="opacity:0.6;fill:none;stroke:#000000;stroke-width:0.45579022;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1"
+         d="m 54,39.6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0.236002,0.183912 0.236003,0.183912 0.236002,0.183912 0.236002,0.18391 [...]
+         clip-path="url(#p1a558b8dcd-1)" />
+    </g>
+  </g>
+</svg>
diff --git a/doc/_templates/citing.html b/doc/_templates/citing.html
index 304965c..9c508c4 100644
--- a/doc/_templates/citing.html
+++ b/doc/_templates/citing.html
@@ -28,6 +28,7 @@ BibTeX entry:
 
 <h2>DOIs</h2>
 <dl>
+  <dt>v1.5.0</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.32914"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.32914.svg" alt="10.5281/zenodo.32914"></a></dd>
   <dt>v1.4.3</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.15423"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.15423.svg" alt="10.5281/zenodo.15423"></a></dd>
   <dt>v1.4.2</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.12400"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.12400.png" alt="10.5281/zenodo.12400"></a></dd>
   <dt>v1.4.1</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.12287"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.12287.png" alt="10.5281/zenodo.12287"></a></dd>
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 9a7ca0b..3fb1239 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -89,18 +89,18 @@ function getSnippet(id, url) {
... 38088 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git



More information about the Python-modules-commits mailing list