Update plot_image.py's interpolation extraction for Matplotlib 0.91.2.
authorW. Trevor King <wking@drexel.edu>
Fri, 27 Jan 2012 19:02:21 +0000 (14:02 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 22 Feb 2013 17:11:10 +0000 (09:11 -0800)
commit260034754edc23f23cc9d3f874551b437f3e5b91
treeae177216fb674a2e8664a67aa305d32065dc84bd
parent067f33fd5b8eb65cbbccedc8d4ba4dab392c7a03
Update plot_image.py's interpolation extraction for Matplotlib 0.91.2.

I'd written it for v1.0.1, but the department server is still running
0.91.2, which only sets the interpolation dictionary for AxesImage
instances (not for the class itself).
src/plot_image/plot_image.py