Re: [Matplotlib-users] Hatching not working in matplotlib 0.98

2008-09-05 Thread Michael Droettboom
Thanks for the report. Indeed, it was drawing the fill over top of the hatch, rather than the other way around. This has now been fixed in SVN r6068. You can use that patch to patch your local copy, if you're not tracking SVN. Cheers, Mike Crend King wrote: > I tried hatch option in pylab.b

[Matplotlib-users] Hatching not working in matplotlib 0.98

2008-09-04 Thread Crend King
I tried hatch option in pylab.bar() in both matplotlib 0.98.2 and 0.98.3. The hatch_demo.py in the example directory only draw four grey bars, no hatch or them. However, when I try the same script on matplotlib 0.91.4 (the maintainance version), it's working. I wonder if it is a bug introd