- Nov 16, 2006
- 557
- 0
- 0
Hey guys,
I have another question for all your smart AT'ers.
OK so I have aan application which currently performs some operations on files and plots them and creates some other visualizations.
I need to make my application more dynamic, in the sense, I want to be able to update my input file and then see the change in the graphs I'm outputting. Eventually I will change it to some sort of stream, once my research group finalizes on the nitty-gritty details of the project. But for now, do you guys have suggestions on how to do this?
An example:
Input
time, value
1, 100.2
2, 100.5
3, 100.6
Output: Time on X axis and the value on Y axis.
Then *while* my applications is already running, I want to be able to append
4, 100.8
5, 100.8
and then have my graph plot those additional points as well!!
Is it possible? Any nice packages out there?
Sorry for so many questions!! I'm more of a C programmer, all this Java GUI programming is new to me 😀
Thanks
I have another question for all your smart AT'ers.
OK so I have aan application which currently performs some operations on files and plots them and creates some other visualizations.
I need to make my application more dynamic, in the sense, I want to be able to update my input file and then see the change in the graphs I'm outputting. Eventually I will change it to some sort of stream, once my research group finalizes on the nitty-gritty details of the project. But for now, do you guys have suggestions on how to do this?
An example:
Input
time, value
1, 100.2
2, 100.5
3, 100.6
Output: Time on X axis and the value on Y axis.
Then *while* my applications is already running, I want to be able to append
4, 100.8
5, 100.8
and then have my graph plot those additional points as well!!
Is it possible? Any nice packages out there?
Sorry for so many questions!! I'm more of a C programmer, all this Java GUI programming is new to me 😀
Thanks
