Re: [Tkinter-discuss] problem to update gnuplot display using a Scale widget

2008-09-18 Thread Philippe Garteiser, PhD
-discuss] problem to update gnuplot display using a Scale widget On Tue, Sep 16, 2008 at 7:19 PM, Philippe Garteiser, PhD <[EMAIL PROTECTED]> wrote: > Hello! > I am using a Tkinter GUI to operate a C binary whose input is a float number > gotten from a Scale widget, and whose outpu

Re: [Tkinter-discuss] problem to update gnuplot display using a Scale widget

2008-09-18 Thread Guilherme Polo
On Tue, Sep 16, 2008 at 7:19 PM, Philippe Garteiser, PhD <[EMAIL PROTECTED]> wrote: > Hello! > I am using a Tkinter GUI to operate a C binary whose input is a float number > gotten from a Scale widget, and whose output is a datafile. I would like to > get gnuplot to replot the datafile each time it

[Tkinter-discuss] problem to update gnuplot display using a Scale widget

2008-09-18 Thread Philippe Garteiser, PhD
Hello! I am using a Tkinter GUI to operate a C binary whose input is a float number gotten from a Scale widget, and whose output is a datafile. I would like to get gnuplot to replot the datafile each time it is overwritten (in essence have the plot refreshed by the Scale slider). To do that, I p