Search found 8 matches
- Sun Jan 18, 2004 2:03 am
- Forum: JFreeChart
- Topic: My experience with JFreeChart
- Replies: 7
- Views: 16765
My experience with JFreeChart
Hi, One month ago I used the JFreeChart library. I think it is great. I’ve found some bugs there and because I had some time I decided do describe them. I hope it will be helpful to remove this bugs in futher versions and maybe it will be interesting for people who use the JFreeChart. This problem o...
- Fri Sep 12, 2003 10:42 am
- Forum: JFreeChart
- Topic: BoxAndWhisker bug
- Replies: 13
- Views: 22960
- Thu Sep 11, 2003 8:37 pm
- Forum: JFreeChart
- Topic: BoxAndWhisker bug
- Replies: 13
- Views: 22960
- Mon Sep 08, 2003 1:10 pm
- Forum: JFreeChart
- Topic: BoxAndWhisker bug
- Replies: 13
- Views: 22960
- Wed Sep 03, 2003 7:16 pm
- Forum: JFreeChart
- Topic: BoxAndWhisker bug
- Replies: 13
- Views: 22960
- Wed Sep 03, 2003 6:13 pm
- Forum: JFreeChart
- Topic: BoxAndWhisker bug
- Replies: 13
- Views: 22960
BoxAndWhisker bug
BoxAndWhisker in BoxAndWhiskerDemo plot works correctly, but values are near 0. The problem is that the plot has incorrect Y scale when I have higher values and when I use
You can check it in BoxAndWhiskerDemo.
Regards,
Grzegorz
Code: Select all
valueAxis.setAutoRangeIncludesZero(false);
Regards,
Grzegorz
- Wed Jul 30, 2003 8:41 pm
- Forum: JFreeChart
- Topic: CombinedXYPlot bugs - domain axis and trace line
- Replies: 0
- Views: 2083
CombinedXYPlot bugs - domain axis and trace line
Hi, I found new problem in CombinedXYPlot (you can verify it in CombinedXYPlotDemo1): values on domain axis are incorrect. Apart from all that adding this code to the demo: panel.setHorizontalAxisTrace(true); cause that the trace line isn't draw on the left side of the chart panel. Best Regards Grze...
- Tue Jul 29, 2003 6:55 pm
- Forum: JFreeChart
- Topic: CombinedXYPlot bugs
- Replies: 2
- Views: 4362
CombinedXYPlot bugs
Hi, Bug 707395 (setHorizontalAxisTrace() in CombinedXYPlot) - I solved this problem but maybe this is not the best solution. In method draw(Graphics2D g2, Rectangle2D plotArea, ChartRenderingInfo info), after this code: if (info != null) { info.setDataArea(dataArea); } // draw all the charts for (in...