Tagged Questions
3
votes
2answers
459 views
How can I get pyplot images to show on a console app?
I'm trying to create an image using matplotlib.pyplot.imshow(). However, when I run the program from my console, it doesn't display anything?
This is the code:
import matplotlib.pyplot
myimage = ...