On 2/14/07, Darren Dale <[EMAIL PROTECTED]> wrote: > What Ewald is trying to do used to work. The idea is not to work > interactively, but to run a script and have the plots render in stages, the > next stage begins when the current windows are closed. I know we have users > who take advantage of this behavior for presentations.
This was always an unsupported use of show. The FAQ entry http://matplotlib.sourceforge.net/faq.html#SHOW states in bold: IMPORTANT: show should called at most once per script and it should be the last line of your script. At that point, the GUI takes control of the interpreter. If you want to force a figure draw, use draw instead. That is worked in some cases can be considered an accident of the backend and possibly GUI version. That said, I would like to support this use case, essentially a pause until some user input is given. Lots of people want it and it is a useful thing. This came up again back in October. Nadia at STScI worked on this and I think she thought she had a solution for blocking calls in a threaded environment. Maybe she can provide some input here. JDH ------------------------------------------------------------------------- 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