Re: [Matplotlib-users] threading problems

2008-06-22 Thread SRH
John Hunter-4 wrote: > >> I think that for interactive work such as you describe, ipython -pylab >> pretty well solves the problem, and provides window behavior like >> matlab's. > Yes, exactly. Those of you trying to make this work may want to read > http://matplotlib.sf.net/interactive.html .

Re: [Matplotlib-users] threading problems

2008-06-21 Thread SRH
Daniel Ashbrook wrote: > > The issue is that the > show() command takes over the main thread of execution, so I can't have > my listening process running. Essentially I need to: > > 1) Pop up a figure() > 2) Start the drawing loop > 3) Start the socket listener > 4) When the listener gets com