Re: [Matplotlib-users] How to handle different Figures, created from different instances

2008-05-09 Thread dertom
Hallo, thank you for this huge amount of input. I think, that is what I needed. Have a nice weekend. Regards.. Thomas John Hunter-4 wrote: > > On Thu, May 8, 2008 at 10:10 AM, dertom <[EMAIL PROTECTED]> wrote: > >> Please, can anybody tell me, if there is a solution, to call the show() >

Re: [Matplotlib-users] How to handle different Figures, created from different instances

2008-05-09 Thread John Hunter
On Thu, May 8, 2008 at 10:10 AM, dertom <[EMAIL PROTECTED]> wrote: > Please, can anybody tell me, if there is a solution, to call the show() > method more than one time,while my main script is running? To do this right, you will probably need to write a tk application and embed matplotlib in it,

[Matplotlib-users] How to handle different Figures, created from different instances

2008-05-08 Thread dertom
Hallo, I'm quite new to matplotlib and have a problem, I was searching a solution for the whole day :( The thing is, I want to show different Figures at different states of my main application. So it is not possible for me, to perform the standard procedure, that may looks like: figure(1) plo