Re: [Matplotlib-users] cross hatching in contours?

2012-12-05 Thread spencerahill
Jae-Joon Lee wrote On Thu, Sep 15, 2011 at 10:33 PM, Jonathan Slavin lt; jslavin@.harvard gt; wrote: I'm wondering if there is some way to do cross hatching as a way to fill contours rather than colors (using contourf).  The only references to cross hatching I see in the documentation are

Re: [Matplotlib-users] cross hatching in contours?

2012-12-05 Thread Phil Elson
As of matplotlib v1.2.0 you can hatch a contour set directly. There is an example in the gallery: http://matplotlib.org/examples/pylab_examples/contourf_hatching.html Hope that helps, Phil On 5 December 2012 17:28, spencerahill spencerah...@gmail.com wrote: Jae-Joon Lee wrote On Thu, Sep

Re: [Matplotlib-users] cross hatching in contours?

2011-09-17 Thread Jae-Joon Lee
On Thu, Sep 15, 2011 at 10:33 PM, Jonathan Slavin jsla...@cfa.harvard.edu wrote: I'm wondering if there is some way to do cross hatching as a way to fill contours rather than colors (using contourf).  The only references to cross hatching I see in the documentation are for patches type objects.

[Matplotlib-users] cross hatching in contours?

2011-09-15 Thread Jonathan Slavin
I'm wondering if there is some way to do cross hatching as a way to fill contours rather than colors (using contourf). The only references to cross hatching I see in the documentation are for patches type objects. As far as I can tell, contour and contourf return objects of their own type