<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">Hello,</div><div dir="ltr" data-setdir="false">I am trying to create hatch patterns corresponding to the attached image. I am using the following example: <a href="https://stackoverflow.com/questions/17285154/how-to-fill-a-polygon-with-a-custom-hatch-in-matplotlib" rel="nofollow" target="_blank" class="">https://stackoverflow.com/questions/17285154/how-to-fill-a-polygon-with-a-custom-hatch-in-matplotlib</a>. </div><div dir="ltr" data-setdir="false">Here is an excerpt of my script:</div><div dir="ltr" data-setdir="false"><div><div dir="ltr" data-setdir="false">hatch_path =Polygon([[0,0], [0, 0.1], [0.1, 0.1], [0.1, 0.2], [0.2, 0.2], [0.2, 0.1],[0.3, 0.1],[0.3, 0],[0.2, 0],[0.2, -0.1],[0.1, -0.1],[0.1, 0]],</div><div>    closed=True, fill=False).get_path()</div></div><div><br></div><div dir="ltr" data-setdir="false">The result is not quite what I want. I will appreciate if someone can point me to how best solve this issue.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Thanks,</div><div dir="ltr" data-setdir="false">Romeo</div></div><div><br></div><div><br></div><div><br></div></div></body></html>