[SciPy-user] gplt.close()

Steve Schmerler elcorto at gmx.net
Wed Aug 11 15:44:18 EDT 2004


Hi all

sorry for beeing so enthusiastic that I eventually sent an RE: twice :)

here is my problem:

I'm producing some gplt plots (windwos) in a script. When I call the script
again I want to delete the old ones first. This works fine with xplt

   for i in range(n):
       winkill()
   [.. plot commands ...]

When I try gplt instead:

   for i in range(n):
       close()

only one window (the last one produced) is killed.
Why is that ??

Thanx in advance for any hint.

bye
steve

-- 
All those who believe in psychokinesis raise
my hand. - Steven Wright
--

NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl




More information about the SciPy-User mailing list