SyntaxFix
Write A Post
Hire A Developer
Questions
Just use
plt.show()
This command tells the system to draw the plot in Pycharm.
Example:
plt.imshow(img.reshape((28, 28))) plt.show()