SageMath Logo
This is a mirror of SageMath - Open Source Mathematics Software. Here, you can download SageMath for your system and platform. Not sure what to download? Then follow the download guide. For more information, visit the SageMath website.

Files

↑ up one directory level
Current Directory: upstream/matplotlib
= matplotlib =

== Description ==

From the Matplotlib website: matplotlib is a python 2D plotting
library which produces publication quality figures in a variety of
hardcopy formats and interactive environments across
platforms. matplotlib can be used in python scripts, the python and
ipython shell (ala matlab or mathematica), web application servers,
and six graphical user interface toolkits.

== License ==

The Matplotlib license - see
http://matplotlib.sourceforge.net/users/license.html: Matplotlib only
uses BSD compatible code, and its license is based on the PSF
license. See the Open Source Initiative licenses page for details on
individual licenses. Non-BSD compatible licenses (eg LGPL) are
acceptable in matplotlib Toolkits. For a discussion of the motivations
behind the licencing choice, see Licenses.

== SPKG Maintainers ==

 * Jason Grout

== Upstream Contact ==

The matplotlib mailing lists: see http://sourceforge.net/projects/matplotlib

== Dependencies ==

 * python
 * numpy
 * setuptools (>= 0.7)
 * freetype
 * patch (used in spkg-install)
 * dateutil
 * pyparsing
 * tornado

