I am finding that matplotlib v1.3.0 will blur the edges of an image's pixels when I use interpolation = 'none' and save the image as a pdf. For example, the following code z = np.array([[0.25, 0.75, 1 ...
When I create a figure using bbox images, everything looks fine, but when I save the figure, the images move. Here is an example import matplotlib.pyplot as plt import numpy as np from ...