Reputation: 86747
I'd like to plot graphs with java. It should read the data from file, and update a graph - let's say value over time. While reading, it should self update and self-scale according to the value (higher or lower).
How could I best start? Which API or tool is best for java?
Upvotes: 0
Views: 79
Reputation: 4555
Which API or tool is the best is subjective. One API that I have used and would recommend is LiveGraph. Its pretty flexible and covers the functionality you mentioned that you need.
Upvotes: 1