[SciPy-user] xplt problem

Pearu Peterson pearu at cens.ioc.ee
Tue Sep 10 12:23:23 EDT 2002


On Tue, 10 Sep 2002, Gordon Farquharson wrote:

> Hi Pearu
> 
> But what about the sleep statement in the original ? Doesn't this give it
> enough time to complete plotting ? ( I tried increasing it from 2 seconds
> to 10)

Sleep stops execution of Python for given seconds. While with raw_input
python is alive and waiting for users input. It seems that plot
needs some time to display the graph, raw_input gives that time while
sleep just stops time.

Pearu




More information about the SciPy-User mailing list