pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-matplotlib: used for updating graphics/py-matplotlib
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Jun 6 21:12:14 2024 +0200
Changeset: f5ab5d80064f9fbfb36dc9fd3098cbb16db57af7
Modified Files:
Makefile
Removed Files:
py-matplotlib/DESCR
py-matplotlib/MESSAGE
py-matplotlib/Makefile
py-matplotlib/PLIST
py-matplotlib/PLIST.Darwin
py-matplotlib/distinfo
py-matplotlib/patches/patch-src_meson.build
Log Message:
py-matplotlib: used for updating graphics/py-matplotlib
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f5ab5d80064f9fbfb36dc9fd3098cbb16db57af7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 -
py-matplotlib/DESCR | 10 -
py-matplotlib/MESSAGE | 10 -
py-matplotlib/Makefile | 67 -
py-matplotlib/PLIST | 3635 ---------------------------
py-matplotlib/PLIST.Darwin | 2 -
py-matplotlib/distinfo | 6 -
py-matplotlib/patches/patch-src_meson.build | 22 -
8 files changed, 3755 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 1c663fe2f2..83c65c59fc 100644
--- a/Makefile
+++ b/Makefile
@@ -1631,8 +1631,6 @@ SUBDIR+= icecat
SUBDIR+= ices
SUBDIR+= ices-vorbis
SUBDIR+= icestorm-git
-SUBDIR+= icewm17
-SUBDIR+= icewm3
SUBDIR+= icmpchat
SUBDIR+= ics2txt
SUBDIR+= id3
@@ -3994,7 +3992,6 @@ SUBDIR+= py-mathics-scanner
SUBDIR+= py-mathjspy
SUBDIR+= py-mathopt
SUBDIR+= py-mathpad
-SUBDIR+= py-matplotlib
SUBDIR+= py-matplottheme
SUBDIR+= py-matrix-angular-sdk
SUBDIR+= py-mave
diff --git a/py-matplotlib/DESCR b/py-matplotlib/DESCR
deleted file mode 100644
index 7725cf3208..0000000000
--- a/py-matplotlib/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-matplotlib is a pure python plotting library designed to bring
-publication quality plotting to python with a syntax familiar to
-matlab users. A lot progress towards this goal has been made since
-the first release of matplotlib, the library does produce high quality
-2D plots. All of the plotting commands can be accessed either via a
-functional interface familiar to matlab users or an object oriented
-interface familiar to python users, and several high resolution output
-formats are supported.
-
-Tutorial: https://matplotlib.org/users/tutorials.html
diff --git a/py-matplotlib/MESSAGE b/py-matplotlib/MESSAGE
deleted file mode 100644
index 2df469e710..0000000000
--- a/py-matplotlib/MESSAGE
+++ /dev/null
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2019/06/16 13:11:34 adam Exp $
-
-MatPlotLib can use additional user interface backends.
-
-For GTK3-base backends, install devel/py-gobject3 and x11/gtk3 packages.
-For Qt5-base backends, install x11/py-qt5 package.
-For Tk-base backends, install x11/py-Tk package.
-
-===========================================================================
diff --git a/py-matplotlib/Makefile b/py-matplotlib/Makefile
deleted file mode 100644
index d0d04e013b..0000000000
--- a/py-matplotlib/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# $NetBSD: Makefile,v 1.94 2024/04/07 11:44:57 wiz Exp $
-
-DISTNAME= matplotlib-3.9.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= graphics python
-MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://matplotlib.org/
-COMMENT= Matlab-style plotting package for Python
-# LICENSE= see ${WRKSRC}/LICENSE/LICENSE
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-certifi>=2020.06.20:../../security/py-certifi
-TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0:../../devel/py-meson_python
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-Pillow>=8.0:../../graphics/py-Pillow
-#DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
-DEPENDS+= ${PYPKGPREFIX}-contourpy>=1.0.1:../../graphics/py-contourpy
-DEPENDS+= ${PYPKGPREFIX}-cycler>=0.10:../../graphics/py-cycler
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.7:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-fonttools>=4.22.0:../../fonts/py-fonttools
-DEPENDS+= ${PYPKGPREFIX}-kiwisolver>=1.3.1:../../math/py-kiwisolver
-DEPENDS+= ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.3.1:../../devel/py-pyparsing
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
-
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-
-WHEEL_ARGS+= -Csetup-args="-Dsystem-freetype=true"
-WHEEL_ARGS+= -Csetup-args="-Dsystem-qhull=true"
-WHEEL_ARGS+= -Csetup-args="-Db_lto=false"
-# install test data, per
-# https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html#build-system-ported-to-meson
-# so that test target can work
-WHEEL_ARGS+= -Cinstall-args="--tags=data,python-runtime,runtime,tests"
-
-# py-pybind11's bl3 defaults to PYTHON_FOR_BUILD_ONLY?=yes as it is primarily
-# used by packages that only have a build dependency on it. Therefore we need
-# to ensure that we set it to "no" first to get accurate dependencies.
-PYTHON_FOR_BUILD_ONLY= no
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} < 310
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=3.2.0:../../devel/py-importlib-resources
-.endif
-
-# depends on do-install
-# as of 3.9.0
-# 928 failed, 6776 passed, 1785 skipped, 33 xfailed
-# possible additional test dependencies to pass more tests include
-# pikepdf, tex, qt, ghostscript, ...
-# py-test command line comes from https://github.com/matplotlib/matplotlib/issues/28260
-do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} -ra -m 'not network' --pyargs matplotlib
-
-.include "../../devel/py-pybind11/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../lang/python/wheel.mk"
-.include "../../lang/python/tool.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../math/qhull/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-matplotlib/PLIST b/py-matplotlib/PLIST
deleted file mode 100644
index 363897c031..0000000000
--- a/py-matplotlib/PLIST
+++ /dev/null
@@ -1,3635 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/matplotlib/__init__.py
-${PYSITELIB}/matplotlib/__init__.pyc
-${PYSITELIB}/matplotlib/__init__.pyi
-${PYSITELIB}/matplotlib/__init__.pyo
-${PYSITELIB}/matplotlib/_afm.py
-${PYSITELIB}/matplotlib/_afm.pyc
-${PYSITELIB}/matplotlib/_afm.pyo
-${PYSITELIB}/matplotlib/_animation_data.py
-${PYSITELIB}/matplotlib/_animation_data.pyc
-${PYSITELIB}/matplotlib/_animation_data.pyo
-${PYSITELIB}/matplotlib/_api/__init__.py
-${PYSITELIB}/matplotlib/_api/__init__.pyc
-${PYSITELIB}/matplotlib/_api/__init__.pyi
-${PYSITELIB}/matplotlib/_api/__init__.pyo
-${PYSITELIB}/matplotlib/_api/deprecation.py
-${PYSITELIB}/matplotlib/_api/deprecation.pyc
-${PYSITELIB}/matplotlib/_api/deprecation.pyi
-${PYSITELIB}/matplotlib/_api/deprecation.pyo
-${PYSITELIB}/matplotlib/_blocking_input.py
-${PYSITELIB}/matplotlib/_blocking_input.pyc
-${PYSITELIB}/matplotlib/_blocking_input.pyo
-${PYSITELIB}/matplotlib/_c_internal_utils.pyi
-${PYSITELIB}/matplotlib/_c_internal_utils.so
-${PYSITELIB}/matplotlib/_cm.py
-${PYSITELIB}/matplotlib/_cm.pyc
-${PYSITELIB}/matplotlib/_cm.pyo
-${PYSITELIB}/matplotlib/_cm_listed.py
-${PYSITELIB}/matplotlib/_cm_listed.pyc
-${PYSITELIB}/matplotlib/_cm_listed.pyo
-${PYSITELIB}/matplotlib/_color_data.py
-${PYSITELIB}/matplotlib/_color_data.pyc
-${PYSITELIB}/matplotlib/_color_data.pyi
-${PYSITELIB}/matplotlib/_color_data.pyo
-${PYSITELIB}/matplotlib/_constrained_layout.py
-${PYSITELIB}/matplotlib/_constrained_layout.pyc
-${PYSITELIB}/matplotlib/_constrained_layout.pyo
-${PYSITELIB}/matplotlib/_docstring.py
-${PYSITELIB}/matplotlib/_docstring.pyc
-${PYSITELIB}/matplotlib/_docstring.pyi
-${PYSITELIB}/matplotlib/_docstring.pyo
-${PYSITELIB}/matplotlib/_enums.py
-${PYSITELIB}/matplotlib/_enums.pyc
-${PYSITELIB}/matplotlib/_enums.pyi
-${PYSITELIB}/matplotlib/_enums.pyo
-${PYSITELIB}/matplotlib/_fontconfig_pattern.py
-${PYSITELIB}/matplotlib/_fontconfig_pattern.pyc
-${PYSITELIB}/matplotlib/_fontconfig_pattern.pyo
-${PYSITELIB}/matplotlib/_image.pyi
-${PYSITELIB}/matplotlib/_image.so
-${PYSITELIB}/matplotlib/_internal_utils.py
-${PYSITELIB}/matplotlib/_internal_utils.pyc
-${PYSITELIB}/matplotlib/_internal_utils.pyo
-${PYSITELIB}/matplotlib/_layoutgrid.py
-${PYSITELIB}/matplotlib/_layoutgrid.pyc
-${PYSITELIB}/matplotlib/_layoutgrid.pyo
-${PYSITELIB}/matplotlib/_mathtext.py
-${PYSITELIB}/matplotlib/_mathtext.pyc
-${PYSITELIB}/matplotlib/_mathtext.pyo
-${PYSITELIB}/matplotlib/_mathtext_data.py
-${PYSITELIB}/matplotlib/_mathtext_data.pyc
-${PYSITELIB}/matplotlib/_mathtext_data.pyo
-${PYSITELIB}/matplotlib/_path.pyi
-${PYSITELIB}/matplotlib/_path.so
-${PYSITELIB}/matplotlib/_pylab_helpers.py
-${PYSITELIB}/matplotlib/_pylab_helpers.pyc
-${PYSITELIB}/matplotlib/_pylab_helpers.pyi
-${PYSITELIB}/matplotlib/_pylab_helpers.pyo
-${PYSITELIB}/matplotlib/_qhull.pyi
-${PYSITELIB}/matplotlib/_qhull.so
-${PYSITELIB}/matplotlib/_text_helpers.py
-${PYSITELIB}/matplotlib/_text_helpers.pyc
-${PYSITELIB}/matplotlib/_text_helpers.pyo
-${PYSITELIB}/matplotlib/_tight_bbox.py
-${PYSITELIB}/matplotlib/_tight_bbox.pyc
-${PYSITELIB}/matplotlib/_tight_bbox.pyo
-${PYSITELIB}/matplotlib/_tight_layout.py
-${PYSITELIB}/matplotlib/_tight_layout.pyc
-${PYSITELIB}/matplotlib/_tight_layout.pyo
-${PYSITELIB}/matplotlib/_tri.pyi
-${PYSITELIB}/matplotlib/_tri.so
-${PYSITELIB}/matplotlib/_ttconv.pyi
-${PYSITELIB}/matplotlib/_ttconv.so
-${PYSITELIB}/matplotlib/_type1font.py
-${PYSITELIB}/matplotlib/_type1font.pyc
-${PYSITELIB}/matplotlib/_type1font.pyo
-${PYSITELIB}/matplotlib/_version.py
-${PYSITELIB}/matplotlib/_version.pyc
-${PYSITELIB}/matplotlib/_version.pyo
-${PYSITELIB}/matplotlib/animation.py
-${PYSITELIB}/matplotlib/animation.pyc
-${PYSITELIB}/matplotlib/animation.pyi
-${PYSITELIB}/matplotlib/animation.pyo
-${PYSITELIB}/matplotlib/artist.py
-${PYSITELIB}/matplotlib/artist.pyc
-${PYSITELIB}/matplotlib/artist.pyi
-${PYSITELIB}/matplotlib/artist.pyo
-${PYSITELIB}/matplotlib/axes/__init__.py
-${PYSITELIB}/matplotlib/axes/__init__.pyc
-${PYSITELIB}/matplotlib/axes/__init__.pyi
-${PYSITELIB}/matplotlib/axes/__init__.pyo
-${PYSITELIB}/matplotlib/axes/_axes.py
-${PYSITELIB}/matplotlib/axes/_axes.pyc
-${PYSITELIB}/matplotlib/axes/_axes.pyi
-${PYSITELIB}/matplotlib/axes/_axes.pyo
-${PYSITELIB}/matplotlib/axes/_base.py
-${PYSITELIB}/matplotlib/axes/_base.pyc
-${PYSITELIB}/matplotlib/axes/_base.pyi
-${PYSITELIB}/matplotlib/axes/_base.pyo
-${PYSITELIB}/matplotlib/axes/_secondary_axes.py
-${PYSITELIB}/matplotlib/axes/_secondary_axes.pyc
-${PYSITELIB}/matplotlib/axes/_secondary_axes.pyi
-${PYSITELIB}/matplotlib/axes/_secondary_axes.pyo
-${PYSITELIB}/matplotlib/axis.py
-${PYSITELIB}/matplotlib/axis.pyc
-${PYSITELIB}/matplotlib/axis.pyi
-${PYSITELIB}/matplotlib/axis.pyo
-${PYSITELIB}/matplotlib/backend_bases.py
-${PYSITELIB}/matplotlib/backend_bases.pyc
-${PYSITELIB}/matplotlib/backend_bases.pyi
-${PYSITELIB}/matplotlib/backend_bases.pyo
-${PYSITELIB}/matplotlib/backend_managers.py
-${PYSITELIB}/matplotlib/backend_managers.pyc
-${PYSITELIB}/matplotlib/backend_managers.pyi
-${PYSITELIB}/matplotlib/backend_managers.pyo
-${PYSITELIB}/matplotlib/backend_tools.py
-${PYSITELIB}/matplotlib/backend_tools.pyc
-${PYSITELIB}/matplotlib/backend_tools.pyi
-${PYSITELIB}/matplotlib/backend_tools.pyo
-${PYSITELIB}/matplotlib/backends/__init__.py
-${PYSITELIB}/matplotlib/backends/__init__.pyc
-${PYSITELIB}/matplotlib/backends/__init__.pyo
-${PYSITELIB}/matplotlib/backends/_backend_agg.pyi
-${PYSITELIB}/matplotlib/backends/_backend_agg.so
-${PYSITELIB}/matplotlib/backends/_backend_gtk.py
-${PYSITELIB}/matplotlib/backends/_backend_gtk.pyc
-${PYSITELIB}/matplotlib/backends/_backend_gtk.pyo
-${PYSITELIB}/matplotlib/backends/_backend_pdf_ps.py
-${PYSITELIB}/matplotlib/backends/_backend_pdf_ps.pyc
-${PYSITELIB}/matplotlib/backends/_backend_pdf_ps.pyo
-${PYSITELIB}/matplotlib/backends/_backend_tk.py
-${PYSITELIB}/matplotlib/backends/_backend_tk.pyc
-${PYSITELIB}/matplotlib/backends/_backend_tk.pyo
-${PYSITELIB}/matplotlib/backends/_macosx.pyi
-${PYSITELIB}/matplotlib/backends/_tkagg.pyi
-${PYSITELIB}/matplotlib/backends/_tkagg.so
-${PYSITELIB}/matplotlib/backends/backend_agg.py
-${PYSITELIB}/matplotlib/backends/backend_agg.pyc
-${PYSITELIB}/matplotlib/backends/backend_agg.pyo
-${PYSITELIB}/matplotlib/backends/backend_cairo.py
-${PYSITELIB}/matplotlib/backends/backend_cairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_cairo.pyo
-${PYSITELIB}/matplotlib/backends/backend_gtk3.py
-${PYSITELIB}/matplotlib/backends/backend_gtk3.pyc
-${PYSITELIB}/matplotlib/backends/backend_gtk3.pyo
-${PYSITELIB}/matplotlib/backends/backend_gtk3agg.py
-${PYSITELIB}/matplotlib/backends/backend_gtk3agg.pyc
-${PYSITELIB}/matplotlib/backends/backend_gtk3agg.pyo
-${PYSITELIB}/matplotlib/backends/backend_gtk3cairo.py
-${PYSITELIB}/matplotlib/backends/backend_gtk3cairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_gtk3cairo.pyo
-${PYSITELIB}/matplotlib/backends/backend_gtk4.py
-${PYSITELIB}/matplotlib/backends/backend_gtk4.pyc
-${PYSITELIB}/matplotlib/backends/backend_gtk4.pyo
-${PYSITELIB}/matplotlib/backends/backend_gtk4agg.py
-${PYSITELIB}/matplotlib/backends/backend_gtk4agg.pyc
-${PYSITELIB}/matplotlib/backends/backend_gtk4agg.pyo
-${PYSITELIB}/matplotlib/backends/backend_gtk4cairo.py
-${PYSITELIB}/matplotlib/backends/backend_gtk4cairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_gtk4cairo.pyo
-${PYSITELIB}/matplotlib/backends/backend_macosx.py
-${PYSITELIB}/matplotlib/backends/backend_macosx.pyc
-${PYSITELIB}/matplotlib/backends/backend_macosx.pyo
-${PYSITELIB}/matplotlib/backends/backend_mixed.py
-${PYSITELIB}/matplotlib/backends/backend_mixed.pyc
-${PYSITELIB}/matplotlib/backends/backend_mixed.pyo
-${PYSITELIB}/matplotlib/backends/backend_nbagg.py
-${PYSITELIB}/matplotlib/backends/backend_nbagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_nbagg.pyo
-${PYSITELIB}/matplotlib/backends/backend_pdf.py
-${PYSITELIB}/matplotlib/backends/backend_pdf.pyc
-${PYSITELIB}/matplotlib/backends/backend_pdf.pyo
-${PYSITELIB}/matplotlib/backends/backend_pgf.py
-${PYSITELIB}/matplotlib/backends/backend_pgf.pyc
-${PYSITELIB}/matplotlib/backends/backend_pgf.pyo
-${PYSITELIB}/matplotlib/backends/backend_ps.py
-${PYSITELIB}/matplotlib/backends/backend_ps.pyc
-${PYSITELIB}/matplotlib/backends/backend_ps.pyo
-${PYSITELIB}/matplotlib/backends/backend_qt.py
-${PYSITELIB}/matplotlib/backends/backend_qt.pyc
-${PYSITELIB}/matplotlib/backends/backend_qt.pyo
-${PYSITELIB}/matplotlib/backends/backend_qt5.py
-${PYSITELIB}/matplotlib/backends/backend_qt5.pyc
-${PYSITELIB}/matplotlib/backends/backend_qt5.pyo
-${PYSITELIB}/matplotlib/backends/backend_qt5agg.py
-${PYSITELIB}/matplotlib/backends/backend_qt5agg.pyc
-${PYSITELIB}/matplotlib/backends/backend_qt5agg.pyo
-${PYSITELIB}/matplotlib/backends/backend_qt5cairo.py
-${PYSITELIB}/matplotlib/backends/backend_qt5cairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_qt5cairo.pyo
-${PYSITELIB}/matplotlib/backends/backend_qtagg.py
-${PYSITELIB}/matplotlib/backends/backend_qtagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_qtagg.pyo
-${PYSITELIB}/matplotlib/backends/backend_qtcairo.py
-${PYSITELIB}/matplotlib/backends/backend_qtcairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_qtcairo.pyo
-${PYSITELIB}/matplotlib/backends/backend_svg.py
-${PYSITELIB}/matplotlib/backends/backend_svg.pyc
-${PYSITELIB}/matplotlib/backends/backend_svg.pyo
-${PYSITELIB}/matplotlib/backends/backend_template.py
-${PYSITELIB}/matplotlib/backends/backend_template.pyc
-${PYSITELIB}/matplotlib/backends/backend_template.pyo
-${PYSITELIB}/matplotlib/backends/backend_tkagg.py
-${PYSITELIB}/matplotlib/backends/backend_tkagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_tkagg.pyo
-${PYSITELIB}/matplotlib/backends/backend_tkcairo.py
-${PYSITELIB}/matplotlib/backends/backend_tkcairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_tkcairo.pyo
-${PYSITELIB}/matplotlib/backends/backend_webagg.py
-${PYSITELIB}/matplotlib/backends/backend_webagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_webagg.pyo
-${PYSITELIB}/matplotlib/backends/backend_webagg_core.py
-${PYSITELIB}/matplotlib/backends/backend_webagg_core.pyc
-${PYSITELIB}/matplotlib/backends/backend_webagg_core.pyo
-${PYSITELIB}/matplotlib/backends/backend_wx.py
-${PYSITELIB}/matplotlib/backends/backend_wx.pyc
-${PYSITELIB}/matplotlib/backends/backend_wx.pyo
-${PYSITELIB}/matplotlib/backends/backend_wxagg.py
-${PYSITELIB}/matplotlib/backends/backend_wxagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_wxagg.pyo
-${PYSITELIB}/matplotlib/backends/backend_wxcairo.py
-${PYSITELIB}/matplotlib/backends/backend_wxcairo.pyc
-${PYSITELIB}/matplotlib/backends/backend_wxcairo.pyo
-${PYSITELIB}/matplotlib/backends/qt_compat.py
-${PYSITELIB}/matplotlib/backends/qt_compat.pyc
-${PYSITELIB}/matplotlib/backends/qt_compat.pyo
-${PYSITELIB}/matplotlib/backends/qt_editor/__init__.py
-${PYSITELIB}/matplotlib/backends/qt_editor/__init__.pyc
-${PYSITELIB}/matplotlib/backends/qt_editor/__init__.pyo
-${PYSITELIB}/matplotlib/backends/qt_editor/_formlayout.py
-${PYSITELIB}/matplotlib/backends/qt_editor/_formlayout.pyc
-${PYSITELIB}/matplotlib/backends/qt_editor/_formlayout.pyo
-${PYSITELIB}/matplotlib/backends/qt_editor/figureoptions.py
-${PYSITELIB}/matplotlib/backends/qt_editor/figureoptions.pyc
-${PYSITELIB}/matplotlib/backends/qt_editor/figureoptions.pyo
-${PYSITELIB}/matplotlib/backends/registry.py
-${PYSITELIB}/matplotlib/backends/registry.pyc
-${PYSITELIB}/matplotlib/backends/registry.pyo
-${PYSITELIB}/matplotlib/backends/web_backend/all_figures.html
-${PYSITELIB}/matplotlib/backends/web_backend/css/boilerplate.css
-${PYSITELIB}/matplotlib/backends/web_backend/css/fbm.css
-${PYSITELIB}/matplotlib/backends/web_backend/css/mpl.css
-${PYSITELIB}/matplotlib/backends/web_backend/css/page.css
-${PYSITELIB}/matplotlib/backends/web_backend/ipython_inline_figure.html
-${PYSITELIB}/matplotlib/backends/web_backend/js/mpl.js
-${PYSITELIB}/matplotlib/backends/web_backend/js/mpl_tornado.js
-${PYSITELIB}/matplotlib/backends/web_backend/js/nbagg_mpl.js
-${PYSITELIB}/matplotlib/backends/web_backend/nbagg_uat.ipynb
-${PYSITELIB}/matplotlib/backends/web_backend/single_figure.html
-${PYSITELIB}/matplotlib/bezier.py
-${PYSITELIB}/matplotlib/bezier.pyc
-${PYSITELIB}/matplotlib/bezier.pyi
-${PYSITELIB}/matplotlib/bezier.pyo
-${PYSITELIB}/matplotlib/category.py
-${PYSITELIB}/matplotlib/category.pyc
-${PYSITELIB}/matplotlib/category.pyo
-${PYSITELIB}/matplotlib/cbook.py
-${PYSITELIB}/matplotlib/cbook.pyc
-${PYSITELIB}/matplotlib/cbook.pyi
-${PYSITELIB}/matplotlib/cbook.pyo
-${PYSITELIB}/matplotlib/cm.py
-${PYSITELIB}/matplotlib/cm.pyc
-${PYSITELIB}/matplotlib/cm.pyi
-${PYSITELIB}/matplotlib/cm.pyo
-${PYSITELIB}/matplotlib/collections.py
-${PYSITELIB}/matplotlib/collections.pyc
-${PYSITELIB}/matplotlib/collections.pyi
-${PYSITELIB}/matplotlib/collections.pyo
-${PYSITELIB}/matplotlib/colorbar.py
-${PYSITELIB}/matplotlib/colorbar.pyc
-${PYSITELIB}/matplotlib/colorbar.pyi
-${PYSITELIB}/matplotlib/colorbar.pyo
-${PYSITELIB}/matplotlib/colors.py
-${PYSITELIB}/matplotlib/colors.pyc
-${PYSITELIB}/matplotlib/colors.pyi
-${PYSITELIB}/matplotlib/colors.pyo
-${PYSITELIB}/matplotlib/container.py
-${PYSITELIB}/matplotlib/container.pyc
-${PYSITELIB}/matplotlib/container.pyi
-${PYSITELIB}/matplotlib/container.pyo
-${PYSITELIB}/matplotlib/contour.py
-${PYSITELIB}/matplotlib/contour.pyc
-${PYSITELIB}/matplotlib/contour.pyi
-${PYSITELIB}/matplotlib/contour.pyo
-${PYSITELIB}/matplotlib/dates.py
-${PYSITELIB}/matplotlib/dates.pyc
-${PYSITELIB}/matplotlib/dates.pyo
-${PYSITELIB}/matplotlib/dviread.py
-${PYSITELIB}/matplotlib/dviread.pyc
-${PYSITELIB}/matplotlib/dviread.pyi
-${PYSITELIB}/matplotlib/dviread.pyo
-${PYSITELIB}/matplotlib/figure.py
-${PYSITELIB}/matplotlib/figure.pyc
-${PYSITELIB}/matplotlib/figure.pyi
-${PYSITELIB}/matplotlib/figure.pyo
-${PYSITELIB}/matplotlib/font_manager.py
-${PYSITELIB}/matplotlib/font_manager.pyc
-${PYSITELIB}/matplotlib/font_manager.pyi
-${PYSITELIB}/matplotlib/font_manager.pyo
-${PYSITELIB}/matplotlib/ft2font.pyi
-${PYSITELIB}/matplotlib/ft2font.so
-${PYSITELIB}/matplotlib/gridspec.py
-${PYSITELIB}/matplotlib/gridspec.pyc
-${PYSITELIB}/matplotlib/gridspec.pyi
-${PYSITELIB}/matplotlib/gridspec.pyo
-${PYSITELIB}/matplotlib/hatch.py
-${PYSITELIB}/matplotlib/hatch.pyc
-${PYSITELIB}/matplotlib/hatch.pyi
-${PYSITELIB}/matplotlib/hatch.pyo
-${PYSITELIB}/matplotlib/image.py
-${PYSITELIB}/matplotlib/image.pyc
-${PYSITELIB}/matplotlib/image.pyi
-${PYSITELIB}/matplotlib/image.pyo
-${PYSITELIB}/matplotlib/layout_engine.py
-${PYSITELIB}/matplotlib/layout_engine.pyc
-${PYSITELIB}/matplotlib/layout_engine.pyi
-${PYSITELIB}/matplotlib/layout_engine.pyo
-${PYSITELIB}/matplotlib/legend.py
-${PYSITELIB}/matplotlib/legend.pyc
-${PYSITELIB}/matplotlib/legend.pyi
-${PYSITELIB}/matplotlib/legend.pyo
-${PYSITELIB}/matplotlib/legend_handler.py
-${PYSITELIB}/matplotlib/legend_handler.pyc
-${PYSITELIB}/matplotlib/legend_handler.pyi
-${PYSITELIB}/matplotlib/legend_handler.pyo
-${PYSITELIB}/matplotlib/lines.py
-${PYSITELIB}/matplotlib/lines.pyc
-${PYSITELIB}/matplotlib/lines.pyi
-${PYSITELIB}/matplotlib/lines.pyo
-${PYSITELIB}/matplotlib/markers.py
-${PYSITELIB}/matplotlib/markers.pyc
-${PYSITELIB}/matplotlib/markers.pyi
-${PYSITELIB}/matplotlib/markers.pyo
-${PYSITELIB}/matplotlib/mathtext.py
-${PYSITELIB}/matplotlib/mathtext.pyc
-${PYSITELIB}/matplotlib/mathtext.pyi
-${PYSITELIB}/matplotlib/mathtext.pyo
-${PYSITELIB}/matplotlib/mlab.py
-${PYSITELIB}/matplotlib/mlab.pyc
-${PYSITELIB}/matplotlib/mlab.pyi
-${PYSITELIB}/matplotlib/mlab.pyo
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmex10.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmmi10.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmr10.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmsy10.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmtt10.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagd8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagdo8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagk8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagko8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkd8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkl8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkli8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrb8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrr8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvb8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvb8an.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvbo8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvbo8an.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvl8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvlo8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvr8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvr8an.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvro8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvro8an.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncb8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncbi8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncr8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncri8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplb8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplbi8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplr8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplri8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/psyr.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmb8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmr8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmri8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putb8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putbi8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putr8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putri8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pzdr.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm
-${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmb10.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmex10.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmr10.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmss10.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf
-${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf
-${PYSITELIB}/matplotlib/mpl-data/images/back-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/back.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/back.png
-${PYSITELIB}/matplotlib/mpl-data/images/back.svg
-${PYSITELIB}/matplotlib/mpl-data/images/back_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/filesave-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/filesave.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/filesave.png
-${PYSITELIB}/matplotlib/mpl-data/images/filesave.svg
-${PYSITELIB}/matplotlib/mpl-data/images/filesave_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/forward-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/forward.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/forward.png
-${PYSITELIB}/matplotlib/mpl-data/images/forward.svg
-${PYSITELIB}/matplotlib/mpl-data/images/forward_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/hand.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/hand.png
-${PYSITELIB}/matplotlib/mpl-data/images/hand.svg
-${PYSITELIB}/matplotlib/mpl-data/images/help-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/help.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/help.png
-${PYSITELIB}/matplotlib/mpl-data/images/help.svg
-${PYSITELIB}/matplotlib/mpl-data/images/help_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/home-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/home.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/home.png
-${PYSITELIB}/matplotlib/mpl-data/images/home.svg
-${PYSITELIB}/matplotlib/mpl-data/images/home_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.png
-${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.svg
-${PYSITELIB}/matplotlib/mpl-data/images/matplotlib_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/move-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/move.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/move.png
-${PYSITELIB}/matplotlib/mpl-data/images/move.svg
-${PYSITELIB}/matplotlib/mpl-data/images/move_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/qt4_editor_options.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/qt4_editor_options.png
-${PYSITELIB}/matplotlib/mpl-data/images/qt4_editor_options.svg
-${PYSITELIB}/matplotlib/mpl-data/images/qt4_editor_options_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/subplots-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/subplots.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/subplots.png
-${PYSITELIB}/matplotlib/mpl-data/images/subplots.svg
-${PYSITELIB}/matplotlib/mpl-data/images/subplots_large.png
-${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg
-${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.pdf
-${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.png
-${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.svg
-${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect_large.png
-${PYSITELIB}/matplotlib/mpl-data/kpsewhich.lua
-${PYSITELIB}/matplotlib/mpl-data/matplotlibrc
-${PYSITELIB}/matplotlib/mpl-data/plot_directive/plot_directive.css
-${PYSITELIB}/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png
-${PYSITELIB}/matplotlib/mpl-data/sample_data/README.txt
-${PYSITELIB}/matplotlib/mpl-data/sample_data/Stocks.csv
-${PYSITELIB}/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy
-${PYSITELIB}/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv
-${PYSITELIB}/matplotlib/mpl-data/sample_data/eeg.dat
-${PYSITELIB}/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc
-${PYSITELIB}/matplotlib/mpl-data/sample_data/goog.npz
-${PYSITELIB}/matplotlib/mpl-data/sample_data/grace_hopper.jpg
-${PYSITELIB}/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz
-${PYSITELIB}/matplotlib/mpl-data/sample_data/logo2.png
-${PYSITELIB}/matplotlib/mpl-data/sample_data/membrane.dat
-${PYSITELIB}/matplotlib/mpl-data/sample_data/msft.csv
-${PYSITELIB}/matplotlib/mpl-data/sample_data/s1045.ima.gz
-${PYSITELIB}/matplotlib/mpl-data/sample_data/topobathy.npz
-${PYSITELIB}/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/_mpl-gallery-nogrid.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/_mpl-gallery.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/bmh.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/classic.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/dark_background.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/fast.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/ggplot.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/grayscale.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-bright.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-colorblind.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-dark-palette.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-dark.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-darkgrid.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-deep.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-muted.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-notebook.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-paper.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-pastel.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-poster.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-talk.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-ticks.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-white.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8-whitegrid.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/seaborn-v0_8.mplstyle
-${PYSITELIB}/matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle
-${PYSITELIB}/matplotlib/offsetbox.py
-${PYSITELIB}/matplotlib/offsetbox.pyc
-${PYSITELIB}/matplotlib/offsetbox.pyi
-${PYSITELIB}/matplotlib/offsetbox.pyo
-${PYSITELIB}/matplotlib/patches.py
-${PYSITELIB}/matplotlib/patches.pyc
-${PYSITELIB}/matplotlib/patches.pyi
-${PYSITELIB}/matplotlib/patches.pyo
-${PYSITELIB}/matplotlib/path.py
-${PYSITELIB}/matplotlib/path.pyc
-${PYSITELIB}/matplotlib/path.pyi
-${PYSITELIB}/matplotlib/path.pyo
-${PYSITELIB}/matplotlib/patheffects.py
-${PYSITELIB}/matplotlib/patheffects.pyc
-${PYSITELIB}/matplotlib/patheffects.pyi
-${PYSITELIB}/matplotlib/patheffects.pyo
-${PYSITELIB}/matplotlib/projections/__init__.py
-${PYSITELIB}/matplotlib/projections/__init__.pyc
-${PYSITELIB}/matplotlib/projections/__init__.pyi
-${PYSITELIB}/matplotlib/projections/__init__.pyo
-${PYSITELIB}/matplotlib/projections/geo.py
-${PYSITELIB}/matplotlib/projections/geo.pyc
-${PYSITELIB}/matplotlib/projections/geo.pyi
-${PYSITELIB}/matplotlib/projections/geo.pyo
-${PYSITELIB}/matplotlib/projections/polar.py
-${PYSITELIB}/matplotlib/projections/polar.pyc
-${PYSITELIB}/matplotlib/projections/polar.pyi
-${PYSITELIB}/matplotlib/projections/polar.pyo
-${PYSITELIB}/matplotlib/py.typed
-${PYSITELIB}/matplotlib/pylab.py
-${PYSITELIB}/matplotlib/pylab.pyc
-${PYSITELIB}/matplotlib/pylab.pyo
-${PYSITELIB}/matplotlib/pyplot.py
-${PYSITELIB}/matplotlib/pyplot.pyc
-${PYSITELIB}/matplotlib/pyplot.pyo
-${PYSITELIB}/matplotlib/quiver.py
-${PYSITELIB}/matplotlib/quiver.pyc
-${PYSITELIB}/matplotlib/quiver.pyi
-${PYSITELIB}/matplotlib/quiver.pyo
-${PYSITELIB}/matplotlib/rcsetup.py
-${PYSITELIB}/matplotlib/rcsetup.pyc
-${PYSITELIB}/matplotlib/rcsetup.pyi
-${PYSITELIB}/matplotlib/rcsetup.pyo
-${PYSITELIB}/matplotlib/sankey.py
-${PYSITELIB}/matplotlib/sankey.pyc
-${PYSITELIB}/matplotlib/sankey.pyi
-${PYSITELIB}/matplotlib/sankey.pyo
-${PYSITELIB}/matplotlib/scale.py
-${PYSITELIB}/matplotlib/scale.pyc
-${PYSITELIB}/matplotlib/scale.pyi
-${PYSITELIB}/matplotlib/scale.pyo
-${PYSITELIB}/matplotlib/sphinxext/__init__.py
-${PYSITELIB}/matplotlib/sphinxext/__init__.pyc
-${PYSITELIB}/matplotlib/sphinxext/__init__.pyo
-${PYSITELIB}/matplotlib/sphinxext/figmpl_directive.py
-${PYSITELIB}/matplotlib/sphinxext/figmpl_directive.pyc
-${PYSITELIB}/matplotlib/sphinxext/figmpl_directive.pyo
-${PYSITELIB}/matplotlib/sphinxext/mathmpl.py
-${PYSITELIB}/matplotlib/sphinxext/mathmpl.pyc
-${PYSITELIB}/matplotlib/sphinxext/mathmpl.pyo
-${PYSITELIB}/matplotlib/sphinxext/plot_directive.py
-${PYSITELIB}/matplotlib/sphinxext/plot_directive.pyc
-${PYSITELIB}/matplotlib/sphinxext/plot_directive.pyo
-${PYSITELIB}/matplotlib/spines.py
-${PYSITELIB}/matplotlib/spines.pyc
-${PYSITELIB}/matplotlib/spines.pyi
-${PYSITELIB}/matplotlib/spines.pyo
-${PYSITELIB}/matplotlib/stackplot.py
-${PYSITELIB}/matplotlib/stackplot.pyc
-${PYSITELIB}/matplotlib/stackplot.pyi
-${PYSITELIB}/matplotlib/stackplot.pyo
-${PYSITELIB}/matplotlib/streamplot.py
-${PYSITELIB}/matplotlib/streamplot.pyc
-${PYSITELIB}/matplotlib/streamplot.pyi
-${PYSITELIB}/matplotlib/streamplot.pyo
-${PYSITELIB}/matplotlib/style/__init__.py
-${PYSITELIB}/matplotlib/style/__init__.pyc
-${PYSITELIB}/matplotlib/style/__init__.pyo
-${PYSITELIB}/matplotlib/style/core.py
-${PYSITELIB}/matplotlib/style/core.pyc
-${PYSITELIB}/matplotlib/style/core.pyi
-${PYSITELIB}/matplotlib/style/core.pyo
-${PYSITELIB}/matplotlib/table.py
-${PYSITELIB}/matplotlib/table.pyc
-${PYSITELIB}/matplotlib/table.pyi
-${PYSITELIB}/matplotlib/table.pyo
-${PYSITELIB}/matplotlib/testing/__init__.py
-${PYSITELIB}/matplotlib/testing/__init__.pyc
-${PYSITELIB}/matplotlib/testing/__init__.pyi
-${PYSITELIB}/matplotlib/testing/__init__.pyo
-${PYSITELIB}/matplotlib/testing/_markers.py
-${PYSITELIB}/matplotlib/testing/_markers.pyc
-${PYSITELIB}/matplotlib/testing/_markers.pyo
-${PYSITELIB}/matplotlib/testing/compare.py
-${PYSITELIB}/matplotlib/testing/compare.pyc
-${PYSITELIB}/matplotlib/testing/compare.pyi
-${PYSITELIB}/matplotlib/testing/compare.pyo
-${PYSITELIB}/matplotlib/testing/conftest.py
-${PYSITELIB}/matplotlib/testing/conftest.pyc
-${PYSITELIB}/matplotlib/testing/conftest.pyi
-${PYSITELIB}/matplotlib/testing/conftest.pyo
-${PYSITELIB}/matplotlib/testing/decorators.py
-${PYSITELIB}/matplotlib/testing/decorators.pyc
-${PYSITELIB}/matplotlib/testing/decorators.pyi
-${PYSITELIB}/matplotlib/testing/decorators.pyo
-${PYSITELIB}/matplotlib/testing/exceptions.py
-${PYSITELIB}/matplotlib/testing/exceptions.pyc
-${PYSITELIB}/matplotlib/testing/exceptions.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/Duration.py
-${PYSITELIB}/matplotlib/testing/jpl_units/Duration.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/Duration.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/Epoch.py
-${PYSITELIB}/matplotlib/testing/jpl_units/Epoch.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/Epoch.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/EpochConverter.py
-${PYSITELIB}/matplotlib/testing/jpl_units/EpochConverter.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/EpochConverter.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/StrConverter.py
-${PYSITELIB}/matplotlib/testing/jpl_units/StrConverter.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/StrConverter.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDbl.py
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDbl.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDbl.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDblConverter.py
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDblConverter.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDblConverter.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDblFormatter.py
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDblFormatter.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/UnitDblFormatter.pyo
-${PYSITELIB}/matplotlib/testing/jpl_units/__init__.py
-${PYSITELIB}/matplotlib/testing/jpl_units/__init__.pyc
-${PYSITELIB}/matplotlib/testing/jpl_units/__init__.pyo
-${PYSITELIB}/matplotlib/testing/widgets.py
-${PYSITELIB}/matplotlib/testing/widgets.pyc
-${PYSITELIB}/matplotlib/testing/widgets.pyi
-${PYSITELIB}/matplotlib/testing/widgets.pyo
-${PYSITELIB}/matplotlib/tests/Courier10PitchBT-Bold.pfb
-${PYSITELIB}/matplotlib/tests/README
-${PYSITELIB}/matplotlib/tests/__init__.py
-${PYSITELIB}/matplotlib/tests/__init__.pyc
-${PYSITELIB}/matplotlib/tests/__init__.pyo
-${PYSITELIB}/matplotlib/tests/baseline_images/dviread/test.dvi
-${PYSITELIB}/matplotlib/tests/baseline_images/dviread/test.json
-${PYSITELIB}/matplotlib/tests/baseline_images/dviread/test.map
-${PYSITELIB}/matplotlib/tests/baseline_images/dviread/test.tex
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn0g01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn0g02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn0g04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn0g08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn0g16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn2c08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn2c16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn3p01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn3p02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn3p04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn3p08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn4a08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn4a16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn6a08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/pngsuite/basn6a16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_agg/agg_filter.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_agg_filter/agg_filter_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_agg_filter/agg_filter_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/arrow_styles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/boxarrow_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/connection_styles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_dash.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_dpi_cor_100dpi.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_dpi_cor_200dpi.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/default_edges.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/hatching.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/hatching.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_artist/hatching.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/aitoff_proj.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/angle_spectrum_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/angle_spectrum_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/annotate_across_transforms.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arc_angles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arc_ellipse.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arc_ellipse.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arc_ellipse.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arrow_simple.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axhvlinespan_interpolation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axis_options.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axisbelow.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bar_tick_label_multiple.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bar_tick_label_multiple_old_label_alignment.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bar_tick_label_single.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/barh_tick_label.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_false_whiskers.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_true_whiskers.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_custom_capwidths.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_mod_artists_after_plotting.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_no_inverted_whisker.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_rc_parameters.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_rc_parameters.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_rc_parameters.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_sym.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_sym2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/boxplot_with_CIarray.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_baseline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_custom_capwidth.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_custom_capwidths.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_custombox.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_customcap.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_custommedian.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_customoutlier.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_custompatchartist.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_custompositions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_customwhisker.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_customwidths.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_horizontal.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_no_flier_stats.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_nobox.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_nocaps.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_patchartist.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_percentilewhis.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_rangewhis.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_scalarwidth.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_with_xlabels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_with_ylabels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_withmean_custompoint.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_withmean_line.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_withmean_point.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/bxp_withnotch.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/canonical.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/canonical.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/canonical.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/contour_colorbar.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/contour_colorbar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/contour_colorbar.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/contour_hatching.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/contour_hatching.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/contour_hatching.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/csd_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/csd_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/dash_offset.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/dash_offset.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/dash_offset.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/date_timezone_x.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/date_timezone_x_and_y.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/date_timezone_y.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_basic.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_basic.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_basic.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_limits.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_limits.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_limits.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/eventplot.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/eventplot.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/eventplot.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/extent_units.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate_decreasing.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate_decreasing.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate_decreasing.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate_nan.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate_nan.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate_nan.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_units.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hexbin_empty.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hexbin_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hexbin_log.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist2d.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist2d.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist2d.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_bar_empty.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_density.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_log.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_log.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_log.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_offset.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_offset.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_offset.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_step.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_step_bottom.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_step_empty.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_step_filled.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_step_horiz.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hlines_basic.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hlines_masked.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hlines_with_nan.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/imshow.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/imshow.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/imshow.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/imshow_clip.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/inset_polar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/loglog.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/magnitude_spectrum_freqs_dB.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/magnitude_spectrum_freqs_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/magnitude_spectrum_noise_dB.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/magnitude_spectrum_noise_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/marker_edges.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/marker_edges.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/marker_edges.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/marker_styles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_line.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_line.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_line.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales_nans.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales_nans.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales_nans.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales_zoomed.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales_zoomed.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_linear_scales_zoomed.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_log_scales.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_log_scales.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_log_scales.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_polar.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_polar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/markevery_polar.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mixed_collection.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mixed_collection.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mixed_collection.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mixed_errorbar_polar_caps.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mollweide_grid.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mollweide_grid.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/mollweide_grid.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/o_marker_path_snap.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/offset_points.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/offset_points.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/offset_points.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolor_datetime_axis.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh_datetime_axis.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pcolormesh_small.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/phase_spectrum_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/phase_spectrum_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_ccw_true.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_center_radius.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_default.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_frame_grid.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_linewidth_0.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_linewidth_2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_no_label.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_rotatelabels_true.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/pie_shadow.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/preset_clip_paths.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/psd_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/psd_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/rc_grid.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/rc_markerfill.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/rc_spines.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/retain_tick_visibility.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/rgba_markers.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/rgba_markers.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/rgba_markers.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/scatter.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/scatter.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/scatter.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/scatter_2D.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/scatter_marker.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/secondary_xy.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/set_get_ticklabels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/single_date.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/single_point.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/single_point.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/single_point.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_angle_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_angle_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_freqs_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_freqs_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_noise_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_noise_linear.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_phase_freqs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_phase_noise.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stem.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/stem_orientation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/step_linestyle.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/step_linestyle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/step_linestyle.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_alpha.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_centered_bar_label_nonlinear.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_eventplot_defaults.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_eventplot_problem_kwargs.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_loglog_nonpos.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_stairs_datetime.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_stairs_options.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/transparent_markers.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/transparent_markers.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/twin_autoscale.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/twin_axis_locators_formatters.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/twin_axis_locators_formatters.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/twin_axis_locators_formatters.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/twin_spines.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/twin_spines_on_top.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vertex_markers.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_baseline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_custompoints_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_custompoints_200.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_showall.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_showextrema.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_showmeans.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_horiz_showmedians.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_sides.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_baseline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_custompoints_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_custompoints_200.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_showall.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_showextrema.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_showmeans.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/violinplot_vert_showmedians.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vlines_basic.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vlines_hlines_blended_transform.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vlines_masked.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/vlines_with_nan.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/grayscale_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/hatching_legend.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/kerning.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/multi_font_type3.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/multi_font_type42.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/pdf_use14corefonts.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pgf/pgf_bbox_inches.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pgf/pgf_mixedmode.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pgf/pgf_pdflatex.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate1.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pgf/pgf_xelatex.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/colorbar_shift.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/coloredhatcheszerolw.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/empty.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/multi_font_type3.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/multi_font_type42.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/scatter.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/type3.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/type42_without_prep.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_ps/useafm.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/bold_font_output.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/bold_font_output_with_none_fonttype.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/fill_black_with_alpha.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/multi_font_aspath.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/multi_font_astext.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/noscale.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/noscale.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_svg/noscale.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_fixed_aspect.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_layout.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_raster.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_raster.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_raster.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_non_default.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EllipseCollection_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/cap_and_joinstyle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/polycollection_close.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/regularpolycollection_rotate.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/regularpolycollection_scale.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/scatter_post_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/size_in_xy.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_collections/test_check_masked_offsets.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/cbar_locationing.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/cbar_sharing.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/cbar_with_orientation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/cbar_with_subplots_adjust.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_change_lim_scale.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_closed_patch.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_extend_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_proportional.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_proportional.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_uniform.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_uniform.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_keeping_xlabel.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_single_scatter.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/colorbar_twoslope.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/contour_colorbar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/contourf_extend_patches.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/double_cbar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/extend_drawedges.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/nonorm_colorbars.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/proportional_colorbars.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colorbar/test_boundaries.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colors/boundarynorm_and_colorbar.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colors/levels_and_colors.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_colors/light_source_shading_topo.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/all127.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/all128.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/basn3p02-1px-offset.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/basn3p02-half-1px-offset.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/basn3p02-minorchange.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/basn3p02-scrambled.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/basn3p02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/simple.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/simple.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_compare_images/simple.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout11rat.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout3.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout4.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout4.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout5.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout6.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout8.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout9.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/test_bbox.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/test_bboxtight.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/test_colorbar_location.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/test_colorbars_no_overlapH.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_constrainedlayout/test_colorbars_no_overlapV.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_addlines.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_all_algorithms.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_closed_line_loop.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_corner_mask_False.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_corner_mask_True.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_datetime_axis.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_disconnected_segments.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_labels_size_color.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_line_start_on_corner_edge.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_log_extension.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_log_locator.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_manual.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_manual_colors_and_levels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_test_label_transforms.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_contour/contour_uneven.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_axhline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_axhspan.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_axvline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_axvspan.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_inverted_limit.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/alpha_background.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/alpha_background.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_align_labels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_align_labels.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_align_titles_constrained.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_align_titles_tight.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_legend.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_legend.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_legend.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_suptitle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_suptitle.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_today.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_today.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/figure_today.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/test_subfigure.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/test_subfigure_double.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/test_subfigure_scatter_size.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/test_subfigure_ss.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_figure/tightbbox_box_aspect.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/bbox_image_inverted.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/bbox_image_inverted.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/bbox_image_inverted.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/figimage.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/figimage.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_alpha.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_clip.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_clip.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_clip.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_cliprect.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_cliprect.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_cliprect.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_composite_alpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_composite_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_composite_alpha.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_composite_background.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_composite_background.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_composite_background.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_interps.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_interps.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_interps.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_placement.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_placement.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_shift.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_shift.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_bignumbers.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_bignumbers_real.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_endianess.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_flatfield.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_masked_interpolation.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_masked_interpolation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/imshow_masked_interpolation.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/interp_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/log_scale_image.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/log_scale_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/log_scale_image.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/mask_image.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/mask_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/mask_image.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/mask_image_over_under.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/nonuniform_and_pcolor.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/rgba_antialias.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/rotate_image.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/rotate_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/rotate_image.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/uint16.tif
-${PYSITELIB}/matplotlib/tests/baseline_images/test_image/zoom_and_clip_upper_origin.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/fancy.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/fancy.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/fancy.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/framealpha.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/framealpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/framealpha.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/hatching.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/hatching.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/hatching.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto1.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto1.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto2.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto3.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto3.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_auto3.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_expand.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_expand.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_expand.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_labels_first.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_multiple_keys.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_stackplot.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_various_labels.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_various_labels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/legend_various_labels.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/not_covering_scatter.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/not_covering_scatter_transform.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/rcparam_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/rgba_alpha.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/scatter_rc1.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/scatter_rc1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/scatter_rc1.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/scatter_rc3.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/scatter_rc3.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/scatter_rc3.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_legend/shadow_argument_types.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/drawstyle_variants.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/line_dashes.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/line_dashes.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/line_dashes.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/marker_fill_styles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/scaled_lines.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/scaled_lines.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/scaled_lines.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_lines/striped_line.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/math_fontfamily_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_22.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_34.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_22.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_34.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavusans_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_22.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_34.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_dejavuserif_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_22.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_34.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_22.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_34.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext0_cm_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext0_dejavusans_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext1_dejavusans_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_68.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_68.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_68.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_69.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_69.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_69.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_70.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_70.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_70.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_71.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_71.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_71.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_72.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_72.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_72.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_73.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_73.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_73.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_74.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_74.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_74.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_75.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_75.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_75.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_76.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_76.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_76.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_78.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_78.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_78.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_79.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_79.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_79.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_80.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_80.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_80.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_82.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_82.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_82.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_00.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_01.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_01.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_02.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_02.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_03.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_03.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_04.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_04.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_05.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_05.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_06.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_06.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_07.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_07.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_08.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_08.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_09.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_09.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_10.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_10.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_11.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_11.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_12.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_12.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_13.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_13.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_14.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_14.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_15.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_15.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_16.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_16.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_17.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_17.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_18.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_18.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_19.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_19.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_20.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_20.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_21.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_21.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_23.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_23.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_23.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_24.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_24.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_24.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_25.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_25.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_25.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_26.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_26.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_26.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_27.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_27.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_27.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_28.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_28.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_28.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_29.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_29.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_29.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_31.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_31.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_31.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_32.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_32.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_33.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_33.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_35.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_35.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_36.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_36.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_37.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_37.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_38.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_38.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_39.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_39.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_40.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_40.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_41.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_41.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_42.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_42.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_43.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_43.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_44.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_44.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_45.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_45.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_46.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_46.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_47.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_47.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_48.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_48.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_49.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_49.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_50.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_50.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_51.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_51.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_52.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_52.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_53.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_53.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_54.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_54.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_55.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_55.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_56.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_56.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_57.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_57.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_58.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_58.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_59.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_59.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_60.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_60.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_61.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_61.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_62.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_62.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_63.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_63.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_65.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_65.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_65.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_68.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_68.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_68.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_69.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_69.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_69.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_70.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_70.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_70.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_71.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_71.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_71.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_72.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_72.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_72.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_73.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_73.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_73.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_74.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_74.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_74.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_75.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_75.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_75.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_76.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_76.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_76.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_78.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_78.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_78.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_79.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_79.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_79.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_80.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_80.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_80.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_82.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_82.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_82.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_00.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_01.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_01.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_02.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_02.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_03.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_03.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_04.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_04.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_05.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_05.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_06.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_06.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_07.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_07.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_08.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_08.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_09.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_09.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_10.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_10.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_11.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_11.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_12.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_12.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_13.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_13.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_14.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_14.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_15.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_15.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_16.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_16.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_17.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_17.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_18.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_18.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_19.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_19.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_20.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_20.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_21.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_21.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_23.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_23.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_23.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_24.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_24.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_24.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_25.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_25.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_25.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_26.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_26.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_26.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_27.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_27.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_27.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_28.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_28.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_28.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_29.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_29.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_29.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_31.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_31.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_31.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_32.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_32.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_33.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_33.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_35.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_35.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_36.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_36.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_37.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_37.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_38.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_38.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_39.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_39.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_40.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_40.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_41.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_41.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_42.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_42.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_43.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_43.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_44.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_44.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_45.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_45.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_46.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_46.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_47.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_47.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_48.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_48.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_49.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_49.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_50.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_50.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_51.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_51.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_52.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_52.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_53.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_53.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_54.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_54.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_55.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_55.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_56.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_56.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_57.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_57.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_58.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_58.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_59.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_59.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_60.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_60.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_61.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_61.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_62.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_62.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_63.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_63.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_65.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_65.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_65.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_68.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_68.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_68.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_69.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_69.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_69.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_70.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_70.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_70.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_71.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_71.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_71.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_72.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_72.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_72.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_73.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_73.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_73.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_74.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_74.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_74.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_75.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_75.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_75.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_76.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_76.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_76.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_78.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_78.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_78.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_79.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_79.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_79.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_80.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_80.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_80.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_82.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_82.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_82.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_44.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_44.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_45.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_45.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_46.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_46.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_47.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_47.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_48.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_48.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_49.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_49.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_50.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_50.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_51.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_51.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_52.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_52.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_53.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_53.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_54.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_54.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_55.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_55.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_56.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_56.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_57.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_57.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_58.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_58.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_59.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_59.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_60.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_60.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_61.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_61.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_62.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_62.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_63.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_63.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_65.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_65.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_65.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_68.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_68.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_68.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_69.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_69.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_69.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_70.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_70.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_70.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_71.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_71.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_71.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_72.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_72.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_72.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_73.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_73.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_73.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_74.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_74.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_74.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_75.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_75.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_75.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_76.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_76.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_76.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_78.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_78.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_78.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_79.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_79.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_79.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_80.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_80.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_80.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_82.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_82.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_82.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_00.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_00.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_00.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_01.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_01.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_01.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_02.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_02.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_02.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_03.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_03.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_03.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_04.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_04.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_04.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_05.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_05.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_05.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_06.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_06.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_06.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_07.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_07.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_07.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_08.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_08.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_08.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_09.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_09.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_09.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_10.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_10.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_10.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_11.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_11.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_11.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_12.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_12.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_12.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_13.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_13.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_13.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_14.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_14.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_14.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_15.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_15.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_15.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_16.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_16.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_17.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_17.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_17.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_18.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_18.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_18.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_19.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_19.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_19.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_20.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_20.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_20.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_21.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_21.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_21.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_23.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_23.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_23.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_24.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_24.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_24.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_25.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_25.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_25.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_26.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_26.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_26.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_27.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_27.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_27.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_28.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_28.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_28.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_29.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_29.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_29.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_31.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_31.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_31.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_32.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_32.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_32.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_33.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_33.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_33.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_35.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_35.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_35.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_36.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_36.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_36.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_37.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_37.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_37.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_38.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_38.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_38.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_39.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_39.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_39.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_40.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_40.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_40.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_41.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_41.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_41.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_42.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_42.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_42.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_43.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_43.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_43.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_44.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_44.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_44.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_45.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_45.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_45.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_46.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_46.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_46.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_47.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_47.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_47.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_48.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_48.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_48.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_49.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_49.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_49.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_50.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_50.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_50.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_51.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_51.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_51.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_52.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_52.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_52.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_53.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_53.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_53.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_54.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_54.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_54.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_55.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_55.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_55.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_56.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_56.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_56.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_57.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_57.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_57.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_58.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_58.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_58.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_59.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_59.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_59.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_60.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_60.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_60.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_61.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_61.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_61.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_62.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_62.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_62.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_63.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_63.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_63.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_65.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_65.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_65.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_68.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_68.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_68.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_69.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_69.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_69.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_70.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_70.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_70.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_71.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_71.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_71.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_72.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_72.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_72.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_73.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_73.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_73.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_74.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_74.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_74.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_75.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_75.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_75.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_76.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_76.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_76.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_78.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_78.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_78.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_79.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_79.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_79.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_80.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_80.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_80.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_82.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_82.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_82.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_offsetbox/anchoredtext_align.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_offsetbox/offsetbox_clipping.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_offsetbox/offsetbox_clipping.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_offsetbox/offsetbox_clipping.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_offsetbox/paddedbox.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/all_quadrants_arcs.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/annulus.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/autoscale_arc.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/autoscale_arc.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/clip_to_bbox.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/clip_to_bbox.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/clip_to_bbox.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/connection_patch.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/large_arc.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/multi_color_hatch.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/multi_color_hatch.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/multi_color_hatch.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_alpha_coloring.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_alpha_coloring.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_alpha_coloring.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_alpha_override.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_alpha_override.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_alpha_override.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_custom_linestyle.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_custom_linestyle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/patch_custom_linestyle.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/units_rectangle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/wedge_range.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/wedge_range.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patches/wedge_range.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/arrow_contains_point.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/marker_paths.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/nan_path.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/nan_path.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/nan_path.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/nan_path.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/path_clipping.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/semi_log_with_zero.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/xkcd.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_path/xkcd_marker.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/collection.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/collection.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/collection.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect1.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect1.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect2.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect3.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect3.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/patheffect3.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/spaces_and_newlines.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/stroked_text.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_patheffects/tickedstroke.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_png/pngsuite.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_png/uint16.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_alignment.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_axes.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_axes.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_axes.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_coords.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_coords.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_coords.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_invertedylim.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_invertedylim_rorigin.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_log.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_negative_rmin.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_negative_rmin.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_negative_rmin.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rlabel_position.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rlabel_position.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rlabel_position.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rmin.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rmin.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rmin.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rorigin.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rorigin.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_rorigin.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_position.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_position.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_position.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_wedge.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_wedge.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_wedge.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/barbs_pivot_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/barbs_test_flip.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/barbs_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/quiver_animated_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/quiver_key_pivot.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/quiver_key_xy.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/quiver_single_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/quiver_with_key_test_image.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/quiver_xy.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_scale/function_scales.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_scale/logit_scales.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_scale/logscale_mask.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_scale/logscale_nonpos_values.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipper_edge.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipper_edge.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipper_edge.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping_with_nans.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping_with_nans.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/clipping_with_nans.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/fft_peaks.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/fft_peaks.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/fft_peaks.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/overflow.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/overflow.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/overflow.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/para_equal_perp.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/para_equal_perp.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/para_equal_perp.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/simplify_curve.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/simplify_curve.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_simplification/simplify_curve.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_skew/skew_axes.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_skew/skew_axes.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_skew/skew_axes.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_skew/skew_rects.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_skew/skew_rects.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_skew/skew_rects.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/black_axes.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/black_axes.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/black_axes.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_capstyle.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_capstyle.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_capstyle.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_data_positions.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_data_positions.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_spines/spines_data_positions.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_colormap.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_colormap.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_colormap.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_direction.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_maxlength.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_maxlength_no_broken.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_streamplot/streamplot_startpoints.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_subplots/subplots_offset_text.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_subplots/subplots_offset_text.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_subplots/subplots_offset_text.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_table/table_auto_column.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_table/table_cell_manipulation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_table/table_labels.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_table/table_zorder.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/agg_text_clip.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/annotation_negative_ax_coords.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/annotation_negative_fig_coords.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/antialiased.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/axes_titles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/basictext_wrap.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/font_scaling.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/font_styles.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/font_styles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/font_styles.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/fonttext_wrap.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/large_subscript_title.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/multiline.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/multiline.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/multiline.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/multiline2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/multiline2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/multiline2.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_alignment.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_alignment.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_alignment.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_as_path_opacity.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_as_text_opacity.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_bboxclip.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_bboxclip.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_bboxclip.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_contains.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_pdf_chars_beyond_bmp.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_pdf_font42_kerning.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/text_pdf_kerning.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/titles.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/titles.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_text/titles.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout1.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout1.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout2.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout3.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout3.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout3.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout4.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout4.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout4.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout5.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout5.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout5.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout7.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout7.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout7.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout8.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout8.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout8.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout_offsetboxes1.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout_offsetboxes1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout_offsetboxes1.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout_offsetboxes2.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout_offsetboxes2.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_tightlayout/tight_layout_offsetboxes2.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_triangulation/tri_smooth_contouring.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_triangulation/tri_smooth_gradient.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_triangulation/tripcolor1.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_ttconv/truetype-conversion.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_units/jpl_bar_units.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_units/jpl_barh_units.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_units/plot_masked_units.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_units/plot_pint.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/eqnarray.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/rotation.eps
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/rotation.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/rotation.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/rotation.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/test_usetex.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_usetex/test_usetex.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_widgets/check_radio_buttons.png
-${PYSITELIB}/matplotlib/tests/cmr10.pfb
-${PYSITELIB}/matplotlib/tests/conftest.py
-${PYSITELIB}/matplotlib/tests/conftest.pyc
-${PYSITELIB}/matplotlib/tests/conftest.pyo
-${PYSITELIB}/matplotlib/tests/mpltest.ttf
-${PYSITELIB}/matplotlib/tests/test_afm.py
-${PYSITELIB}/matplotlib/tests/test_afm.pyc
-${PYSITELIB}/matplotlib/tests/test_afm.pyo
-${PYSITELIB}/matplotlib/tests/test_agg.py
-${PYSITELIB}/matplotlib/tests/test_agg.pyc
-${PYSITELIB}/matplotlib/tests/test_agg.pyo
-${PYSITELIB}/matplotlib/tests/test_agg_filter.py
-${PYSITELIB}/matplotlib/tests/test_agg_filter.pyc
-${PYSITELIB}/matplotlib/tests/test_agg_filter.pyo
-${PYSITELIB}/matplotlib/tests/test_animation.py
-${PYSITELIB}/matplotlib/tests/test_animation.pyc
-${PYSITELIB}/matplotlib/tests/test_animation.pyo
-${PYSITELIB}/matplotlib/tests/test_api.py
-${PYSITELIB}/matplotlib/tests/test_api.pyc
-${PYSITELIB}/matplotlib/tests/test_api.pyo
-${PYSITELIB}/matplotlib/tests/test_arrow_patches.py
-${PYSITELIB}/matplotlib/tests/test_arrow_patches.pyc
-${PYSITELIB}/matplotlib/tests/test_arrow_patches.pyo
-${PYSITELIB}/matplotlib/tests/test_artist.py
-${PYSITELIB}/matplotlib/tests/test_artist.pyc
-${PYSITELIB}/matplotlib/tests/test_artist.pyo
-${PYSITELIB}/matplotlib/tests/test_axes.py
-${PYSITELIB}/matplotlib/tests/test_axes.pyc
-${PYSITELIB}/matplotlib/tests/test_axes.pyo
-${PYSITELIB}/matplotlib/tests/test_axis.py
-${PYSITELIB}/matplotlib/tests/test_axis.pyc
-${PYSITELIB}/matplotlib/tests/test_axis.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_bases.py
-${PYSITELIB}/matplotlib/tests/test_backend_bases.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_bases.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_cairo.py
-${PYSITELIB}/matplotlib/tests/test_backend_cairo.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_cairo.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_gtk3.py
-${PYSITELIB}/matplotlib/tests/test_backend_gtk3.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_gtk3.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_macosx.py
-${PYSITELIB}/matplotlib/tests/test_backend_macosx.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_macosx.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_nbagg.py
-${PYSITELIB}/matplotlib/tests/test_backend_nbagg.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_nbagg.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_pdf.py
-${PYSITELIB}/matplotlib/tests/test_backend_pdf.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_pdf.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_pgf.py
-${PYSITELIB}/matplotlib/tests/test_backend_pgf.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_pgf.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_ps.py
-${PYSITELIB}/matplotlib/tests/test_backend_ps.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_ps.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_qt.py
-${PYSITELIB}/matplotlib/tests/test_backend_qt.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_qt.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_svg.py
-${PYSITELIB}/matplotlib/tests/test_backend_svg.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_svg.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_template.py
-${PYSITELIB}/matplotlib/tests/test_backend_template.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_template.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_tk.py
-${PYSITELIB}/matplotlib/tests/test_backend_tk.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_tk.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_tools.py
-${PYSITELIB}/matplotlib/tests/test_backend_tools.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_tools.pyo
-${PYSITELIB}/matplotlib/tests/test_backend_webagg.py
-${PYSITELIB}/matplotlib/tests/test_backend_webagg.pyc
-${PYSITELIB}/matplotlib/tests/test_backend_webagg.pyo
-${PYSITELIB}/matplotlib/tests/test_backends_interactive.py
-${PYSITELIB}/matplotlib/tests/test_backends_interactive.pyc
-${PYSITELIB}/matplotlib/tests/test_backends_interactive.pyo
-${PYSITELIB}/matplotlib/tests/test_basic.py
-${PYSITELIB}/matplotlib/tests/test_basic.pyc
-${PYSITELIB}/matplotlib/tests/test_basic.pyo
-${PYSITELIB}/matplotlib/tests/test_bbox_tight.py
-${PYSITELIB}/matplotlib/tests/test_bbox_tight.pyc
-${PYSITELIB}/matplotlib/tests/test_bbox_tight.pyo
-${PYSITELIB}/matplotlib/tests/test_category.py
-${PYSITELIB}/matplotlib/tests/test_category.pyc
-${PYSITELIB}/matplotlib/tests/test_category.pyo
-${PYSITELIB}/matplotlib/tests/test_cbook.py
-${PYSITELIB}/matplotlib/tests/test_cbook.pyc
-${PYSITELIB}/matplotlib/tests/test_cbook.pyo
-${PYSITELIB}/matplotlib/tests/test_collections.py
-${PYSITELIB}/matplotlib/tests/test_collections.pyc
-${PYSITELIB}/matplotlib/tests/test_collections.pyo
-${PYSITELIB}/matplotlib/tests/test_colorbar.py
-${PYSITELIB}/matplotlib/tests/test_colorbar.pyc
-${PYSITELIB}/matplotlib/tests/test_colorbar.pyo
-${PYSITELIB}/matplotlib/tests/test_colors.py
-${PYSITELIB}/matplotlib/tests/test_colors.pyc
-${PYSITELIB}/matplotlib/tests/test_colors.pyo
-${PYSITELIB}/matplotlib/tests/test_compare_images.py
-${PYSITELIB}/matplotlib/tests/test_compare_images.pyc
-${PYSITELIB}/matplotlib/tests/test_compare_images.pyo
-${PYSITELIB}/matplotlib/tests/test_constrainedlayout.py
-${PYSITELIB}/matplotlib/tests/test_constrainedlayout.pyc
-${PYSITELIB}/matplotlib/tests/test_constrainedlayout.pyo
-${PYSITELIB}/matplotlib/tests/test_container.py
-${PYSITELIB}/matplotlib/tests/test_container.pyc
-${PYSITELIB}/matplotlib/tests/test_container.pyo
-${PYSITELIB}/matplotlib/tests/test_contour.py
-${PYSITELIB}/matplotlib/tests/test_contour.pyc
-${PYSITELIB}/matplotlib/tests/test_contour.pyo
-${PYSITELIB}/matplotlib/tests/test_cycles.py
-${PYSITELIB}/matplotlib/tests/test_cycles.pyc
-${PYSITELIB}/matplotlib/tests/test_cycles.pyo
-${PYSITELIB}/matplotlib/tests/test_dates.py
-${PYSITELIB}/matplotlib/tests/test_dates.pyc
-${PYSITELIB}/matplotlib/tests/test_dates.pyo
-${PYSITELIB}/matplotlib/tests/test_datetime.py
-${PYSITELIB}/matplotlib/tests/test_datetime.pyc
-${PYSITELIB}/matplotlib/tests/test_datetime.pyo
-${PYSITELIB}/matplotlib/tests/test_determinism.py
-${PYSITELIB}/matplotlib/tests/test_determinism.pyc
-${PYSITELIB}/matplotlib/tests/test_determinism.pyo
-${PYSITELIB}/matplotlib/tests/test_doc.py
-${PYSITELIB}/matplotlib/tests/test_doc.pyc
-${PYSITELIB}/matplotlib/tests/test_doc.pyo
-${PYSITELIB}/matplotlib/tests/test_dviread.py
-${PYSITELIB}/matplotlib/tests/test_dviread.pyc
-${PYSITELIB}/matplotlib/tests/test_dviread.pyo
-${PYSITELIB}/matplotlib/tests/test_figure.py
-${PYSITELIB}/matplotlib/tests/test_figure.pyc
-${PYSITELIB}/matplotlib/tests/test_figure.pyo
-${PYSITELIB}/matplotlib/tests/test_font_manager.py
-${PYSITELIB}/matplotlib/tests/test_font_manager.pyc
-${PYSITELIB}/matplotlib/tests/test_font_manager.pyo
-${PYSITELIB}/matplotlib/tests/test_fontconfig_pattern.py
-${PYSITELIB}/matplotlib/tests/test_fontconfig_pattern.pyc
-${PYSITELIB}/matplotlib/tests/test_fontconfig_pattern.pyo
-${PYSITELIB}/matplotlib/tests/test_ft2font.py
-${PYSITELIB}/matplotlib/tests/test_ft2font.pyc
-${PYSITELIB}/matplotlib/tests/test_ft2font.pyo
-${PYSITELIB}/matplotlib/tests/test_getattr.py
-${PYSITELIB}/matplotlib/tests/test_getattr.pyc
-${PYSITELIB}/matplotlib/tests/test_getattr.pyo
-${PYSITELIB}/matplotlib/tests/test_gridspec.py
-${PYSITELIB}/matplotlib/tests/test_gridspec.pyc
-${PYSITELIB}/matplotlib/tests/test_gridspec.pyo
-${PYSITELIB}/matplotlib/tests/test_image.py
-${PYSITELIB}/matplotlib/tests/test_image.pyc
-${PYSITELIB}/matplotlib/tests/test_image.pyo
-${PYSITELIB}/matplotlib/tests/test_legend.py
-${PYSITELIB}/matplotlib/tests/test_legend.pyc
-${PYSITELIB}/matplotlib/tests/test_legend.pyo
-${PYSITELIB}/matplotlib/tests/test_lines.py
-${PYSITELIB}/matplotlib/tests/test_lines.pyc
-${PYSITELIB}/matplotlib/tests/test_lines.pyo
-${PYSITELIB}/matplotlib/tests/test_marker.py
-${PYSITELIB}/matplotlib/tests/test_marker.pyc
-${PYSITELIB}/matplotlib/tests/test_marker.pyo
-${PYSITELIB}/matplotlib/tests/test_mathtext.py
-${PYSITELIB}/matplotlib/tests/test_mathtext.pyc
-${PYSITELIB}/matplotlib/tests/test_mathtext.pyo
-${PYSITELIB}/matplotlib/tests/test_matplotlib.py
-${PYSITELIB}/matplotlib/tests/test_matplotlib.pyc
-${PYSITELIB}/matplotlib/tests/test_matplotlib.pyo
-${PYSITELIB}/matplotlib/tests/test_mlab.py
-${PYSITELIB}/matplotlib/tests/test_mlab.pyc
-${PYSITELIB}/matplotlib/tests/test_mlab.pyo
-${PYSITELIB}/matplotlib/tests/test_nbagg_01.ipynb
-${PYSITELIB}/matplotlib/tests/test_offsetbox.py
-${PYSITELIB}/matplotlib/tests/test_offsetbox.pyc
-${PYSITELIB}/matplotlib/tests/test_offsetbox.pyo
-${PYSITELIB}/matplotlib/tests/test_patches.py
-${PYSITELIB}/matplotlib/tests/test_patches.pyc
-${PYSITELIB}/matplotlib/tests/test_patches.pyo
-${PYSITELIB}/matplotlib/tests/test_path.py
-${PYSITELIB}/matplotlib/tests/test_path.pyc
-${PYSITELIB}/matplotlib/tests/test_path.pyo
-${PYSITELIB}/matplotlib/tests/test_patheffects.py
-${PYSITELIB}/matplotlib/tests/test_patheffects.pyc
-${PYSITELIB}/matplotlib/tests/test_patheffects.pyo
-${PYSITELIB}/matplotlib/tests/test_pickle.py
-${PYSITELIB}/matplotlib/tests/test_pickle.pyc
-${PYSITELIB}/matplotlib/tests/test_pickle.pyo
-${PYSITELIB}/matplotlib/tests/test_png.py
-${PYSITELIB}/matplotlib/tests/test_png.pyc
-${PYSITELIB}/matplotlib/tests/test_png.pyo
-${PYSITELIB}/matplotlib/tests/test_polar.py
-${PYSITELIB}/matplotlib/tests/test_polar.pyc
-${PYSITELIB}/matplotlib/tests/test_polar.pyo
-${PYSITELIB}/matplotlib/tests/test_preprocess_data.py
-${PYSITELIB}/matplotlib/tests/test_preprocess_data.pyc
-${PYSITELIB}/matplotlib/tests/test_preprocess_data.pyo
-${PYSITELIB}/matplotlib/tests/test_pyplot.py
-${PYSITELIB}/matplotlib/tests/test_pyplot.pyc
-${PYSITELIB}/matplotlib/tests/test_pyplot.pyo
-${PYSITELIB}/matplotlib/tests/test_quiver.py
-${PYSITELIB}/matplotlib/tests/test_quiver.pyc
-${PYSITELIB}/matplotlib/tests/test_quiver.pyo
-${PYSITELIB}/matplotlib/tests/test_rcparams.py
-${PYSITELIB}/matplotlib/tests/test_rcparams.pyc
-${PYSITELIB}/matplotlib/tests/test_rcparams.pyo
-${PYSITELIB}/matplotlib/tests/test_sankey.py
-${PYSITELIB}/matplotlib/tests/test_sankey.pyc
-${PYSITELIB}/matplotlib/tests/test_sankey.pyo
-${PYSITELIB}/matplotlib/tests/test_scale.py
-${PYSITELIB}/matplotlib/tests/test_scale.pyc
-${PYSITELIB}/matplotlib/tests/test_scale.pyo
-${PYSITELIB}/matplotlib/tests/test_simplification.py
-${PYSITELIB}/matplotlib/tests/test_simplification.pyc
-${PYSITELIB}/matplotlib/tests/test_simplification.pyo
-${PYSITELIB}/matplotlib/tests/test_skew.py
-${PYSITELIB}/matplotlib/tests/test_skew.pyc
-${PYSITELIB}/matplotlib/tests/test_skew.pyo
-${PYSITELIB}/matplotlib/tests/test_sphinxext.py
-${PYSITELIB}/matplotlib/tests/test_sphinxext.pyc
-${PYSITELIB}/matplotlib/tests/test_sphinxext.pyo
-${PYSITELIB}/matplotlib/tests/test_spines.py
-${PYSITELIB}/matplotlib/tests/test_spines.pyc
-${PYSITELIB}/matplotlib/tests/test_spines.pyo
-${PYSITELIB}/matplotlib/tests/test_streamplot.py
-${PYSITELIB}/matplotlib/tests/test_streamplot.pyc
-${PYSITELIB}/matplotlib/tests/test_streamplot.pyo
-${PYSITELIB}/matplotlib/tests/test_style.py
-${PYSITELIB}/matplotlib/tests/test_style.pyc
-${PYSITELIB}/matplotlib/tests/test_style.pyo
-${PYSITELIB}/matplotlib/tests/test_subplots.py
-${PYSITELIB}/matplotlib/tests/test_subplots.pyc
-${PYSITELIB}/matplotlib/tests/test_subplots.pyo
-${PYSITELIB}/matplotlib/tests/test_table.py
-${PYSITELIB}/matplotlib/tests/test_table.pyc
-${PYSITELIB}/matplotlib/tests/test_table.pyo
-${PYSITELIB}/matplotlib/tests/test_testing.py
-${PYSITELIB}/matplotlib/tests/test_testing.pyc
-${PYSITELIB}/matplotlib/tests/test_testing.pyo
-${PYSITELIB}/matplotlib/tests/test_texmanager.py
-${PYSITELIB}/matplotlib/tests/test_texmanager.pyc
-${PYSITELIB}/matplotlib/tests/test_texmanager.pyo
-${PYSITELIB}/matplotlib/tests/test_text.py
-${PYSITELIB}/matplotlib/tests/test_text.pyc
-${PYSITELIB}/matplotlib/tests/test_text.pyo
-${PYSITELIB}/matplotlib/tests/test_textpath.py
-${PYSITELIB}/matplotlib/tests/test_textpath.pyc
-${PYSITELIB}/matplotlib/tests/test_textpath.pyo
-${PYSITELIB}/matplotlib/tests/test_ticker.py
-${PYSITELIB}/matplotlib/tests/test_ticker.pyc
-${PYSITELIB}/matplotlib/tests/test_ticker.pyo
-${PYSITELIB}/matplotlib/tests/test_tightlayout.py
-${PYSITELIB}/matplotlib/tests/test_tightlayout.pyc
-${PYSITELIB}/matplotlib/tests/test_tightlayout.pyo
-${PYSITELIB}/matplotlib/tests/test_transforms.py
-${PYSITELIB}/matplotlib/tests/test_transforms.pyc
-${PYSITELIB}/matplotlib/tests/test_transforms.pyo
-${PYSITELIB}/matplotlib/tests/test_triangulation.py
-${PYSITELIB}/matplotlib/tests/test_triangulation.pyc
-${PYSITELIB}/matplotlib/tests/test_triangulation.pyo
-${PYSITELIB}/matplotlib/tests/test_ttconv.py
-${PYSITELIB}/matplotlib/tests/test_ttconv.pyc
-${PYSITELIB}/matplotlib/tests/test_ttconv.pyo
-${PYSITELIB}/matplotlib/tests/test_type1font.py
-${PYSITELIB}/matplotlib/tests/test_type1font.pyc
-${PYSITELIB}/matplotlib/tests/test_type1font.pyo
-${PYSITELIB}/matplotlib/tests/test_units.py
-${PYSITELIB}/matplotlib/tests/test_units.pyc
-${PYSITELIB}/matplotlib/tests/test_units.pyo
-${PYSITELIB}/matplotlib/tests/test_usetex.py
-${PYSITELIB}/matplotlib/tests/test_usetex.pyc
-${PYSITELIB}/matplotlib/tests/test_usetex.pyo
-${PYSITELIB}/matplotlib/tests/test_widgets.py
-${PYSITELIB}/matplotlib/tests/test_widgets.pyc
-${PYSITELIB}/matplotlib/tests/test_widgets.pyo
-${PYSITELIB}/matplotlib/tests/tinypages/.gitignore
-${PYSITELIB}/matplotlib/tests/tinypages/README.md
-${PYSITELIB}/matplotlib/tests/tinypages/_static/.gitignore
-${PYSITELIB}/matplotlib/tests/tinypages/_static/README.txt
-${PYSITELIB}/matplotlib/tests/tinypages/conf.py
-${PYSITELIB}/matplotlib/tests/tinypages/conf.pyc
-${PYSITELIB}/matplotlib/tests/tinypages/conf.pyo
-${PYSITELIB}/matplotlib/tests/tinypages/included_plot_21.rst
-${PYSITELIB}/matplotlib/tests/tinypages/index.rst
-${PYSITELIB}/matplotlib/tests/tinypages/nestedpage/index.rst
-${PYSITELIB}/matplotlib/tests/tinypages/nestedpage2/index.rst
-${PYSITELIB}/matplotlib/tests/tinypages/range4.py
-${PYSITELIB}/matplotlib/tests/tinypages/range4.pyc
-${PYSITELIB}/matplotlib/tests/tinypages/range4.pyo
-${PYSITELIB}/matplotlib/tests/tinypages/range6.py
-${PYSITELIB}/matplotlib/tests/tinypages/range6.pyc
-${PYSITELIB}/matplotlib/tests/tinypages/range6.pyo
-${PYSITELIB}/matplotlib/tests/tinypages/some_plots.rst
-${PYSITELIB}/matplotlib/texmanager.py
-${PYSITELIB}/matplotlib/texmanager.pyc
-${PYSITELIB}/matplotlib/texmanager.pyi
-${PYSITELIB}/matplotlib/texmanager.pyo
-${PYSITELIB}/matplotlib/text.py
-${PYSITELIB}/matplotlib/text.pyc
-${PYSITELIB}/matplotlib/text.pyi
-${PYSITELIB}/matplotlib/text.pyo
-${PYSITELIB}/matplotlib/textpath.py
-${PYSITELIB}/matplotlib/textpath.pyc
-${PYSITELIB}/matplotlib/textpath.pyi
-${PYSITELIB}/matplotlib/textpath.pyo
-${PYSITELIB}/matplotlib/ticker.py
-${PYSITELIB}/matplotlib/ticker.pyc
-${PYSITELIB}/matplotlib/ticker.pyi
-${PYSITELIB}/matplotlib/ticker.pyo
-${PYSITELIB}/matplotlib/transforms.py
-${PYSITELIB}/matplotlib/transforms.pyc
-${PYSITELIB}/matplotlib/transforms.pyi
-${PYSITELIB}/matplotlib/transforms.pyo
-${PYSITELIB}/matplotlib/tri/__init__.py
-${PYSITELIB}/matplotlib/tri/__init__.pyc
-${PYSITELIB}/matplotlib/tri/__init__.pyo
-${PYSITELIB}/matplotlib/tri/_triangulation.py
-${PYSITELIB}/matplotlib/tri/_triangulation.pyc
-${PYSITELIB}/matplotlib/tri/_triangulation.pyi
-${PYSITELIB}/matplotlib/tri/_triangulation.pyo
-${PYSITELIB}/matplotlib/tri/_tricontour.py
-${PYSITELIB}/matplotlib/tri/_tricontour.pyc
-${PYSITELIB}/matplotlib/tri/_tricontour.pyi
-${PYSITELIB}/matplotlib/tri/_tricontour.pyo
-${PYSITELIB}/matplotlib/tri/_trifinder.py
-${PYSITELIB}/matplotlib/tri/_trifinder.pyc
-${PYSITELIB}/matplotlib/tri/_trifinder.pyi
-${PYSITELIB}/matplotlib/tri/_trifinder.pyo
-${PYSITELIB}/matplotlib/tri/_triinterpolate.py
-${PYSITELIB}/matplotlib/tri/_triinterpolate.pyc
-${PYSITELIB}/matplotlib/tri/_triinterpolate.pyi
-${PYSITELIB}/matplotlib/tri/_triinterpolate.pyo
-${PYSITELIB}/matplotlib/tri/_tripcolor.py
-${PYSITELIB}/matplotlib/tri/_tripcolor.pyc
-${PYSITELIB}/matplotlib/tri/_tripcolor.pyi
-${PYSITELIB}/matplotlib/tri/_tripcolor.pyo
-${PYSITELIB}/matplotlib/tri/_triplot.py
-${PYSITELIB}/matplotlib/tri/_triplot.pyc
-${PYSITELIB}/matplotlib/tri/_triplot.pyi
-${PYSITELIB}/matplotlib/tri/_triplot.pyo
-${PYSITELIB}/matplotlib/tri/_trirefine.py
-${PYSITELIB}/matplotlib/tri/_trirefine.pyc
-${PYSITELIB}/matplotlib/tri/_trirefine.pyi
-${PYSITELIB}/matplotlib/tri/_trirefine.pyo
-${PYSITELIB}/matplotlib/tri/_tritools.py
-${PYSITELIB}/matplotlib/tri/_tritools.pyc
-${PYSITELIB}/matplotlib/tri/_tritools.pyi
-${PYSITELIB}/matplotlib/tri/_tritools.pyo
-${PYSITELIB}/matplotlib/typing.py
-${PYSITELIB}/matplotlib/typing.pyc
-${PYSITELIB}/matplotlib/typing.pyo
-${PYSITELIB}/matplotlib/units.py
-${PYSITELIB}/matplotlib/units.pyc
-${PYSITELIB}/matplotlib/units.pyo
-${PYSITELIB}/matplotlib/widgets.py
-${PYSITELIB}/matplotlib/widgets.pyc
-${PYSITELIB}/matplotlib/widgets.pyi
-${PYSITELIB}/matplotlib/widgets.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/__init__.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/__init__.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/__init__.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/anchored_artists.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/anchored_artists.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/anchored_artists.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_divider.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_divider.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_divider.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_grid.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_grid.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_grid.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_rgb.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_rgb.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_rgb.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_size.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_size.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/axes_size.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/inset_locator.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/inset_locator.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/inset_locator.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/mpl_axes.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/mpl_axes.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/mpl_axes.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/parasite_axes.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/parasite_axes.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/parasite_axes.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/__init__.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/__init__.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/__init__.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/anchored_artists.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/anchored_direction_arrows.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/anchored_direction_arrows_many_args.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/anchored_locator_base_call.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/fill_facecolor.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/image_grid.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/image_grid_each_left_label_mode_all.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/image_grid_single_bottom_label_mode_1.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/imagegrid_cbar_mode.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/inset_axes.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/inset_locator.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/insetposition.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/inverted_zoomed_axes.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/rgb_axes.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/twin_axes_empty_and_removed.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/zoomed_axes.png
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/conftest.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/conftest.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/conftest.pyo
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/test_axes_grid1.py
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/test_axes_grid1.pyc
-${PYSITELIB}/mpl_toolkits/axes_grid1/tests/test_axes_grid1.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/__init__.py
-${PYSITELIB}/mpl_toolkits/axisartist/__init__.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/__init__.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/angle_helper.py
-${PYSITELIB}/mpl_toolkits/axisartist/angle_helper.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/angle_helper.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/axes_divider.py
-${PYSITELIB}/mpl_toolkits/axisartist/axes_divider.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/axes_divider.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/axes_grid.py
-${PYSITELIB}/mpl_toolkits/axisartist/axes_grid.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/axes_grid.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/axes_rgb.py
-${PYSITELIB}/mpl_toolkits/axisartist/axes_rgb.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/axes_rgb.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/axis_artist.py
-${PYSITELIB}/mpl_toolkits/axisartist/axis_artist.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/axis_artist.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/axisline_style.py
-${PYSITELIB}/mpl_toolkits/axisartist/axisline_style.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/axisline_style.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/axislines.py
-${PYSITELIB}/mpl_toolkits/axisartist/axislines.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/axislines.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/floating_axes.py
-${PYSITELIB}/mpl_toolkits/axisartist/floating_axes.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/floating_axes.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/grid_finder.py
-${PYSITELIB}/mpl_toolkits/axisartist/grid_finder.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/grid_finder.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/grid_helper_curvelinear.py
-${PYSITELIB}/mpl_toolkits/axisartist/grid_helper_curvelinear.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/grid_helper_curvelinear.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/parasite_axes.py
-${PYSITELIB}/mpl_toolkits/axisartist/parasite_axes.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/parasite_axes.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/__init__.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/__init__.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/__init__.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axis_artist/axis_artist.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axis_artist/axis_artist_labelbase.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axis_artist/axis_artist_ticklabels.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axis_artist/axis_artist_ticks.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/ParasiteAxesAuxTrans_meshplot.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/Subplot.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/SubplotZero.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/axisline_style.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/axisline_style_size_color.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/axisline_style_tight.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_axislines/subplotzero_ylabel.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_floating_axes/curvelinear3.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_floating_axes/curvelinear4.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_grid_helper_curvelinear/axis_direction.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_grid_helper_curvelinear/custom_transform.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/baseline_images/test_grid_helper_curvelinear/polar_box.png
-${PYSITELIB}/mpl_toolkits/axisartist/tests/conftest.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/conftest.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/conftest.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_angle_helper.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_angle_helper.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_angle_helper.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_axis_artist.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_axis_artist.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_axis_artist.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_axislines.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_axislines.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_axislines.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_floating_axes.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_floating_axes.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_floating_axes.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_grid_finder.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_grid_finder.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_grid_finder.pyo
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_grid_helper_curvelinear.py
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_grid_helper_curvelinear.pyc
-${PYSITELIB}/mpl_toolkits/axisartist/tests/test_grid_helper_curvelinear.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/__init__.py
-${PYSITELIB}/mpl_toolkits/mplot3d/__init__.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/__init__.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/art3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/art3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/art3d.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/axes3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/axes3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/axes3d.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/axis3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/axis3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/axis3d.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/proj3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/proj3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/proj3d.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/__init__.py
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/__init__.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/__init__.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/add_collection3d_zs_array.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/add_collection3d_zs_scalar.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/arc_pathpatch.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/aspects.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/aspects_adjust_box.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_cla.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_focal_length.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_isometric.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_labelpad.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_ortho.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_primary_views.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axes3d_rotated.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/axis_positions.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/bar3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/bar3d_notshaded.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/bar3d_shaded.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/computed_zorder.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/contour3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/contour3d_extend3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/contourf3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/contourf3d_fill.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/equal_box_aspect.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/errorbar3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/errorbar3d_errorevery.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/grid_off.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/invisible_ticks_axis.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/lines3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/minor_ticks.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/mixedsubplot.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/panecolor_rcparams.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/plot_3d_from_2d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/poly3dcollection_alpha.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/poly3dcollection_closed.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/proj3d_axes_cube.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/proj3d_axes_cube_ortho.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/quiver3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/quiver3d_colorcoded.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/quiver3d_masked.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/scatter3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/scatter3d_color.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/scatter3d_linewidth.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/scatter_spiral.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/stem3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/surface3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/surface3d_label_offset_tick_position.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/surface3d_masked.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/surface3d_masked_strides.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/surface3d_shaded.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/surface3d_zsort_inf.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/text3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/tricontour.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/trisurf3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/trisurf3d_shaded.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/voxels-alpha.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/voxels-edge-style.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/voxels-named-colors.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/voxels-rgb-data.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/voxels-simple.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/voxels-xyz.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/wireframe3d.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/wireframe3dzerocstride.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_axes3d/wireframe3dzerorstride.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_legend3d/fancy.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_legend3d/legend_bar.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/baseline_images/test_legend3d/legend_plot.png
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/conftest.py
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/conftest.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/conftest.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_art3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_art3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_art3d.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_axes3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_axes3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_axes3d.pyo
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_legend3d.py
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_legend3d.pyc
-${PYSITELIB}/mpl_toolkits/mplot3d/tests/test_legend3d.pyo
-${PYSITELIB}/pylab.py
-${PYSITELIB}/pylab.pyc
-${PYSITELIB}/pylab.pyo
diff --git a/py-matplotlib/PLIST.Darwin b/py-matplotlib/PLIST.Darwin
deleted file mode 100644
index 1bbfc32a99..0000000000
--- a/py-matplotlib/PLIST.Darwin
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Darwin,v 1.1 2016/03/27 22:34:00 jperkin Exp $
-${PYSITELIB}/matplotlib/backends/_macosx.so
diff --git a/py-matplotlib/distinfo b/py-matplotlib/distinfo
deleted file mode 100644
index 9d412686be..0000000000
--- a/py-matplotlib/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.62 2024/04/07 11:44:57 wiz Exp $
-
-BLAKE2s (matplotlib-3.9.0.tar.gz) = ada078c22ea67620ede2f45bc612ded726d7a2bb4a8817d71e64b93f9ebf98a1
-SHA512 (matplotlib-3.9.0.tar.gz) = 135ee2f97c26cb60479cc10bf8a833384c393993d8a905ab869f4c73b91a50ffa596f84ce349af7f1a0b08a21e1906394cf6a702bb567a9c3999d40f54974326
-Size (matplotlib-3.9.0.tar.gz) = 36069890 bytes
-SHA1 (patch-src_meson.build) = fd2596d7e2f516e537afa9a0ae17997bcd84047c
diff --git a/py-matplotlib/patches/patch-src_meson.build b/py-matplotlib/patches/patch-src_meson.build
deleted file mode 100644
index 9962bee73a..0000000000
--- a/py-matplotlib/patches/patch-src_meson.build
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- src/meson.build.orig 2024-05-19 15:28:50.816599386 +0000
-+++ src/meson.build
-@@ -84,7 +84,7 @@ extension_data = {
- 'sources': files(
- '_c_internal_utils.cpp',
- ),
-- 'dependencies': [pybind11_dep, dl, ole32, shell32, user32],
-+ 'dependencies': [pybind11_dep, ole32, shell32, user32],
- },
- 'ft2font': {
- 'subdir': 'matplotlib',
-@@ -140,7 +140,7 @@ extension_data = {
- 'include_directories': include_directories('.'),
- # The dl/psapi libraries are needed for finding Tcl/Tk at run time.
- 'dependencies': [
-- pybind11_dep, agg_dep.partial_dependency(includes: true), dl, comctl32, psapi,
-+ pybind11_dep, agg_dep.partial_dependency(includes: true), comctl32, psapi,
- ],
- },
- '_tri': {
Home |
Main Index |
Thread Index |
Old Index