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@drexel.edu>
Fri, 27 Jan 2012 19:02:25 +0000 (14:02 -0500)
commit78b87e47cbd6404e017bf7492df6b569ec03330c
tree72b0a3ff03192ef321ebbd4f48e1d7da407140d6
parentbf8376edb0f521f1a8ed654b1ac757484d591449
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