Hi,
> If I select the x in
> the upper right, it dies badly.
This is maybe another problem, after closing the windows the program should
exit with exitcode 0.
--------------------------
# -*- coding: utf-8 -*-
from pylab import *
t = linspace(0,10,100)
plot(t, sin(t))
show()
--------------------------
If the problem occurs with the example above it would help if you paste the
error message and the exit code.
Regards, Philipp
|