Download this file
1 2 3 4 5
from pylab import * im = imread('../data/ratner.png') imshow(im) axis('off') savefig('../fig/mpl_ratner')