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
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
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
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
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:
--
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.
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
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