pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99f44a3f25a6
branches:  trunk
changeset: 602654:99f44a3f25a6
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Apr 17 17:17:03 2012 +0000

description:
update to 1.1.0

many improvements, some cleanup, most notably:
-new graphics types and backends
-layout and legend improvements
-better 3d support
-Numerix support removed

diffstat:

 graphics/py-matplotlib/Makefile         |    5 +-
 graphics/py-matplotlib/PLIST            |  982 ++++++++++++++++++++++++++++++-
 graphics/py-matplotlib/distinfo         |   11 +-
 graphics/py-matplotlib/patches/patch-aa |   11 +-
 graphics/py-matplotlib/patches/patch-ab |   69 --
 5 files changed, 960 insertions(+), 118 deletions(-)

diffs (truncated from 1271 to 300 lines):

diff -r fcfa39c80d63 -r 99f44a3f25a6 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Tue Apr 17 17:13:01 2012 +0000
+++ b/graphics/py-matplotlib/Makefile   Tue Apr 17 17:17:03 2012 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2011/11/01 06:01:44 sbd Exp $
+# $NetBSD: Makefile,v 1.30 2012/04/17 17:17:03 drochner Exp $
 #
 
-DISTNAME=              matplotlib-1.0.1
+DISTNAME=              matplotlib-1.1.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            graphics python
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
 
diff -r fcfa39c80d63 -r 99f44a3f25a6 graphics/py-matplotlib/PLIST
--- a/graphics/py-matplotlib/PLIST      Tue Apr 17 17:13:01 2012 +0000
+++ b/graphics/py-matplotlib/PLIST      Tue Apr 17 17:17:03 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2011/02/17 10:33:37 markd Exp $
+@comment $NetBSD: PLIST,v 1.14 2012/04/17 17:17:03 drochner Exp $
 ${PYSITELIB}/matplotlib/__init__.py
 ${PYSITELIB}/matplotlib/__init__.pyc
 ${PYSITELIB}/matplotlib/__init__.pyo
@@ -20,6 +20,9 @@
 ${PYSITELIB}/matplotlib/afm.py
 ${PYSITELIB}/matplotlib/afm.pyc
 ${PYSITELIB}/matplotlib/afm.pyo
+${PYSITELIB}/matplotlib/animation.py
+${PYSITELIB}/matplotlib/animation.pyc
+${PYSITELIB}/matplotlib/animation.pyo
 ${PYSITELIB}/matplotlib/artist.py
 ${PYSITELIB}/matplotlib/artist.pyc
 ${PYSITELIB}/matplotlib/artist.pyo
@@ -105,6 +108,9 @@
 ${PYSITELIB}/matplotlib/backends/backend_wxagg.py
 ${PYSITELIB}/matplotlib/backends/backend_wxagg.pyc
 ${PYSITELIB}/matplotlib/backends/backend_wxagg.pyo
+${PYSITELIB}/matplotlib/backends/qt4_compat.py
+${PYSITELIB}/matplotlib/backends/qt4_compat.pyc
+${PYSITELIB}/matplotlib/backends/qt4_compat.pyo
 ${PYSITELIB}/matplotlib/backends/qt4_editor/__init__.py
 ${PYSITELIB}/matplotlib/backends/qt4_editor/__init__.pyc
 ${PYSITELIB}/matplotlib/backends/qt4_editor/__init__.pyo
@@ -141,6 +147,9 @@
 ${PYSITELIB}/matplotlib/colors.py
 ${PYSITELIB}/matplotlib/colors.pyc
 ${PYSITELIB}/matplotlib/colors.pyo
+${PYSITELIB}/matplotlib/container.py
+${PYSITELIB}/matplotlib/container.pyc
+${PYSITELIB}/matplotlib/container.pyo
 ${PYSITELIB}/matplotlib/contour.py
 ${PYSITELIB}/matplotlib/contour.pyc
 ${PYSITELIB}/matplotlib/contour.pyo
@@ -190,9 +199,15 @@
 ${PYSITELIB}/matplotlib/legend.py
 ${PYSITELIB}/matplotlib/legend.pyc
 ${PYSITELIB}/matplotlib/legend.pyo
+${PYSITELIB}/matplotlib/legend_handler.py
+${PYSITELIB}/matplotlib/legend_handler.pyc
+${PYSITELIB}/matplotlib/legend_handler.pyo
 ${PYSITELIB}/matplotlib/lines.py
 ${PYSITELIB}/matplotlib/lines.pyc
 ${PYSITELIB}/matplotlib/lines.pyo
+${PYSITELIB}/matplotlib/markers.py
+${PYSITELIB}/matplotlib/markers.pyc
+${PYSITELIB}/matplotlib/markers.pyo
 ${PYSITELIB}/matplotlib/mathtext.py
 ${PYSITELIB}/matplotlib/mathtext.pyc
 ${PYSITELIB}/matplotlib/mathtext.pyo
