How can I use JFreeChart to display just the most recent data in a continually updated time series?
Addenda: A complete, working example that incorporates the accept
You can also eliminate the zero by first advanceTime(), then appendData. (swap the way they are doing it in the example).
advanceTime()
appendData