[Matplotlib-users] How to overcome the hatchings getting cut in contour plots?

Benjamin Root ben.v.root at gmail.com
Tue Nov 27 10:00:36 EST 2018


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>
>
>
>
> 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
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20181127/35b64bf0/attachment.html>


More information about the Matplotlib-users mailing list