Hi,
I am totally new to pylab. I have just started using it. So please excuse if
my problem is too silly.
I have an application that has creates different plots for different input
parameters. I take in the input values and do a show(), This works perfectly
fine. Now after performing some operations I want a different pliot. So when
I generate a different plot and do a show(), the plot gets generated but
when I try to close it, it hangs. The structure of the program is something
like this.
def OnSubmit( self, event ):
blah blah blah..
sim = Simulator()
sim.run()
So the graph is being plotted within the run method of Simulator class.
Could you please help me as to where I am going wrong?
Thanks,
Archana.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users