|
From: Christophe B. <pro...@gm...> - 2014-09-16 17:19:15
|
Hello. I do not know the guilty people in this story. The following code works with Anaconda Python 3 on Lubuntu 14 but it does not with Anaconda Python 3 Mac OS Maverick. Why ? This message has been posted on both the list of Anaconda and the one of matplotlib. Christophe === Code === # Source # * http://matplotlib.org/1.3.1/users/image_tutorial.html import matplotlib.pyplot as plt import matplotlib.image as mpimg impath = path2stinkbug_png" im = mpimg.imread(impath) implot = plt.imshow(im) plt.show() |