Hello guys,
Iam quite new to jfreechart Iam currently in the process of evaluating jfreechart for our requirements.
We have a data in which reading is taken over a week or month over different time periods , What this means is i can take n number of readings on the same day .
The final data for x-axis is something like this
('2/10/2003 10:30','2/10/2003 11:00','3/10/2003 10:30','2/11/2003 10:30')
Which is the best way to plot such a data .
thanks
hari
date / time plot
Re: date / time plot
You can add your data to a BasicTimeSeries using the Minute class as the time period. You don't have to add data for every minute, this is just the "resolution" of the data...actual values can be as frequent or infrequent as you like.
Regards,
Dave Gilbert
P.S. Note that BasicTimeSeries is renamed TimeSeries in 0.9.5.
Regards,
Dave Gilbert
P.S. Note that BasicTimeSeries is renamed TimeSeries in 0.9.5.