TimeSeries and irregular time intervals..

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
atongo
Posts: 10
Joined: Sun Jul 23, 2006 9:53 pm

TimeSeries and irregular time intervals..

Post by atongo » Sun Jul 23, 2006 11:03 pm

hi folks,

I want to build a dynamic chart where the data is plotted at random time intervals. Can I use the Time Series to do this ? If so how?

Your help will be much appreciated

Ato

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jul 25, 2006 11:13 am

Use the smallest time period that fits the resolution of the data you are plotting (at the worst case, this will be milliseconds), then skip any time periods that you don't have data for.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked