pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib Upgrade py-matplotlib to 1.5.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/80c11d8e68ec
branches: trunk
changeset: 350734:80c11d8e68ec
user: kamil <kamil%pkgsrc.org@localhost>
date: Thu Aug 04 00:04:18 2016 +0000
description:
Upgrade py-matplotlib to 1.5.2
pkgsrc changes:
- add test target (Ran 5205 tests in 362.603s OK (KNOWNFAIL=468, SKIP=15))
- drop merged patches
- rediff setup.py patch (it got renamed)
upstream changes:
REL: v1.5.2
Final planned release for the 1.5.x series.
REL: v1.5.1
First bug fix release for 1.5.x series.
REL: v1.5.0
This release of matplotlib has several major new features:
Auto-redraw using the object-oriented API.
Most plotting functions now support labeled data API.
Color cycling has extended to all style properties.
Four new perceptually uniform color maps, including the soon-to-be default 'viridis'.
More included style sheets.
Many small plotting improvements.
Proposed new framework for managing the GUI toolbar and tools.
REL: v1.4.3
This is the last planned bug-fix release in the 1.4 series.
Many bugs are fixed including:
fixing drawing of edge-only markers in AGG
fix run-away memory usage when using %inline or saving with a tight bounding box with QuadMesh artists
improvements to wx and tk gui backends
Additionally the webagg and nbagg backends were brought closer to
feature parity with the desktop backends with the addition of keyboard
and scroll events thanks to Steven Silvester.
REL: v1.4.2
Minor bug-fix release for 1.4 series
regenerated pyplot.py
REL: v1.4.1
Bug-fix release for the 1.4 series.
reverts the changes to interactive plotting so ion will work as before in all cases
fixed boxplot regressions
fixes for finding freetype and libpng
sundry unicode fixes (looking up user folders, importing seaborn/pandas/networkx with macosx backend)
nbagg works with python 3 + new font awesome
fixed saving dialogue in QT5
REL: v1.4.0
This release has contributions from ~170 authors
(http://matplotlib.org/users/github_stats.html).
This release contains many bug fixes as will as a number of new
features. For the full list see
http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-4.
Some highlights are:
style module : experimental package to make managing the style of matplotlib figures easier
nbagg : interactive figures in ipython notebooks backed by the AGG renderer
full python 3 support (including cairo backends)
Qt5 support (for python 3 only)
violin plots and 3D quiver plots (projects done for a course at University of Toronto, Scarborough)
improved box plot interface
diffstat:
graphics/py-matplotlib/Makefile | 19 +-
graphics/py-matplotlib/PLIST | 628 +++++++++-
graphics/py-matplotlib/distinfo | 14 +-
graphics/py-matplotlib/patches/patch-ab | 26 -
graphics/py-matplotlib/patches/patch-lib_matplotlib_tri___tri.cpp | 24 -
graphics/py-matplotlib/patches/patch-lib_matplotlib_tri___tri.h | 15 -
graphics/py-matplotlib/patches/patch-setup.py | 23 +
7 files changed, 627 insertions(+), 122 deletions(-)
diffs (truncated from 1358 to 300 lines):
diff -r b6e73a7bb204 -r 80c11d8e68ec graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile Wed Aug 03 23:42:51 2016 +0000
+++ b/graphics/py-matplotlib/Makefile Thu Aug 04 00:04:18 2016 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2016/05/29 12:35:00 mef Exp $
+# $NetBSD: Makefile,v 1.44 2016/08/04 00:04:18 kamil Exp $
-DISTNAME= matplotlib-1.3.1
+DISTNAME= matplotlib-1.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_GITHUB:=matplotlib/}
GITHUB_PROJECT= matplotlib
-# with Githubify, size changes little bit, so the following line, please 1delete for another update.
-DIST_SUBDIR= matplotlib-1.3.1
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://matplotlib.org/
@@ -39,6 +37,17 @@
${ECHO} "tkagg = False"; \
${ECHO} "wxagg = False" ) > ${WRKSRC}/setup.cfg
+# It needs:
+# devel/py-cycler
+# devel/py-nose
+# devel/py-mock
+do-test:
+ ${ECHO} "backend : GTKAgg" > ${WRKSRC}/matplotlibrc
+ ${RUN} cd ${WRKSRC} && MPLCONFIGDIR=$PWD \
+ MATPLOTLIBDATA=${WRKSRC}/lib/matplotlib/mpl-data \
+ PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} \
+ ${PYTHONBIN} -c "import matplotlib; matplotlib.test()"
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
diff -r b6e73a7bb204 -r 80c11d8e68ec graphics/py-matplotlib/PLIST
--- a/graphics/py-matplotlib/PLIST Wed Aug 03 23:42:51 2016 +0000
+++ b/graphics/py-matplotlib/PLIST Thu Aug 04 00:04:18 2016 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.18 2014/01/20 19:53:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2016/08/04 00:04:18 kamil Exp $
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,14 +7,17 @@
${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
${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/_cntr.so
+${PYSITELIB}/matplotlib/_contour.so
${PYSITELIB}/matplotlib/_delaunay.so
${PYSITELIB}/matplotlib/_image.so
${PYSITELIB}/matplotlib/_mathtext_data.py
@@ -24,7 +28,11 @@
${PYSITELIB}/matplotlib/_pylab_helpers.py
${PYSITELIB}/matplotlib/_pylab_helpers.pyc
${PYSITELIB}/matplotlib/_pylab_helpers.pyo
+${PYSITELIB}/matplotlib/_qhull.so
${PYSITELIB}/matplotlib/_tri.so
+${PYSITELIB}/matplotlib/_version.py
+${PYSITELIB}/matplotlib/_version.pyc
+${PYSITELIB}/matplotlib/_version.pyo
${PYSITELIB}/matplotlib/afm.py
${PYSITELIB}/matplotlib/afm.pyc
${PYSITELIB}/matplotlib/afm.pyo
@@ -34,15 +42,30 @@
${PYSITELIB}/matplotlib/artist.py
${PYSITELIB}/matplotlib/artist.pyc
${PYSITELIB}/matplotlib/artist.pyo
-${PYSITELIB}/matplotlib/axes.py
-${PYSITELIB}/matplotlib/axes.pyc
-${PYSITELIB}/matplotlib/axes.pyo
+${PYSITELIB}/matplotlib/axes/__init__.py
+${PYSITELIB}/matplotlib/axes/__init__.pyc
+${PYSITELIB}/matplotlib/axes/__init__.pyo
+${PYSITELIB}/matplotlib/axes/_axes.py
+${PYSITELIB}/matplotlib/axes/_axes.pyc
+${PYSITELIB}/matplotlib/axes/_axes.pyo
+${PYSITELIB}/matplotlib/axes/_base.py
+${PYSITELIB}/matplotlib/axes/_base.pyc
+${PYSITELIB}/matplotlib/axes/_base.pyo
+${PYSITELIB}/matplotlib/axes/_subplots.py
+${PYSITELIB}/matplotlib/axes/_subplots.pyc
+${PYSITELIB}/matplotlib/axes/_subplots.pyo
${PYSITELIB}/matplotlib/axis.py
${PYSITELIB}/matplotlib/axis.pyc
${PYSITELIB}/matplotlib/axis.pyo
${PYSITELIB}/matplotlib/backend_bases.py
${PYSITELIB}/matplotlib/backend_bases.pyc
${PYSITELIB}/matplotlib/backend_bases.pyo
+${PYSITELIB}/matplotlib/backend_managers.py
+${PYSITELIB}/matplotlib/backend_managers.pyc
+${PYSITELIB}/matplotlib/backend_managers.pyo
+${PYSITELIB}/matplotlib/backend_tools.py
+${PYSITELIB}/matplotlib/backend_tools.pyc
+${PYSITELIB}/matplotlib/backend_tools.pyo
${PYSITELIB}/matplotlib/backends/Matplotlib.nib/classes.nib
${PYSITELIB}/matplotlib/backends/Matplotlib.nib/info.nib
${PYSITELIB}/matplotlib/backends/Matplotlib.nib/keyedobjects.nib
@@ -86,6 +109,9 @@
${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
@@ -101,6 +127,12 @@
${PYSITELIB}/matplotlib/backends/backend_qt4agg.py
${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyc
${PYSITELIB}/matplotlib/backends/backend_qt4agg.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_svg.py
${PYSITELIB}/matplotlib/backends/backend_svg.pyc
${PYSITELIB}/matplotlib/backends/backend_svg.pyo
@@ -113,6 +145,9 @@
${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
@@ -122,15 +157,21 @@
${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
-${PYSITELIB}/matplotlib/backends/qt4_editor/figureoptions.py
-${PYSITELIB}/matplotlib/backends/qt4_editor/figureoptions.pyc
-${PYSITELIB}/matplotlib/backends/qt4_editor/figureoptions.pyo
-${PYSITELIB}/matplotlib/backends/qt4_editor/formlayout.py
-${PYSITELIB}/matplotlib/backends/qt4_editor/formlayout.pyc
-${PYSITELIB}/matplotlib/backends/qt4_editor/formlayout.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/figureoptions.py
+${PYSITELIB}/matplotlib/backends/qt_editor/figureoptions.pyc
+${PYSITELIB}/matplotlib/backends/qt_editor/figureoptions.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/formsubplottool.py
+${PYSITELIB}/matplotlib/backends/qt_editor/formsubplottool.pyc
+${PYSITELIB}/matplotlib/backends/qt_editor/formsubplottool.pyo
${PYSITELIB}/matplotlib/backends/tkagg.py
${PYSITELIB}/matplotlib/backends/tkagg.pyc
${PYSITELIB}/matplotlib/backends/tkagg.pyo
@@ -138,29 +179,35 @@
${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/ipython_inline_figure.html
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_diagonals-thick_20_666666_40x40.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_10_000000_40x100.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_100_f6f6f6_1x400.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_100_fdf5ce_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-bg_gloss-wave_35_f6a828_500x100.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_75_ffe45c_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/images/ui-icons_228ef1_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_ef8c08_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_ffd27a_256x240.png
+${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_ffffff_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-1.11.3.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/mpl_tornado.js
+${PYSITELIB}/matplotlib/backends/web_backend/nbagg_mpl.js
+${PYSITELIB}/matplotlib/backends/web_backend/nbagg_uat.ipynb
${PYSITELIB}/matplotlib/backends/web_backend/single_figure.html
${PYSITELIB}/matplotlib/backends/windowing.py
${PYSITELIB}/matplotlib/backends/windowing.pyc
${PYSITELIB}/matplotlib/backends/windowing.pyo
+${PYSITELIB}/matplotlib/backends/wx_compat.py
+${PYSITELIB}/matplotlib/backends/wx_compat.pyc
+${PYSITELIB}/matplotlib/backends/wx_compat.pyo
${PYSITELIB}/matplotlib/bezier.py
${PYSITELIB}/matplotlib/bezier.pyc
${PYSITELIB}/matplotlib/bezier.pyo
@@ -215,6 +262,12 @@
${PYSITELIB}/matplotlib/dviread.py
${PYSITELIB}/matplotlib/dviread.pyc
${PYSITELIB}/matplotlib/dviread.pyo
+${PYSITELIB}/matplotlib/externals/__init__.py
+${PYSITELIB}/matplotlib/externals/__init__.pyc
+${PYSITELIB}/matplotlib/externals/__init__.pyo
+${PYSITELIB}/matplotlib/externals/six.py
+${PYSITELIB}/matplotlib/externals/six.pyc
+${PYSITELIB}/matplotlib/externals/six.pyo
${PYSITELIB}/matplotlib/figure.py
${PYSITELIB}/matplotlib/figure.pyc
${PYSITELIB}/matplotlib/figure.pyo
@@ -354,33 +407,41 @@
${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.pdf
${PYSITELIB}/matplotlib/mpl-data/images/back.png
${PYSITELIB}/matplotlib/mpl-data/images/back.ppm
${PYSITELIB}/matplotlib/mpl-data/images/back.svg
${PYSITELIB}/matplotlib/mpl-data/images/back.xpm
+${PYSITELIB}/matplotlib/mpl-data/images/filesave.pdf
${PYSITELIB}/matplotlib/mpl-data/images/filesave.png
${PYSITELIB}/matplotlib/mpl-data/images/filesave.ppm
${PYSITELIB}/matplotlib/mpl-data/images/filesave.svg
${PYSITELIB}/matplotlib/mpl-data/images/filesave.xpm
+${PYSITELIB}/matplotlib/mpl-data/images/forward.pdf
${PYSITELIB}/matplotlib/mpl-data/images/forward.png
${PYSITELIB}/matplotlib/mpl-data/images/forward.ppm
${PYSITELIB}/matplotlib/mpl-data/images/forward.svg
${PYSITELIB}/matplotlib/mpl-data/images/forward.xpm
+${PYSITELIB}/matplotlib/mpl-data/images/hand.pdf
${PYSITELIB}/matplotlib/mpl-data/images/hand.png
${PYSITELIB}/matplotlib/mpl-data/images/hand.ppm
${PYSITELIB}/matplotlib/mpl-data/images/hand.svg
${PYSITELIB}/matplotlib/mpl-data/images/hand.xpm
+${PYSITELIB}/matplotlib/mpl-data/images/home.pdf
${PYSITELIB}/matplotlib/mpl-data/images/home.png
${PYSITELIB}/matplotlib/mpl-data/images/home.ppm
${PYSITELIB}/matplotlib/mpl-data/images/home.svg
${PYSITELIB}/matplotlib/mpl-data/images/home.xpm
${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.gif
+${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/move.pdf
${PYSITELIB}/matplotlib/mpl-data/images/move.png
${PYSITELIB}/matplotlib/mpl-data/images/move.ppm
${PYSITELIB}/matplotlib/mpl-data/images/move.svg
${PYSITELIB}/matplotlib/mpl-data/images/move.xpm
+${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/stock_close.ppm
@@ -401,9 +462,12 @@
${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-in.xpm
${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-out.ppm
${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-out.xpm
+${PYSITELIB}/matplotlib/mpl-data/images/subplots.pdf
${PYSITELIB}/matplotlib/mpl-data/images/subplots.png
${PYSITELIB}/matplotlib/mpl-data/images/subplots.ppm
+${PYSITELIB}/matplotlib/mpl-data/images/subplots.svg
${PYSITELIB}/matplotlib/mpl-data/images/subplots.xpm
+${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.ppm
${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.svg
@@ -412,6 +476,7 @@
${PYSITELIB}/matplotlib/mpl-data/sample_data/AAPL.dat.gz
${PYSITELIB}/matplotlib/mpl-data/sample_data/INTC.dat.gz
${PYSITELIB}/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png
+${PYSITELIB}/matplotlib/mpl-data/sample_data/None_vs_nearest-pdf.png
Home |
Main Index |
Thread Index |
Old Index