I'm using plt.colormesh overtop of an image. When I turn down the alpha of plt.colormesh so that the image shows through, plt.colormesh creates a griding effect due to the overlap in the edges. To be accurate there is no overlap in the points, but the density of the points and large scale causes the points to share space.
Example:
plt.colormesh alpha 1.0
plt.colormesh alpha 0.5
https://stackoverflow.com/a/27096694/4435344 suggestions: 300 dpi, no edges, face color, no linewidth



