2

I can use a TimeSeries to plot 1 minute data using JFreeChart. I'm wondering if there's an easy to plot other time intervals like 5 min or 15 min, etc? It seems like there are only Minute, Hour, Day, etc. for RegularTimePeriod implementation.

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
Daniel
  • 269
  • 4
  • 15
  • If this is a duplicate account, you can request a [merge](http://meta.stackexchange.com/questions/18232/how-can-one-link-merge-combine-associate-two-accounts-users-anonymous-unregiste/73801#73801) of your other account. – trashgod Sep 12 '11 at 18:15

1 Answers1

2

You could introduce a new org.jfree.data.time.RegularTimePeriod, such as PentaMinute or QuarterHour, but I'm skeptical of the usefulness. Alternatively, you might examine the approach adopted for a period of n Millisecond, discussed here and here.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045