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()
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to