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.3.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06753c5510d2
branches:  trunk
changeset: 629410:06753c5510d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 19:53:05 2014 +0000

description:
Update to 1.3.1:

2013-05-18 Added support for arbitrary rasterization resolutions to the
           SVG backend. Previously the resolution was hard coded to 72
           dpi. Now the backend class takes a image_dpi argument for
           its constructor, adjusts the image bounding box accordingly
           and forwards a magnification factor to the image renderer.
           The code and results now resemble those of the PDF backend.
           - MW

2013-05-08 Changed behavior of hist when given stacked=True and normed=True.
           Histograms are now stacked first, then the sum is normalized.
           Previously, each histogram was normalized, then they were stacked.

2013-04-25 Changed all instances of:

           from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
           to:

           from cbook import mplDeprecation

           and removed the import into the matplotlib namespace in __init__.py
           Thomas Caswell


2013-04-15 Added 'axes.xmargin' and 'axes.ymargin' to rpParams to set default
           margins on auto-scaleing. - TAC

2013-04-16 Added patheffect support for Line2D objects.  -JJL

diffstat:

 graphics/py-matplotlib/Makefile |    9 +-
 graphics/py-matplotlib/PLIST    |  307 +++++++++++++++++++++++++++++++++------
 graphics/py-matplotlib/distinfo |    9 +-
 3 files changed, 268 insertions(+), 57 deletions(-)

diffs (truncated from 692 to 300 lines):

diff -r c09fcd80d15f -r 06753c5510d2 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Mon Jan 20 19:29:34 2014 +0000
+++ b/graphics/py-matplotlib/Makefile   Mon Jan 20 19:53:05 2014 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.40 2014/01/16 10:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2014/01/20 19:53:05 wiz Exp $
 
-DISTNAME=              matplotlib-1.2.1
+DISTNAME=              matplotlib-1.3.1
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            graphics python
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://matplotlib.sourceforge.net/
+HOMEPAGE=              http://matplotlib.org/
 COMMENT=               Matlab-style plotting package for Python
 
 DEPENDS+=              ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz
@@ -16,7 +16,6 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 PY_PATCHPLIST=         yes
-PYDISTUTILSPKG=                yes
 
 REPLACE_PYTHON=                lib/matplotlib/dates.py
 REPLACE_PYTHON+=       lib/matplotlib/sankey.py
@@ -35,7 +34,7 @@
        ${ECHO} "wxagg = False" ) > ${WRKSRC}/setup.cfg
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
diff -r c09fcd80d15f -r 06753c5510d2 graphics/py-matplotlib/PLIST
--- a/graphics/py-matplotlib/PLIST      Mon Jan 20 19:29:34 2014 +0000
+++ b/graphics/py-matplotlib/PLIST      Mon Jan 20 19:53:05 2014 +0000
@@ -1,4 +1,12 @@
-@comment $NetBSD: PLIST,v 1.17 2013/07/24 11:13:11 drochner Exp $
+@comment $NetBSD: PLIST,v 1.18 2014/01/20 19:53:05 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/matplotlib/__init__.py
 ${PYSITELIB}/matplotlib/__init__.pyc
 ${PYSITELIB}/matplotlib/__init__.pyo
@@ -51,12 +59,6 @@
 ${PYSITELIB}/matplotlib/backends/backend_cocoaagg.py
 ${PYSITELIB}/matplotlib/backends/backend_cocoaagg.pyc
 ${PYSITELIB}/matplotlib/backends/backend_cocoaagg.pyo
-${PYSITELIB}/matplotlib/backends/backend_emf.py
-${PYSITELIB}/matplotlib/backends/backend_emf.pyc
-${PYSITELIB}/matplotlib/backends/backend_emf.pyo
-${PYSITELIB}/matplotlib/backends/backend_fltkagg.py
-${PYSITELIB}/matplotlib/backends/backend_fltkagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_fltkagg.pyo
 ${PYSITELIB}/matplotlib/backends/backend_gdk.py
 ${PYSITELIB}/matplotlib/backends/backend_gdk.pyc
 ${PYSITELIB}/matplotlib/backends/backend_gdk.pyo
