Hi experts,
Any idea how I may adjust the example of "ScatterPlotDemo1.java", in the jfreechart demo, so that the program repeatedly re-read data from a file and then displays the updated data on the chart? In other words, I want to build a "dynamic ScatterPlotDemo".
Another issue, is it possible to "move" a data item from one series to another? if possible, any clue how?
ScatterPlotDemo1.java
still looking for help
Hi Experts,
I'm still looking for your help, please. I'm quite hopeful you can help.
Thanks.
I'm still looking for your help, please. I'm quite hopeful you can help.
Thanks.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: ScatterPlotDemo1.java
There are so many formats that could be used for data in a file. So JFreeChart mostly avoids getting involved in that - you need to write your own code that extracts the data from the file, and updates the JFreeChart dataset accordingly.mdjy9953 wrote:Any idea how I may adjust the example of "ScatterPlotDemo1.java", in the jfreechart demo, so that the program repeatedly re-read data from a file and then displays the updated data on the chart? In other words, I want to build a "dynamic ScatterPlotDemo".
It depends on the dataset implementation you are using. But in principle, just delete the item from one series, and add it to another.mdjy9953 wrote:Another issue, is it possible to "move" a data item from one series to another? if possible, any clue how?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Change Point Size in ScatterPlot
Do Anybody now how cann a Change the size if the ScatterPlot Points? Any code snippet?
Thanks a lot?
Thanks a lot?