I had the same problem, even I could see how a new application window was created and immediately disappeared.
Simple solution – just check if you have
# Assumes you have imported "matplotlib.pyplot" as "plt"
plt.show()
after the plot
I had the same problem, even I could see how a new application window was created and immediately disappeared.
Simple solution – just check if you have
# Assumes you have imported "matplotlib.pyplot" as "plt"
plt.show()
after the plot