Dear all,

I just again faced a problem appearing whenever I quickly generate 
multiple plots (using Windows XP, Python 2.5, matplotlib 0.98.1):

> 
> pylab.ion()
> for n in range(n_elements):
> ##    print
> ##    print element_symbols[n]+'-'+element_linegroup[n]
> ##    print normalized_mass_fractions[:,:,n]
>     pylab.figure()
> ##    pylab.imshow(normalized_mass_fractions[:,:,n])
>     pylab.pcolor(normalized_mass_fractions[:,:,n])
>     pylab.title(element_symbols[n]+'-'+element_linegroup[n])
>     pylab.draw()
> ##    raw_input()
> 

My script crashes if and only if I do not have a raw_input at the end, 
windows points towards:

AppName: pythonw.exe     AppVer: 0.0.0.0         ModName: tk84.dll
ModVer: 8.4.2.12         Offset: 0000bddf

Most probably I am just abusing python/pylab, or maybe this is a known 
issue?

Cheers, Gerd
-- 
Dr. Gerd Wellenreuther
beamline scientist P06 "Hard X-Ray Microprobe/Nanoprobe"
Petra III project
HASYLAB at DESY
Notkestr. 85
22603 Hamburg

Tel.: + 49 40 8998 5701

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to