Biplab Roy <> wrote:
> Hi All,
> 
> 
> 
> I need a help to plot a graph using Tk in real time, assume we are
> generating the values continuously in a loop, the graph needs to be
> plotted with those values in real time. I have taken two approaches
> but it able to make it out:   
> 
> 1. Common Variable Method
>         1. First you can have a common variable which keeps updated
> every second 
>         2. Read the variable every second and plot the same on the
> graph 2.Global Array Variable 
>            1.A global variable of array type which gets on filled
> every second by a function 
>            2.Another function which plots the graph reads this array
> every second and plots the same 
> 
> Is this possible to do this using tcl/tk? Please reply me if anyone
> has done this. 

Quite possibly. However this is a Perl mailing list, you might find the
activetcl mailing list more useful.

HTH

-- 
Brian Raven 


=================================
Atos Euronext Market Solutions Disclaimer
=================================
The information contained in this e-mail is confidential and solely for the 
intended addressee(s). Unauthorised reproduction, disclosure, modification, 
and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediately 
and delete it from your system. The views expressed in this message do not 
necessarily reflect those of Atos Euronext Market Solutions.

L'information contenue dans cet e-mail est confidentielle et uniquement 
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail 
vous parvient par erreur, nous vous prions de bien vouloir prevenir 
l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre 
systeme. Le contenu de ce message electronique ne represente pas necessairement 
la position ou le point de vue d'Atos Euronext Market Solutions.


_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to