First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

kcrisman gravatar image

img isn't a graphic, as the blog post indicates.

sage: type(img) 
<type 'numpy.ndarray'>

The "right" thing to do is use imshow like here, but I can never figure out how to actually get it to show up in the notebook. But this might give you enough hints if you've used mpl in the past.