LovingYou
11-10-2007, 04:00 PM
Hello, guys.
I need your help.
I try to implement a kind of real-time chart with input file.
1. Read input file. It consists of two filed, time and data.
2. Start to draw the data. But it should be changed every second.
For example, input file is
"1.0 23
1.0 24
3.0 -11
...
100.0 100".
The program draw the data every second. So, in this case, data should be drawn 100 times.
I can draw this chart at once, but I do not have any idea how to draw each data in every single time.
Please give me good advice.
I wish you have a good day.
I need your help.
I try to implement a kind of real-time chart with input file.
1. Read input file. It consists of two filed, time and data.
2. Start to draw the data. But it should be changed every second.
For example, input file is
"1.0 23
1.0 24
3.0 -11
...
100.0 100".
The program draw the data every second. So, in this case, data should be drawn 100 times.
I can draw this chart at once, but I do not have any idea how to draw each data in every single time.
Please give me good advice.
I wish you have a good day.