How to overcome the hatchings getting cut in contour plots?

<http://matplotlib.1069221.n5.nabble.com/file/t5196/Screenshot_20181127-131006.png>

I have been using hatchings (dots) on top of contour plots. Tjese dots are
getting cut at some places. How do I get rid of this?

Please have a look at the image to see the error.

···

--
Sent from: http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html

The hatchings are clipped to the polygon or patch object they reside
within. Therefore, you can't prevent cutting off some of the hatching
because they need to be bounded somewhere. Now, you can change the density
of a hatch if that helps, by repeating the character you used for your
hatch.

Ben Root

···

On Tue, Nov 27, 2018 at 2:42 AM navajyoth814 via Matplotlib-users < matplotlib-users at python.org> wrote:

<
http://matplotlib.1069221.n5.nabble.com/file/t5196/Screenshot_20181127-131006.png&gt;

I have been using hatchings (dots) on top of contour plots. Tjese dots are
getting cut at some places. How do I get rid of this?

Please have a look at the image to see the error.

--
Sent from:
http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20181127/35b64bf0/attachment.html&gt;