Hi folks,

I have a problem when I use the command "show" in matplotlib. I have this code 
(campo is a matrix of float numbers):

   from matplotlib.pyplot import figure, show, savefig
   from matplotlib import cm, colors

   fig=figure()
   a=fig.add_subplot(111)
   a.pcolormesh(vx,vz,campo)
   show()



The first time that I run the code, there isn´t any problem but when I run the 
code twice, I can´t close the figure and Python give me this error message:

       "RunTime Error!

       This application has requested the RunTime to terminate it in an unusual 
way. Please contact the application´s support team for more information."

Somebody can help me?

Thank you in advance at all.

Oscar
Public University of Navarra.

_________________________________________________________________
Llévate Messenger en tu móvil allá donde vayas ¿A qué esperas?
http://serviciosmoviles.es.msn.com/
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to