Search found 8 matches
- Thu Aug 12, 2010 4:07 pm
- Forum: JFreeChart
- Topic: Bar chart with 5 minute wide bars?
- Replies: 0
- Views: 1874
Bar chart with 5 minute wide bars?
I'm using an XYBarRenderer and a TimeSeriesCollection to plot data for every minute of a business day. However, at the end of the day, the data is collapse, or bucketed, into intervals of 5 minutes, to save space on the database. However, when graphing the collapsed data, there are 5-minute gaps in-...
- Tue Jul 27, 2010 3:24 pm
- Forum: JFreeChart
- Topic: TimeSeries Bar Chart
- Replies: 1
- Views: 3234
Re: TimeSeries Bar Chart
Any luck with this?
- Thu Jul 22, 2010 5:26 pm
- Forum: JFreeChart
- Topic: positive and negative standard deviation?
- Replies: 1
- Views: 2556
Re: positive and negative standard deviation?
Check out DeviationRenderer.
- Tue Jul 20, 2010 11:41 pm
- Forum: JFreeChart
- Topic: Cross Sectional Average of a TimeSeriesCollection
- Replies: 2
- Views: 5375
Re: Cross Sectional Average of a TimeSeriesCollection
Did anyone ever figure this out?
- Mon Jul 19, 2010 6:38 pm
- Forum: JFreeChart
- Topic: IntervalMarker with domain and range limits?
- Replies: 2
- Views: 3547
Re: IntervalMarker with domain and range limits?
Thank you! That's exactly what I was looking for.
EDIT: Actually, maybe not exactly... It should do fine, but is there a way to send the annotation to the background? I'd like to fill the box, but it's painted over the time series graph.
EDIT2: Nevermind, figured it out.
EDIT: Actually, maybe not exactly... It should do fine, but is there a way to send the annotation to the background? I'd like to fill the box, but it's painted over the time series graph.
EDIT2: Nevermind, figured it out.
- Mon Jul 19, 2010 2:00 pm
- Forum: JFreeChart
- Topic: IntervalMarker with domain and range limits?
- Replies: 2
- Views: 3547
IntervalMarker with domain and range limits?
Is there a way I can draw an IntervalMarker with both domain and range limits? Basically, a rectangle? If I need to override something to accomplish this, where should I look?
- Tue Jul 06, 2010 6:01 pm
- Forum: JFreeChart
- Topic: Mouse position -> time with segmented timeline?
- Replies: 2
- Views: 3174
Re: Mouse position -> time with segmented timeline?
Skunk, you are awesome. Thank you.
- Tue Jul 06, 2010 4:37 pm
- Forum: JFreeChart
- Topic: Mouse position -> time with segmented timeline?
- Replies: 2
- Views: 3174
Mouse position -> time with segmented timeline?
I have an XYPlot using a DateAxis for the domain axis. I would like to convert mouse coordinates to the corresponding time on the x-axis. This is usually pretty simple, and can be done by getting the screen data area, finding the mouse position in relation to this area, and then calculating the time...