== Build Instructions/Changes ==

 * NOTE: To drastically cut down on spkg size, we delete the internal
   testing images.  To do this, we repackage the tarball by removing
   the contents of lib/matplotlib/tests/baseline_images/*

 * setup.py.patch: disable loading of Tests. Otherwise, setup.py
   raises an error because it can't find the deleted files
   from src/lib/matplotlib/tests/baseline_images/*

 * reserved_identifiers.patch: taken from
   https://github.com/matplotlib/matplotlib/pull/2464. This allows
   matplotlib to build on Solaris.

 * NOTE: as of matplotlib-1.0.0 and Sage 4.6, Sage does not use
   $HOME/.matplotlib (or whatever the user has set in MPLCONFIGDIR).
   Instead, it sets MPLCONFIGDIR to $DOT_SAGE/matplotlib-VER, where
   VER is the matplotlib version number.  This is because of
   incompatibilities between the contents of .matplotlib between
   matplotlib versions 0.99.3 and 1.0.0.  Sage reads the version
   number VER by running

      python -c 'import matplotlib; print matplotlib.__version__'

   Note that at the end of the install process for matplotlib, the
   spkg-install file prints a message showing what MPLCONFIGDIR will
   be set to, using the command from sage-env, so this should provide
   a check.

== Changelog ==

=== matplotlib-1.3.1 (John H. Palmieri, 19 December 2013) ===
 * Trac #14993: Update matplotlib to 1.3.1.

=== matplotlib-1.2.1 (Jean-Pierre Flori, 28 March 2013) ===
 * Trac #13693: Update matplotlib to 1.2.1.

=== matplotlib-1.2.0 (Jason Grout, 09 Nov 2012) ===
 * Trac #13693: Update to matplotlib 1.2.0.

 * Delete the mkdir race condition patch; it's been incorporated upstream.

=== matplotlib-1.1.0 (Jason Grout, 15 Dec 2011) ===
 * Update matplotlib to 1.1.0.  See Sage trac #11915.

 * Replace the three __init__.py.patch, finance.py.patch, and
   texmanager.py.patch patches with one consolidated
   mkdir-race-condition.patch (which also updates the exceptions to
   use 2.6, 2.7, 3.x style exceptions).  This patch has been submitted
   upstream now.

 * Rebase setupext.py.patch file

 * Deleted the src/lib/matplotlib/tests/baseline_images/* test images
   to conserve lots of space, and noted this in the special
   instructions above.

=== matplotlib-1.0.1.p0 (John Palmieri, 17 Aug 2011) ===
 * Patch __init__.py, finance.py, and texmanager.py to avoid race
   conditions when creating directories.  See Sage trac #11686
   and #10159.

 * Updated the list of prerequisites in this file.

 * Changed spkg-install so that the patches are now applied using
   'patch'.

 * The patch to setupext.py tests whether pkg-config is installed: if
   so, it maintains the status quo, and if not, it passes the argument
   'libpng12' when configuring the png package.

 * Replaced the "src" directory with a freshly downloaded copy of
   the vanilla source code.

=== matplotlib-1.0.1 (Ryan Grout, 10 Jan 2011) ===
 * Update to matplotlib 1.0.1.  Fixes a handful of annoying bugs in Sage.

=== matplotlib-1.0.0 (Jason Grout, 01 Oct 2010) ===
 * Update to matplotlib 1.0.0.  Include two upstream fixes that were committed
   since 1.0.0.

=== matplotlib-0.99.3-svn8415 (Jason Grout, 11 Jun 2010) ===
 * Update to SVN revision 8415 (which is 0.99.3 + some bugfixes we
   would like).  Removed pprdrv_tt2.cpp patch (no longer needed) and
   incorporated the functionality of the setupext.py and setup.py
   patches into the make-setup-config.py script, which uses the
   matplotlib-supported way to effect the changes.  The only other
   patch was to change libpng to libpng12; this patch was left as the
   patch for setupext.py.

=== matplotlib-0.99.1.p4 (Craig Citro, 14 Jan 2010) ===
 * Removed hideous hack, now that OSX 10.6 bug is fixed.

=== matplotlib-0.99.1.p2 (William Stein, 6 Jan 2010) ===
 * Re-implemented hideous temporary hack (trac 7865).

=== matplotlib-0.99.1.p2 (William Stein, 29 Sep 2009) ===
 * Implemented hideous temporary hack to get around issue with pyCXX crashing
   on OS X 10.6

=== matplotlib-0.99.1 (Jason Grout, 22 Sep 2009) ===
 * Update to matplotlib 0.99.1.  Several of our patches were incorporated
   upstream, so deleted those and updated the others.

=== matplotlib-0.99.0 (Jason Grout, August 9th, 2009) ===
 * Update to matplotlib 0.99.0

=== matplotlib-0.98.5.3rc0-svn6910.p3 (Michael Abshoff, February 20th, 2009) ===
 * Turn off GUI backend unconditionally since they cause trouble on
   systems without X, ie. sage.math, too. This might be a bug in Matplotlib,
   but until this is resolved it stays off.

=== matplotlib-0.98.5.3rc0-svn6910.p2 (William Stein, February 20th, 2009) ===
 * Don't build GUI backends on OS X by default. See trac #5301. This is
   really a problem with libpng, so this is temporary.

=== matplotlib-0.98.5.3rc0-svn6910.p1 (Jason Grout, February 14, 2009) ===
 * Add a patch for patches.py, which ignores the errors generated when trying
   to draw arrows that are "too short".

=== matplotlib-0.98.5.3rc0-svn6910.p0 (Michael Abshoff, February 14, 2009) ===
 * link against libpng12 instead of libpng (#4774)
 * disable tkagg on all machines since it causes too much trouble

=== matplotlib-0.98.5.3rc0-svn6910 (Jason Grout, February 13, 2009) ===
 * Update to the latest SVN version (6910) of Matplotlib and update patches.
   Two patches disappear because one patch was just updating quiver.py to a
   mid-release version and arrow_line.py is now subsumed by much nicer
   functionality in Matplotlib.
 * in order to save space, removed the two images src/doc/_static/eeg* and
   src/doc/pyplots/(plotmap.png|tex_demo.pdf|plotmap.hires.png|plotmap.pdf)

=== matplotlib-0.98.3.p5 (Michael Abshoff, January 19th, 2009) ===
 * Work around Solaris 10 with gcc 4.3.2 problem in ttconv/pprdrv_tt2.cpp (#5008)

=== matplotlib-0.98.3.p4 (Michael Abshoff, December 12th, 2008) ===
 * apply Craig Citro's OSX build fix (#4680)

=== matplotlib-0.98.3.p3 (William Stein, 25 Nov 2008) ===
 * fix so matplotlib may build in a fallback case (there is a stupid bug in
   upstreams setupext.py)

== matplotlib-0.98.3.p2 (Jason Grout, 20 Sep 2008) ===
 * Update quiver.py to the SVN version 6115 to make the vector field plots
   respect aspect ratio.

== matplotlib-0.98.3.p1 (Jason Grout, 03 Sep 2008) ===
 * Add an arrow_line.py file as a patch for "nice" arrows in matplotlib

=== matplotlib-0.98.3.p0 (Michael Abshoff, August 27th, 2008) ===
 * Merge Ondrej Certik's fix from #3792

=== matplotlib-0.98.3 (Jason Grout, 20 Aug 2008) ===
 * updated to 0.98.3.  Deleted gcc 4.3 fix since it is merged in.

=== matplotlib-0.91.1.p5 (Michael Abshoff, May 18th, 2008) ===
 * add 64 bit OSX build support

=== matplotlib-0.91.1.p4 (Michael Abshoff, April 14th, 2008) ===
 * apply gcc 4.3 build fix - should go upstream

=== matplotlib-0.91.1.p3 (Michael Abshoff, Jan. 31st, 2008) ===
 * fix local issues in cbook.py (#1967) [William Stein]
 * remove bianry crap (#2014)

=== matplotlib-0.91.1.p2 (Michael Abshoff, Jan. 17th, 2008) ===
 * bump version due to ucs4 update

=== matplotlib-0.91.1.p1 ===
 * FIXME

FilenameOtherSizeDate
matplotlib-3.8.0.tar.gztorrent34.20 MB2024-03-20 23:38
MD5: 2c70bea4dea84c090a7ecc8e0bb0748f
matplotlib-3.6.2.tar.gztorrent34.18 MB2023-07-18 08:54
MD5: 77ca9a5b42152c9e2aeca1556f08f5ce
matplotlib-3.5.2.tar.gztorrent33.58 MB2022-07-24 22:34
MD5: 5a77336c6c5549bed5f9631c734dedc5
matplotlib-3.5.1.tar.gztorrent33.68 MB2022-05-15 22:46
MD5: 63adf3126167a54b1d5a506a71ecef46
matplotlib-3.4.3.tar.gztorrent36.10 MB2021-12-19 11:55
MD5: 6858958370a26cccfa81abc7b6dd3622
matplotlib-3.3.4.tar.gztorrent36.18 MB2021-10-12 21:55
MD5: 0b48f34ec623e765a1bda15924ce0b56
matplotlib-3.3.2.tar.gztorrent36.18 MB2020-12-20 14:58
MD5: a85791908e78818bd425ba9ab38500fa
matplotlib-3.3.1.tar.gztorrent36.98 MB2020-08-30 21:25
MD5: f3a405f340be5b151cb2042c4d8d16f7
matplotlib-3.3.0.tar.gztorrent36.99 MB2020-07-26 08:46
MD5: b1de7185687c6f5c092689e3431a69b3
matplotlib-3.2.1.tar.gztorrent38.46 MB2020-05-24 15:40
MD5: 6c018a644a88120886cc7211f7c826f0
matplotlib-2.2.5.tar.gztorrent34.98 MB2020-02-26 17:35
MD5: 422fc58e7323b7ba3f19382424f9ab7b
matplotlib-2.2.4.tar.bz2torrent15.12 MB2019-06-20 12:05
MD5: 111b2951ce5803ed4805dec4edefcecd
matplotlib-2.2.2.tar.bz2torrent14.81 MB2018-09-29 15:38
MD5: 7f244740247cec0455b56e4749a99fec
matplotlib-2.2.3.tar.bz2torrent14.57 MB2018-09-15 04:06
MD5: 01d80a43aa613bbe08471550ec538a89
matplotlib-2.1.0.tar.bz2torrent13.86 MB2017-11-07 23:23
MD5: 9583848157456284620f78277b531f9f
matplotlib-1.5.1.tar.bz2torrent14.66 MB2016-02-27 15:56
MD5: c09cd4c3b07662908e634ffe560fa259
matplotlib-1.5.0.tar.bz2torrent14.70 MB2016-01-07 23:17
MD5: 74a96a13fa77ec44fd6a2fd57302693a
matplotlib-1.4.3.tar.bz2torrent12.95 MB2015-06-18 22:11
MD5: fb66ed0a8b3494e0d9666eec04b6edc4
matplotlib-1.3.1.tar.gztorrent10.30 MB2013-12-19 22:23
MD5: 0673384bdd92d3c6d135d7b9729a221b
matplotlib-1.2.1.tar.bz2torrent10.73 MB2013-05-02 22:24
MD5: 83dc919bbbf2755a90b1a9b57d3a57af
matplotlib-1.1.0.tar.bz2torrent8.04 MB2013-05-02 22:24
MD5: 0a503a61c7c7c4b6e199664876cd76cb