[SciPy-User] <matplotlib.image.AxesImage object at 0x032EDB50>????

Martin van Leeuwen vanleeuwen.martin at gmail.com
Mon Aug 17 21:18:06 EDT 2009


Maybe try:

imshow(B9)
show()



2009/8/17 questions anon <questions.anon at gmail.com>:
> Following: http://pysclint.sourceforge.net/pyhdf/example.html
>
> I have opened HDF, then opened calibrated data, and then sliced one of the
> bands
>
> B9= [:,9,:]
>
> I would then like to display the image using
>
> from matplotlib.pyplot import imshow
>
> imshow(b9.view())
>
>
>
> However any of the dir(b9) functions I try come up with this:
>
> <matplotlib.image.AxesImage object at 0x032EDB50>
>
> What does this mean?
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>



More information about the SciPy-User mailing list