I am completely new to python. I have installed it on windows. I am having a problem, I write:
from pylab import*
subplot(111,projection="hammer")
show()
After this it will not let me do anything else and ctrl-c does not work. I have looked at another post here and tried ctrl-break, ctrl-z and various other methods to no avail. Could anyone point me in the right direction.
Many thanks