membersound
membersound

Reputation: 86747

Self-updating graphs - how to start?

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

Answers (1)

THE DOCTOR
THE DOCTOR

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

Related Questions