Can anybody suggest a solution?

I am not able to display any plots, graphs or pictures using Python. e.g. when using the matplotlib.pyplot.imshow, I get the following answer:
<matplotlib.image.AxesImage object at 0x01C77850>
Nothing else is displayed nor any picture pops up.

It seems to me the picture is created as an object somehow but doesn't show..
I got a similar answer when trying to plot simple vectors using plot().

Do the display properties need to be set somehow?

I'm running on Win XP.

Thanks.

Recommended Answers

All 2 Replies

Perhaps you should call matplotlib.pyplot.show() after imshow.

Thank you, that worked.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.