xxxxxxxxxx
methods = [None, 'none', 'nearest', 'bilinear', 'bicubic', 'spline16',
'spline36', 'hanning', 'hamming', 'hermite', 'kaiser', 'quadric',
'catrom', 'gaussian', 'bessel', 'mitchell', 'sinc', 'lanczos']
plt.imshow(image, interpolation=method[0])
https://matplotlib.org/stable/gallery/images_contours_and_fields/interpolation_methods.html