-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
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
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