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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to