Re: [matplotlib-devel] Hatching support

2009-01-10 Thread John Hunter
On Sat, Jan 10, 2009 at 9:28 AM, Michiel de Hoon wrote: > I've written a patch for the Mac OS X native backend to make use of the new > hatching support; see patch #2497785 at > > https://sourceforge.net/tracker/index.php?func=detail&aid=2497785&group_id=80706&atid=560722 > > I tested this with t

Re: [matplotlib-devel] Hatching support

2009-01-10 Thread Michiel de Hoon
I've written a patch for the Mac OS X native backend to make use of the new hatching support; see patch #2497785 at https://sourceforge.net/tracker/index.php?func=detail&aid=2497785&group_id=80706&atid=560722 I tested this with the new hatch_demo.py in SVN trunk, and it seems to work fine. --M

Re: [matplotlib-devel] Hatching support

2008-12-29 Thread John Hunter
On Mon, Dec 29, 2008 at 8:20 AM, Michael Droettboom wrote: > I've refactored hatching support to move the hatch design itself to the > core, added support for them in the Agg and SVG backends, and simplified > their usage in the PDF and PS backends. It should now be easier to add > new hatch styl