Search found 2 matches
- Tue Dec 21, 2010 8:58 pm
- Forum: JFreeChart
- Topic: CombinedDomainXYPlot Renderer Bug?
- Replies: 3
- Views: 9055
Re: CombinedDomainXYPlot Renderer Bug?
I've been able to do a little more digging into this. When I remove the last plot, it looks like the DateAxis that the CombinedDomainXYPlot had been set to gets removed. If I just make sure to add the domain axis back to the plot every time I remove a waveform plot, it works fine. I'm not explicitly...
- Tue Dec 21, 2010 7:25 pm
- Forum: JFreeChart
- Topic: CombinedDomainXYPlot Renderer Bug?
- Replies: 3
- Views: 9055
CombinedDomainXYPlot Renderer Bug?
I have a project that I am using JFreeChart to display infrasound waveform data with. In this project, I want a single instance of ChartPanel to show individual waveform signals. I've been able to get this working just fine, but when I remove waveform data, I start to have problems. I have a Combine...