@@ -93,18 +95,12 @@
 ${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_qt4.py
 ${PYSITELIB}/matplotlib/backends/backend_qt4.pyc
 ${PYSITELIB}/matplotlib/backends/backend_qt4.pyo
 ${PYSITELIB}/matplotlib/backends/backend_qt4agg.py
 ${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyc
 ${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyo
-${PYSITELIB}/matplotlib/backends/backend_qtagg.py
-${PYSITELIB}/matplotlib/backends/backend_qtagg.pyc
-${PYSITELIB}/matplotlib/backends/backend_qtagg.pyo
 ${PYSITELIB}/matplotlib/backends/backend_svg.py
 ${PYSITELIB}/matplotlib/backends/backend_svg.pyc
 ${PYSITELIB}/matplotlib/backends/backend_svg.pyo
@@ -114,6 +110,9 @@
 ${PYSITELIB}/matplotlib/backends/backend_tkagg.py
 ${PYSITELIB}/matplotlib/backends/backend_tkagg.pyc
 ${PYSITELIB}/matplotlib/backends/backend_tkagg.pyo
+${PYSITELIB}/matplotlib/backends/backend_webagg.py
+${PYSITELIB}/matplotlib/backends/backend_webagg.pyc
+${PYSITELIB}/matplotlib/backends/backend_webagg.pyo
 ${PYSITELIB}/matplotlib/backends/backend_wx.py
 ${PYSITELIB}/matplotlib/backends/backend_wx.pyc
 ${PYSITELIB}/matplotlib/backends/backend_wx.pyo
@@ -135,6 +134,30 @@
 ${PYSITELIB}/matplotlib/backends/tkagg.py
 ${PYSITELIB}/matplotlib/backends/tkagg.pyc
 ${PYSITELIB}/matplotlib/backends/tkagg.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/page.css
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_222222_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_454545_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_888888_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/jquery-ui.min.css
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/js/jquery-1.7.1.min.js
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/js/jquery.autogrow.js
+${PYSITELIB}/matplotlib/backends/web_backend/mpl.js
+${PYSITELIB}/matplotlib/backends/web_backend/mpl_interface.js
+${PYSITELIB}/matplotlib/backends/web_backend/single_figure.html
 ${PYSITELIB}/matplotlib/backends/windowing.py
 ${PYSITELIB}/matplotlib/backends/windowing.pyc
 ${PYSITELIB}/matplotlib/backends/windowing.pyo
@@ -159,6 +182,12 @@
 ${PYSITELIB}/matplotlib/colors.py
 ${PYSITELIB}/matplotlib/colors.pyc
 ${PYSITELIB}/matplotlib/colors.pyo
+${PYSITELIB}/matplotlib/compat/__init__.py
+${PYSITELIB}/matplotlib/compat/__init__.pyc
+${PYSITELIB}/matplotlib/compat/__init__.pyo
+${PYSITELIB}/matplotlib/compat/subprocess.py
+${PYSITELIB}/matplotlib/compat/subprocess.pyc
+${PYSITELIB}/matplotlib/compat/subprocess.pyo
 ${PYSITELIB}/matplotlib/container.py
 ${PYSITELIB}/matplotlib/container.pyc
 ${PYSITELIB}/matplotlib/container.pyo
@@ -379,7 +408,6 @@
 ${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.ppm
 ${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.svg
 ${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.xpm
-${PYSITELIB}/matplotlib/mpl-data/lineprops.glade
 ${PYSITELIB}/matplotlib/mpl-data/matplotlibrc
 ${PYSITELIB}/matplotlib/mpl-data/sample_data/AAPL.dat.gz
 ${PYSITELIB}/matplotlib/mpl-data/sample_data/INTC.dat.gz
@@ -406,9 +434,6 @@
 ${PYSITELIB}/matplotlib/mpl.py
 ${PYSITELIB}/matplotlib/mpl.pyc
 ${PYSITELIB}/matplotlib/mpl.pyo
-${PYSITELIB}/matplotlib/nxutils.py
-${PYSITELIB}/matplotlib/nxutils.pyc
-${PYSITELIB}/matplotlib/nxutils.pyo
 ${PYSITELIB}/matplotlib/offsetbox.py
 ${PYSITELIB}/matplotlib/offsetbox.pyc
 ${PYSITELIB}/matplotlib/offsetbox.pyo
@@ -433,12 +458,6 @@
 ${PYSITELIB}/matplotlib/pylab.py
 ${PYSITELIB}/matplotlib/pylab.pyc
 ${PYSITELIB}/matplotlib/pylab.pyo
-${PYSITELIB}/matplotlib/pyparsing_py2.py
-${PYSITELIB}/matplotlib/pyparsing_py2.pyc
-${PYSITELIB}/matplotlib/pyparsing_py2.pyo
-${PYSITELIB}/matplotlib/pyparsing_py3.py
-${PYSITELIB}/matplotlib/pyparsing_py3.pyc
-${PYSITELIB}/matplotlib/pyparsing_py3.pyo
 ${PYSITELIB}/matplotlib/pyplot.py
 ${PYSITELIB}/matplotlib/pyplot.pyc
 ${PYSITELIB}/matplotlib/pyplot.pyo
@@ -523,9 +542,6 @@
 ${PYSITELIB}/matplotlib/testing/noseclasses.py
 ${PYSITELIB}/matplotlib/testing/noseclasses.pyc
 ${PYSITELIB}/matplotlib/testing/noseclasses.pyo
-${PYSITELIB}/matplotlib/testing/util.py
-${PYSITELIB}/matplotlib/testing/util.pyc
-${PYSITELIB}/matplotlib/testing/util.pyo
 ${PYSITELIB}/matplotlib/tests/__init__.py
 ${PYSITELIB}/matplotlib/tests/__init__.pyc
 ${PYSITELIB}/matplotlib/tests/__init__.pyo
@@ -548,6 +564,9 @@
 ${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_axes/arc_ellipse.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arc_ellipse.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/arc_ellipse.svg
@@ -563,6 +582,7 @@
 ${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_no_inverted_whisker.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
@@ -575,6 +595,8 @@
 ${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/errorbar_basic.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_basic.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/errorbar_basic.svg
@@ -584,12 +606,13 @@
 ${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/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_units.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_units.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/fill_units.svg
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_large_small.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_large_small.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/formatter_large_small.svg
@@ -608,9 +631,7 @@
 ${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_extent.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png
-${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hexbin_extent.svg
 ${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
@@ -624,9 +645,13 @@
 ${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
@@ -639,6 +664,7 @@
 ${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_steplog.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_steplog.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/hist_steplog.svg
@@ -660,6 +686,12 @@
 ${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/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/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
@@ -696,6 +728,8 @@
 ${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/psd_freqs.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/psd_noise.png
 ${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
@@ -708,21 +742,33 @@
 ${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_freqs.png
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/specgram_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/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/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/test_alpha.pdf
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_alpha.png



Home | Main Index | Thread Index | Old Index