@@ -357,27 +372,6 @@
 ${PYSITELIB}/matplotlib/mpl.py
 ${PYSITELIB}/matplotlib/mpl.pyc
 ${PYSITELIB}/matplotlib/mpl.pyo
-${PYSITELIB}/matplotlib/numerix/__init__.py
-${PYSITELIB}/matplotlib/numerix/__init__.pyc
-${PYSITELIB}/matplotlib/numerix/__init__.pyo
-${PYSITELIB}/matplotlib/numerix/_sp_imports.py
-${PYSITELIB}/matplotlib/numerix/_sp_imports.pyc
-${PYSITELIB}/matplotlib/numerix/_sp_imports.pyo
-${PYSITELIB}/matplotlib/numerix/fft/__init__.py
-${PYSITELIB}/matplotlib/numerix/fft/__init__.pyc
-${PYSITELIB}/matplotlib/numerix/fft/__init__.pyo
-${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.py
-${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.pyc
-${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.pyo
-${PYSITELIB}/matplotlib/numerix/ma/__init__.py
-${PYSITELIB}/matplotlib/numerix/ma/__init__.pyc
-${PYSITELIB}/matplotlib/numerix/ma/__init__.pyo
-${PYSITELIB}/matplotlib/numerix/mlab/__init__.py
-${PYSITELIB}/matplotlib/numerix/mlab/__init__.pyc
-${PYSITELIB}/matplotlib/numerix/mlab/__init__.pyo
-${PYSITELIB}/matplotlib/numerix/random_array/__init__.py
-${PYSITELIB}/matplotlib/numerix/random_array/__init__.pyc
-${PYSITELIB}/matplotlib/numerix/random_array/__init__.pyo
 ${PYSITELIB}/matplotlib/nxutils.so
 ${PYSITELIB}/matplotlib/offsetbox.py
 ${PYSITELIB}/matplotlib/offsetbox.pyc
@@ -415,6 +409,9 @@
 ${PYSITELIB}/matplotlib/rcsetup.py
 ${PYSITELIB}/matplotlib/rcsetup.pyc
 ${PYSITELIB}/matplotlib/rcsetup.pyo
+${PYSITELIB}/matplotlib/sankey.py
+${PYSITELIB}/matplotlib/sankey.pyc
+${PYSITELIB}/matplotlib/sankey.pyo
 ${PYSITELIB}/matplotlib/scale.py
 ${PYSITELIB}/matplotlib/scale.pyc
 ${PYSITELIB}/matplotlib/scale.pyo
@@ -424,9 +421,6 @@
 ${PYSITELIB}/matplotlib/sphinxext/ipython_console_highlighting.py
 ${PYSITELIB}/matplotlib/sphinxext/ipython_console_highlighting.pyc
 ${PYSITELIB}/matplotlib/sphinxext/ipython_console_highlighting.pyo
-${PYSITELIB}/matplotlib/sphinxext/ipython_directive.py
-${PYSITELIB}/matplotlib/sphinxext/ipython_directive.pyc
-${PYSITELIB}/matplotlib/sphinxext/ipython_directive.pyo
 ${PYSITELIB}/matplotlib/sphinxext/mathmpl.py
 ${PYSITELIB}/matplotlib/sphinxext/mathmpl.pyc
 ${PYSITELIB}/matplotlib/sphinxext/mathmpl.pyo
@@ -481,12 +475,34 @@
 ${PYSITELIB}/matplotlib/tests/__init__.py
 ${PYSITELIB}/matplotlib/tests/__init__.pyc
 ${PYSITELIB}/matplotlib/tests/__init__.pyo
+${PYSITELIB}/matplotlib/tests/baseline_images/dviread/test.map
+${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_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/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/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/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/const_xy.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/const_xy.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/const_xy.svg
@@ -520,6 +536,12 @@
 ${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/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/nonfinite_limits.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg
@@ -538,9 +560,15 @@
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_rmin.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_theta_position.pdf
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_theta_position.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_theta_position.svg
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_units.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_units.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_units.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_units_2.pdf
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_units_2.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_units_2.svg
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg
@@ -562,6 +590,13 @@
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog2.pdf
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog2.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog2.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/units_strings.pdf
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/units_strings.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/units_strings.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_backend_pdf/pdf_use14corefonts.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.svg
@@ -583,6 +618,69 @@
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_empty.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_empty.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_dates/date_empty.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/steep-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/steep-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/steep-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/steep-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/steep-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/steep-ref-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/trig-lin-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/trig-lin-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/trig-nn-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/trig-nn-img.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/trig-ref-con.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_delaunay/trig-ref-img.png
+${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_image/figimage-0.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_image/figimage-1.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_image/image_clip.pdf
@@ -594,15 +692,789 @@
 ${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_mathtext/mathtext.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.svg
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.pdf
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.svg
+${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_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_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



Home | Main Index | Thread Index | Old Index