diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index a5751a7637a..2c3486462f5 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,20 +1,16 @@ -# $OpenBSD: Makefile,v 1.26 2008/07/30 17:51:21 martynas Exp $ +# $OpenBSD: Makefile,v 1.27 2009/01/19 07:10:28 djm Exp $ +VMEM_WARNING= Yes SHARED_ONLY= Yes COMMENT= Python charting and plotting API -DISTNAME= matplotlib-0.90.1 -PKGNAME= py-${DISTNAME}p2 -CATEGORIES= graphics devel +DISTNAME= matplotlib-0.98.5.2 +PKGNAME= py-${DISTNAME} +CATEGORIES= graphics devel math HOMEPAGE= http://matplotlib.sourceforge.net/ -MAINTAINER= Damien Miller - -MODULES= lang/python \ - devel/gettext - # BSD-like PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -24,29 +20,30 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xau Xcomposite Xcursor Xdmcp Xext Xfixes Xi Xinerama \ Xrandr Xrender Xdamage expat fontconfig freetype m z stdc++ \ atk-1.0 gdk-x11-2.0 cairo glitz \ - gdk_pixbuf-2.0 glib-2.0 gmodule-2.0 \ + gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \ gobject-2.0 gtk-x11-2.0 \ - pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 + pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \ + tcl84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} +MODULES= lang/python \ + devel/gettext + RUN_DEPENDS= ::math/py-numpy \ ::x11/py-gtk2 \ ::devel/py-tz \ ::devel/py-dateutil BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= png.>=3::graphics/png - -USE_X11= Yes +LIB_DEPENDS= png.>=3::graphics/png \ + tk84.>=1::x11/tk/8.4 MAKE_ENV+= EXTRA_INCLUDES="${WRKSRC} ${LOCALBASE}/include/libpng" \ LDSHARED="${CC} -shared -fPIC" -# The matplotlib distributors seem to have an uncanny knack for breaking -# update-patches by shipping .orig and .rej files, over several releases... -post-extract: - @find ${WRKSRC} -type f -name \*.orig -o -name \*.rej -print0 | \ - xargs -r0 rm -f +USE_X11= Yes + +NO_REGRESS= Yes post-install: # Make examples use MODPY_VER @@ -56,26 +53,7 @@ post-install: done) # examples ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib - ${INSTALL_DATA} ${WRKSRC}/examples/README \ - ${PREFIX}/share/examples/py-matplotlib - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.py \ - ${PREFIX}/share/examples/py-matplotlib - # examples/data - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib/data - ${INSTALL_DATA} ${WRKSRC}/examples/data/* \ - ${PREFIX}/share/examples/py-matplotlib/data - # examples/data - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib/units - ${INSTALL_SCRIPT} ${WRKSRC}/examples/units/*.py \ - ${PREFIX}/share/examples/py-matplotlib/units - # examples/widgets - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib/widgets - ${INSTALL_DATA} ${WRKSRC}/examples/widgets/README \ - ${PREFIX}/share/examples/py-matplotlib/widgets - ${INSTALL_SCRIPT} ${WRKSRC}/examples/widgets/*.py \ - ${PREFIX}/share/examples/py-matplotlib/widgets - -VMEM_WARNING= Yes -NO_REGRESS= Yes + (set -e ; cd ${WRKSRC}/examples ; tar cf - . | \ + (set -e ; cd ${PREFIX}/share/examples/py-matplotlib ; tar xf - )) .include diff --git a/graphics/py-matplotlib/distinfo b/graphics/py-matplotlib/distinfo index 9e350b0c2d7..abf23814d63 100644 --- a/graphics/py-matplotlib/distinfo +++ b/graphics/py-matplotlib/distinfo @@ -1,5 +1,5 @@ -MD5 (matplotlib-0.90.1.tar.gz) = 4TRL1yZg58nAt1QKcsxFuA== -RMD160 (matplotlib-0.90.1.tar.gz) = XMKo152JBB24BFInOMWYnbMNHlY= -SHA1 (matplotlib-0.90.1.tar.gz) = LD4BCky2Pvr7KG67L9nSCjmPrAk= -SHA256 (matplotlib-0.90.1.tar.gz) = CjVKvmrizdDkNmdEbNtAEyKGcc5kjW21TM4Yrr/115s= -SIZE (matplotlib-0.90.1.tar.gz) = 3001159 +MD5 (matplotlib-0.98.5.2.tar.gz) = PoIQ7Iu3GhiWLsi0NohQnA== +RMD160 (matplotlib-0.98.5.2.tar.gz) = EsZPzldYJZ8Q4xqhyOO0cVK9oJ8= +SHA1 (matplotlib-0.98.5.2.tar.gz) = +84ENVXeT1o04qR+IAUncgqQs3A= +SHA256 (matplotlib-0.98.5.2.tar.gz) = kjTxAxT/oXdLM4OfWbwl3+uP2JlITAaYBFTKxM2vkoo= +SIZE (matplotlib-0.98.5.2.tar.gz) = 11535286 diff --git a/graphics/py-matplotlib/patches/patch-setup_py b/graphics/py-matplotlib/patches/patch-setup_py deleted file mode 100644 index 8b4ed0a5082..00000000000 --- a/graphics/py-matplotlib/patches/patch-setup_py +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-setup_py,v 1.7 2007/10/12 11:07:43 djm Exp $ ---- setup.py.orig Fri Oct 12 17:25:08 2007 -+++ setup.py Fri Oct 12 17:25:24 2007 -@@ -224,7 +224,7 @@ def havegtk(): - havegtk.gotit = True - return havegtk.gotit - --havegtk.gotit = None -+havegtk.gotit = True - - if BUILD_GTK and havegtk(): - build_gdk(ext_modules, packages, NUMERIX) diff --git a/graphics/py-matplotlib/patches/patch-setupext_py b/graphics/py-matplotlib/patches/patch-setupext_py index 141f326a7ef..462c2d2925a 100644 --- a/graphics/py-matplotlib/patches/patch-setupext_py +++ b/graphics/py-matplotlib/patches/patch-setupext_py @@ -1,17 +1,17 @@ -$OpenBSD: patch-setupext_py,v 1.8 2007/10/12 11:07:43 djm Exp $ ---- setupext.py.orig Mon Feb 26 19:30:45 2007 -+++ setupext.py Wed Sep 5 21:57:56 2007 -@@ -44,6 +44,8 @@ WIN32 - VISUAL STUDIO 7.1 (2003) - import os +$OpenBSD: patch-setupext_py,v 1.9 2009/01/19 07:10:28 djm Exp $ +--- setupext.py.orig Fri Dec 19 15:34:22 2008 ++++ setupext.py Mon Jan 19 16:48:43 2009 +@@ -46,6 +46,8 @@ import re + import subprocess basedir = { + 'openbsd3' : [os.getenv('X11BASE') or '/usr/X11R6', os.getenv('LOCALBASE') or '/usr/local', '/usr',], + 'openbsd4' : [os.getenv('X11BASE') or '/usr/X11R6', os.getenv('LOCALBASE') or '/usr/local', '/usr',], 'win32' : ['win32_static',], - 'linux2' : ['/usr/local', '/usr',], + 'linux2' : ['/usr/local', '/usr'], 'linux' : ['/usr/local', '/usr',], -@@ -127,6 +129,8 @@ def add_base_flags(module): - +@@ -317,6 +319,8 @@ def check_for_libpng(): + def add_base_flags(module): incdirs = filter(os.path.exists, [os.path.join(p, 'include') for p in basedir[sys.platform] ]) + if os.getenv('EXTRA_INCLUDES') is not None: @@ -19,14 +19,53 @@ $OpenBSD: patch-setupext_py,v 1.8 2007/10/12 11:07:43 djm Exp $ libdirs = filter(os.path.exists, [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+ [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] ) -@@ -227,7 +231,9 @@ def add_pygtk_flags(module): - pygtkIncludes = getoutput('pkg-config --cflags-only-I pygtk-2.0').split() - gtkIncludes = getoutput('pkg-config --cflags-only-I gtk+-2.0').split() - includes = pygtkIncludes + gtkIncludes -- module.include_dirs.extend([include[2:] for include in includes]) -+ list = [] -+ list.extend([include[2:] for include in includes]) -+ module.include_dirs = list + module.include_dirs +@@ -560,14 +564,16 @@ def check_for_gtk(): + gotit = False + explanation = None + try: +- import gtk ++ # the following import requires X11 at build time ++ #import gtk ++ gotit = True + except ImportError: + explanation = 'Building for Gtk+ requires pygtk; you must be able to "import gtk" in your build/install environment' + except RuntimeError: + explanation = 'pygtk present but import failed' + else: + version = (2,2,0) +- if gtk.pygtk_version < version: ++ if False: + explanation = "Error: GTK backend requires PyGTK %d.%d.%d (or later), " \ + "%d.%d.%d was detected." % ( + version + gtk.pygtk_version) +@@ -593,8 +599,8 @@ def check_for_gtk(): + else: + pygobject_version = '[pre-pygobject]' + print_status("Gtk+", "gtk+: %s, glib: %s, pygtk: %s, pygobject: %s" % +- (ver2str(gtk.gtk_version), ver2str(gobject.glib_version), +- ver2str(gtk.pygtk_version), pygobject_version)) ++ ("unknown", ver2str(gobject.glib_version), ++ "unknown", pygobject_version)) + else: + print_status("Gtk+", "no") + +@@ -635,7 +641,8 @@ def add_pygtk_flags(module): + pygtkIncludes = getoutput('pkg-config --cflags-only-I pygtk-2.0').split() + gtkIncludes = getoutput('pkg-config --cflags-only-I gtk+-2.0').split() + includes = pygtkIncludes + gtkIncludes +- module.include_dirs.extend([include[2:] for include in includes]) ++ module.include_dirs = [include[2:] for include in includes] + \ ++ module.include_dirs + + pygtkLinker = getoutput('pkg-config --libs pygtk-2.0').split() + gtkLinker = getoutput('pkg-config --libs gtk+-2.0').split() +@@ -1051,7 +1058,8 @@ so that setup can determine where your libraries are l + tcl_lib, tcl_inc, tk_lib, tk_inc = result + module.include_dirs.extend([tcl_inc, tk_inc]) + module.library_dirs.extend([tcl_lib, tk_lib]) +- module.libraries.extend(['tk' + tk_ver, 'tcl' + tk_ver]) ++ module.libraries.extend(['tk' + tk_ver.replace('.', ''), ++ 'tcl' + tk_ver.replace('.', '')]) + + return message - pygtkLinker = getoutput('pkg-config --libs pygtk-2.0').split() - gtkLinker = getoutput('pkg-config --libs gtk+-2.0').split() diff --git a/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp b/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp index f6662c39712..97091c7a227 100644 --- a/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp +++ b/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp @@ -1,12 +1,10 @@ -$OpenBSD: patch-src__gtkagg_cpp,v 1.2 2005/09/19 01:42:12 djm Exp $ ---- src/_gtkagg.cpp.orig Fri Jun 17 04:02:52 2005 -+++ src/_gtkagg.cpp Mon Sep 19 10:46:46 2005 -@@ -8,7 +8,7 @@ - - +$OpenBSD: patch-src__gtkagg_cpp,v 1.3 2009/01/19 07:10:28 djm Exp $ +--- src/_gtkagg.cpp.orig Wed Dec 17 04:55:17 2008 ++++ src/_gtkagg.cpp Mon Jan 19 16:44:05 2009 +@@ -1,5 +1,5 @@ #include -#include +#include - #include "agg_basics.h" - #include "_backend_agg.h" + #include + #include diff --git a/graphics/py-matplotlib/pkg/PLIST b/graphics/py-matplotlib/pkg/PLIST index 85bf8854b1e..2dbe9e18f15 100644 --- a/graphics/py-matplotlib/pkg/PLIST +++ b/graphics/py-matplotlib/pkg/PLIST @@ -1,36 +1,21 @@ -@comment $OpenBSD: PLIST,v 1.9 2008/07/30 17:51:21 martynas Exp $ +@comment $OpenBSD: PLIST,v 1.10 2009/01/19 07:10:28 djm Exp $ lib/python${MODPY_VERSION}/site-packages/matplotlib/ -lib/python${MODPY_VERSION}/site-packages/matplotlib-0.90.1-py${MODPY_VERSION}.egg-info +lib/python${MODPY_VERSION}/site-packages/matplotlib-0.98.5.2-py${MODPY_VERSION}.egg-info lib/python${MODPY_VERSION}/site-packages/matplotlib/__init__.py lib/python${MODPY_VERSION}/site-packages/matplotlib/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/_agg.so lib/python${MODPY_VERSION}/site-packages/matplotlib/_cm.py lib/python${MODPY_VERSION}/site-packages/matplotlib/_cm.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/_contour.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/_contour.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/_image.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/_image.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/_isnan.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/_cntr.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/_delaunay.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/_image.so lib/python${MODPY_VERSION}/site-packages/matplotlib/_mathtext_data.py lib/python${MODPY_VERSION}/site-packages/matplotlib/_mathtext_data.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/_nc_cntr.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_nc_image.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_nc_nxutils.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_nc_transforms.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_ns_cntr.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_ns_image.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_ns_nxutils.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/_ns_transforms.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/_path.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/_png.so lib/python${MODPY_VERSION}/site-packages/matplotlib/_pylab_helpers.py lib/python${MODPY_VERSION}/site-packages/matplotlib/_pylab_helpers.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/_transforms.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/_transforms.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/afm.py lib/python${MODPY_VERSION}/site-packages/matplotlib/afm.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/agg.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/agg.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/art3d.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/art3d.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/artist.py lib/python${MODPY_VERSION}/site-packages/matplotlib/artist.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/axes.py @@ -39,8 +24,6 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/axes3d.py lib/python${MODPY_VERSION}/site-packages/matplotlib/axes3d.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/axis.py lib/python${MODPY_VERSION}/site-packages/matplotlib/axis.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/axis3d.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/axis3d.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backend_bases.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backend_bases.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/ @@ -50,15 +33,12 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/Matplotlib.nib/info lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/Matplotlib.nib/keyedobjects.nib lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/__init__.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_backend_agg.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_backend_gdk.so lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_gtkagg.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_nc_backend_agg.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_nc_backend_gdk.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_ns_backend_agg.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_ns_backend_gdk.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/_tkagg.so lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_agg.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_agg.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_agg2.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_agg2.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_cairo.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_cairo.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_cocoaagg.py @@ -67,8 +47,6 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_emf.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_emf.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_fltkagg.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_fltkagg.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gd.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gd.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gdk.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gdk.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gtk.py @@ -77,8 +55,10 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gtkagg.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gtkagg.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gtkcairo.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_gtkcairo.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_paint.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_paint.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_macosx.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_macosx.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_mixed.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_mixed.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_pdf.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_pdf.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_ps.py @@ -103,6 +83,10 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_wxagg.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/backend_wxagg.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/tkagg.py lib/python${MODPY_VERSION}/site-packages/matplotlib/backends/tkagg.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/bezier.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/bezier.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/blocking_input.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/blocking_input.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/cbook.py lib/python${MODPY_VERSION}/site-packages/matplotlib/cbook.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/cm.py @@ -117,115 +101,25 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/contour.py lib/python${MODPY_VERSION}/site-packages/matplotlib/contour.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/dates.py lib/python${MODPY_VERSION}/site-packages/matplotlib/dates.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/ +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/__init__.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/interpolate.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/interpolate.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/testfuncs.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/testfuncs.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/triangulate.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/delaunay/triangulate.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/dviread.py lib/python${MODPY_VERSION}/site-packages/matplotlib/dviread.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_factory.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_factory.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_manager.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_manager.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_path.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_path.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_reference.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/resource/resource_reference.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/category.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/category.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ctraits.so -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/has_traits.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/has_traits.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/info_traits.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/info_traits.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/standard.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/standard.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_base.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_base.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_db.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_db.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_errors.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_errors.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_handlers.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_handlers.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_notifiers.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_notifiers.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_numeric.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/trait_numeric.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/traits.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/traits.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/editor.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/editor.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/editor_factory.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/editor_factory.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/editors.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/editors.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/group.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/group.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/handler.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/handler.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/help.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/help.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/help_template.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/help_template.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/helper.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/helper.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/include.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/include.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/item.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/item.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/menu.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/menu.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/color_trait.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/color_trait.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/font_trait.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/font_trait.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/rgb_color_trait.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/rgb_color_trait.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/rgba_color_trait.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/rgba_color_trait.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/toolkit.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/null/toolkit.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/toolkit.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/toolkit.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/tree_node.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/tree_node.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ui.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ui.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ui_info.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ui_info.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ui_traits.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/ui_traits.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/undo.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/undo.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/view.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/view.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/view_element.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/view_element.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/view_elements.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/traits/ui/view_elements.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/util/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/util/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/util/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/util/resource.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/enthought/util/resource.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/figure.py lib/python${MODPY_VERSION}/site-packages/matplotlib/figure.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/finance.py lib/python${MODPY_VERSION}/site-packages/matplotlib/finance.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/font_manager.py lib/python${MODPY_VERSION}/site-packages/matplotlib/font_manager.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/fontconfig_pattern.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/fontconfig_pattern.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/ft2font.so lib/python${MODPY_VERSION}/site-packages/matplotlib/image.py lib/python${MODPY_VERSION}/site-packages/matplotlib/image.pyc @@ -235,11 +129,13 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/lines.py lib/python${MODPY_VERSION}/site-packages/matplotlib/lines.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/mathtext.py lib/python${MODPY_VERSION}/site-packages/matplotlib/mathtext.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/mathtext2.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/mathtext2.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/mlab.py lib/python${MODPY_VERSION}/site-packages/matplotlib/mlab.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/ +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/example/ +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/example/aapl.npy +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/example/goog.npy +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/example/msft_nasdaq.npy lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/afm/ lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/afm/cmex10.afm @@ -305,6 +201,23 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/ lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/ +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/Vera.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf @@ -315,9 +228,11 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/VeraMoIt. lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/images/ @@ -372,7 +287,11 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/images/zoom_to_rect lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/images/zoom_to_rect.ppm lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/images/zoom_to_rect.svg lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/images/zoom_to_rect.xpm +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/lineprops.glade +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/matplotlib.conf lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl-data/matplotlibrc +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/mpl.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/ lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/__init__.py lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/__init__.pyc @@ -394,21 +313,38 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/ma/__init__.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/mlab/ lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/mlab/__init__.py lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/mlab/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/npyma/ +lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/npyma/__init__.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/npyma/__init__.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/random_array/ lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/random_array/__init__.py lib/python${MODPY_VERSION}/site-packages/matplotlib/numerix/random_array/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/nxutils.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/nxutils.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/nxutils.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/offsetbox.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/offsetbox.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/patches.py lib/python${MODPY_VERSION}/site-packages/matplotlib/patches.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/proj3d.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/proj3d.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/path.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/path.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/ +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/__init__.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/geo.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/geo.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/polar.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/projections/polar.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/pylab.py lib/python${MODPY_VERSION}/site-packages/matplotlib/pylab.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/pyparsing.py lib/python${MODPY_VERSION}/site-packages/matplotlib/pyparsing.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/pyplot.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/pyplot.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/quiver.py lib/python${MODPY_VERSION}/site-packages/matplotlib/quiver.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/rcsetup.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/rcsetup.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/scale.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/scale.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/table.py lib/python${MODPY_VERSION}/site-packages/matplotlib/table.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/texmanager.py @@ -417,251 +353,374 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/text.py lib/python${MODPY_VERSION}/site-packages/matplotlib/text.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/ticker.py lib/python${MODPY_VERSION}/site-packages/matplotlib/ticker.pyc -lib/python${MODPY_VERSION}/site-packages/matplotlib/toolkits/ -lib/python${MODPY_VERSION}/site-packages/matplotlib/toolkits/__init__.py -lib/python${MODPY_VERSION}/site-packages/matplotlib/toolkits/__init__.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/transforms.py lib/python${MODPY_VERSION}/site-packages/matplotlib/transforms.pyc +lib/python${MODPY_VERSION}/site-packages/matplotlib/ttconv.so +lib/python${MODPY_VERSION}/site-packages/matplotlib/type1font.py +lib/python${MODPY_VERSION}/site-packages/matplotlib/type1font.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/units.py lib/python${MODPY_VERSION}/site-packages/matplotlib/units.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/widgets.py lib/python${MODPY_VERSION}/site-packages/matplotlib/widgets.pyc lib/python${MODPY_VERSION}/site-packages/matplotlib/windowing.py lib/python${MODPY_VERSION}/site-packages/matplotlib/windowing.pyc +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/ +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/__init__.py +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/exceltools.py +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/exceltools.pyc +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/gtktools.py +lib/python${MODPY_VERSION}/site-packages/mpl_toolkits/gtktools.pyc lib/python${MODPY_VERSION}/site-packages/pylab.py lib/python${MODPY_VERSION}/site-packages/pylab.pyc share/examples/py-matplotlib/ -share/examples/py-matplotlib/README -share/examples/py-matplotlib/__init__.py -share/examples/py-matplotlib/accented_text.py -share/examples/py-matplotlib/agg_oo.py -share/examples/py-matplotlib/agg_resize.py -share/examples/py-matplotlib/agg_test.py -share/examples/py-matplotlib/alignment_test.py -share/examples/py-matplotlib/anim.py -share/examples/py-matplotlib/anim_tk.py -share/examples/py-matplotlib/animation_blit.py -share/examples/py-matplotlib/animation_blit_fltk.py -share/examples/py-matplotlib/animation_blit_qt.py -share/examples/py-matplotlib/animation_blit_qt4.py -share/examples/py-matplotlib/animation_blit_tk.py -share/examples/py-matplotlib/animation_blit_wx.py -share/examples/py-matplotlib/annotation_demo.py -share/examples/py-matplotlib/anscombe.py -share/examples/py-matplotlib/arctest.py -share/examples/py-matplotlib/arrow_demo.py -share/examples/py-matplotlib/axes_demo.py -share/examples/py-matplotlib/axes_props.py -share/examples/py-matplotlib/axhspan_demo.py -share/examples/py-matplotlib/axis_equal_demo.py -share/examples/py-matplotlib/backend_driver.py -share/examples/py-matplotlib/bar_stacked.py -share/examples/py-matplotlib/barchart_demo.py -share/examples/py-matplotlib/barcode_demo.py -share/examples/py-matplotlib/barh_demo.py -share/examples/py-matplotlib/boxplot_demo.py -share/examples/py-matplotlib/break.py -share/examples/py-matplotlib/broken_barh.py -share/examples/py-matplotlib/clippath_test.py -share/examples/py-matplotlib/clippedline.py -share/examples/py-matplotlib/collections_demo.py -share/examples/py-matplotlib/color_by_yvalue.py -share/examples/py-matplotlib/color_demo.py -share/examples/py-matplotlib/colours.py -share/examples/py-matplotlib/contour_demo.py -share/examples/py-matplotlib/contour_image.py -share/examples/py-matplotlib/contourf_demo.py -share/examples/py-matplotlib/coords_demo.py -share/examples/py-matplotlib/coords_report.py -share/examples/py-matplotlib/csd_demo.py -share/examples/py-matplotlib/cursor_demo.py -share/examples/py-matplotlib/custom_figure_class.py -share/examples/py-matplotlib/custom_ticker1.py -share/examples/py-matplotlib/customize_rc.py -share/examples/py-matplotlib/dannys_example.py -share/examples/py-matplotlib/dash_control.py -share/examples/py-matplotlib/dashpointlabel.py -share/examples/py-matplotlib/dashtick.py +share/examples/py-matplotlib/README.txt +share/examples/py-matplotlib/animation/ +share/examples/py-matplotlib/animation/README.txt +share/examples/py-matplotlib/animation/animation_blit_fltk.py +share/examples/py-matplotlib/animation/animation_blit_gtk.py +share/examples/py-matplotlib/animation/animation_blit_qt.py +share/examples/py-matplotlib/animation/animation_blit_qt4.py +share/examples/py-matplotlib/animation/animation_blit_tk.py +share/examples/py-matplotlib/animation/animation_blit_wx.py +share/examples/py-matplotlib/animation/dynamic_collection.py +share/examples/py-matplotlib/animation/dynamic_image_gtkagg.py +share/examples/py-matplotlib/animation/dynamic_image_wxagg2.py +share/examples/py-matplotlib/animation/gtk_timeout.py +share/examples/py-matplotlib/animation/movie_demo.py +share/examples/py-matplotlib/animation/simple_anim_gtk.py +share/examples/py-matplotlib/animation/simple_anim_tkagg.py +share/examples/py-matplotlib/animation/simple_idle_wx.py +share/examples/py-matplotlib/animation/simple_timer_wx.py +share/examples/py-matplotlib/animation/strip_chart_demo.py +share/examples/py-matplotlib/api/ +share/examples/py-matplotlib/api/README.txt +share/examples/py-matplotlib/api/agg_oo.py +share/examples/py-matplotlib/api/barchart_demo.py +share/examples/py-matplotlib/api/bbox_intersect.py +share/examples/py-matplotlib/api/collections_demo.py +share/examples/py-matplotlib/api/color_cycle.py +share/examples/py-matplotlib/api/colorbar_only.py +share/examples/py-matplotlib/api/custom_projection_example.py +share/examples/py-matplotlib/api/custom_scale_example.py +share/examples/py-matplotlib/api/date_demo.py +share/examples/py-matplotlib/api/date_index_formatter.py +share/examples/py-matplotlib/api/donut_demo.py +share/examples/py-matplotlib/api/font_family_rc.py +share/examples/py-matplotlib/api/font_file.py +share/examples/py-matplotlib/api/histogram_demo.py +share/examples/py-matplotlib/api/image_zcoord.py +share/examples/py-matplotlib/api/legend_demo.py +share/examples/py-matplotlib/api/line_with_text.py +share/examples/py-matplotlib/api/logo2.py +share/examples/py-matplotlib/api/mathtext_asarray.py +share/examples/py-matplotlib/api/patch_collection.py +share/examples/py-matplotlib/api/path_patch_demo.py +share/examples/py-matplotlib/api/quad_bezier.py +share/examples/py-matplotlib/api/scatter_piecharts.py +share/examples/py-matplotlib/api/span_regions.py +share/examples/py-matplotlib/api/two_scales.py +share/examples/py-matplotlib/api/unicode_minus.py +share/examples/py-matplotlib/api/watermark_image.py +share/examples/py-matplotlib/api/watermark_text.py share/examples/py-matplotlib/data/ share/examples/py-matplotlib/data/AAPL.dat share/examples/py-matplotlib/data/INTC.dat +share/examples/py-matplotlib/data/aapl.csv share/examples/py-matplotlib/data/ct.raw +share/examples/py-matplotlib/data/demodata.csv share/examples/py-matplotlib/data/eeg.dat share/examples/py-matplotlib/data/embedding_in_wx3.xrc +share/examples/py-matplotlib/data/goog.csv share/examples/py-matplotlib/data/intc.csv share/examples/py-matplotlib/data/lena.jpg +share/examples/py-matplotlib/data/lena.png +share/examples/py-matplotlib/data/logo2.png share/examples/py-matplotlib/data/membrane.dat share/examples/py-matplotlib/data/msft.csv +share/examples/py-matplotlib/data/msft_nasdaq_d.csv share/examples/py-matplotlib/data/s1045.ima -share/examples/py-matplotlib/data_helper.py -share/examples/py-matplotlib/date_demo1.py -share/examples/py-matplotlib/date_demo2.py -share/examples/py-matplotlib/date_demo_convert.py -share/examples/py-matplotlib/date_demo_rrule.py -share/examples/py-matplotlib/dynamic_collection.py -share/examples/py-matplotlib/dynamic_demo.py -share/examples/py-matplotlib/dynamic_demo_wx.py -share/examples/py-matplotlib/dynamic_image_gtkagg.py -share/examples/py-matplotlib/dynamic_image_wxagg.py -share/examples/py-matplotlib/dynamic_image_wxagg2.py -share/examples/py-matplotlib/ellipse_demo.py -share/examples/py-matplotlib/ellipse_rotated.py -share/examples/py-matplotlib/embedding_in_gtk.py -share/examples/py-matplotlib/embedding_in_gtk2.py -share/examples/py-matplotlib/embedding_in_gtk3.py -share/examples/py-matplotlib/embedding_in_qt.py -share/examples/py-matplotlib/embedding_in_qt4.py -share/examples/py-matplotlib/embedding_in_tk.py -share/examples/py-matplotlib/embedding_in_tk2.py -share/examples/py-matplotlib/embedding_in_wx.py -share/examples/py-matplotlib/embedding_in_wx2.py -share/examples/py-matplotlib/embedding_in_wx3.py -share/examples/py-matplotlib/embedding_in_wx4.py -share/examples/py-matplotlib/errorbar_demo.py -share/examples/py-matplotlib/figimage_demo.py -share/examples/py-matplotlib/figlegend_demo.py -share/examples/py-matplotlib/figtext.py -share/examples/py-matplotlib/fill_between.py -share/examples/py-matplotlib/fill_between_posneg.py -share/examples/py-matplotlib/fill_demo.py -share/examples/py-matplotlib/fill_demo2.py -share/examples/py-matplotlib/fill_spiral.py -share/examples/py-matplotlib/finance_demo.py -share/examples/py-matplotlib/font_indexing.py -share/examples/py-matplotlib/font_table_ttf.py -share/examples/py-matplotlib/fonts_demo.py -share/examples/py-matplotlib/fonts_demo_kw.py -share/examples/py-matplotlib/ftface_props.py -share/examples/py-matplotlib/ganged_plots.py -share/examples/py-matplotlib/gdtest.py -share/examples/py-matplotlib/glyph_to_path.py -share/examples/py-matplotlib/gtk_spreadsheet.py -share/examples/py-matplotlib/hatch_demo.py -share/examples/py-matplotlib/histogram_demo.py -share/examples/py-matplotlib/histogram_demo_canvasagg.py -share/examples/py-matplotlib/image_demo.py -share/examples/py-matplotlib/image_demo2.py -share/examples/py-matplotlib/image_demo3.py -share/examples/py-matplotlib/image_demo_na.py -share/examples/py-matplotlib/image_interp.py -share/examples/py-matplotlib/image_masked.py -share/examples/py-matplotlib/image_origin.py -share/examples/py-matplotlib/integral_demo.py -share/examples/py-matplotlib/interactive.py -share/examples/py-matplotlib/interactive2.py -share/examples/py-matplotlib/interp_demo.py -share/examples/py-matplotlib/invert_axes.py -share/examples/py-matplotlib/keypress_demo.py -share/examples/py-matplotlib/lasso_demo.py -share/examples/py-matplotlib/layer_images.py -share/examples/py-matplotlib/legend_auto.py -share/examples/py-matplotlib/legend_demo.py -share/examples/py-matplotlib/legend_demo2.py -share/examples/py-matplotlib/legend_scatter.py -share/examples/py-matplotlib/line_collection.py -share/examples/py-matplotlib/line_collection2.py -share/examples/py-matplotlib/line_styles.py -share/examples/py-matplotlib/load_converter.py -share/examples/py-matplotlib/log_bar.py -share/examples/py-matplotlib/log_demo.py -share/examples/py-matplotlib/log_test.py -share/examples/py-matplotlib/logo.py -share/examples/py-matplotlib/major_minor_demo1.py -share/examples/py-matplotlib/major_minor_demo2.py -share/examples/py-matplotlib/masked_demo.py -share/examples/py-matplotlib/mathtext2_demo.py -share/examples/py-matplotlib/mathtext_demo.py -share/examples/py-matplotlib/matplotlib_icon.py -share/examples/py-matplotlib/matshow.py -share/examples/py-matplotlib/movie_demo.py -share/examples/py-matplotlib/mpl_with_glade.py -share/examples/py-matplotlib/mri_demo.py -share/examples/py-matplotlib/mri_with_eeg.py -share/examples/py-matplotlib/multi_image.py -share/examples/py-matplotlib/multiline.py -share/examples/py-matplotlib/multiple_figs_demo.py -share/examples/py-matplotlib/newscalarformatter_demo.py -share/examples/py-matplotlib/object_picker.py -share/examples/py-matplotlib/pcolor_demo.py -share/examples/py-matplotlib/pcolor_demo2.py -share/examples/py-matplotlib/pcolor_log.py -share/examples/py-matplotlib/pcolor_nonuniform.py -share/examples/py-matplotlib/pcolor_small.py -share/examples/py-matplotlib/pick_event_demo.py -share/examples/py-matplotlib/picker_demo.py -share/examples/py-matplotlib/pie_demo.py -share/examples/py-matplotlib/polar_bar.py -share/examples/py-matplotlib/polar_demo.py -share/examples/py-matplotlib/polar_legend.py -share/examples/py-matplotlib/polar_scatter.py -share/examples/py-matplotlib/poly_editor.py -share/examples/py-matplotlib/poormans_contour.py -share/examples/py-matplotlib/print_stdout.py -share/examples/py-matplotlib/printing_in_wx.py -share/examples/py-matplotlib/psd_demo.py -share/examples/py-matplotlib/pstest.py -share/examples/py-matplotlib/pylab_with_gtk.py -share/examples/py-matplotlib/pythonic_matplotlib.py -share/examples/py-matplotlib/quadmesh_demo.py -share/examples/py-matplotlib/quiver_demo.py -share/examples/py-matplotlib/rc_traits.py -share/examples/py-matplotlib/scatter_custom_symbol.py -share/examples/py-matplotlib/scatter_demo.py -share/examples/py-matplotlib/scatter_demo2.py -share/examples/py-matplotlib/scatter_masked.py -share/examples/py-matplotlib/scatter_profile.py -share/examples/py-matplotlib/scatter_star_poly.py -share/examples/py-matplotlib/set_and_get.py -share/examples/py-matplotlib/shared_axis_demo.py -share/examples/py-matplotlib/simple3d.py -share/examples/py-matplotlib/simple3d_oo.py -share/examples/py-matplotlib/simple_plot.py -share/examples/py-matplotlib/specgram_demo.py -share/examples/py-matplotlib/spy_demos.py -share/examples/py-matplotlib/stem_plot.py -share/examples/py-matplotlib/stock_demo.py -share/examples/py-matplotlib/strip_chart_demo.py -share/examples/py-matplotlib/subplot_demo.py -share/examples/py-matplotlib/subplot_toolbar.py -share/examples/py-matplotlib/subplots_adjust.py -share/examples/py-matplotlib/system_monitor.py -share/examples/py-matplotlib/table_demo.py -share/examples/py-matplotlib/tex_demo.py -share/examples/py-matplotlib/tex_unicode_demo.py -share/examples/py-matplotlib/text_handles.py -share/examples/py-matplotlib/text_rotation.py -share/examples/py-matplotlib/text_themes.py -share/examples/py-matplotlib/to_numeric.py -share/examples/py-matplotlib/toggle_images.py -share/examples/py-matplotlib/transoffset.py -share/examples/py-matplotlib/two_scales.py -share/examples/py-matplotlib/unicode_demo.py +share/examples/py-matplotlib/event_handling/ +share/examples/py-matplotlib/event_handling/README.txt +share/examples/py-matplotlib/event_handling/data_browser.py +share/examples/py-matplotlib/event_handling/figure_axes_enter_leave.py +share/examples/py-matplotlib/event_handling/idle_and_timeout.py +share/examples/py-matplotlib/event_handling/keypress_demo.py +share/examples/py-matplotlib/event_handling/lasso_demo.py +share/examples/py-matplotlib/event_handling/path_editor.py +share/examples/py-matplotlib/event_handling/pick_event_demo.py +share/examples/py-matplotlib/event_handling/pick_event_demo2.py +share/examples/py-matplotlib/event_handling/poly_editor.py +share/examples/py-matplotlib/event_handling/zoom_window.py +share/examples/py-matplotlib/misc/ +share/examples/py-matplotlib/misc/font_indexing.py +share/examples/py-matplotlib/misc/ftface_props.py +share/examples/py-matplotlib/misc/image_thumbnail.py +share/examples/py-matplotlib/misc/longshort.py +share/examples/py-matplotlib/misc/rc_traits.py +share/examples/py-matplotlib/misc/rec_groupby_demo.py +share/examples/py-matplotlib/misc/rec_join_demo.py +share/examples/py-matplotlib/pylab_examples/ +share/examples/py-matplotlib/pylab_examples/README +share/examples/py-matplotlib/pylab_examples/__init__.py +share/examples/py-matplotlib/pylab_examples/accented_text.py +share/examples/py-matplotlib/pylab_examples/agg_buffer_to_array.py +share/examples/py-matplotlib/pylab_examples/alignment_test.py +share/examples/py-matplotlib/pylab_examples/annotation_demo.py +share/examples/py-matplotlib/pylab_examples/annotation_demo2.py +share/examples/py-matplotlib/pylab_examples/anscombe.py +share/examples/py-matplotlib/pylab_examples/arctest.py +share/examples/py-matplotlib/pylab_examples/arrow_demo.py +share/examples/py-matplotlib/pylab_examples/axes_demo.py +share/examples/py-matplotlib/pylab_examples/axes_props.py +share/examples/py-matplotlib/pylab_examples/axhspan_demo.py +share/examples/py-matplotlib/pylab_examples/axis_equal_demo.py +share/examples/py-matplotlib/pylab_examples/bar_stacked.py +share/examples/py-matplotlib/pylab_examples/barb_demo.py +share/examples/py-matplotlib/pylab_examples/barchart_demo.py +share/examples/py-matplotlib/pylab_examples/barcode_demo.py +share/examples/py-matplotlib/pylab_examples/barh_demo.py +share/examples/py-matplotlib/pylab_examples/boxplot_demo.py +share/examples/py-matplotlib/pylab_examples/break.py +share/examples/py-matplotlib/pylab_examples/broken_barh.py +share/examples/py-matplotlib/pylab_examples/clippedline.py +share/examples/py-matplotlib/pylab_examples/cohere_demo.py +share/examples/py-matplotlib/pylab_examples/color_by_yvalue.py +share/examples/py-matplotlib/pylab_examples/color_demo.py +share/examples/py-matplotlib/pylab_examples/colorbar_tick_labelling_demo.py +share/examples/py-matplotlib/pylab_examples/colours.py +share/examples/py-matplotlib/pylab_examples/contour_demo.py +share/examples/py-matplotlib/pylab_examples/contour_image.py +share/examples/py-matplotlib/pylab_examples/contour_label_demo.py +share/examples/py-matplotlib/pylab_examples/contourf_demo.py +share/examples/py-matplotlib/pylab_examples/contourf_log.py +share/examples/py-matplotlib/pylab_examples/coords_demo.py +share/examples/py-matplotlib/pylab_examples/coords_report.py +share/examples/py-matplotlib/pylab_examples/csd_demo.py +share/examples/py-matplotlib/pylab_examples/cursor_demo.py +share/examples/py-matplotlib/pylab_examples/custom_cmap.py +share/examples/py-matplotlib/pylab_examples/custom_figure_class.py +share/examples/py-matplotlib/pylab_examples/custom_ticker1.py +share/examples/py-matplotlib/pylab_examples/customize_rc.py +share/examples/py-matplotlib/pylab_examples/dannys_example.py +share/examples/py-matplotlib/pylab_examples/dash_control.py +share/examples/py-matplotlib/pylab_examples/dashpointlabel.py +share/examples/py-matplotlib/pylab_examples/data_helper.py +share/examples/py-matplotlib/pylab_examples/date_demo1.py +share/examples/py-matplotlib/pylab_examples/date_demo2.py +share/examples/py-matplotlib/pylab_examples/date_demo_convert.py +share/examples/py-matplotlib/pylab_examples/date_demo_rrule.py +share/examples/py-matplotlib/pylab_examples/date_index_formatter.py +share/examples/py-matplotlib/pylab_examples/dolphin.py +share/examples/py-matplotlib/pylab_examples/ellipse_collection.py +share/examples/py-matplotlib/pylab_examples/ellipse_demo.py +share/examples/py-matplotlib/pylab_examples/ellipse_rotated.py +share/examples/py-matplotlib/pylab_examples/equal_aspect_ratio.py +share/examples/py-matplotlib/pylab_examples/errorbar_demo.py +share/examples/py-matplotlib/pylab_examples/errorbar_limits.py +share/examples/py-matplotlib/pylab_examples/fancyarrow_demo.py +share/examples/py-matplotlib/pylab_examples/fancybox_demo.py +share/examples/py-matplotlib/pylab_examples/fancybox_demo2.py +share/examples/py-matplotlib/pylab_examples/fancytextbox_demo.py +share/examples/py-matplotlib/pylab_examples/figimage_demo.py +share/examples/py-matplotlib/pylab_examples/figlegend_demo.py +share/examples/py-matplotlib/pylab_examples/figure_title.py +share/examples/py-matplotlib/pylab_examples/fill_between.py +share/examples/py-matplotlib/pylab_examples/fill_demo.py +share/examples/py-matplotlib/pylab_examples/fill_demo2.py +share/examples/py-matplotlib/pylab_examples/fill_spiral.py +share/examples/py-matplotlib/pylab_examples/finance_demo.py +share/examples/py-matplotlib/pylab_examples/finance_work2.py +share/examples/py-matplotlib/pylab_examples/findobj_demo.py +share/examples/py-matplotlib/pylab_examples/font_table_ttf.py +share/examples/py-matplotlib/pylab_examples/fonts_demo.py +share/examples/py-matplotlib/pylab_examples/fonts_demo_kw.py +share/examples/py-matplotlib/pylab_examples/ganged_plots.py +share/examples/py-matplotlib/pylab_examples/geo_demo.py +share/examples/py-matplotlib/pylab_examples/ginput_demo.py +share/examples/py-matplotlib/pylab_examples/ginput_manual_clabel.py +share/examples/py-matplotlib/pylab_examples/gradient_bar.py +share/examples/py-matplotlib/pylab_examples/griddata_demo.py +share/examples/py-matplotlib/pylab_examples/hatch_demo.py +share/examples/py-matplotlib/pylab_examples/hexbin_demo.py +share/examples/py-matplotlib/pylab_examples/hexbin_demo2.py +share/examples/py-matplotlib/pylab_examples/hist_colormapped.py +share/examples/py-matplotlib/pylab_examples/histogram_demo.py +share/examples/py-matplotlib/pylab_examples/histogram_demo_extended.py +share/examples/py-matplotlib/pylab_examples/hline_demo.py +share/examples/py-matplotlib/pylab_examples/hyperlinks.py +share/examples/py-matplotlib/pylab_examples/image_clip_path.py +share/examples/py-matplotlib/pylab_examples/image_demo.py +share/examples/py-matplotlib/pylab_examples/image_demo2.py +share/examples/py-matplotlib/pylab_examples/image_demo3.py +share/examples/py-matplotlib/pylab_examples/image_interp.py +share/examples/py-matplotlib/pylab_examples/image_masked.py +share/examples/py-matplotlib/pylab_examples/image_nonuniform.py +share/examples/py-matplotlib/pylab_examples/image_origin.py +share/examples/py-matplotlib/pylab_examples/image_slices_viewer.py +share/examples/py-matplotlib/pylab_examples/integral_demo.py +share/examples/py-matplotlib/pylab_examples/interp_demo.py +share/examples/py-matplotlib/pylab_examples/invert_axes.py +share/examples/py-matplotlib/pylab_examples/layer_images.py +share/examples/py-matplotlib/pylab_examples/legend_auto.py +share/examples/py-matplotlib/pylab_examples/legend_demo.py +share/examples/py-matplotlib/pylab_examples/legend_demo2.py +share/examples/py-matplotlib/pylab_examples/legend_demo3.py +share/examples/py-matplotlib/pylab_examples/legend_scatter.py +share/examples/py-matplotlib/pylab_examples/line_collection.py +share/examples/py-matplotlib/pylab_examples/line_collection2.py +share/examples/py-matplotlib/pylab_examples/line_styles.py +share/examples/py-matplotlib/pylab_examples/load_converter.py +share/examples/py-matplotlib/pylab_examples/loadrec.py +share/examples/py-matplotlib/pylab_examples/log_bar.py +share/examples/py-matplotlib/pylab_examples/log_demo.py +share/examples/py-matplotlib/pylab_examples/log_test.py +share/examples/py-matplotlib/pylab_examples/logo.py +share/examples/py-matplotlib/pylab_examples/major_minor_demo1.py +share/examples/py-matplotlib/pylab_examples/major_minor_demo2.py +share/examples/py-matplotlib/pylab_examples/manual_axis.py +share/examples/py-matplotlib/pylab_examples/masked_demo.py +share/examples/py-matplotlib/pylab_examples/mathtext_demo.py +share/examples/py-matplotlib/pylab_examples/mathtext_examples.py +share/examples/py-matplotlib/pylab_examples/matplotlib_icon.py +share/examples/py-matplotlib/pylab_examples/matshow.py +share/examples/py-matplotlib/pylab_examples/movie_demo.py +share/examples/py-matplotlib/pylab_examples/mri_demo.py +share/examples/py-matplotlib/pylab_examples/mri_with_eeg.py +share/examples/py-matplotlib/pylab_examples/multi_image.py +share/examples/py-matplotlib/pylab_examples/multiline.py +share/examples/py-matplotlib/pylab_examples/multiple_figs_demo.py +share/examples/py-matplotlib/pylab_examples/nan_test.py +share/examples/py-matplotlib/pylab_examples/newscalarformatter_demo.py +share/examples/py-matplotlib/pylab_examples/pcolor_demo.py +share/examples/py-matplotlib/pylab_examples/pcolor_demo2.py +share/examples/py-matplotlib/pylab_examples/pcolor_log.py +share/examples/py-matplotlib/pylab_examples/pcolor_small.py +share/examples/py-matplotlib/pylab_examples/pie_demo.py +share/examples/py-matplotlib/pylab_examples/plotfile_demo.py +share/examples/py-matplotlib/pylab_examples/polar_bar.py +share/examples/py-matplotlib/pylab_examples/polar_demo.py +share/examples/py-matplotlib/pylab_examples/polar_legend.py +share/examples/py-matplotlib/pylab_examples/polar_scatter.py +share/examples/py-matplotlib/pylab_examples/poormans_contour.py +share/examples/py-matplotlib/pylab_examples/print_stdout.py +share/examples/py-matplotlib/pylab_examples/psd_demo.py +share/examples/py-matplotlib/pylab_examples/psd_demo2.py +share/examples/py-matplotlib/pylab_examples/psd_demo3.py +share/examples/py-matplotlib/pylab_examples/pstest.py +share/examples/py-matplotlib/pylab_examples/pythonic_matplotlib.py +share/examples/py-matplotlib/pylab_examples/quadmesh_demo.py +share/examples/py-matplotlib/pylab_examples/quiver_demo.py +share/examples/py-matplotlib/pylab_examples/scatter_custom_symbol.py +share/examples/py-matplotlib/pylab_examples/scatter_demo.py +share/examples/py-matplotlib/pylab_examples/scatter_demo2.py +share/examples/py-matplotlib/pylab_examples/scatter_masked.py +share/examples/py-matplotlib/pylab_examples/scatter_profile.py +share/examples/py-matplotlib/pylab_examples/scatter_star_poly.py +share/examples/py-matplotlib/pylab_examples/set_and_get.py +share/examples/py-matplotlib/pylab_examples/shared_axis_across_figures.py +share/examples/py-matplotlib/pylab_examples/shared_axis_demo.py +share/examples/py-matplotlib/pylab_examples/simple_plot.py +share/examples/py-matplotlib/pylab_examples/simple_plot_fps.py +share/examples/py-matplotlib/pylab_examples/simplification_clipping_test.py +share/examples/py-matplotlib/pylab_examples/specgram_demo.py +share/examples/py-matplotlib/pylab_examples/spy_demos.py +share/examples/py-matplotlib/pylab_examples/stem_plot.py +share/examples/py-matplotlib/pylab_examples/step_demo.py +share/examples/py-matplotlib/pylab_examples/stix_fonts_demo.py +share/examples/py-matplotlib/pylab_examples/stock_demo.py +share/examples/py-matplotlib/pylab_examples/subplot_demo.py +share/examples/py-matplotlib/pylab_examples/subplot_toolbar.py +share/examples/py-matplotlib/pylab_examples/subplots_adjust.py +share/examples/py-matplotlib/pylab_examples/symlog_demo.py +share/examples/py-matplotlib/pylab_examples/system_monitor.py +share/examples/py-matplotlib/pylab_examples/table_demo.py +share/examples/py-matplotlib/pylab_examples/tex_demo.py +share/examples/py-matplotlib/pylab_examples/tex_unicode_demo.py +share/examples/py-matplotlib/pylab_examples/text_handles.py +share/examples/py-matplotlib/pylab_examples/text_rotation.py +share/examples/py-matplotlib/pylab_examples/text_rotation_relative_to_line.py +share/examples/py-matplotlib/pylab_examples/text_themes.py +share/examples/py-matplotlib/pylab_examples/to_numeric.py +share/examples/py-matplotlib/pylab_examples/toggle_images.py +share/examples/py-matplotlib/pylab_examples/transoffset.py +share/examples/py-matplotlib/pylab_examples/unicode_demo.py +share/examples/py-matplotlib/pylab_examples/usetex_demo.py +share/examples/py-matplotlib/pylab_examples/vertical_ticklabels.py +share/examples/py-matplotlib/pylab_examples/vline_demo.py +share/examples/py-matplotlib/pylab_examples/webapp_demo.py +share/examples/py-matplotlib/pylab_examples/xcorr_demo.py +share/examples/py-matplotlib/pylab_examples/zorder_demo.py +share/examples/py-matplotlib/tests/ +share/examples/py-matplotlib/tests/backend_driver.py +share/examples/py-matplotlib/tests/pngsuite/ +share/examples/py-matplotlib/tests/pngsuite/basn0g01.png +share/examples/py-matplotlib/tests/pngsuite/basn0g02.png +share/examples/py-matplotlib/tests/pngsuite/basn0g04.png +share/examples/py-matplotlib/tests/pngsuite/basn0g08.png +share/examples/py-matplotlib/tests/pngsuite/basn0g16.png +share/examples/py-matplotlib/tests/pngsuite/basn2c08.png +share/examples/py-matplotlib/tests/pngsuite/basn2c16.png +share/examples/py-matplotlib/tests/pngsuite/basn3p01.png +share/examples/py-matplotlib/tests/pngsuite/basn3p02.png +share/examples/py-matplotlib/tests/pngsuite/basn3p04.png +share/examples/py-matplotlib/tests/pngsuite/basn3p08.png +share/examples/py-matplotlib/tests/pngsuite/basn4a08.png +share/examples/py-matplotlib/tests/pngsuite/basn4a16.png +share/examples/py-matplotlib/tests/pngsuite/basn6a08.png +share/examples/py-matplotlib/tests/pngsuite/basn6a16.png +share/examples/py-matplotlib/tests/pngsuite/pngsuite.py +share/examples/py-matplotlib/tests/pngsuite/truth.png share/examples/py-matplotlib/units/ share/examples/py-matplotlib/units/__init__.py +share/examples/py-matplotlib/units/annotate_with_units.py share/examples/py-matplotlib/units/artist_tests.py +share/examples/py-matplotlib/units/bar_demo2.py share/examples/py-matplotlib/units/bar_unit_demo.py share/examples/py-matplotlib/units/basic_units.py share/examples/py-matplotlib/units/date_converter.py share/examples/py-matplotlib/units/date_support.py +share/examples/py-matplotlib/units/ellipse_with_units.py share/examples/py-matplotlib/units/evans_test.py share/examples/py-matplotlib/units/evans_test2.py share/examples/py-matplotlib/units/radian_demo.py share/examples/py-matplotlib/units/units_sample.py share/examples/py-matplotlib/units/units_scatter.py -share/examples/py-matplotlib/vertical_ticklabels.py -share/examples/py-matplotlib/vline_demo.py -share/examples/py-matplotlib/webapp_demo.py +share/examples/py-matplotlib/user_interfaces/ +share/examples/py-matplotlib/user_interfaces/README.txt +share/examples/py-matplotlib/user_interfaces/README.wx +share/examples/py-matplotlib/user_interfaces/embedding_in_gtk.py +share/examples/py-matplotlib/user_interfaces/embedding_in_gtk2.py +share/examples/py-matplotlib/user_interfaces/embedding_in_gtk3.py +share/examples/py-matplotlib/user_interfaces/embedding_in_qt.py +share/examples/py-matplotlib/user_interfaces/embedding_in_qt4.py +share/examples/py-matplotlib/user_interfaces/embedding_in_tk.py +share/examples/py-matplotlib/user_interfaces/embedding_in_tk2.py +share/examples/py-matplotlib/user_interfaces/embedding_in_wx2.py +share/examples/py-matplotlib/user_interfaces/embedding_in_wx3.py +share/examples/py-matplotlib/user_interfaces/embedding_in_wx4.py +share/examples/py-matplotlib/user_interfaces/embedding_in_wx5.py +share/examples/py-matplotlib/user_interfaces/gtk_spreadsheet.py +share/examples/py-matplotlib/user_interfaces/histogram_demo_canvasagg.py +share/examples/py-matplotlib/user_interfaces/interactive.py +share/examples/py-matplotlib/user_interfaces/interactive2.py +share/examples/py-matplotlib/user_interfaces/lineprops_dialog_gtk.py +share/examples/py-matplotlib/user_interfaces/mathtext_wx.py +share/examples/py-matplotlib/user_interfaces/mpl_with_glade.glade +share/examples/py-matplotlib/user_interfaces/mpl_with_glade.py +share/examples/py-matplotlib/user_interfaces/printing_in_wx.py +share/examples/py-matplotlib/user_interfaces/pylab_with_gtk.py +share/examples/py-matplotlib/user_interfaces/rec_edit_gtk_custom.py +share/examples/py-matplotlib/user_interfaces/rec_edit_gtk_simple.py +share/examples/py-matplotlib/user_interfaces/wxcursor_demo.py share/examples/py-matplotlib/widgets/ -share/examples/py-matplotlib/widgets/README +share/examples/py-matplotlib/widgets/README.txt share/examples/py-matplotlib/widgets/buttons.py share/examples/py-matplotlib/widgets/check_buttons.py share/examples/py-matplotlib/widgets/cursor.py +share/examples/py-matplotlib/widgets/menu.py share/examples/py-matplotlib/widgets/multicursor.py share/examples/py-matplotlib/widgets/radio_buttons.py share/examples/py-matplotlib/widgets/rectangle_selector.py -share/examples/py-matplotlib/widgets/sliders.py +share/examples/py-matplotlib/widgets/slider_demo.py share/examples/py-matplotlib/widgets/span_selector.py -share/examples/py-matplotlib/wxcursor_demo.py -share/examples/py-matplotlib/xcorr_demo.py -share/examples/py-matplotlib/zoom_window.py -share/examples/py-matplotlib/zorder_demo.py