SF.net SVN: matplotlib:[7622] trunk/matplotlib/lib/matplotlib/backends/ backend_pdf.py

2009-08-31 Thread jouni
Revision: 7622 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7622&view=rev Author: jouni Date: 2009-09-01 05:24:38 + (Tue, 01 Sep 2009) Log Message: --- Small fix to Gouraud triangles in pdf Modified Paths: -- trunk/matplotlib/lib/matplotlib/bac

SF.net SVN: matplotlib:[7621] trunk/matplotlib

2009-08-31 Thread mdboom
Revision: 7621 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7621&view=rev Author: mdboom Date: 2009-08-31 20:10:35 + (Mon, 31 Aug 2009) Log Message: --- Add "draw_gouraud_triangles" (note the 's') backend method. Add initial support in Pdf backend (working in

SF.net SVN: matplotlib:[7616] branches/v0_99_maint/examples/pylab_examples/ barb_demo.py

2009-08-31 Thread ryanmay
Revision: 7616 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7616&view=rev Author: ryanmay Date: 2009-08-31 17:27:12 + (Mon, 31 Aug 2009) Log Message: --- Update barb_demo.py with an example using masked arrays. Modified Paths: -- branches/v0_99

SF.net SVN: matplotlib:[7619] trunk/matplotlib

2009-08-31 Thread ryanmay
Revision: 7619 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7619&view=rev Author: ryanmay Date: 2009-08-31 17:42:37 + (Mon, 31 Aug 2009) Log Message: --- Merged revisions 7616-7618 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bra

SF.net SVN: matplotlib:[7618] branches/v0_99_maint/lib/matplotlib/quiver.py

2009-08-31 Thread ryanmay
Revision: 7618 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7618&view=rev Author: ryanmay Date: 2009-08-31 17:34:50 + (Mon, 31 Aug 2009) Log Message: --- Use atleast_1d instead of asanyarray. This allows passing in scalars to quiver/barbs. Modified Paths: --

SF.net SVN: matplotlib:[7617] branches/v0_99_maint/lib/matplotlib/quiver.py

2009-08-31 Thread ryanmay
Revision: 7617 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7617&view=rev Author: ryanmay Date: 2009-08-31 17:29:41 + (Mon, 31 Aug 2009) Log Message: --- Pull _parse_args out of Quiver and Barbs classes, as we have multiple, diverging copies of the same code.

SF.net SVN: matplotlib:[7615] trunk/matplotlib/test/_buildbot_install.py

2009-08-31 Thread astraw
Revision: 7615 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7615&view=rev Author: astraw Date: 2009-08-31 16:48:46 + (Mon, 31 Aug 2009) Log Message: --- buildbot: allow passing arguments to select virtualenv and nose This is useful for getting the buildbot to

SF.net SVN: matplotlib:[7614] trunk/matplotlib

2009-08-31 Thread mdboom
Revision: 7614 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7614&view=rev Author: mdboom Date: 2009-08-31 15:31:46 + (Mon, 31 Aug 2009) Log Message: --- [2832896] raster scale error in PDF, EPS output Modified Paths: -- trunk/matplotlib/lib/mat