Revision: 4639
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4639&view=rev
Author: fer_perez
Date: 2007-12-06 00:44:18 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Talk about pydap
Added Paths:
---
trunk/py4science/slides/
trunk/py4science/slides/pydap
Revision: 4640
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4640&view=rev
Author: mdboom
Date: 2007-12-06 04:48:16 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Import numpy.
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/cm.py
Modified: trunk/mat
Revision: 4641
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4641&view=rev
Author: mdboom
Date: 2007-12-06 05:37:29 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Fix backward-compatibility breakage of apply_aspect.
Modified Paths:
--
branches/transforms
Revision: 4642
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4642&view=rev
Author: mdboom
Date: 2007-12-06 06:55:01 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Revert examples to work best without auto-layout.
Modified Paths:
--
branches/transforms/ex
Revision: 4643
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4643&view=rev
Author: mdboom
Date: 2007-12-06 07:10:15 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Fixing display of float images.
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/cm.py
M
Revision: 4644
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4644&view=rev
Author: jrevans
Date: 2007-12-06 08:11:17 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Updated to demonstrate 'offset points'
Modified Paths:
--
trunk/matplotlib/examples/annota
Revision: 4645
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4645&view=rev
Author: dsdale
Date: 2007-12-06 08:23:58 -0800 (Thu, 06 Dec 2007)
Log Message:
---
modified svn:ignore properties to ignore generated files
not under revision control
Property Changed:
-
Revision: 4646
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4646&view=rev
Author: mdboom
Date: 2007-12-06 09:09:53 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Fix an incorrect merge from trunk.
Modified Paths:
--
branches/transforms/lib/matplotlib/ba
Revision: 4647
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4647&view=rev
Author: dsdale
Date: 2007-12-06 09:47:46 -0800 (Thu, 06 Dec 2007)
Log Message:
---
fixed a bug in rcsetup, see bug 1845057
Modified Paths:
--
trunk/matplotlib/CHANGELOG
t
Revision: 4649
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4649&view=rev
Author: dsdale
Date: 2007-12-06 10:32:44 -0800 (Thu, 06 Dec 2007)
Log Message:
---
fixed a bug in savefig, saving to a nonexistent directory
would result in a crash in some circumstances. Clo
Revision: 4650
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4650&view=rev
Author: dsdale
Date: 2007-12-06 10:38:55 -0800 (Thu, 06 Dec 2007)
Log Message:
---
undo that last change, mdboom had a different solution that I overlooked
Modified Paths:
--
Revision: 4651
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4651&view=rev
Author: mdboom
Date: 2007-12-06 10:47:50 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Fix saving to a file-like object.
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/cbook.
Revision: 4652
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4652&view=rev
Author: mdboom
Date: 2007-12-06 10:49:35 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Making note about broken unit test.
Modified Paths:
--
branches/transforms/lib/matplotlib/d
Revision: 4653
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4653&view=rev
Author: mdboom
Date: 2007-12-06 11:10:12 -0800 (Thu, 06 Dec 2007)
Log Message:
---
[ 1841933 ] font_manager.win32FontDirectory() fails as Vista service
Modified Paths:
--
tru
Revision: 4648
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4648&view=rev
Author: dsdale
Date: 2007-12-06 10:08:21 -0800 (Thu, 06 Dec 2007)
Log Message:
---
changed the default backend in rcsetup from WXAgg, which
is not certain to be present, to Agg.
Modified Pat
Revision: 4654
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4654&view=rev
Author: dsdale
Date: 2007-12-06 11:18:49 -0800 (Thu, 06 Dec 2007)
Log Message:
---
updated references to mpl data directories for py2exe
Modified Paths:
--
trunk/matplotlib/C
Revision: 4655
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4655&view=rev
Author: jdh2358
Date: 2007-12-06 12:01:48 -0800 (Thu, 06 Dec 2007)
Log Message:
---
added pyrex simple sum demo
Modified Paths:
--
trunk/py4science/examples/lotka_volterra.py
Revision: 4656
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4656&view=rev
Author: jdh2358
Date: 2007-12-06 13:31:53 -0800 (Thu, 06 Dec 2007)
Log Message:
---
reorg pyrex dir
Added Paths:
---
trunk/py4science/examples/
Removed Paths:
-
Revision: 4658
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4658&view=rev
Author: dsdale
Date: 2007-12-06 14:28:27 -0800 (Thu, 06 Dec 2007)
Log Message:
---
let widgets.Cursor initialize to the lower x and y bounds
rather than 0,0, which can cause havoc for dates a
Revision: 4659
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4659&view=rev
Author: jswhit
Date: 2007-12-06 15:30:17 -0800 (Thu, 06 Dec 2007)
Log Message:
---
add initial support for reading shapefiles with Point shapes.
(from patch by Erik Andersen on the patch trac
Revision: 4660
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4660&view=rev
Author: jswhit
Date: 2007-12-06 15:32:15 -0800 (Thu, 06 Dec 2007)
Log Message:
---
added support for Point and MultiPoint shapes in shapefiles
(from Erik Andersen's patch tracker submission)
Revision: 4661
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4661&view=rev
Author: jswhit
Date: 2007-12-06 16:01:46 -0800 (Thu, 06 Dec 2007)
Log Message:
---
fixed so it really should work now with MultiPoint shape files
(although I haven't found one to test with).
Revision: 4662
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4662&view=rev
Author: jdh2358
Date: 2007-12-06 20:43:36 -0800 (Thu, 06 Dec 2007)
Log Message:
---
updates to the pyrex examples
Modified Paths:
--
trunk/py4science/examples/pyrex/movavg/Ma
Revision: 4663
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4663&view=rev
Author: jdh2358
Date: 2007-12-06 20:48:30 -0800 (Thu, 06 Dec 2007)
Log Message:
---
updated pyrex workbook
Modified Paths:
--
trunk/py4science/workbook/main.tex
Added Paths:
Revision: 4664
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4664&view=rev
Author: jdh2358
Date: 2007-12-06 22:29:31 -0800 (Thu, 06 Dec 2007)
Log Message:
---
minor tweaks to pyrex
Modified Paths:
--
trunk/py4science/doc/requirements.txt
trunk/p
Revision: 4665
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4665&view=rev
Author: efiring
Date: 2007-12-06 23:12:33 -0800 (Thu, 06 Dec 2007)
Log Message:
---
Clarify docstrings on Subplot classes; closes 1659419
Modified Paths:
--
trunk/matplotlib/
26 matches
Mail list logo