Re: continuous plotting with Tkinter

2005-02-04 Thread Martin Blume
"Russell E. Owen" schrieb > > >I have a number-crunching application that spits out > >a lot of numbers. Now I'd like to pipe this into a > >python app and plot them using Tkinter, such as: > >$ number_cruncher | myplot.py > >But with Tkinter once I call Tkinter's mainloop() I > >give up my contro

Re: continuous plotting with Tkinter

2005-02-03 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Martin Blume" <[EMAIL PROTECTED]> wrote: >I have a number-crunching application that spits out >a lot of numbers. Now I'd like to pipe this into a python >app and plot them using Tkinter, such as: >$ number_cruncher | myplot.py >But with Tkinter once I call Tkin

Re: continuous plotting with Tkinter

2005-02-02 Thread David Douard
Martin Blume wrote: > I have a number-crunching application that spits out > a lot of numbers. Now I'd like to pipe this into a python > app and plot them using Tkinter, such as: > $ number_cruncher | myplot.py > But with Tkinter once I call Tkinter's mainloop() I > give up my control of the app

continuous plotting with Tkinter

2005-02-02 Thread Martin Blume
I have a number-crunching application that spits out a lot of numbers. Now I'd like to pipe this into a python app and plot them using Tkinter, such as: $ number_cruncher | myplot.py But with Tkinter once I call Tkinter's mainloop() I give up my control of the app and I can't continue to read in